Bug 256807

Summary: security/py-zkg Update to 2.10.0
Product: Ports & Packages Reporter: Shirkdog <mshirk>
Component: Individual Port(s)Assignee: Craig Leres <leres>
Status: Closed FIXED    
Severity: Affects Only Me CC: leres
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
py-zkg-210.diff mshirk: maintainer-approval+

Description Shirkdog 2021-06-24 13:59:43 UTC
Created attachment 226033 [details]
py-zkg-210.diff
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-06-24 20:42:07 UTC
A commit in branch main references this bug:

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

commit 2c570ca54c52b580cb0149b5a6d774945044c5e5
Author:     Craig Leres <leres@FreeBSD.org>
AuthorDate: 2021-06-24 20:33:02 +0000
Commit:     Craig Leres <leres@FreeBSD.org>
CommitDate: 2021-06-24 20:40:59 +0000

    security/py-zkg: Update to 2.10.0

    Changes since 2.7.1:

     - Improve the package source refresh test

     - Add logging to package source refreshes

     - Harden "@" interpretation in package source URLs

     - Add an baseline canonifier to user-mode btest

     - Add 'uservar' and 'template' modules to API docs

     - Fix sphinxarg extension's use of old Sphinx logging API

     - Add "template info" command

     - Add templating functionality to zkg toplevel script

     - Add a "slug" helper for user vars

     - Add Zeek package templating module

     - Add _util.load_source() for sourcing a Python script as a module

     - Prefill the prompt for user vars with current value

     - Refactor user vars into their own class and module

     - Migrate some git helpers to _util for broader access

     - include exception output in dependency import error messages

     - Add support for packages shipping executables

     - Update plugin used in test suite for Zeek 4.1 compatibility

     - Update test baselines to include btest header info

     - Prevent local githooks from interfering with zkg's commands

     - Prevent local githooks from interfering with the testsuite

     - Update CI to test Zeek 4.0 and not test 3.2 anymore

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

 security/py-zkg/Makefile    | 3 +--
 security/py-zkg/distinfo    | 6 +++---
 security/py-zkg/pkg-message | 9 +++------
 3 files changed, 7 insertions(+), 11 deletions(-)
Comment 2 Craig Leres freebsd_committer freebsd_triage 2021-06-24 20:42:44 UTC
Thanks for the update/patch!