From ccdd38f97252ea8e5f9d2a8f0cf523770dd4ecbd5f1fbb971c8a0c9530a57f9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 20 Jun 2025 10:47:10 +0000 Subject: [PATCH] Accepting request 1287173 from home:ecsos:python - Update to 1.2.0 * Added - Add Windows on Arm64, Linux on aarch64 support * Changed - Released from GitHub Actions as trusted platform OBS-URL: https://build.opensuse.org/request/show/1287173 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyppmd?expand=0&rev=10 --- pyppmd-1.1.1.tar.gz | 3 --- pyppmd-1.2.0.tar.gz | 3 +++ python-pyppmd.changes | 9 +++++++++ python-pyppmd.spec | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 pyppmd-1.1.1.tar.gz create mode 100644 pyppmd-1.2.0.tar.gz diff --git a/pyppmd-1.1.1.tar.gz b/pyppmd-1.1.1.tar.gz deleted file mode 100644 index a62b816..0000000 --- a/pyppmd-1.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f1a812f1e7628f4c26d05de340b91b72165d7b62778c27d322b82ce2e8ff00cb -size 1349281 diff --git a/pyppmd-1.2.0.tar.gz b/pyppmd-1.2.0.tar.gz new file mode 100644 index 0000000..e9253c3 --- /dev/null +++ b/pyppmd-1.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc04af92f1d26831ec96963439dfb27c96467b5452b94436a6af696649a121fd +size 1351286 diff --git a/python-pyppmd.changes b/python-pyppmd.changes index bbe3637..c6af2eb 100644 --- a/python-pyppmd.changes +++ b/python-pyppmd.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Jun 20 09:58:39 UTC 2025 - ecsos + +- Update to 1.2.0 + * Added + - Add Windows on Arm64, Linux on aarch64 support + * Changed + - Released from GitHub Actions as trusted platform + ------------------------------------------------------------------- Fri Jan 10 10:53:49 UTC 2025 - John Paul Adrian Glaubitz diff --git a/python-pyppmd.spec b/python-pyppmd.spec index 9222f38..dcd8b61 100644 --- a/python-pyppmd.spec +++ b/python-pyppmd.spec @@ -18,13 +18,13 @@ %{?sle15_python_module_pythons} Name: python-pyppmd -Version: 1.1.1 +Version: 1.2.0 Release: 0 Summary: PPMd compression/decompression library License: LGPL-2.1-or-later URL: https://codeberg.org/miurahr/pyppmd Source: https://files.pythonhosted.org/packages/source/p/pyppmd/pyppmd-%{version}.tar.gz -BuildRequires: %{python_module devel >= 3.8} +BuildRequires: %{python_module devel >= 3.9} BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools_scm >= 6.0.1} BuildRequires: %{python_module wheel}