Skip to content

Conversation

@pull
Copy link

@pull pull bot commented Sep 11, 2025

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.3)

Can you help keep this open source service alive? 💖 Please sponsor : )

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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@pull pull bot locked and limited conversation to collaborators Sep 11, 2025
@pull pull bot added the ⤵️ pull label Sep 11, 2025
@pull pull bot merged commit 647bc64 into tj-python:master Sep 11, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants