From 7aa9994440105c5c51614ec920284a9b6fca6f407c79c4b9b08720c16d77a4eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 20 Jun 2025 10:48:45 +0000 Subject: [PATCH] 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 --- inflate64-1.0.1.tar.gz | 3 --- inflate64-1.0.3.tar.gz | 3 +++ python-inflate64.changes | 12 ++++++++++++ python-inflate64.spec | 4 ++-- 4 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 inflate64-1.0.1.tar.gz create mode 100644 inflate64-1.0.3.tar.gz diff --git a/inflate64-1.0.1.tar.gz b/inflate64-1.0.1.tar.gz deleted file mode 100644 index 206e67d..0000000 --- a/inflate64-1.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3b1c83c22651b5942b35829df526e89602e494192bf021e0d7d0b600e76c429d -size 896103 diff --git a/inflate64-1.0.3.tar.gz b/inflate64-1.0.3.tar.gz new file mode 100644 index 0000000..708a6bd --- /dev/null +++ b/inflate64-1.0.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a89edd416c36eda0c3a5d32f31ff1555db2c5a3884aa8df95e8679f8203e12ee +size 902876 diff --git a/python-inflate64.changes b/python-inflate64.changes index be2638e..ee389fb 100644 --- a/python-inflate64.changes +++ b/python-inflate64.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Fri Jun 20 10:02:23 UTC 2025 - ecsos + +- 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 diff --git a/python-inflate64.spec b/python-inflate64.spec index bae79d9..adcc6c2 100644 --- a/python-inflate64.spec +++ b/python-inflate64.spec @@ -18,13 +18,13 @@ %{?sle15_python_module_pythons} Name: python-inflate64 -Version: 1.0.1 +Version: 1.0.3 Release: 0 Summary: Deflate64 compression/decompression library License: LGPL-2.1-or-later URL: https://codeberg.org/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}