13 Commits

Author SHA256 Message Date
f5797ba985 Accepting request 1278842 from devel:languages:python
Forwarded request #1278681 from glaubitz

- Update to 0.17.0
    * Upgrade zstd source code from v1.5.6 to v1.5.7
    * Raise an exception when attempting to decompress empty data
    * Add `ZstdFile.name` property
    * Deprecate `(de)compress_stream` functions
    * Use a leading `_` for private objects
    * Build wheels for Windows ARM64
    * Support for PyPy 3.11
  - Update BuildRequires and Requires from setup.py

OBS-URL: https://build.opensuse.org/request/show/1278842
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyzstd?expand=0&rev=7
2025-05-23 12:30:46 +00:00
0f23cb723e Accepting request 1218886 from devel:languages:python
- 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
2024-10-29 13:35:38 +00:00
4170dba310 - 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/package/show/devel:languages:python/python-pyzstd?expand=0&rev=11
2024-10-28 22:36:47 +00:00
bde99721e5 Accepting request 1172892 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1172892
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyzstd?expand=0&rev=5
2024-05-09 10:14:41 +00:00
0c5cddc567 - update to 0.15.10:
* SeekableZstdFile: fix exception when using append mode
  * SeekableZstdFile: raise TypeError when
  * SeekableZstdFile: refactor loading seek table in append mode

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyzstd?expand=0&rev=9
2024-05-02 08:06:44 +00:00
e8b8efead0 Accepting request 1099841 from devel:languages:python
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
2023-07-24 16:25:44 +00:00
a678a631c4 Accepting request 1099794 from home:ateixeira:branches:devel:languages:python
- 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
2023-07-21 07:00:06 +00:00
f133f0857e Accepting request 1095664 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1095664
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyzstd?expand=0&rev=3
2023-06-27 21:18:05 +00:00
3ea0bfec62 Accepting request 1095616 from home:ecsos:python
- Add %{?sle15_python_module_pythons}

OBS-URL: https://build.opensuse.org/request/show/1095616
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyzstd?expand=0&rev=5
2023-06-27 15:41:06 +00:00
27886989b4 Accepting request 1077874 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1077874
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyzstd?expand=0&rev=2
2023-04-07 16:17:55 +00:00
552b6cf92b Accepting request 1077862 from home:ecsos
- 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
2023-04-07 12:24:29 +00:00
9224a7e7a2 Accepting request 1044220 from devel:languages:python
required by py7zr update

OBS-URL: https://build.opensuse.org/request/show/1044220
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyzstd?expand=0&rev=1
2022-12-24 13:51:26 +00:00
dc137a7e25 Accepting request 1044071 from home:bnavigator:branches:devel:languages:python
required by py7zr

OBS-URL: https://build.opensuse.org/request/show/1044071
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyzstd?expand=0&rev=1
2022-12-22 10:18:23 +00:00
2 changed files with 0 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:83603a97fdbcf2139f475c940789f09e32703f931f29f4a8ddf3551e6700108b
size 769258

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:179c1a2ea1565abf09c5f2fd72f9ce7c54b2764cf7369e05c0bfd8f1f67f63d2
size 789505