From f65214deb6fe50fc5afeb5153a8f93b24e49f6aeca4082e16caa88f093ab2c18 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 14 Dec 2023 20:54:46 +0000 Subject: [PATCH] - update to 1.1.0: * Add Python 3.12 support * Minimum required python to be 3.8 * Export PPMD8_RESTORE_METHOD_* constants * Drop github actions workflows * README: Add SPDX identifier OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyppmd?expand=0&rev=6 --- pyppmd-1.0.0.tar.gz | 3 --- pyppmd-1.1.0.tar.gz | 3 +++ python-pyppmd.changes | 10 ++++++++++ python-pyppmd.spec | 8 +++----- 4 files changed, 16 insertions(+), 8 deletions(-) delete mode 100644 pyppmd-1.0.0.tar.gz create mode 100644 pyppmd-1.1.0.tar.gz diff --git a/pyppmd-1.0.0.tar.gz b/pyppmd-1.0.0.tar.gz deleted file mode 100644 index b1ad6e7..0000000 --- a/pyppmd-1.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:075c9bd297e3b0a87dd7aeabca7fee668218acbe69ecc1c6511064558de8840f -size 1350611 diff --git a/pyppmd-1.1.0.tar.gz b/pyppmd-1.1.0.tar.gz new file mode 100644 index 0000000..12ca0f0 --- /dev/null +++ b/pyppmd-1.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d38ce2e4b7eb84b53bc8a52380b94f66ba6c39328b8800b30c2b5bf31693973 +size 1348949 diff --git a/python-pyppmd.changes b/python-pyppmd.changes index 0b03ec2..28d5886 100644 --- a/python-pyppmd.changes +++ b/python-pyppmd.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Dec 14 20:51:45 UTC 2023 - Dirk Müller + +- update to 1.1.0: + * Add Python 3.12 support + * Minimum required python to be 3.8 + * Export PPMD8_RESTORE_METHOD_* constants + * Drop github actions workflows + * README: Add SPDX identifier + ------------------------------------------------------------------- Tue Jun 27 12:47:05 UTC 2023 - ecsos diff --git a/python-pyppmd.spec b/python-pyppmd.spec index 69f77c7..f6978ff 100644 --- a/python-pyppmd.spec +++ b/python-pyppmd.spec @@ -1,7 +1,7 @@ # # spec file for package python-pyppmd # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,18 +16,16 @@ # -%define skip_python2 1 %{?sle15_python_module_pythons} Name: python-pyppmd -Version: 1.0.0 +Version: 1.1.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.6} +BuildRequires: %{python_module devel >= 3.8} BuildRequires: %{python_module pip} -BuildRequires: %{python_module setuptools >= 58.0} BuildRequires: %{python_module setuptools_scm >= 6.0.1} BuildRequires: %{python_module wheel} BuildRequires: fdupes