pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-click



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Apr 28 10:59:03 UTC 2020

Modified Files:
        pkgsrc/devel/py-click: Makefile distinfo

Log Message:
py-click: updated to 7.1.2

Version 7.1.2
- Revert applying shell quoting to commands for ``echo_with_pager``
  and ``edit``. This was intended to allows spaces in commands, but
  caused issues if the string was actually a command and arguments, or
  on Windows. Instead, the string must be quoted manually as it should
  appear on the command line.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/py-click/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/py-click/distinfo

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

Modified files:

Index: pkgsrc/devel/py-click/Makefile
diff -u pkgsrc/devel/py-click/Makefile:1.15 pkgsrc/devel/py-click/Makefile:1.16
--- pkgsrc/devel/py-click/Makefile:1.15 Tue Mar 10 08:25:35 2020
+++ pkgsrc/devel/py-click/Makefile      Tue Apr 28 10:59:03 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2020/03/10 08:25:35 adam Exp $
+# $NetBSD: Makefile,v 1.16 2020/04/28 10:59:03 adam Exp $
 
-DISTNAME=      click-7.1.1
+DISTNAME=      click-7.1.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/click/}

Index: pkgsrc/devel/py-click/distinfo
diff -u pkgsrc/devel/py-click/distinfo:1.14 pkgsrc/devel/py-click/distinfo:1.15
--- pkgsrc/devel/py-click/distinfo:1.14 Tue Mar 10 08:25:35 2020
+++ pkgsrc/devel/py-click/distinfo      Tue Apr 28 10:59:03 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2020/03/10 08:25:35 adam Exp $
+$NetBSD: distinfo,v 1.15 2020/04/28 10:59:03 adam Exp $
 
-SHA1 (click-7.1.1.tar.gz) = 6d7abca23ed50f8d4d32948422f30b915e376bf8
-RMD160 (click-7.1.1.tar.gz) = 7384401c63f218ac9ac7b74eda197ecdf5028b0c
-SHA512 (click-7.1.1.tar.gz) = 421450e4a3c9baa562ae9f3af602cefe70dfd7273aaa5ea47c7feb4d38b03e5b28c13d5e63a6fc5e7bfc89c9997a60836e79c51397509970726d2b832ced68e6
-Size (click-7.1.1.tar.gz) = 297243 bytes
+SHA1 (click-7.1.2.tar.gz) = 1e55974c8a8d75b0733dd40841a1a354ad36ae10
+RMD160 (click-7.1.2.tar.gz) = fdad02d3ace749f9a10f8f33b22bfdc05fcb5f4e
+SHA512 (click-7.1.2.tar.gz) = b9fba8a30f57e380a2005b45c4f37074a27637ace9e16fb0fb0cce88aac72cfa806eea2829dac665fe2b558b8753a40b811dbfcca94dfccf999ad494865d7888
+Size (click-7.1.2.tar.gz) = 297279 bytes



Home | Main Index | Thread Index | Old Index