Bump isal from 1.7.2 to 1.8.0
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
@lysnikolaouand@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
@lysnikolaouand@ngoldbaum.
Commits
bcaaa9bUse a valid documentation URL1eeaf31Merge pull request #244 from pycompression/release_1.8.0ddcc966Prepare release 1.8.0bb40ffaMerge pull request #233 from lysnikolaou/free-threading8e9681dCredit where it's due9492937Update test_freethreading.py0b9574aFix linting issues474783eOnly support 3.14 for threaded builds.edf5371Merge branch 'develop' into free-threading7d204aaMerge pull request #242 from pycompression/314- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.
Codecov Report
:white_check_mark: All modified and coverable lines are covered by tests.
:white_check_mark: Project coverage is 98.78%. Comparing base (3a9120d) to head (f0df017).
:warning: Report is 3 commits behind head on master.
:white_check_mark: All tests successful. No failed tests found.
Additional details and impacted files
@@ Coverage Diff @@
## master #11490 +/- ##
==========================================
- Coverage 98.80% 98.78% -0.02%
==========================================
Files 127 127
Lines 43380 43380
Branches 2326 2326
==========================================
- Hits 42860 42852 -8
- Misses 370 376 +6
- Partials 150 152 +2
| Flag | Coverage Δ | |
|---|---|---|
| CI-GHA | 98.66% <ø> (-0.02%) |
:arrow_down: |
| OS-Linux | 98.39% <ø> (-0.02%) |
:arrow_down: |
| OS-Windows | 96.73% <ø> (ø) |
|
| OS-macOS | 97.57% <ø> (-0.06%) |
:arrow_down: |
| Py-3.10.11 | 97.14% <ø> (ø) |
|
| Py-3.10.18 | 97.50% <ø> (-0.15%) |
:arrow_down: |
| Py-3.11.13 | 97.83% <ø> (+<0.01%) |
:arrow_up: |
| Py-3.11.9 | 97.33% <ø> (ø) |
|
| Py-3.12.10 | 97.44% <ø> (ø) |
|
| Py-3.12.11 | 97.93% <ø> (-0.01%) |
:arrow_down: |
| Py-3.13.7 | 98.17% <ø> (-0.03%) |
:arrow_down: |
| Py-3.14.0-rc.3 | 98.14% <ø> (ø) |
|
| Py-3.14.0-rc.3t | ? |
|
| Py-3.9.13 | 95.87% <ø> (-1.16%) |
:arrow_down: |
| Py-3.9.23 | 96.84% <ø> (-0.69%) |
:arrow_down: |
| Py-pypy3.9.19-7.3.16 | ? |
|
| VM-macos | 97.57% <ø> (-0.06%) |
:arrow_down: |
| VM-ubuntu | 98.39% <ø> (-0.02%) |
:arrow_down: |
| VM-windows | 96.73% <ø> (ø) |
Flags with carried forward coverage won't be shown. Click here to find out more.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
CodSpeed Performance Report
Merging #11490 will not alter performance
Comparing dependabot/pip/isal-1.8.0 (7d7d3b9) with master (df8ad83)
Summary
✅ 59 untouched
@dependabot recreate