Package Release Info

python-inflate64-1.0.3-bp160.1.2

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python313-inflate64

Change Logs

* Fri Jun 20 2025 ecsos <ecsos@opensuse.org>
- Update to 1.0.3
  - Add readthedocs manual page.
  - Publish Python 3.13 wheels.
  - Fix GitHub Actions CI/CD script for aarch64.
- Changes from 1.0.2
  - Published to PyPI using GItHub Actions as a trusted publisher
  - Add GitHub Actions CI/CD script
  - Drop Azure Pipelines CI/CD
* Mon Jan 13 2025 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 1.0.1
  * Change deflate_tree: base_length[] and length_code[] not to
    be const to avoid C2166 error on windows
  * Drop support for python 3.8 and add support for python 3.13
* Fri Feb 16 2024 Ben Greiner <code@bnavigator.de>
- Remove bogus runtime and test requirements
* Fri Dec 15 2023 ecsos <ecsos@opensuse.org>
- Update to 1.0.0
  * Changed
  - Update CMakeLists.txt developer script
- Update to 1.0.0rc2
  * Changed
  - Update test runner for library developer (#11)
  - Project status to be stable
  - docs: update security policy
- Update to 1.0.0rc1
  * Added
  - Support python 3.12 (#9)
  * Fixed
  - Replace deprecated PyMem_Calloc with GIL free PyMem_RawCalloc
  - Use PyMem_RawFree accordingly.
  * Changed
  - Bump cibuildwheel@2.16.2
  - Update cibuildwheel configuration
  - CI on ci.codeberg.org
  - Minimum required Python verison to 3.8
* Tue Jun 27 2023 ecsos <ecsos@opensuse.org>
- Add %{?sle15_python_module_pythons}
* Wed Dec 21 2022 Ben Greiner <code@bnavigator.de>
- Initial specfile for 0.3.1
- Required by py7zr