Compare commits

...
Sign in to create a new pull request.

8 commits

Author SHA1 Message Date
Python Maint
f8badc92f9 Rebuilt for Python 3.14.0rc3 bytecode 2025-09-19 13:57:56 +02:00
Python Maint
3d1b716d6b Rebuilt for Python 3.14.0rc2 bytecode 2025-08-15 14:21:29 +02:00
Fedora Release Engineering
1a3e4c83a4 Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild 2025-07-25 09:18:30 +00:00
Python Maint
48c68670dc Rebuilt for Python 3.14 2025-06-02 20:32:20 +02:00
Fedora Release Engineering
af99b49969 Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild 2025-01-18 17:07:01 +00:00
Miro Hrončok
096c5c23ec Fix build with setuptools 74+
Don't run tests via setup.py test.
Drop no longer used test dependency on pytest.
2025-01-06 17:45:55 +01:00
Fedora Release Engineering
a87c3cbd13 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild 2024-07-19 13:57:27 +00:00
Python Maint
e934ea599c Rebuilt for Python 3.13 2024-06-07 10:54:46 +02:00

View file

@ -4,7 +4,7 @@
Name: python-%{pypi_name}
Version: 0.6.1
Release: 14%{?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,31 @@ find tests -type f |\
%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info
%changelog
* Fri Sep 19 2025 Python Maint <python-maint@redhat.com> - 0.6.1-22
- Rebuilt for Python 3.14.0rc3 bytecode
* Fri Aug 15 2025 Python Maint <python-maint@redhat.com> - 0.6.1-21
- Rebuilt for Python 3.14.0rc2 bytecode
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.1-20
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
* Mon Jun 02 2025 Python Maint <python-maint@redhat.com> - 0.6.1-19
- Rebuilt for Python 3.14
* Sat Jan 18 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.1-18
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Mon Jan 06 2025 Miro Hrončok <mhroncok@redhat.com> - 0.6.1-17
- Fix build with setuptools 74+
- Fixes: rhzb#2319690
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.1-16
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 0.6.1-15
- Rebuilt for Python 3.13
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.1-14
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild