14
0
forked from pool/python-pyppmd

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
This commit is contained in:
2025-06-20 10:47:10 +00:00
committed by Git OBS Bridge
parent 766d764511
commit ccdd38f972
4 changed files with 14 additions and 5 deletions

View File

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

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,12 @@
-------------------------------------------------------------------
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>

View File

@@ -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}