mirror of
https://git.freebsd.org/ports.git
synced 2025-05-12 15:21:51 -04:00
textproc/py-python-pptx: Update to 0.6.22
ChangeLog: https://github.com/scanny/python-pptx/blob/v0.6.22/HISTORY.rst * Add imgW, imgH params to shapes.add_ole_object() * fix: _Relationships.items() raises * fix: quote in autoshape name must be escaped * fix: update Python 3.x support in docs * fix: setup's license should be short string * fix: AttributeError: module 'collections' has no attribute 'abc' (Windows Python 3.10+) PR: 273603
This commit is contained in:
parent
9d18fafae7
commit
ab06f8115b
2 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= python-pptx
|
||||
PORTVERSION= 0.6.21
|
||||
PORTVERSION= 0.6.22
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1659916659
|
||||
SHA256 (python-pptx-0.6.21.tar.gz) = 7798a2aaf89563565b3c7120c0acfe9aff775db0db3580544e3bf4840c2e378f
|
||||
SIZE (python-pptx-0.6.21.tar.gz) = 10100675
|
||||
TIMESTAMP = 1693397526
|
||||
SHA256 (python-pptx-0.6.22.tar.gz) = 38f8ee92dde31d24b4562560e61b0357e5d97ecf75c4352ae6616d5a32978654
|
||||
SIZE (python-pptx-0.6.22.tar.gz) = 10084665
|
||||
|
|
Loading…
Add table
Reference in a new issue