Bug 273603 - textproc/py-python-pptx: Update to 0.6.22
Summary: textproc/py-python-pptx: Update to 0.6.22
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Robert Clausecker
URL: https://github.com/scanny/python-pptx...
Keywords:
Depends on:
Blocks:
 
Reported: 2023-09-06 17:49 UTC by Jesús Daniel Colmenares Oviedo
Modified: 2023-09-10 16:40 UTC (History)
1 user (show)

See Also:


Attachments
python-pptx-0.6.22.patch (1.68 KB, patch)
2023-09-06 17:49 UTC, Jesús Daniel Colmenares Oviedo
DtxdF: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jesús Daniel Colmenares Oviedo 2023-09-06 17:49:43 UTC
Created attachment 244681 [details]
python-pptx-0.6.22.patch

Description:

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+)

QA:

* portlint: OK (looks fine.)
* testport: OK (poudriere: 13.2-RELEASE, amd64)
Comment 1 commit-hook freebsd_committer freebsd_triage 2023-09-10 16:14:40 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ab06f8115bfff27da2be9c585fa5b279343961ef

commit ab06f8115bfff27da2be9c585fa5b279343961ef
Author:     Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org>
AuthorDate: 2023-09-06 17:45:06 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-09-10 16:13:04 +0000

    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

 textproc/py-python-pptx/Makefile | 2 +-
 textproc/py-python-pptx/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
Comment 2 Robert Clausecker freebsd_committer freebsd_triage 2023-09-10 16:40:12 UTC
Thank you for your contribution.