Skip to content
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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

FliegendeWurst
Copy link
Member

Targeting staging-next to avoid merge conflicts

Things done

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • Fits CONTRIBUTING.md.

"--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"
Copy link
Member

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?

Copy link
Member Author

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.

@vcunat vcunat changed the base branch from staging-next to master February 6, 2025 06:49
Copy link
Member

@dotlambda dotlambda left a 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}";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
name = "${pname}-${version}";
inherit pname version;

@veprbl
Copy link
Member

veprbl commented Feb 10, 2025

Does cramjam support Python 3.13 now? If not, please set disabled.

That is exactly the point of this update (according to #373327)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update request: python313Packages.cramjam 2.8.3 → 2.9.1
3 participants