Compare commits
10 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f8badc92f9 | ||
|
|
3d1b716d6b | ||
|
|
1a3e4c83a4 | ||
|
|
48c68670dc | ||
|
|
af99b49969 | ||
|
|
096c5c23ec | ||
|
|
a87c3cbd13 | ||
|
|
e934ea599c | ||
|
|
b341e7b008 | ||
|
|
a2222ee855 |
1 changed files with 34 additions and 3 deletions
|
|
@ -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 <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
|
||||
|
||||
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.1-13
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.1-12
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue