Skip to content

Commit 647bc64

Browse files
Bump zlib-ng from 0.5.1 to 1.0.0 (#11499)
Bumps [zlib-ng](https://github.com/pycompression/python-zlib-ng) from 0.5.1 to 1.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pycompression/python-zlib-ng/releases">zlib-ng's releases</a>.</em></p> <blockquote> <h2>version 1.0.0</h2> <p>The library has been running without issues as a dependency in quite a few projects and is now stable enough for the first major version.</p> <ul> <li>Updated bundled zlib-ng to 2.2.5.</li> <li>Python 3.14 is supported.</li> <li>Python 3.8 and 3.9 are no longer supported.</li> <li>Fix an issue where flushing using igzip_threaded caused a gzip end of stream and started a new gzip stream. In essence creating a concatenated gzip stream. Now it is in concordance with how single threaded gzip streams are flushed using Z_SYNC_FLUSH.</li> <li>Switched to setuptools-scm for building the package rather than versioningit.</li> <li>Test files are added to the source distribution.</li> <li>Fix an issue where some tests failed because they ignored PYTHONPATH.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pycompression/python-zlib-ng/blob/develop/CHANGELOG.rst">zlib-ng's changelog</a>.</em></p> <blockquote> <h2>version 1.0.0</h2> <p>The library has been running without issues as a dependency in quite a few projects and is now stable enough for the first major version.</p> <ul> <li>Updated bundled zlib-ng to 2.2.5.</li> <li>Python 3.14 is supported.</li> <li>Python 3.8 and 3.9 are no longer supported.</li> <li>Fix an issue where flushing using igzip_threaded caused a gzip end of stream and started a new gzip stream. In essence creating a concatenated gzip stream. Now it is in concordance with how single threaded gzip streams are flushed using Z_SYNC_FLUSH.</li> <li>Switched to setuptools-scm for building the package rather than versioningit.</li> <li>Test files are added to the source distribution.</li> <li>Fix an issue where some tests failed because they ignored PYTHONPATH.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pycompression/python-zlib-ng/commit/018aed8bf54e25da9422f9ef0a3620a66d0278b7"><code>018aed8</code></a> Merge pull request <a href="https://redirect.github.com/pycompression/python-zlib-ng/issues/70">#70</a> from pycompression/3.14threaded</li> <li><a href="https://github.com/pycompression/python-zlib-ng/commit/5c48059ce3d7f94df75741df4b7256817455b4bc"><code>5c48059</code></a> Enable GIL_NOT_USED</li> <li><a href="https://github.com/pycompression/python-zlib-ng/commit/798fa1a7f274934fed6e5845bcd30cb60137a4fe"><code>798fa1a</code></a> Also test on 3.14 threaded</li> <li><a href="https://github.com/pycompression/python-zlib-ng/commit/e163b2bb6bc35d43778fbbeff1f9c5e4c226ebc9"><code>e163b2b</code></a> Merge pull request <a href="https://redirect.github.com/pycompression/python-zlib-ng/issues/69">#69</a> from pycompression/release_1.0.0</li> <li><a href="https://github.com/pycompression/python-zlib-ng/commit/2a3d6bfaecf0fd5ac47fcca00d5a1a0123085114"><code>2a3d6bf</code></a> Update bundled zlib-ng to 2.2.5</li> <li><a href="https://github.com/pycompression/python-zlib-ng/commit/5d4d68b9f239ea7a6023fdf5ef9756e2414348b2"><code>5d4d68b</code></a> Run on latest macos</li> <li><a href="https://github.com/pycompression/python-zlib-ng/commit/0baca0051cbf2cc27e442747a1fc4771fd9e5ade"><code>0baca00</code></a> Prepare release 1.0.0</li> <li><a href="https://github.com/pycompression/python-zlib-ng/commit/faea9dcc49fe58d2fbeaf10cb3c1efe1dd465f0c"><code>faea9dc</code></a> Merge pull request <a href="https://redirect.github.com/pycompression/python-zlib-ng/issues/67">#67</a> from pycompression/fixasan</li> <li><a href="https://github.com/pycompression/python-zlib-ng/commit/402d8c9fda7b3e4ad163ecc542e8c8f046904570"><code>402d8c9</code></a> Fix improper URL for readthedocs</li> <li><a href="https://github.com/pycompression/python-zlib-ng/commit/67fe5ce17f4a63d8601e8bcef176a0fca2a21ed1"><code>67fe5ce</code></a> Fix an issue where some tests failed because they ignored PYTHONPATH</li> <li>Additional commits viewable in <a href="https://github.com/pycompression/python-zlib-ng/compare/v0.5.1...v1.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=zlib-ng&package-manager=pip&previous-version=0.5.1&new-version=1.0.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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 16f565a commit 647bc64

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

requirements/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ wheel==0.46.0
294294
# via pip-tools
295295
yarl==1.20.1
296296
# via -r requirements/runtime-deps.in
297-
zlib-ng==0.5.1
297+
zlib-ng==1.0.0
298298
# via
299299
# -r requirements/lint.in
300300
# -r requirements/test.in

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ wheel==0.46.0
285285
# via pip-tools
286286
yarl==1.20.1
287287
# via -r requirements/runtime-deps.in
288-
zlib-ng==0.5.1
288+
zlib-ng==1.0.0
289289
# via
290290
# -r requirements/lint.in
291291
# -r requirements/test.in

requirements/lint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ valkey==6.1.1
120120
# via -r requirements/lint.in
121121
virtualenv==20.34.0
122122
# via pre-commit
123-
zlib-ng==0.5.1
123+
zlib-ng==1.0.0
124124
# via -r requirements/lint.in
125125
zstandard==0.24.0 ; implementation_name == "cpython"
126126
# via -r requirements/lint.in

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ wait-for-it==2.3.0
145145
# via -r requirements/test.in
146146
yarl==1.20.1
147147
# via -r requirements/runtime-deps.in
148-
zlib-ng==0.5.1
148+
zlib-ng==1.0.0
149149
# via -r requirements/test.in
150150
zstandard==0.24.0 ; platform_python_implementation == "CPython" and python_version < "3.14"
151151
# via -r requirements/runtime-deps.in

0 commit comments

Comments
 (0)