pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/py-invoke py-invoke: updated to 1.7.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3e70a8c5e47e
branches:  trunk
changeset: 387269:3e70a8c5e47e
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Oct 25 18:56:32 2022 +0000

description:
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.

diffstat:

 sysutils/py-invoke/Makefile |  4 ++--
 sysutils/py-invoke/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r bddf87d09960 -r 3e70a8c5e47e sysutils/py-invoke/Makefile
--- a/sysutils/py-invoke/Makefile       Tue Oct 25 18:54:44 2022 +0000
+++ b/sysutils/py-invoke/Makefile       Tue Oct 25 18:56:32 2022 +0000
@@ -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/}
diff -r bddf87d09960 -r 3e70a8c5e47e sysutils/py-invoke/distinfo
--- a/sysutils/py-invoke/distinfo       Tue Oct 25 18:54:44 2022 +0000
+++ b/sysutils/py-invoke/distinfo       Tue Oct 25 18:56:32 2022 +0000
@@ -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