Bug 259724 - security/py-zkg Update to 2.12.0
Summary: security/py-zkg Update to 2.12.0
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: Craig Leres
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-11-08 21:59 UTC by Shirkdog
Modified: 2021-11-08 22:14 UTC (History)
1 user (show)

See Also:


Attachments
diff of py-zkg (1.36 KB, patch)
2021-11-08 21:59 UTC, Shirkdog
mshirk: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Shirkdog 2021-11-08 21:59:31 UTC
Created attachment 229367 [details]
diff of py-zkg

Update to 2.12.0.

Also dependency of btest updated to be >=0.63, and this bug is not dependent on 259721
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-11-08 22:13:58 UTC
A commit in branch main references this bug:

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

commit c8f33f89093ad098a343b07fd6fc8fe774b986a0
Author:     Craig Leres <leres@FreeBSD.org>
AuthorDate: 2021-11-08 22:12:09 +0000
Commit:     Craig Leres <leres@FreeBSD.org>
CommitDate: 2021-11-08 22:12:09 +0000

    security/py-zkg: Update to 2.12.0

     - Changes since 2.10.0:

     - Support testing package dependencies in Manager.test()

     - Interpolate test_command

     - Strengthen the installation-staging concept

     - Update baseline of test affected by new package install order

     - Consistently modify the environment during staging and testing

     - Install/upgrade packages in reverse dependency order

     - Ensure breadth-first reporting of new nodes in
       Manager.validate_dependencies()

     - Install executables during staging

     - Accept `uninstall` as an alias for `remove`

     - Incorporate sphinx-argparse upstream fix for aliased commands

    PR:             259724
    Reported by:    mshirk@daemon-security.com
    Approved by:    mshirk@daemon-security.com (maintainer)

 security/py-zkg/Makefile | 4 ++--
 security/py-zkg/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)
Comment 2 Craig Leres freebsd_committer freebsd_triage 2021-11-08 22:14:47 UTC
Committed; thanks for the patch!