14
0
forked from pool/python-pyppmd

Accepting request 1133184 from devel:languages:python

- 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/request/show/1133184
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyppmd?expand=0&rev=3
This commit is contained in:
2023-12-15 20:49:30 +00:00
committed by Git OBS Bridge
4 changed files with 16 additions and 8 deletions

View File

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

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

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

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Dec 14 20:51:45 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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 <ecsos@opensuse.org>

View File

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