forked from pool/python-python-pptx
- 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,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