|
|
@ -3,7 +3,7 @@
|
|
|
|
%define tag %{version}
|
|
|
|
%define tag %{version}
|
|
|
|
|
|
|
|
|
|
|
|
Name: python-pyzstd
|
|
|
|
Name: python-pyzstd
|
|
|
|
Version: 0.15.10
|
|
|
|
Version: 0.16.1
|
|
|
|
%forgemeta
|
|
|
|
%forgemeta
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Python bindings to Zstandard (zstd) compression library
|
|
|
|
Summary: Python bindings to Zstandard (zstd) compression library
|
|
|
@ -11,9 +11,6 @@ Summary: Python bindings to Zstandard (zstd) compression library
|
|
|
|
License: BSD-3-Clause
|
|
|
|
License: BSD-3-Clause
|
|
|
|
URL: %{forgeurl}
|
|
|
|
URL: %{forgeurl}
|
|
|
|
Source: %{forgesource}
|
|
|
|
Source: %{forgesource}
|
|
|
|
# pyzstd_pep517: name config_settings argument correctly (#2)
|
|
|
|
|
|
|
|
# pyproject-rpm-macros' config_settings support passes it as a kwarg
|
|
|
|
|
|
|
|
Patch: %{url}/pull/2.patch#/config_settings-fix.patch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
BuildRequires: python3-devel
|
|
|
@ -63,13 +60,26 @@ sed -i -e '1{\@^#!.*@d}' src/__main__.py
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files -n python3-pyzstd -f %{pyproject_files}
|
|
|
|
%files -n python3-pyzstd -f %{pyproject_files}
|
|
|
|
%doc README.rst
|
|
|
|
%doc CHANGELOG.md
|
|
|
|
|
|
|
|
%doc README.md
|
|
|
|
%license LICENSE
|
|
|
|
%license LICENSE
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Thu Jul 18 2024 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 0.15.10-1
|
|
|
|
* Fri Jan 10 2025 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.16.1-1
|
|
|
|
- Rebuilt for MSVSphere 9.4
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Aug 05 2024 Maxwell G <maxwell@gtmx.me> - 0.16.1-1
|
|
|
|
|
|
|
|
- Update to 0.16.1. Fixes rhbz#2281937.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.15.10-4
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jun 14 2024 Maxwell G <maxwell@gtmx.me> - 0.15.10-3
|
|
|
|
|
|
|
|
- Add temporary fix for Python 3.13 FTBFS
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 0.15.10-2
|
|
|
|
|
|
|
|
- Rebuilt for Python 3.13
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Apr 07 2024 Maxwell G <maxwell@gtmx.me> - 0.15.10-1
|
|
|
|
* Sun Apr 07 2024 Maxwell G <maxwell@gtmx.me> - 0.15.10-1
|
|
|
|
- Initial package (rhbz#2273823).
|
|
|
|
- Initial package (rhbz#2273823).
|
|
|
|