[PR #166] [MERGED] Bump pycryptodomex from 3.15.0 to 3.16.0 #199

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

📋 Pull Request Information

Original PR: https://github.com/kokarare1212/librespot-python/pull/166
Author: @dependabot[bot]
Created: 11/28/2022
Status: Merged
Merged: 12/1/2022
Merged by: @kokarare1212

Base: mainHead: dependabot/pip/pycryptodomex-3.16.0


📝 Commits (1)

  • 13675ed Bump pycryptodomex from 3.15.0 to 3.16.0

📊 Changes

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

View changed files

📝 requirements.txt (+1 -1)

📄 Description

Bumps pycryptodomex from 3.15.0 to 3.16.0.

Release notes

Sourced from pycryptodomex's releases.

v3.16.0 - Ravensburg

New features

  • Build wheels for musl Linux. Thanks to Ben Raz.

Resolved issues

  • GH#639: ARC4 now also works with 'keys' as short as 8 bits.
  • GH#669: fix segfaults when running in a manylinux2010 i686 image.

v3.16.0 - Ravensburg (pycryptodomex)

New features

  • Build wheels for musl Linux. Thanks to Ben Raz.

Resolved issues

  • GH#639: ARC4 now also works with 'keys' as short as 8 bits.
  • GH#669: fix segfaults when running in a manylinux2010 i686 image.
Changelog

Sourced from pycryptodomex's changelog.

3.16.0 (26 November 2022) ++++++++++++++++++++++++++

New features

  • Build wheels for musl Linux. Thanks to Ben Raz.

Resolved issues

  • GH#639: ARC4 now also works with 'keys' as short as 8 bits.
  • GH#669: fix segfaults when running in a manylinux2010 i686 image.
Commits
  • f54108b Bump version
  • 3d065d6 Remove manylinux1 wheels only on Linux
  • 60898fe Build wheel for PyPy3.7, drop PyPy3.6
  • 428fd89 Delete manylinux1 wheels
  • 80d6640 Use -mstackrealign for 32-bits systems and SSE2
  • 32f64d5 Use most recent versions of python, ubuntu, upload-artifact
  • dcab3e7 Refactor wheel build process
  • 7e59254 Merge branch 'rc4_shorter_keys'
  • dfcc12b Bump version
  • ac3eab0 Allow RC4 keys to be as small as 8 bits
  • 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 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/166 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/28/2022 **Status:** ✅ Merged **Merged:** 12/1/2022 **Merged by:** [@kokarare1212](https://github.com/kokarare1212) **Base:** `main` ← **Head:** `dependabot/pip/pycryptodomex-3.16.0` --- ### 📝 Commits (1) - [`13675ed`](https://github.com/kokarare1212/librespot-python/commit/13675ed3bd483ae70e632076503cdf76744fd5a2) Bump pycryptodomex from 3.15.0 to 3.16.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.15.0 to 3.16.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.16.0 - Ravensburg</h2> <h2>New features</h2> <ul> <li>Build wheels for musl Linux. Thanks to Ben Raz.</li> </ul> <h2>Resolved issues</h2> <ul> <li>GH#639: ARC4 now also works with 'keys' as short as 8 bits.</li> <li>GH#669: fix segfaults when running in a manylinux2010 i686 image.</li> </ul> <h2>v3.16.0 - Ravensburg (pycryptodomex)</h2> <h2>New features</h2> <ul> <li>Build wheels for musl Linux. Thanks to Ben Raz.</li> </ul> <h2>Resolved issues</h2> <ul> <li>GH#639: ARC4 now also works with 'keys' as short as 8 bits.</li> <li>GH#669: fix segfaults when running in a manylinux2010 i686 image.</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.16.0 (26 November 2022) ++++++++++++++++++++++++++</p> <h2>New features</h2> <ul> <li>Build wheels for musl Linux. Thanks to Ben Raz.</li> </ul> <h2>Resolved issues</h2> <ul> <li>GH#639: ARC4 now also works with 'keys' as short as 8 bits.</li> <li>GH#669: fix segfaults when running in a manylinux2010 i686 image.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Legrandin/pycryptodome/commit/f54108b5a6e12d2ee7bd8eadd94a12e85e8f9227"><code>f54108b</code></a> Bump version</li> <li><a href="https://github.com/Legrandin/pycryptodome/commit/3d065d65cee7bd5888710e164f2b517c0f92a516"><code>3d065d6</code></a> Remove manylinux1 wheels only on Linux</li> <li><a href="https://github.com/Legrandin/pycryptodome/commit/60898fe3c34cd89d4d0e4428458cd16fda016ebd"><code>60898fe</code></a> Build wheel for PyPy3.7, drop PyPy3.6</li> <li><a href="https://github.com/Legrandin/pycryptodome/commit/428fd89570f597a5b7710fa8328afbdacddf97c0"><code>428fd89</code></a> Delete manylinux1 wheels</li> <li><a href="https://github.com/Legrandin/pycryptodome/commit/80d664037f3ae305b4ec975f8ead83036d595a53"><code>80d6640</code></a> Use -mstackrealign for 32-bits systems and SSE2</li> <li><a href="https://github.com/Legrandin/pycryptodome/commit/32f64d5dfcdd9124c469b7c8bf2af62fa1050a57"><code>32f64d5</code></a> Use most recent versions of python, ubuntu, upload-artifact</li> <li><a href="https://github.com/Legrandin/pycryptodome/commit/dcab3e7b3bfa3feb4bf0ae994ba38b136b43a800"><code>dcab3e7</code></a> Refactor wheel build process</li> <li><a href="https://github.com/Legrandin/pycryptodome/commit/7e59254350d4ca0dc6566a12d6c48154e8542926"><code>7e59254</code></a> Merge branch 'rc4_shorter_keys'</li> <li><a href="https://github.com/Legrandin/pycryptodome/commit/dfcc12b9565f4027f5a3a84cfdd795539a5ace01"><code>dfcc12b</code></a> Bump version</li> <li><a href="https://github.com/Legrandin/pycryptodome/commit/ac3eab0cbadf13395275a4b26bd2b0dcb57b3423"><code>ac3eab0</code></a> Allow RC4 keys to be as small as 8 bits</li> <li>Additional commits viewable in <a href="https://github.com/Legrandin/pycryptodome/compare/v3.15.0...v3.16.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.15.0&new-version=3.16.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 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:17 +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#199
No description provided.