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.pyscard: 2.1.1 -> 2.2.0 #353230

Merged
merged 1 commit into from
Nov 3, 2024
Merged

Conversation

NickCao
Copy link
Member

@NickCao NickCao commented Nov 2, 2024

Diff: LudovicRousseau/pyscard@refs/tags/2.1.1...2.2.0

Changelog: https://github.com/LudovicRousseau/pyscard/releases/tag/2.2.0

Things done

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • sandbox = relaxed
    • sandbox = true
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 24.11 Release Notes (or backporting 23.11 and 24.05 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md.

Add a 👍 reaction to pull requests you find important.

@NickCao
Copy link
Member Author

NickCao commented Nov 2, 2024

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 353230


x86_64-linux

❌ 6 packages failed to build:
  • electron-cash
  • electron-cash.dist
  • python311Packages.pysatochip
  • python311Packages.pysatochip.dist
  • python312Packages.pysatochip
  • python312Packages.pysatochip.dist
✅ 24 packages built:
  • gen-oath-safe
  • nitrokey-fido2-firmware
  • pynitrokey (python312Packages.pynitrokey)
  • pynitrokey.dist (python312Packages.pynitrokey.dist)
  • python311Packages.emv
  • python311Packages.emv.dist
  • python311Packages.pynitrokey
  • python311Packages.pynitrokey.dist
  • python311Packages.pyscard
  • python311Packages.pyscard.dist
  • python311Packages.pysim
  • python311Packages.pysim.dist
  • python312Packages.emv
  • python312Packages.emv.dist
  • python312Packages.pyscard
  • python312Packages.pyscard.dist
  • python312Packages.pysim
  • python312Packages.pysim.dist
  • yubikey-manager
  • yubikey-manager-qt
  • yubikey-manager.dist
  • yubioath-flutter
  • yubioath-flutter.debug
  • yubioath-flutter.pubcache

Comment on lines +40 to +43
''
substituteInPlace pyproject.toml \
--replace-fail 'requires = ["setuptools","swig"]' 'requires = ["setuptools"]'
''
Copy link
Member

Choose a reason for hiding this comment

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

I did make a python swig package, we could use that instead of this replace, although both will work

Copy link
Member Author

Choose a reason for hiding this comment

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

That package is mostly unnecessary, since pyscard only runs the swig binary to generate the bindings and does not actually depend on the python package.

Copy link
Member

Choose a reason for hiding this comment

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

true, that's why I made it using the replace originally

Copy link
Member

@natsukium natsukium left a comment

Choose a reason for hiding this comment

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

LGTM

@NickCao NickCao merged commit 29e9474 into NixOS:master Nov 3, 2024
29 of 30 checks passed
@NickCao NickCao deleted the pyscard branch November 3, 2024 13:11
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.

3 participants