forked from pool/python-pdfminer.six
Compare commits
4 Commits
Author | SHA256 | Date | |
---|---|---|---|
a63f2e0efa | |||
c10716571b | |||
03ff0f0276 | |||
7506f7171a |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:472876be304ae582565bc73a2fa0f55ca865c459f6e87ad32670661ba419df8c
|
||||
size 11634513
|
3
pdfminer.six-20250506.tar.gz
Normal file
3
pdfminer.six-20250506.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:beb5e6f649e849d607392200f689830d73b58c542be31d16359a9763608e6c7f
|
||||
size 11854900
|
@@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 13 14:02:09 UTC 2025 - ecsos <ecsos@opensuse.org>
|
||||
|
||||
- Update to 20250506:
|
||||
* Fixed
|
||||
+ Correct tightest fitting bounding boxes for rotated content (#1114)
|
||||
+ TypeError when passing wrong number of arguments to safe_rgb (#1118)
|
||||
+ OverflowError in safe_float when input is too large (#1121)
|
||||
+ Saving colour spaces on the graphics stack (#1119)
|
||||
+ Remove padding from AES-encrypted strings(#1123)
|
||||
- Changes from 20250416
|
||||
* Fixed
|
||||
+ TypeError when parsing font width with indirect object references (#1098)
|
||||
+ ValueError when loading xref with invalid position or
|
||||
generation numbers that cannot be parsed as int (#1099)
|
||||
+ Safely converting PDF stack objects to float or int in PDFInterpreter (#1100)
|
||||
+ TypeError when parsing font bbox with incorrect values (#1103)
|
||||
+ ValueError on incorrect stream lengths for ASCII85 data (#1112)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 7 05:17:52 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
|
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-pdfminer.six
|
||||
Version: 20250327
|
||||
Version: 20250506
|
||||
Release: 0
|
||||
Summary: PDF parser and analyzer
|
||||
License: MIT
|
||||
@@ -29,6 +29,7 @@ BuildRequires: %{python_module charset-normalizer >= 2.0.0}
|
||||
BuildRequires: %{python_module cryptography >= 36.0.0}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module setuptools >= 77.0.3}
|
||||
BuildRequires: %{python_module setuptools_scm >= 8}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
|
Reference in New Issue
Block a user