-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
headphones: update to Python 3.10 #5488
Conversation
- update to Python 3.10 - update for DSM 7 compatibility
@GuyManning as you are interested in the headphones package, I would kindly ask you, whether you can test this package. You find the packages created by github build action under "Checks - Build - Summary - Artifacts". This is the first package for DSM 7 that is an arch independent python package. So far I installed on DS-218 (aarch64) with DSM 6.2.4-25556 Update 6 and on DS-218+ (x64) with DSM 7.1.1-42962 Update 2. As I am not a user of this package, I didn't not test any functionality. Any feedback would be appreciated. |
I will not be able to do this for a while …sorry
Going away for work for some weeks
Guy
On Sun, 13 Nov 2022 at 17:43, hgy59 ***@***.***> wrote:
@GuyManning <https://github.com/GuyManning> as you are interested in the
headphones package, I would kindly ask you, whether you can test this
package.
You find the packages created by github build action under "Checks - Build
- Summary - Artifacts".
This is the first package for DSM 7 that is an arch independent python
package.
use "Packages for noarch-6.0" for DSM 6.x
and "Packages for noarch-7.0" for DSM 7.x
So far I installed on DS-218 (aarch64) with *DSM 6.2.4-25556 Update 6*
and on DS-218+ (x64) with *DSM 7.1.1-42962 Update 2*.
On DSM 6 (DS-218) I first installed the current release form the
repository (to post the installation logs in #5457
<#5457>) and then updated
with the package created by this PR. This even worked after the update in
headphones with the internal updater that broke the packge due to missing
Python >= 3.7 😄.
As I am not a user of this package, I didn't not test any functionality.
Any feedback would be appreciated.
—
Reply to this email directly, view it on GitHub
<#5488 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFSFNYIF2DLT2QOZ3NN3DNTWIESDRANCNFSM6AAAAAAR7DNKAA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
Guy Manning
www.guymanning.com
www.damanek.com
|
Hi! |
I hope it asked you for Python 3.10 (this is the latest available as synocommunity package). Python 3.11 package is still WIP (#5475) and has some issues... |
Oh, yes, UR right, I checked the installed packages, and it's 3.10.8-12. Apparently, the package version is not related to the Python version. |
Description
update headphones package as current version depends on Python >= 3.7
Fixes #5457
Checklist
all-supported
completed successfullyType of change