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

python313-zlib-ng-0.5.1-1.1 RPM for x86_64

From OpenSuSE Tumbleweed for x86_64

Name: python313-zlib-ng Distribution: openSUSE Tumbleweed
Version: 0.5.1 Vendor: openSUSE
Release: 1.1 Build date: Fri Nov 22 18:33:04 2024
Group: Development/Languages/Python Build host: reproducible
Size: 162424 Source RPM: python-zlib-ng-0.5.1-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/pycompression/python-zlib-ng
Summary: Faster zlib and gzip compatible compression and decompression
Faster zlib and gzip compatible compression and decompression by providing Python bindings for the zlib-ng library.

This package provides Python bindings for the zlib-ng library.

Provides

Requires

License

Python-2.0

Changelog

* Fri Nov 22 2024 Dirk Müller <[email protected]>
  - update to 0.5.1:
    * Fix a bug where flushing in threaded mode did not write the
      data to the output file.
    * Threaded reading and writing do no longer block exiting
      when an exception occurs in the main thread.
  - update to 0.5.0:
    * Fix a bug where READ and WRITE in zlib_ng.gzip_ng were
      inconsistent with the values in gzip on Python 3.13
    * Small simplifications to the ``gzip_ng.compress`` and
      ``gzip_ng.decompress`` functions, which should lead to less
      overhead.
  - update to 0.4.3:
    * Fix a bug where files larger than 4GB could not be
      decompressed.
  - update to 0.4.2:
    * Fix a reference counting error that happened on module
      initialization and triggered an error in the CPython debug
      build.
    * Fix a setup.py error that was triggered on MacOS ARM64.
* Tue Nov 19 2024 Dirk Müller <[email protected]>
  - build against modern python on sle15
* Sat Mar 16 2024 Dirk Müller <[email protected]>
  - update to 0.4.1:
    * Fix a bug where streams that were passed to
      gzip_ng_threaded.open where closed.
    * Fix compatibility with Python 3.13
* Tue Feb 06 2024 Ben Greiner <[email protected]>
  - Update to 0.4.0
    * Add a gzip_ng_threaded module that contains the
      gzip_ng_threaded.open function. This allows using multithreaded
      compression as well as escaping the GIL.
    * The internal gzip_ng._GzipReader has been rewritten in C. As a
      result the overhead of decompressing files has significantly
      been reduced.
    * The gzip_ng._GzipReader in C is now used in gzip_ng.decompress.
      The _GzipReader also can read from objects that support the
      buffer protocol. This has reduced overhead significantly.
    * Fix some unclosed buffer errors in the gzip_ng CLI.
  - Version 0.3.0
    * Source distributions on Linux now default to building with
      configure and make as it is faster and has less dependencies
      than CMake.
    * Python 3.12 support was added. Python 3.7 support was dropped
      as it is end of life.
    * Update embedded zlib-ng version to 2.1.5. This comes with some
      speed improvements and changes with regards to the compression
      levels. Also several bugs were fixed. For full details checkout
      the zlib-ng 2.1.2 release notes as well as those for the bugfix
      releases 2.1.3, 2.1.4 and 2.1.5.
  - Fix BuildRequirements. This one never used poetry.
  - Enable tests in multibuild: some tests call python3.X -m zlib_ng
    without respecting the PYTHONPATH from %pytest_arch.
  - Link to system library
* Wed Dec 06 2023 Adrian Schröter <[email protected]>
  - initial package of version 0.2.0

Files

/usr/lib64/python3.13/site-packages/zlib_ng
/usr/lib64/python3.13/site-packages/zlib_ng-0.5.1.dist-info
/usr/lib64/python3.13/site-packages/zlib_ng-0.5.1.dist-info/INSTALLER
/usr/lib64/python3.13/site-packages/zlib_ng-0.5.1.dist-info/LICENSE
/usr/lib64/python3.13/site-packages/zlib_ng-0.5.1.dist-info/METADATA
/usr/lib64/python3.13/site-packages/zlib_ng-0.5.1.dist-info/RECORD
/usr/lib64/python3.13/site-packages/zlib_ng-0.5.1.dist-info/REQUESTED
/usr/lib64/python3.13/site-packages/zlib_ng-0.5.1.dist-info/WHEEL
/usr/lib64/python3.13/site-packages/zlib_ng-0.5.1.dist-info/top_level.txt
/usr/lib64/python3.13/site-packages/zlib_ng/__init__.py
/usr/lib64/python3.13/site-packages/zlib_ng/__pycache__
/usr/lib64/python3.13/site-packages/zlib_ng/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib64/python3.13/site-packages/zlib_ng/__pycache__/__init__.cpython-313.pyc
/usr/lib64/python3.13/site-packages/zlib_ng/__pycache__/_version.cpython-313.opt-1.pyc
/usr/lib64/python3.13/site-packages/zlib_ng/__pycache__/_version.cpython-313.pyc
/usr/lib64/python3.13/site-packages/zlib_ng/__pycache__/gzip_ng.cpython-313.opt-1.pyc
/usr/lib64/python3.13/site-packages/zlib_ng/__pycache__/gzip_ng.cpython-313.pyc
/usr/lib64/python3.13/site-packages/zlib_ng/__pycache__/gzip_ng_threaded.cpython-313.opt-1.pyc
/usr/lib64/python3.13/site-packages/zlib_ng/__pycache__/gzip_ng_threaded.cpython-313.pyc
/usr/lib64/python3.13/site-packages/zlib_ng/_version.py
/usr/lib64/python3.13/site-packages/zlib_ng/_version.pyi
/usr/lib64/python3.13/site-packages/zlib_ng/gzip_ng.py
/usr/lib64/python3.13/site-packages/zlib_ng/gzip_ng_threaded.py
/usr/lib64/python3.13/site-packages/zlib_ng/py.typed
/usr/lib64/python3.13/site-packages/zlib_ng/zlib-ng
/usr/lib64/python3.13/site-packages/zlib_ng/zlib-ng/LICENSE.md
/usr/lib64/python3.13/site-packages/zlib_ng/zlib-ng/README.md
/usr/lib64/python3.13/site-packages/zlib_ng/zlib_ng.cpython-313-x86_64-linux-gnu.so
/usr/lib64/python3.13/site-packages/zlib_ng/zlib_ng.pyi
/usr/share/doc/packages/python313-zlib-ng
/usr/share/doc/packages/python313-zlib-ng/README.rst
/usr/share/licenses/python313-zlib-ng
/usr/share/licenses/python313-zlib-ng/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Mon Dec 2 00:50:36 2024