pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-plumbum



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Nov 23 20:13:56 UTC 2021

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

Log Message:
py-plumbum: updated to 1.7.1

1.7.1
-----
* Paths: glob with local paths no longer expands the existing path too
* Paramiko: support reverse tunnels
* SSHMachine: support forwarding Unix sockets in ``.tunnel()``
* CLI: Support ``COLOR_GROUP_TITLES``
* Fix a deprecated in Python 3.10 warning
* Extended testing and checking on Python 3.10 and various PyPy versions. Nox is supported for easier new-user development.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-plumbum/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-plumbum/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-plumbum/Makefile
diff -u pkgsrc/devel/py-plumbum/Makefile:1.3 pkgsrc/devel/py-plumbum/Makefile:1.4
--- pkgsrc/devel/py-plumbum/Makefile:1.3        Fri Oct 15 12:20:27 2021
+++ pkgsrc/devel/py-plumbum/Makefile    Tue Nov 23 20:13:56 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2021/10/15 12:20:27 adam Exp $
+# $NetBSD: Makefile,v 1.4 2021/11/23 20:13:56 adam Exp $
 
-DISTNAME=      plumbum-1.7.0
+DISTNAME=      plumbum-1.7.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/plumbum/}

Index: pkgsrc/devel/py-plumbum/distinfo
diff -u pkgsrc/devel/py-plumbum/distinfo:1.4 pkgsrc/devel/py-plumbum/distinfo:1.5
--- pkgsrc/devel/py-plumbum/distinfo:1.4        Tue Oct 26 10:18:46 2021
+++ pkgsrc/devel/py-plumbum/distinfo    Tue Nov 23 20:13:56 2021
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 10:18:46 nia Exp $
+$NetBSD: distinfo,v 1.5 2021/11/23 20:13:56 adam Exp $
 
-BLAKE2s (plumbum-1.7.0.tar.gz) = 30277e940c1153f7d0c1cabe8e93c20ff0be197a2b0695e67440ea1fae4e11f0
-SHA512 (plumbum-1.7.0.tar.gz) = 0a12891278c12bb98b8bbb825448375240ee347eb3ca166b9cbb4da3e083979d947a7bf0a843fd9a0b7c9a13d09f24e988ee877f29420a3f29f40e387eec8826
-Size (plumbum-1.7.0.tar.gz) = 318890 bytes
+BLAKE2s (plumbum-1.7.1.tar.gz) = 6b4a1263625efaf7e285717c1b9a9dcfc719290290e3c1d775de0ceffaee87a4
+SHA512 (plumbum-1.7.1.tar.gz) = d6648acce8e84045cd8c2fc4a90c427fd5ab5a39e49e7a1f10b20ffbca20cc42636183325501e5b577631e4f1c5a1b3e7cae12ec6b89ff853e5a50946c15f3c7
+Size (plumbum-1.7.1.tar.gz) = 323014 bytes



Home | Main Index | Thread Index | Old Index