diff options
author | Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org> | 2023-09-06 13:45:06 -0400 |
---|---|---|
committer | Robert Clausecker <fuz@FreeBSD.org> | 2023-09-10 12:13:04 -0400 |
commit | ab06f8115bfff27da2be9c585fa5b279343961ef (patch) | |
tree | ae1d307230aeaf3f84156040d0a646a18a8d6240 | |
parent | 9d18fafae7979b70f9b78e442075fc8ceb3d7feb (diff) | |
download | freebsd-ports-ab06f8115bfff27da2be9c585fa5b279343961ef.zip |
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
-rw-r--r-- | textproc/py-python-pptx/Makefile | 2 | ||||
-rw-r--r-- | textproc/py-python-pptx/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/textproc/py-python-pptx/Makefile b/textproc/py-python-pptx/Makefile index 32b0e561eded..6bb2063eb1ac 100644 --- a/textproc/py-python-pptx/Makefile +++ b/textproc/py-python-pptx/Makefile @@ -1,5 +1,5 @@ PORTNAME= python-pptx -PORTVERSION= 0.6.21 +PORTVERSION= 0.6.22 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/textproc/py-python-pptx/distinfo b/textproc/py-python-pptx/distinfo index a5a8d40038a8..8bab1266da4d 100644 --- a/textproc/py-python-pptx/distinfo +++ b/textproc/py-python-pptx/distinfo @@ -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 |