Skip to content

Bump isal from 1.7.2 to 1.8.0#11589

Open
dependabot[bot] wants to merge 2 commits into3.14from
dependabot/pip/3.14/isal-1.8.0
Open

Bump isal from 1.7.2 to 1.8.0#11589
dependabot[bot] wants to merge 2 commits into3.14from
dependabot/pip/3.14/isal-1.8.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Oct 6, 2025

Bumps isal from 1.7.2 to 1.8.0.

Release notes

Sourced from isal's releases.

version 1.8.0

  • Python 3.14 is supported.
  • Python 3.8 and 3.9 are no longer supported.
  • 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.
  • Change build backend to setuptools-scm which is more commonly used and supported.
  • Include test packages in the source distribution, so source distribution installations can be verified.
  • Fix an issue where some tests failed because they ignored PYTHONPATH.
  • Enable support for free-threading and build free-threaded wheels for CPython 3.14. Thanks to @​lysnikolaou and @​ngoldbaum.
Changelog

Sourced from isal's changelog.

version 1.8.0

  • Python 3.14 is supported.
  • Python 3.8 and 3.9 are no longer supported.
  • 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.
  • Change build backend to setuptools-scm which is more commonly used and supported.
  • Include test packages in the source distribution, so source distribution installations can be verified.
  • Fix an issue where some tests failed because they ignored PYTHONPATH.
  • Enable support for free-threading and build free-threaded wheels for CPython 3.14. Thanks to @​lysnikolaou and @​ngoldbaum.
Commits
  • bcaaa9b Use a valid documentation URL
  • 1eeaf31 Merge pull request #244 from pycompression/release_1.8.0
  • ddcc966 Prepare release 1.8.0
  • bb40ffa Merge pull request #233 from lysnikolaou/free-threading
  • 8e9681d Credit where it's due
  • 9492937 Update test_freethreading.py
  • 0b9574a Fix linting issues
  • 474783e Only support 3.14 for threaded builds.
  • edf5371 Merge branch 'develop' into free-threading
  • 7d204aa Merge pull request #242 from pycompression/314
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Oct 6, 2025
@dependabot dependabot Bot requested review from asvetlov and webknjaz as code owners October 6, 2025 23:02
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Oct 6, 2025
@github-actions github-actions Bot enabled auto-merge (squash) October 6, 2025 23:06
@codspeed-hq
Copy link
Copy Markdown

codspeed-hq Bot commented Oct 6, 2025

Merging this PR will degrade performance by 15.56%

❌ 1 regressed benchmark
✅ 66 untouched benchmarks
⏩ 4 skipped benchmarks1

⚠️ Please fix the performance issues or acknowledge them on CodSpeed.

Performance Changes

Benchmark BASE HEAD Efficiency
test_ten_streamed_responses_iter_chunks[pyloop] 121.1 ms 143.4 ms -15.56%

Comparing dependabot/pip/3.14/isal-1.8.0 (5b59c72) with 3.14 (299693b)2

Open in CodSpeed

Footnotes

  1. 4 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

  2. No successful run was found on 3.14 (985f27d) during the generation of this report, so 299693b was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.

@codecov
Copy link
Copy Markdown

codecov Bot commented Oct 6, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 47.29%. Comparing base (4f58585) to head (5b59c72).
⚠️ Report is 14 commits behind head on 3.14.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@             Coverage Diff             @@
##             3.14   #11589       +/-   ##
===========================================
- Coverage   98.20%   47.29%   -50.91%     
===========================================
  Files         135      135               
  Lines       47121    47132       +11     
  Branches     2525     2526        +1     
===========================================
- Hits        46273    22293    -23980     
- Misses        671    24194    +23523     
- Partials      177      645      +468     
Flag Coverage Δ
CI-GHA 22.28% <ø> (-75.98%) ⬇️
OS-Linux 22.28% <ø> (-75.75%) ⬇️
OS-Windows ?
OS-macOS ?
Py-3.10.11 ?
Py-3.10.20 ?
Py-3.11.15 ?
Py-3.11.9 ?
Py-3.12.10 ?
Py-3.12.13 ?
Py-3.13.13 ?
Py-3.14.4 22.28% <ø> (-75.52%) ⬇️
Py-3.14.4t ?
Py-pypy3.11.15-7.3.21 ?
VM-macos ?
VM-ubuntu 22.28% <ø> (-75.75%) ⬇️
VM-windows ?
cython-coverage 38.09% <ø> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dependabot dependabot Bot force-pushed the dependabot/pip/3.14/isal-1.8.0 branch 3 times, most recently from a935a5d to a5affc6 Compare October 15, 2025 00:04
Bumps [isal](https://github.com/pycompression/python-isal) from 1.7.2 to 1.8.0.
- [Release notes](https://github.com/pycompression/python-isal/releases)
- [Changelog](https://github.com/pycompression/python-isal/blob/develop/CHANGELOG.rst)
- [Commits](pycompression/python-isal@v1.7.2...v1.8.0)

---
updated-dependencies:
- dependency-name: isal
  dependency-version: 1.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/pip/3.14/isal-1.8.0 branch from a5affc6 to 638d299 Compare October 20, 2025 12:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant