-
-
Notifications
You must be signed in to change notification settings - Fork 14.9k
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
python312Packages.cramjam: 2.8.3 -> 2.9.1 #378691
base: master
Are you sure you want to change the base?
Conversation
"--no-default-features" | ||
"--features" | ||
# default features from Cargo.toml, modified to specify -shared | ||
"extension-module,snappy,lz4,bzip2,brotli,xz,zstd,gzip,zlib,deflate,blosc2-shared,use-system-isal-shared,igzip-shared,ideflate-shared,izlib-shared,use-system-blosc2-shared" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Those marked with -shared here become experimental/optional on the master. Maybe, we don't need to ship those. Why xz and others don't need to be -shared?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, you are right that they are disabled by default now. I suppose we can do that for this version already.
About xz and the others, I'm not 100% sure. Maybe they are always shared. I'll check.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does cramjam support Python 3.13 now? If not, please set disabled
.
}; | ||
|
||
cargoDeps = rustPlatform.fetchCargoVendor { | ||
inherit src; | ||
hash = "sha256-Gpj/LUCx/ivYlmxNJnEZr8caEfV4OaQwEPNjz7vobsw="; | ||
name = "${pname}-${version}"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
name = "${pname}-${version}"; | |
inherit pname version; |
That is exactly the point of this update (according to #373327) |
Targeting staging-next to avoid merge conflicts
Things done