14
0

Accepting request 1251853 from home:glaubitz:branches:devel:languages:python

- Update to 0.2.17
  * Pylint fixes
  * pre-commit autoupdate 2024-07-24
  * GitHub Actions: Add Python 3.13 beta 4 to the testing
  * Tidy up documentation
  * Keep GitHub Actions up to date with GitHub's Dependabot
  * Fix reDOS CVE in getColor function
  * Reuse background PDF file over multiple pages (#778)
  * Update import for breaking changes in python-bidi 0.5.0
  * Add support of base64 fonts
  * tests: Skip cases that download artifacts when http_proxy is set
  * Typos workflow
- Drop CVE-2024-25885.patch, merged upstream
- Update BuildRequires and Requires from pyproject.toml
- Use Python 3.11 on SLE-15 by default

OBS-URL: https://build.opensuse.org/request/show/1251853
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xhtml2pdf?expand=0&rev=27
This commit is contained in:
2025-03-11 07:57:18 +00:00
committed by Git OBS Bridge
parent c04385739b
commit 62d357ff85
5 changed files with 27 additions and 58 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Mon Mar 10 15:21:26 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 0.2.17
* Pylint fixes
* pre-commit autoupdate 2024-07-24
* GitHub Actions: Add Python 3.13 beta 4 to the testing
* Tidy up documentation
* Keep GitHub Actions up to date with GitHub's Dependabot
* Fix reDOS CVE in getColor function
* Reuse background PDF file over multiple pages (#778)
* Update import for breaking changes in python-bidi 0.5.0
* Add support of base64 fonts
* tests: Skip cases that download artifacts when http_proxy is set
* Typos workflow
- Drop CVE-2024-25885.patch, merged upstream
- Update BuildRequires and Requires from pyproject.toml
- Use Python 3.11 on SLE-15 by default
-------------------------------------------------------------------
Wed Dec 18 10:01:41 UTC 2024 - Markéta Machová <mmachova@suse.com>