14
0

- 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'
  Major refactoring of ancient package loading code.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-pptx?expand=0&rev=7
This commit is contained in:
2023-12-26 20:29:49 +00:00
committed by Git OBS Bridge
parent 3adb533462
commit 76caa1a59f
4 changed files with 20 additions and 6 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Tue Dec 26 20:29:02 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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 <yarunachalam@suse.com>
@@ -8,7 +22,7 @@ Thu Oct 6 22:44:35 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
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á <mmachova@suse.com>