- 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:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7798a2aaf89563565b3c7120c0acfe9aff775db0db3580544e3bf4840c2e378f
|
||||
size 10100675
|
||||
3
python-pptx-0.6.23.tar.gz
Normal file
3
python-pptx-0.6.23.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:587497ff28e779ab18dbb074f6d4052893c85dedc95ed75df319364f331fedee
|
||||
size 10083771
|
||||
@@ -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>
|
||||
|
||||
@@ -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 <mardnh@gmx.de>
|
||||
#
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user