Accepting request 1253022 from home:fstegmeier:branches:devel:languages:python

- Update to 5.3.1:
i * 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
  * Fix object count for incremental writer (#3117) by @m32

OBS-URL: https://build.opensuse.org/request/show/1253022
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pypdf?expand=0&rev=9
This commit is contained in:
2025-03-14 10:12:27 +00:00
committed by Git OBS Bridge
parent 2ca4444146
commit 50c92c3e7a
4 changed files with 16 additions and 5 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
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
* 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
* Fix object count for incremental writer (#3117) by @m32
-------------------------------------------------------------------
Wed Sep 25 18:28:54 UTC 2024 - Caroline Sena <caroline.sena@suse.com>