4 Commits

4 changed files with 22 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1d38ce2e4b7eb84b53bc8a52380b94f66ba6c39328b8800b30c2b5bf31693973
size 1348949

3
pyppmd-1.2.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cc04af92f1d26831ec96963439dfb27c96467b5452b94436a6af696649a121fd
size 1351286

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Fri Jun 20 09:58:39 UTC 2025 - ecsos <ecsos@opensuse.org>
- 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 <adrian.glaubitz@suse.com>
- Update to 1.1.1
* Add Python 3.13 support
* Minimum required python to be 3.9
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Dec 14 20:51:45 UTC 2023 - Dirk Müller <dmueller@suse.com> Thu Dec 14 20:51:45 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-pyppmd # spec file for package python-pyppmd
# #
# Copyright (c) 2023 SUSE LLC # 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,13 +18,13 @@
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-pyppmd Name: python-pyppmd
Version: 1.1.0 Version: 1.2.0
Release: 0 Release: 0
Summary: PPMd compression/decompression library Summary: PPMd compression/decompression library
License: LGPL-2.1-or-later License: LGPL-2.1-or-later
URL: https://codeberg.org/miurahr/pyppmd URL: https://codeberg.org/miurahr/pyppmd
Source: https://files.pythonhosted.org/packages/source/p/pyppmd/pyppmd-%{version}.tar.gz 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 pip}
BuildRequires: %{python_module setuptools_scm >= 6.0.1} BuildRequires: %{python_module setuptools_scm >= 6.0.1}
BuildRequires: %{python_module wheel} BuildRequires: %{python_module wheel}