pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/py-invoke



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Oct 25 18:56:32 UTC 2022

Modified Files:
        pkgsrc/sysutils/py-invoke: Makefile distinfo

Log Message:
py-invoke: updated to 1.7.3

1.7.3 2022-09-30
[Support] Fix a non-fatal bug in our setup.py long_description generation causing 1.7.0-1.7.2 to have malformed description text on PyPI.

1.7.2 2022-09-30
[Bug] Fix errors thrown when comparing Task objects to non-Task objects; such comparisons are now always false.
[Bug] Refactor CLI parser instantiation such that the tasks.ignore_unknown_help feature (added in 1.7) works when Invoke is run in --complete mode, i.e. in tab-completion scripts.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/sysutils/py-invoke/Makefile \
    pkgsrc/sysutils/py-invoke/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/py-invoke/Makefile
diff -u pkgsrc/sysutils/py-invoke/Makefile:1.1 pkgsrc/sysutils/py-invoke/Makefile:1.2
--- pkgsrc/sysutils/py-invoke/Makefile:1.1      Wed Jul 13 12:11:00 2022
+++ pkgsrc/sysutils/py-invoke/Makefile  Tue Oct 25 18:56:32 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2022/07/13 12:11:00 adam Exp $
+# $NetBSD: Makefile,v 1.2 2022/10/25 18:56:32 adam Exp $
 
-DISTNAME=      invoke-1.7.1
+DISTNAME=      invoke-1.7.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    sysutils python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=i/invoke/}
Index: pkgsrc/sysutils/py-invoke/distinfo
diff -u pkgsrc/sysutils/py-invoke/distinfo:1.1 pkgsrc/sysutils/py-invoke/distinfo:1.2
--- pkgsrc/sysutils/py-invoke/distinfo:1.1      Wed Jul 13 12:11:00 2022
+++ pkgsrc/sysutils/py-invoke/distinfo  Tue Oct 25 18:56:32 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2022/07/13 12:11:00 adam Exp $
+$NetBSD: distinfo,v 1.2 2022/10/25 18:56:32 adam Exp $
 
-BLAKE2s (invoke-1.7.1.tar.gz) = ad2115695708b3b2df9e85618f83fb820e0c51d6422796808f254fea01e6fb3a
-SHA512 (invoke-1.7.1.tar.gz) = 10671faf7eccb44491860a3272324fe79ea32b05d83d68f2c929bf1cec348f64a6d10234eeffd9ecaef402631df3d9c07f2d63daa0ee9e7e3ea7756af268ff09
-Size (invoke-1.7.1.tar.gz) = 344626 bytes
+BLAKE2s (invoke-1.7.3.tar.gz) = db1c20cb1d2ee05aa278670ed40b1f08c1646bdbe8f9739b8884b404492b0dfe
+SHA512 (invoke-1.7.3.tar.gz) = 180ba1e5e06839724c9fe565b44ddd885bd8c6bb1b04f6d0f30de0450b687f52e4fccac85939fe1f23dee1ca61fde9b2a0d8aa8ffa59b292e0e5dc21eb8d6280
+Size (invoke-1.7.3.tar.gz) = 374306 bytes



Home | Main Index | Thread Index | Old Index