1
0

6 Commits

Author SHA256 Message Date
986b09e92e Accepting request 1321654 from devel:languages:python
- Update to 1.0.4:
  * Support Python 3.14
  * Update GitHub Actions CI/CD scripts
  * Drop required python upper limit
- Update URL.

OBS-URL: https://build.opensuse.org/request/show/1321654
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-inflate64?expand=0&rev=7
2025-12-09 11:53:09 +00:00
99e18e0efe - Update to 1.0.4:
* Support Python 3.14
  * Update GitHub Actions CI/CD scripts
  * Drop required python upper limit
- Update URL.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-inflate64?expand=0&rev=13
2025-12-09 04:35:29 +00:00
6d4c935dbd Accepting request 1287187 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1287187
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-inflate64?expand=0&rev=6
2025-06-23 13:04:39 +00:00
6c3a14405e Accepting request 1287175 from home:ecsos:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1287175
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-inflate64?expand=0&rev=11
2025-06-20 10:48:45 +00:00
1e871da4d6 Accepting request 1237371 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1237371
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-inflate64?expand=0&rev=5
2025-01-13 16:53:01 +00:00
d62621b46f - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-inflate64?expand=0&rev=9
2025-01-13 10:11:38 +00:00
4 changed files with 36 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3278827b803cf006a1df251f3e13374c7d26db779e5a33329cc11789b804bc2d
size 895853

3
inflate64-1.0.4.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,32 @@
-------------------------------------------------------------------
Tue Dec 9 04:34:55 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 1.0.4:
* Support Python 3.14
* Update GitHub Actions CI/CD scripts
* Drop required python upper limit
- Update URL.
-------------------------------------------------------------------
Fri Jun 20 10:02:23 UTC 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 09:45:54 UTC 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 14:24:03 UTC 2024 - Ben Greiner <code@bnavigator.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-inflate64
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,13 +18,13 @@
%{?sle15_python_module_pythons}
Name: python-inflate64
Version: 1.0.0
Version: 1.0.4
Release: 0
Summary: Deflate64 compression/decompression library
License: LGPL-2.1-or-later
URL: https://codeberg.org/miurahr/inflate64
URL: https://github.com/miurahr/inflate64
Source: https://files.pythonhosted.org/packages/source/i/inflate64/inflate64-%{version}.tar.gz
BuildRequires: %{python_module devel >= 3.8}
BuildRequires: %{python_module devel >= 3.9}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools >= 45}