Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| dd582ec955 | |||
| 7aa9994440 | |||
| 762d87f73a | |||
| e15adca399 |
3
inflate64-1.0.3.tar.gz
Normal file
3
inflate64-1.0.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a89edd416c36eda0c3a5d32f31ff1555db2c5a3884aa8df95e8679f8203e12ee
|
||||||
|
size 902876
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b398c686960c029777afc0ed281a86f66adb956cfc3fbf6667cc6453f7b407ce
|
|
||||||
size 902542
|
|
||||||
@@ -1,12 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
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>
|
Fri Jun 20 10:02:23 UTC 2025 - ecsos <ecsos@opensuse.org>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-inflate64
|
# spec file for package python-inflate64
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC and contributors
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,11 +18,11 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-inflate64
|
Name: python-inflate64
|
||||||
Version: 1.0.4
|
Version: 1.0.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Deflate64 compression/decompression library
|
Summary: Deflate64 compression/decompression library
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
URL: https://github.com/miurahr/inflate64
|
URL: https://codeberg.org/miurahr/inflate64
|
||||||
Source: https://files.pythonhosted.org/packages/source/i/inflate64/inflate64-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/i/inflate64/inflate64-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module devel >= 3.9}
|
BuildRequires: %{python_module devel >= 3.9}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
|
|||||||
Reference in New Issue
Block a user