diff --git a/python-pdfkit.spec b/python-pdfkit.spec index e6dd9a1..11538e6 100644 --- a/python-pdfkit.spec +++ b/python-pdfkit.spec @@ -4,7 +4,7 @@ Name: python-%{pypi_name} Version: 0.6.1 -Release: 12%{?dist} +Release: 22%{?dist} Summary: Wkhtmltopdf python wrapper License: MIT @@ -21,7 +21,6 @@ BuildArch: noarch BuildRequires: python3-setuptools BuildRequires: python3-devel BuildRequires: python3 -BuildRequires: python3-pytest BuildRequires: wkhtmltopdf Requires: wkhtmltopdf @@ -59,7 +58,8 @@ find tests -type f |\ while read a; do b=$(echo $a |\ sed -r 's/%{commit0}_//'); \ mv -v $a $b; done -%{__python3} setup.py test +cd tests +%{__python3} pdfkit-tests.py %files -n python3-%{pypi_name} %license LICENSE @@ -68,6 +68,37 @@ find tests -type f |\ %{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info %changelog +* Fri Sep 19 2025 Python Maint - 0.6.1-22 +- Rebuilt for Python 3.14.0rc3 bytecode + +* Fri Aug 15 2025 Python Maint - 0.6.1-21 +- Rebuilt for Python 3.14.0rc2 bytecode + +* Fri Jul 25 2025 Fedora Release Engineering - 0.6.1-20 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + +* Mon Jun 02 2025 Python Maint - 0.6.1-19 +- Rebuilt for Python 3.14 + +* Sat Jan 18 2025 Fedora Release Engineering - 0.6.1-18 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + +* Mon Jan 06 2025 Miro HronĨok - 0.6.1-17 +- Fix build with setuptools 74+ +- Fixes: rhzb#2319690 + +* Fri Jul 19 2024 Fedora Release Engineering - 0.6.1-16 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + +* Fri Jun 07 2024 Python Maint - 0.6.1-15 +- Rebuilt for Python 3.13 + +* Fri Jan 26 2024 Fedora Release Engineering - 0.6.1-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Mon Jan 22 2024 Fedora Release Engineering - 0.6.1-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Fri Jul 21 2023 Fedora Release Engineering - 0.6.1-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild