From a81a6c1256ff98fec0352e0eea03db644075f4ced62ff238cb8137cfdf0932bf Mon Sep 17 00:00:00 2001 From: Simon Lees Date: Thu, 27 Oct 2022 23:50:06 +0000 Subject: [PATCH] Accepting request 1031635 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.1 Bug Fixes (BUG) * td matrix (#1373) * Cope with cmap from #1322 (#1372) Robustness (ROB) * Cope with str returned from get_data in cmap (#1380) Full Changelog: https://github.com/py-pdf/PyPDF2/compare/2.11.0…2.11.1 OBS-URL: https://build.opensuse.org/request/show/1031635 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyPDF2?expand=0&rev=20 --- 2.11.0.tar.gz | 3 --- 2.11.1.tar.gz | 3 +++ python-PyPDF2.changes | 11 +++++++++++ python-PyPDF2.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 2.11.0.tar.gz create mode 100644 2.11.1.tar.gz diff --git a/2.11.0.tar.gz b/2.11.0.tar.gz deleted file mode 100644 index f818731..0000000 --- a/2.11.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0f6fa92bae50f1457c14db3e4ff432a85cfb115959cf2c3718de562261e4709d -size 6452850 diff --git a/2.11.1.tar.gz b/2.11.1.tar.gz new file mode 100644 index 0000000..05f1f20 --- /dev/null +++ b/2.11.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4e323120adc5103d53c370782bfc86381143ea7b69e9213eb1263c7aaf39df8 +size 6460157 diff --git a/python-PyPDF2.changes b/python-PyPDF2.changes index 1a73ea4..4a85d51 100644 --- a/python-PyPDF2.changes +++ b/python-PyPDF2.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Oct 27 21:04:36 UTC 2022 - Yogalakshmi Arunachalam + +- Update to version 2.11.1 + Bug Fixes (BUG) + * td matrix (#1373) + * Cope with cmap from #1322 (#1372) + Robustness (ROB) + * Cope with str returned from get_data in cmap (#1380) + Full Changelog: https://github.com/py-pdf/PyPDF2/compare/2.11.0…2.11.1 + ------------------------------------------------------------------- Wed Oct 12 02:36:06 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-PyPDF2.spec b/python-PyPDF2.spec index e6cd2cd..3b68613 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.11.0 +Version: 2.11.1 Release: 0 Summary: PDF toolkit License: BSD-3-Clause