From 68c02798d410a85324c74a2693c721f676989482035103a4cf284b0e5e91468e Mon Sep 17 00:00:00 2001 From: Simon Lees Date: Wed, 12 Oct 2022 04:12:07 +0000 Subject: [PATCH] Accepting request 1009966 from home:yarunachalam:branches:devel:languages:python MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update to version 2.11.0 * New Features (ENH) Addition of optional visitor-functions in extract_text() (#1252) Add metadata.creation_date and modification_date (#1364) Add PageObject.images attribute (#1330) * Bug Fixes (BUG) Lookup index in _xobj_to_image can be ByteStringObject (#1366) ‘IndexError: index out of range’ when using extract_text (#1361) Errors in transfer_rotation_to_content() (#1356) * Robustness (ROB) Ensure update_page_form_field_values does not fail if no fields (#1346) Full Changelog: https://github.com/py-pdf/PyPDF2/compare/2.10.9…2.11.0 Documentation (DOC): - Explanation for git submodule - Watermark and stamp (#1095) Maintenance (MAINT): OBS-URL: https://build.opensuse.org/request/show/1009966 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyPDF2?expand=0&rev=18 --- 2.10.5.tar.gz | 3 --- 2.11.0.tar.gz | 3 +++ python-PyPDF2.changes | 21 +++++++++++++++++---- python-PyPDF2.spec | 2 +- 4 files changed, 21 insertions(+), 8 deletions(-) delete mode 100644 2.10.5.tar.gz create mode 100644 2.11.0.tar.gz diff --git a/2.10.5.tar.gz b/2.10.5.tar.gz deleted file mode 100644 index 9ad6b8d..0000000 --- a/2.10.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f01eab635fab3ecf4647b9fbaa8a7f2d9b4cd82deed233193cfe26609c801077 -size 6443691 diff --git a/2.11.0.tar.gz b/2.11.0.tar.gz new file mode 100644 index 0000000..f818731 --- /dev/null +++ b/2.11.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f6fa92bae50f1457c14db3e4ff432a85cfb115959cf2c3718de562261e4709d +size 6452850 diff --git a/python-PyPDF2.changes b/python-PyPDF2.changes index 3db8f63..1a73ea4 100644 --- a/python-PyPDF2.changes +++ b/python-PyPDF2.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Wed Oct 12 02:36:06 UTC 2022 - Yogalakshmi Arunachalam + +- Update to version 2.11.0 + * New Features (ENH) + Addition of optional visitor-functions in extract_text() (#1252) + Add metadata.creation_date and modification_date (#1364) + Add PageObject.images attribute (#1330) + * Bug Fixes (BUG) + Lookup index in _xobj_to_image can be ByteStringObject (#1366) + ‘IndexError: index out of range’ when using extract_text (#1361) + Errors in transfer_rotation_to_content() (#1356) + * Robustness (ROB) + Ensure update_page_form_field_values does not fail if no fields (#1346) + Full Changelog: https://github.com/py-pdf/PyPDF2/compare/2.10.9…2.11.0 + ------------------------------------------------------------------- Wed Sep 7 18:19:10 UTC 2022 - Yogalakshmi Arunachalam @@ -18,10 +34,7 @@ Wed Sep 7 16:36:36 UTC 2022 - Yogalakshmi Arunachalam - Prevent deduplication of PageObject (#1105) - None-check in DictionaryObject.read_from_stream (#1113) - Avoid IndexError in _cmap.parse_to_unicode (#1110) - Documentation (DOC): - - Explanation for git submodule - - Watermark and stamp (#1095) - Maintenance (MAINT): + Documentation (DOC): - Explanation for git submodule - Watermark and stamp (#1095) Maintenance (MAINT): - Text extraction improvements (#1126) - Destination.color returns ArrayObject instead of tuple as fallback (#1119) - Use add_bookmark_destination in add_bookmark (#1100) diff --git a/python-PyPDF2.spec b/python-PyPDF2.spec index a2ecee5..e6cd2cd 100644 --- a/python-PyPDF2.spec +++ b/python-PyPDF2.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-PyPDF2 -Version: 2.10.5 +Version: 2.11.0 Release: 0 Summary: PDF toolkit License: BSD-3-Clause