Compare commits
15 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9c933057a5 | ||
| b1ddfc7a67 | |||
|
|
cf76714eba | ||
| c53d97d231 | |||
| f5ef1f00bc | |||
|
|
5d312000eb | ||
| a81b0ff2a5 | |||
|
|
b80060c09b | ||
|
|
92594aaf1f | ||
| 381e53f562 | |||
|
|
37cfa23b75 | ||
|
|
cb095e65e8 | ||
| d5e7b20af5 | |||
| 43736eea94 | |||
| 2abf0e9719 |
2 changed files with 46 additions and 3 deletions
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (weasyprint-64.1.tar.gz) = 35f66b56f2f0c6f5f9d48c7fd1ff5c8dd87481c9172856e17c53455b973484711134b9ab3fe9239831d334ff62c69e5e8b810cd982b771a4b3579ba0175fd6d2
|
||||
SHA512 (weasyprint-69.0.tar.gz) = fb56d7f6173f8a67f8ef4c31408c03625b0a774d0efde003f779e3da054737c88afe9f44ee40b6dda5fc92cfacfa5709d4d96bf1a112862d309eaf2d93881ef6
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@
|
|||
%global srcname weasyprint
|
||||
|
||||
Name: weasyprint
|
||||
Version: 64.1
|
||||
Release: 1%{?dist}
|
||||
Version: 69.0
|
||||
Release: 2%{?dist}
|
||||
Summary: Utility to render HTML and CSS to PDF
|
||||
|
||||
License: BSD-3-Clause
|
||||
|
|
@ -19,6 +19,7 @@ BuildRequires: pyproject-rpm-macros
|
|||
BuildRequires: python3dist(flit-core)
|
||||
# requirements for testing
|
||||
BuildRequires: dejavu-fonts-all
|
||||
BuildRequires: google-noto-emoji-fonts
|
||||
BuildRequires: ghostscript
|
||||
# https://doc.courtbouillon.org/weasyprint/latest/first_steps.html
|
||||
BuildRequires: pango >= 1.44.0
|
||||
|
|
@ -76,6 +77,48 @@ rm -rf %{buildroot}%{python3_sitelib}/%{modname}/tests
|
|||
%{python3_sitelib}/%{modname}/
|
||||
|
||||
%changelog
|
||||
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 69.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
||||
|
||||
* Thu Jun 11 2026 Felix Schwarz <fschwarz@fedoraproject.org> - 69.0-1
|
||||
- update to 69.0
|
||||
|
||||
* Fri Jun 05 2026 Python Maint <python-maint@redhat.com> - 68.1-2
|
||||
- Rebuilt for Python 3.15
|
||||
|
||||
* Sat Feb 07 2026 Felix Schwarz <fschwarz@fedoraproject.org> - 68.1-1
|
||||
- update to 68.1
|
||||
|
||||
* Tue Jan 20 2026 Felix Schwarz <fschwarz@fedoraproject.org> - 68.0-1
|
||||
- update to 68.0
|
||||
|
||||
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 67.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
* Wed Dec 03 2025 Felix Schwarz <fschwarz@fedoraproject.org> - 67.0-1
|
||||
- update to 67.0
|
||||
|
||||
* Fri Sep 19 2025 Python Maint <python-maint@redhat.com> - 66.0-3
|
||||
- Rebuilt for Python 3.14.0rc3 bytecode
|
||||
|
||||
* Fri Aug 15 2025 Python Maint <python-maint@redhat.com> - 66.0-2
|
||||
- Rebuilt for Python 3.14.0rc2 bytecode
|
||||
|
||||
* Mon Jul 28 2025 Felix Schwarz <fschwarz@fedoraproject.org> - 66.0-1
|
||||
- update to 66.0
|
||||
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 65.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Tue Jun 03 2025 Python Maint <python-maint@redhat.com> - 65.1-2
|
||||
- Rebuilt for Python 3.14
|
||||
|
||||
* Mon Apr 14 2025 Felix Schwarz <fschwarz@fedoraproject.org> - 65.1-1
|
||||
- update to 65.1
|
||||
|
||||
* Sun Mar 23 2025 Felix Schwarz <fschwarz@fedoraproject.org> - 65.0-1
|
||||
- update to 65.0
|
||||
|
||||
* Wed Mar 05 2025 Felix Schwarz <fschwarz@fedoraproject.org> - 64.1-1
|
||||
- update to 64.1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue