- update to 0.16.2:
* Build wheels for Python 3.13
* Deprecate support for Python version before 3.9 and stop
building wheels for them
* Compatibility with Python 3.13
* Upgrade zstd source code from v1.5.5 to v1.5.6
* Fix pyzstd_pep517 parameter name in
`get_requires_for_build_wheel`
* Deprecate support for Python version before 3.8 and stop
building wheels for them
* Minor fixes in type hints
* Refactor README & CHANGELOG files
OBS-URL: https://build.opensuse.org/request/show/1218886
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyzstd?expand=0&rev=6
* Build wheels for Python 3.13
* Deprecate support for Python version before 3.9 and stop
building wheels for them
* Compatibility with Python 3.13
* Upgrade zstd source code from v1.5.5 to v1.5.6
* Fix pyzstd_pep517 parameter name in
`get_requires_for_build_wheel`
* Deprecate support for Python version before 3.8 and stop
building wheels for them
* Minor fixes in type hints
* Refactor README & CHANGELOG files
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyzstd?expand=0&rev=11
Forwarded request #1099794 from ateixeira
- Update to 0.15.9
- ZstdFile class related changes:
* Add SeekableZstdFile class, it's a subclass of ZstdFile, supports
Zstandard Seekable Format.
* Add mode argument to ZstdFile.flush() method, now it can flush
a zstd frame.
* Add read_size and write_size arguments to ZstdFile.__init__()
method, can work with Network File Systems better.
* Optimize ZstdFile performance to C language level.
- Changes from 0.15.7
- ZstdDict class changes:
* Fix these advanced compression parameters may be ignored when
loading a dictionary: windowLog, hashLog, chainLog, searchLog,
minMatch, targetLength, strategy, enableLongDistanceMatching,
ldmHashLog, ldmMinMatch, ldmBucketSizeLog, ldmHashRateLog,
and some non-public parameters.
* When compressing, load undigested dictionary instead of digested
dictionary by default. Loading again an undigested is slower, see
differences.
* Add .as_prefix attribute. Can use zstd as a patching engine.
OBS-URL: https://build.opensuse.org/request/show/1099841
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyzstd?expand=0&rev=4
- Update to 0.15.9
- ZstdFile class related changes:
* Add SeekableZstdFile class, it's a subclass of ZstdFile, supports
Zstandard Seekable Format.
* Add mode argument to ZstdFile.flush() method, now it can flush
a zstd frame.
* Add read_size and write_size arguments to ZstdFile.__init__()
method, can work with Network File Systems better.
* Optimize ZstdFile performance to C language level.
- Changes from 0.15.7
- ZstdDict class changes:
* Fix these advanced compression parameters may be ignored when
loading a dictionary: windowLog, hashLog, chainLog, searchLog,
minMatch, targetLength, strategy, enableLongDistanceMatching,
ldmHashLog, ldmMinMatch, ldmBucketSizeLog, ldmHashRateLog,
and some non-public parameters.
* When compressing, load undigested dictionary instead of digested
dictionary by default. Loading again an undigested is slower, see
differences.
* Add .as_prefix attribute. Can use zstd as a patching engine.
OBS-URL: https://build.opensuse.org/request/show/1099794
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyzstd?expand=0&rev=7
- Update to 0.15.6
- Update bundled zstd source code from v1.5.4 to v1.5.5.
- Changes from 0.15.5
- Update bundled zstd source code from v1.5.4 to v1.5.5.
- Changes from 0.15.4
- Update bundled zstd source code from v1.5.2 to v1.5.4. v1.5.3
is a non-public release.
- Support pyproject.toml build mechanism (PEP-517).
Note that specifying build options in old way may be invalid,
see doc.
- Support "multi-phase initialization" (PEP-489) on CPython 3.11+,
can work with CPython sub-interpreters in the future.
Currently this build option is disabled by default.
- Add a command line interface (CLI).
OBS-URL: https://build.opensuse.org/request/show/1077862
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyzstd?expand=0&rev=3
oid sha256:179c1a2ea1565abf09c5f2fd72f9ce7c54b2764cf7369e05c0bfd8f1f67f63d2
size 789505
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.