Compare commits

1 Commits
main ... 1.1

4 changed files with 8 additions and 21 deletions

View File

@@ -1,17 +1,3 @@
-------------------------------------------------------------------
Sun Nov 10 21:42:18 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 0.2.3.post1:
* Added wheels for Python 3.13. No other code changes since
v0.2.3.
-------------------------------------------------------------------
Thu Oct 5 09:11:36 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 0.2.3:
* Dropped support for Python 3.7, added support for Python
3.12. No other code changes.
-------------------------------------------------------------------
Fri Apr 21 12:39:23 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-zopfli
#
# Copyright (c) 2024 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
@@ -18,13 +18,13 @@
%{?sle15_python_module_pythons}
Name: python-zopfli
Version: 0.2.3.post1
Version: 0.2.2
Release: 0
Summary: Zopfli module for python
License: Apache-2.0
URL: https://github.com/obp/py-zopfli
Source: https://files.pythonhosted.org/packages/source/z/zopfli/zopfli-%{version}.tar.gz
BuildRequires: %{python_module devel >= 3.8}
Source: https://files.pythonhosted.org/packages/source/z/zopfli/zopfli-%{version}.zip
BuildRequires: %{python_module devel >= 3.7}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools_scm}
@@ -33,6 +33,7 @@ BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: libzopfli-devel >= 1.0.3
BuildRequires: python-rpm-macros
BuildRequires: unzip
%python_subpackages
%description

BIN
zopfli-0.2.2.zip (Stored with Git LFS) Normal file

Binary file not shown.

BIN
zopfli-0.2.3.post1.tar.gz (Stored with Git LFS)

Binary file not shown.