Bug 271340 - devel/py-makefun: Update to 1.15.1
Summary: devel/py-makefun: Update to 1.15.1
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/smarie/python-make...
Keywords:
Depends on:
Blocks:
 
Reported: 2023-05-10 08:52 UTC by Goran Mekić
Modified: 2023-05-11 23:30 UTC (History)
1 user (show)

See Also:


Attachments
makefun.patch (1.40 KB, patch)
2023-05-10 08:53 UTC, Goran Mekić
meka: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Goran Mekić 2023-05-10 08:52:39 UTC
QA:

  * portlint: OK (looks fine.)
  * testport: OK (poudriere: 13.2, amd64 tested)
  * maketest: OK (93 passed, 2 skipped)
Comment 1 Goran Mekić 2023-05-10 08:53:41 UTC
Created attachment 242093 [details]
makefun.patch
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-05-11 23:27:22 UTC
A commit in branch main references this bug:

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

commit bf268cb172c3902b2c32f727c2f449d7eafea199
Author:     Goran Mekić <meka@tilda.center>
AuthorDate: 2023-05-10 08:50:07 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-05-11 23:23:24 +0000

    devel/py-makefun: Update to 1.15.1

    Changelog: https://github.com/smarie/python-makefun/releases/tag/1.15.1

      * Fixed ValueError: Invalid co_name happening on python 2 when the name of a
        function to create starts or ends with _ or contains a double __

    PR:             271340

 devel/py-makefun/Makefile | 2 +-
 devel/py-makefun/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
Comment 3 Robert Clausecker freebsd_committer freebsd_triage 2023-05-11 23:30:40 UTC
Thank you for your contribution.