[PR #282] [MERGED] Bump pycryptodomex from 3.20.0 to 3.21.0 #292

Closed
opened 2026-02-27 08:12:37 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/kokarare1212/librespot-python/pull/282
Author: @dependabot[bot]
Created: 10/2/2024
Status: Merged
Merged: 10/15/2024
Merged by: @kokarare1212

Base: mainHead: dependabot/pip/pycryptodomex-3.21.0


📝 Commits (1)

  • 30702de Bump pycryptodomex from 3.20.0 to 3.21.0

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 requirements.txt (+1 -1)

📄 Description

Bumps pycryptodomex from 3.20.0 to 3.21.0.

Release notes

Sourced from pycryptodomex's releases.

v3.21.0 - Bourdeaux

New features

  • By setting the PYCRYPTODOME_DISABLE_GMP environment variable, the GMP library will not be used even if detected.
  • Add support for Curve25519 / X25519.
  • Add support for Curve448 / X448.
  • Add attribute curve to EccPoint and EccXPoint classes, with the canonical name of the curve.
  • GH#781: the label for the SP800_108_Counter KDF may now contain zero bytes. Thanks to Julien Rische.
  • GH#814: RSA keys for PSS can be imported.

Resolved issues

  • GH#810: fixed negation of Ed25519 points.
  • GH#819: accept an RFC5916 ECPrivateKey even if it doesn't contain any of the optional elements (parameters [0] and publicKey[1]).

Other changes

  • Remove support for Python 3.5.

v3.21.0 - Bourdeaux (pycryptodomex)

New features

  • By setting the PYCRYPTODOME_DISABLE_GMP environment variable, the GMP library will not be used even if detected.
  • Add support for Curve25519 / X25519.
  • Add support for Curve448 / X448.
  • Add attribute curve to EccPoint and EccXPoint classes, with the canonical name of the curve.
  • GH#781: the label for the SP800_108_Counter KDF may now contain zero bytes. Thanks to Julien Rische.
  • GH#814: RSA keys for PSS can be imported.

Resolved issues

  • GH#810: fixed negation of Ed25519 points.
  • GH#819: accept an RFC5916 ECPrivateKey even if it doesn't contain any of the optional elements (parameters [0] and publicKey[1]).

Other changes

  • Remove support for Python 3.5.
Changelog

Sourced from pycryptodomex's changelog.

3.21.0 (30 September 2024) ++++++++++++++++++++++++++

New features

  • By setting the PYCRYPTODOME_DISABLE_GMP environment variable, the GMP library will not be used even if detected.
  • Add support for Curve25519 / X25519.
  • Add support for Curve448 / X448.
  • Add attribute curve to EccPoint and EccXPoint classes, with the canonical name of the curve.
  • GH#781: the label for the SP800_108_Counter KDF may now contain zero bytes. Thanks to Julien Rische.
  • GH#814: RSA keys for PSS can be imported.

Resolved issues

  • GH#810: fixed negation of Ed25519 points.
  • GH#819: accept an RFC5916 ECPrivateKey even if it doesn't contain any of the optional elements (parameters [0] and publicKey[1]).

Other changes

  • Remove support for Python 3.5.
Commits
  • 5e40a18 Bump version
  • cd4cb45 Fix docs and changelog
  • d499d27 Decrypt PKCS#8 key even if the password is empty
  • 0c86527 Build wheel on Windows 2019
  • fdd7892 Bump required version of pycryptodome-test-vectors
  • 5040405 Build wheel for Python 3.13
  • 19494e0 Bump version for test vectors package
  • 66420a7 Fix tests for x448/x25519
  • 05bcdff Add tag for Python 3.13
  • 2ddda6a Fixed typo in documentation
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/kokarare1212/librespot-python/pull/282 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/2/2024 **Status:** ✅ Merged **Merged:** 10/15/2024 **Merged by:** [@kokarare1212](https://github.com/kokarare1212) **Base:** `main` ← **Head:** `dependabot/pip/pycryptodomex-3.21.0` --- ### 📝 Commits (1) - [`30702de`](https://github.com/kokarare1212/librespot-python/commit/30702decc00bac3684f07a963ec53bf6aa29bbe1) Bump pycryptodomex from 3.20.0 to 3.21.0 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `requirements.txt` (+1 -1) </details> ### 📄 Description Bumps [pycryptodomex](https://github.com/Legrandin/pycryptodome) from 3.20.0 to 3.21.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Legrandin/pycryptodome/releases">pycryptodomex's releases</a>.</em></p> <blockquote> <h2>v3.21.0 - Bourdeaux</h2> <h2>New features</h2> <ul> <li>By setting the PYCRYPTODOME_DISABLE_GMP environment variable, the GMP library will not be used even if detected.</li> <li>Add support for Curve25519 / X25519.</li> <li>Add support for Curve448 / X448.</li> <li>Add attribute <code>curve</code> to EccPoint and EccXPoint classes, with the canonical name of the curve.</li> <li>GH#781: the label for the SP800_108_Counter KDF may now contain zero bytes. Thanks to Julien Rische.</li> <li>GH#814: RSA keys for PSS can be imported.</li> </ul> <h2>Resolved issues</h2> <ul> <li>GH#810: fixed negation of Ed25519 points.</li> <li>GH#819: accept an RFC5916 ECPrivateKey even if it doesn't contain any of the optional elements (parameters [0] and publicKey[1]).</li> </ul> <h2>Other changes</h2> <ul> <li>Remove support for Python 3.5.</li> </ul> <h2>v3.21.0 - Bourdeaux (pycryptodomex)</h2> <h2>New features</h2> <ul> <li>By setting the PYCRYPTODOME_DISABLE_GMP environment variable, the GMP library will not be used even if detected.</li> <li>Add support for Curve25519 / X25519.</li> <li>Add support for Curve448 / X448.</li> <li>Add attribute <code>curve</code> to EccPoint and EccXPoint classes, with the canonical name of the curve.</li> <li>GH#781: the label for the SP800_108_Counter KDF may now contain zero bytes. Thanks to Julien Rische.</li> <li>GH#814: RSA keys for PSS can be imported.</li> </ul> <h2>Resolved issues</h2> <ul> <li>GH#810: fixed negation of Ed25519 points.</li> <li>GH#819: accept an RFC5916 ECPrivateKey even if it doesn't contain any of the optional elements (parameters [0] and publicKey[1]).</li> </ul> <h2>Other changes</h2> <ul> <li>Remove support for Python 3.5.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Legrandin/pycryptodome/blob/master/Changelog.rst">pycryptodomex's changelog</a>.</em></p> <blockquote> <p>3.21.0 (30 September 2024) ++++++++++++++++++++++++++</p> <h2>New features</h2> <ul> <li>By setting the PYCRYPTODOME_DISABLE_GMP environment variable, the GMP library will not be used even if detected.</li> <li>Add support for Curve25519 / X25519.</li> <li>Add support for Curve448 / X448.</li> <li>Add attribute <code>curve</code> to EccPoint and EccXPoint classes, with the canonical name of the curve.</li> <li>GH#781: the label for the SP800_108_Counter KDF may now contain zero bytes. Thanks to Julien Rische.</li> <li>GH#814: RSA keys for PSS can be imported.</li> </ul> <h2>Resolved issues</h2> <ul> <li>GH#810: fixed negation of Ed25519 points.</li> <li>GH#819: accept an RFC5916 ECPrivateKey even if it doesn't contain any of the optional elements (parameters [0] and publicKey[1]).</li> </ul> <h2>Other changes</h2> <ul> <li>Remove support for Python 3.5.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Legrandin/pycryptodome/commit/5e40a1810e610ae45bb84aa79efe405515337a13"><code>5e40a18</code></a> Bump version</li> <li><a href="https://github.com/Legrandin/pycryptodome/commit/cd4cb45ce9b211f50c6dad6f0c90c7c5af41d41f"><code>cd4cb45</code></a> Fix docs and changelog</li> <li><a href="https://github.com/Legrandin/pycryptodome/commit/d499d274551c8e43001f107410cf9d7508f0835c"><code>d499d27</code></a> Decrypt PKCS#8 key even if the password is empty</li> <li><a href="https://github.com/Legrandin/pycryptodome/commit/0c865270b4e94147c309bb9f040e857a68dfdf16"><code>0c86527</code></a> Build wheel on Windows 2019</li> <li><a href="https://github.com/Legrandin/pycryptodome/commit/fdd78925964833f2e9979cde369298071a72a171"><code>fdd7892</code></a> Bump required version of pycryptodome-test-vectors</li> <li><a href="https://github.com/Legrandin/pycryptodome/commit/50404059f63edd06bf2ccb3f1640f778e326e324"><code>5040405</code></a> Build wheel for Python 3.13</li> <li><a href="https://github.com/Legrandin/pycryptodome/commit/19494e036a98107e5baf0de3bc151703288db7d8"><code>19494e0</code></a> Bump version for test vectors package</li> <li><a href="https://github.com/Legrandin/pycryptodome/commit/66420a7f923d03693f60ce8f06aeb044d4b422ff"><code>66420a7</code></a> Fix tests for x448/x25519</li> <li><a href="https://github.com/Legrandin/pycryptodome/commit/05bcdffe0ab2b9d72607b8b089973fe98161d02a"><code>05bcdff</code></a> Add tag for Python 3.13</li> <li><a href="https://github.com/Legrandin/pycryptodome/commit/2ddda6a645202495ccb9fd90496ee1fd175c68a1"><code>2ddda6a</code></a> Fixed typo in documentation</li> <li>Additional commits viewable in <a href="https://github.com/Legrandin/pycryptodome/compare/v3.20.0...v3.21.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pycryptodomex&package-manager=pip&previous-version=3.20.0&new-version=3.21.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 08:12:37 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/librespot-python-kokarare1212#292
No description provided.