Hello community,
here is the log from the commit of package python-pdfminer.six for
openSUSE:Factory checked in at 2020-09-09 18:01:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pdfminer.six (Old)
and /work/SRC/openSUSE:Factory/.python-pdfminer.six.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pdfminer.six"
Wed Sep 9 18:01:35 2020 rev:3 rq:833065 version:20200726
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pdfminer.six/python-pdfminer.six.changes
2020-05-26 17:17:59.195802765 +0200
+++
/work/SRC/openSUSE:Factory/.python-pdfminer.six.new.3399/python-pdfminer.six.changes
2020-09-09 18:08:06.875535265 +0200
@@ -1,0 +2,27 @@
+Tue Sep 8 16:58:08 UTC 2020 - [email protected]
+
+- version update to 20200726
+ - Rename PDFTextExtractionNotAllowedError to PDFTextExtractionNotAllowed to
revert breaking change
+ - Always try to get CMap, not only for identity encodings
+ - Support for painting multiple rectangles at once
+ - Validate image object in do_EI is a PDFStream
+ - Hiding fallback xref by default from dumppdf.py output
+ - Raise a warning instead of an error when extracting text from a
non-extractable PDF
+ - Switched from pycryptodome to cryptography package for AES decryption
+ - Python3 shebang line to script in tools
+ - Fix ordering of textlines within a textbox when `boxes_flow=None`
+ - Allow boxes_flow LAParam to be passed as None, validate the input, and
update documentation
+ - Also accept file-like objects in high level functions `extract_text` and
`extract_pages`
+ - Text no longer comes in reverse order when advanced layout analysis is
disabled
+ - Updated misleading documentation for `word_margin` and `char_margin`
+ - Ignore ValueError when converting font encoding differences
+ - Grouping of text lines outside of parent container bounding box
+ - Group text lines if they are centered
+ - Python3 shebang line to script in tools
+ - Fix ordering of textlines within a textbox when `boxes_flow=None`
+- do not require nose for testing
+- added patches
+ fix https://github.com/pdfminer/pdfminer.six/pull/489
+ + python-pdfminer.six-remove-nose.patch
+
+-------------------------------------------------------------------
Old:
----
pdfminer.six-20200124.tar.gz
New:
----
pdfminer.six-20200726.tar.gz
python-pdfminer.six-remove-nose.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pdfminer.six.spec ++++++
--- /var/tmp/diff_new_pack.TYuTZA/_old 2020-09-09 18:08:08.015536304 +0200
+++ /var/tmp/diff_new_pack.TYuTZA/_new 2020-09-09 18:08:08.019536307 +0200
@@ -19,21 +19,26 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-pdfminer.six
-Version: 20200124
+Version: 20200726
Release: 0
Summary: PDF parser and analyzer
License: MIT
URL: https://github.com/pdfminer/pdfminer.six
Source:
https://github.com/pdfminer/pdfminer.six/archive/%{version}.tar.gz#/pdfminer.six-%{version}.tar.gz
+# https://github.com/pdfminer/pdfminer.six/pull/489
+Patch0: python-pdfminer.six-remove-nose.patch
BuildRequires: %{python_module chardet}
+BuildRequires: %{python_module cryptography}
BuildRequires: %{python_module nose}
BuildRequires: %{python_module pycryptodome}
+BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six}
BuildRequires: %{python_module sortedcontainers}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-chardet
+Requires: python-cryptography
Requires: python-pycryptodome
Requires: python-six
Requires: python-sortedcontainers
@@ -58,6 +63,7 @@
%prep
%setup -q -n pdfminer.six-%{version}
+%patch0 -p1
sed -i -e '/^#!\//, 1d' pdfminer/psparser.py
sed -i '1i #!%{_bindir}/python3' tools/dumppdf.py tools/pdf2txt.py
++++++ pdfminer.six-20200124.tar.gz -> pdfminer.six-20200726.tar.gz ++++++
/work/SRC/openSUSE:Factory/python-pdfminer.six/pdfminer.six-20200124.tar.gz
/work/SRC/openSUSE:Factory/.python-pdfminer.six.new.3399/pdfminer.six-20200726.tar.gz
differ: char 13, line 1
++++++ python-pdfminer.six-remove-nose.patch ++++++
++++ 951 lines (skipped)