Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python310-pyzstd-0.15.9-1.3 RPM for riscv64

From OpenSuSE Ports Tumbleweed for riscv64

Name: python310-pyzstd Distribution: openSUSE Tumbleweed
Version: 0.15.9 Vendor: openSUSE
Release: 1.3 Build date: Thu Jul 20 22:40:20 2023
Group: Unspecified Build host: reproducible
Size: 241602 Source RPM: python-pyzstd-0.15.9-1.3.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/animalize/pyzstd
Summary: Python bindings to Zstandard (zstd) compression library
Pyzstd module provides classes and functions for compressing and decompressing data,
using Facebook's Zstandard (or zstd as short name) algorithm.

The API is similar to Python's bz2/lzma/zlib modules.

Provides

Requires

License

BSD-3-Clause

Changelog

* Thu Jul 20 2023 Antonio Teixeira <antonio.teixeira@suse.com>
  - 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.
* Tue Jun 27 2023 ecsos <ecsos@opensuse.org>
  - Add %{?sle15_python_module_pythons}
* Fri Apr 07 2023 ecsos <ecsos@opensuse.org>
  - 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).
* Wed Dec 21 2022 Ben Greiner <code@bnavigator.de>
  - Initial specfile for v0.15.3
  - Required by py7zr

Files

/usr/lib64/python3.10/site-packages/pyzstd
/usr/lib64/python3.10/site-packages/pyzstd-0.15.9.dist-info
/usr/lib64/python3.10/site-packages/pyzstd-0.15.9.dist-info/INSTALLER
/usr/lib64/python3.10/site-packages/pyzstd-0.15.9.dist-info/LICENSE
/usr/lib64/python3.10/site-packages/pyzstd-0.15.9.dist-info/METADATA
/usr/lib64/python3.10/site-packages/pyzstd-0.15.9.dist-info/RECORD
/usr/lib64/python3.10/site-packages/pyzstd-0.15.9.dist-info/REQUESTED
/usr/lib64/python3.10/site-packages/pyzstd-0.15.9.dist-info/WHEEL
/usr/lib64/python3.10/site-packages/pyzstd-0.15.9.dist-info/top_level.txt
/usr/lib64/python3.10/site-packages/pyzstd/__init__.py
/usr/lib64/python3.10/site-packages/pyzstd/__init__.pyi
/usr/lib64/python3.10/site-packages/pyzstd/__main__.py
/usr/lib64/python3.10/site-packages/pyzstd/__pycache__
/usr/lib64/python3.10/site-packages/pyzstd/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pyzstd/__pycache__/__init__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pyzstd/__pycache__/__main__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pyzstd/__pycache__/__main__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pyzstd/__pycache__/seekable_zstdfile.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pyzstd/__pycache__/seekable_zstdfile.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pyzstd/__pycache__/zstdfile.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pyzstd/__pycache__/zstdfile.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pyzstd/c
/usr/lib64/python3.10/site-packages/pyzstd/c/__init__.py
/usr/lib64/python3.10/site-packages/pyzstd/c/__pycache__
/usr/lib64/python3.10/site-packages/pyzstd/c/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pyzstd/c/__pycache__/__init__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pyzstd/c/_zstd.cpython-310-riscv64-linux-gnu.so
/usr/lib64/python3.10/site-packages/pyzstd/py.typed
/usr/lib64/python3.10/site-packages/pyzstd/seekable_zstdfile.py
/usr/lib64/python3.10/site-packages/pyzstd/zstdfile.py
/usr/share/doc/packages/python310-pyzstd
/usr/share/doc/packages/python310-pyzstd/README.rst
/usr/share/licenses/python310-pyzstd
/usr/share/licenses/python310-pyzstd/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 30 23:58:22 2024