Accepting request 1299349 from home:mcalabkova:branches:devel:languages:python

- Update to 6.0.0 (bsc#1248089, CVE-2025-55197)
  * security: Limit decompressed size for FlateDecode filter
  * Stop testing on Python 3.8 and start testing on Python 3.14
  * Allow writing/updating all properties of an embedded file
  * Modernize license specifiers
  * Performance optimization for LZW decoding
  * Add PDF/A XMP metadata support
  * Add basic support for JBIG2 by using jbig2dec

  * Use the correct name StandardEncoding for the predefined cmap (#3156) by @stefan6419846

OBS-URL: https://build.opensuse.org/request/show/1299349
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pypdf?expand=0&rev=11
This commit is contained in:
2025-08-14 09:23:54 +00:00
committed by Git OBS Bridge
parent 50c92c3e7a
commit 7b77a1db13
4 changed files with 19 additions and 9 deletions

View File

@@ -1,8 +1,20 @@
-------------------------------------------------------------------
Thu Aug 14 08:43:50 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Update to 6.0.0 (bsc#1248089, CVE-2025-55197)
* security: Limit decompressed size for FlateDecode filter
* Stop testing on Python 3.8 and start testing on Python 3.14
* Allow writing/updating all properties of an embedded file
* Modernize license specifiers
* Performance optimization for LZW decoding
* Add PDF/A XMP metadata support
* Add basic support for JBIG2 by using jbig2dec
-------------------------------------------------------------------
Fri Mar 14 10:03:23 UTC 2025 - Felix Stegmeier <felix.stegmeier@suse.com>
- Update to 5.3.1:
i * Use the correct name StandardEncoding for the predefined cmap (#3156) by @stefan6419846
* Use the correct name StandardEncoding for the predefined cmap (#3156) by @stefan6419846
* Handle inline images containing EI sequences (#3152) by @stefan6419846
* Fix check box value which should be name object (#3124) by @stefan6419846
* Fix stream position on inline image fallback extraction (#3120) by @stefan6419846