diff --git a/python-pptx-0.6.21.tar.gz b/python-pptx-0.6.21.tar.gz deleted file mode 100644 index e17d5d2..0000000 --- a/python-pptx-0.6.21.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7798a2aaf89563565b3c7120c0acfe9aff775db0db3580544e3bf4840c2e378f -size 10100675 diff --git a/python-pptx-0.6.23.tar.gz b/python-pptx-0.6.23.tar.gz new file mode 100644 index 0000000..6cb5eb8 --- /dev/null +++ b/python-pptx-0.6.23.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:587497ff28e779ab18dbb074f6d4052893c85dedc95ed75df319364f331fedee +size 10083771 diff --git a/python-python-pptx.changes b/python-python-pptx.changes index 76b3895..959380c 100644 --- a/python-python-pptx.changes +++ b/python-python-pptx.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Tue Dec 26 20:29:02 UTC 2023 - Dirk Müller + +- update to 0.6.23: + * fix: #912 Pillow<=9.5 constraint entails security + vulnerability + * Add #909 Add imgW, imgH params to `shapes.add_ole_object()` + * fix: #754 _Relationships.items() raises + * fix: #758 quote in autoshape name must be escaped + * fix: #746 update Python 3.x support in docs + * fix: #748 setup's `license` should be short string + * fix: #762 AttributeError: module 'collections' has no + attribute 'abc' + ------------------------------------------------------------------- Thu Oct 6 22:44:35 UTC 2022 - Yogalakshmi Arunachalam @@ -8,7 +22,7 @@ Thu Oct 6 22:44:35 UTC 2022 - Yogalakshmi Arunachalam Fix #206 accommodate NULL target-references in relationships. Fix #223 escape image filename that appears as literal in XML. Fix #517 option to display chart categories/values in reverse order. - Major refactoring of ancient package loading code. + Major refactoring of ancient package loading code. ------------------------------------------------------------------- Mon Apr 11 13:24:32 UTC 2022 - Markéta Machová diff --git a/python-python-pptx.spec b/python-python-pptx.spec index f97c658..eaa23d2 100644 --- a/python-python-pptx.spec +++ b/python-python-pptx.spec @@ -1,7 +1,7 @@ # # spec file for package python-python-pptx # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # Copyright (c) 2021, Martin Hauke # # All modifications and additions to the file contributed by third parties @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-python-pptx -Version: 0.6.21 +Version: 0.6.23 Release: 0 Summary: Generate and manipulate Open XML PowerPoint (pptx) files License: MIT