-
Notifications
You must be signed in to change notification settings - Fork 254
Comparing changes
Open a pull request
base repository: pyca/pynacl
base: 1.6.1
head repository: pyca/pynacl
compare: 1.6.2
- 13 commits
- 73 files changed
- 5 contributors
Commits on Nov 19, 2025
-
drop musllinux 1.1 wheel builders (#908)
we did this long ago on cryptography with no complaints
Configuration menu - View commit details
-
Copy full SHA for 8bebf9e - Browse repository at this point
Copy the full SHA 8bebf9eView commit details -
Bump actions/checkout from 4.3.0 to 5.0.1 (#907)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.3.0 to 5.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.3.0...v5.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 290b2ca - Browse repository at this point
Copy the full SHA 290b2caView commit details
Commits on Nov 21, 2025
-
Bump actions/checkout from 5.0.1 to 6.0.0 (#909)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.1 to 6.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5.0.1...v6.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 675ded8 - Browse repository at this point
Copy the full SHA 675ded8View commit details
Commits on Dec 3, 2025
-
Bump actions/checkout from 6.0.0 to 6.0.1 (#911)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6.0.0...v6.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 526f992 - Browse repository at this point
Copy the full SHA 526f992View commit details
Commits on Dec 15, 2025
-
Bump actions/upload-artifact from 5 to 6 (#916)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for fb6e37f - Browse repository at this point
Copy the full SHA fb6e37fView commit details -
Bump actions/download-artifact from 6.0.0 to 7.0.0 (#915)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6.0.0 to 7.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6.0.0...v7.0.0) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f359617 - Browse repository at this point
Copy the full SHA f359617View commit details -
Bump dessant/lock-threads from 5 to 6 (#914)
Bumps [dessant/lock-threads](https://github.com/dessant/lock-threads) from 5 to 6. - [Release notes](https://github.com/dessant/lock-threads/releases) - [Changelog](https://github.com/dessant/lock-threads/blob/main/CHANGELOG.md) - [Commits](dessant/lock-threads@v5...v6) --- updated-dependencies: - dependency-name: dessant/lock-threads dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for cabc3a8 - Browse repository at this point
Copy the full SHA cabc3a8View commit details
Commits on Dec 21, 2025
-
Include libsodium license in wheels (#917)
The libsodium license is currently missing from the PyNaCl wheels. PyNaCL distributes libsodium in binary form in its wheels and so should also include its license. Fix this by creating a symlink for libsodium license into newly created license folder and updating accordingly setup.cfg file. Signed-off-by: Julien Stephan <jstephan@baylibre.com>
Configuration menu - View commit details
-
Copy full SHA for d233105 - Browse repository at this point
Copy the full SHA d233105View commit details
Commits on Jan 1, 2026
-
Add script to update vendored libsodium (#921)
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 563b25b - Browse repository at this point
Copy the full SHA 563b25bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9631488 - Browse repository at this point
Copy the full SHA 9631488View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78e0aa3 - Browse repository at this point
Copy the full SHA 78e0aa3View commit details -
Switch to PyPI trusted publishing (#925)
Pushing a tag now automatically builds wheels and publishes to PyPI via OIDC trusted publishing, eliminating the need for API tokens. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 685a5e7 - Browse repository at this point
Copy the full SHA 685a5e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for ecf41f5 - Browse repository at this point
Copy the full SHA ecf41f5View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 1.6.1...1.6.2