Compare commits

1 Commits
1.1 ... main

4 changed files with 13 additions and 7 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
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> Thu Oct 5 09:11:36 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

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

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

Binary file not shown.

BIN
zopfli-0.2.3.zip (Stored with Git LFS)

Binary file not shown.