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}