pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-stem



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Feb 28 06:22:28 UTC 2019

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

Log Message:
py-stem: update to 1.7.1.

The only change is a small regex fix [2] so we have forward
compatibility with tor's upcoming 0.4.0.x series. Without this Stem's
launch_tor() method will fail, timing out due to being unable to find
a bootstrap message indicating 'success'

Nyx does *not* use this method so there's no need to worry about
bumping its dependency. This only impacts applications that launch tor
such as OnionLauncher and TorNova.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-stem/Makefile \
    pkgsrc/devel/py-stem/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-stem/Makefile
diff -u pkgsrc/devel/py-stem/Makefile:1.1 pkgsrc/devel/py-stem/Makefile:1.2
--- pkgsrc/devel/py-stem/Makefile:1.1   Tue Oct 23 01:42:34 2018
+++ pkgsrc/devel/py-stem/Makefile       Thu Feb 28 06:22:28 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2018/10/23 01:42:34 riastradh Exp $
+# $NetBSD: Makefile,v 1.2 2019/02/28 06:22:28 wiz Exp $
 
-DISTNAME=      stem-1.7.0
+DISTNAME=      stem-1.7.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/stem/}
Index: pkgsrc/devel/py-stem/distinfo
diff -u pkgsrc/devel/py-stem/distinfo:1.1 pkgsrc/devel/py-stem/distinfo:1.2
--- pkgsrc/devel/py-stem/distinfo:1.1   Tue Oct 23 01:42:34 2018
+++ pkgsrc/devel/py-stem/distinfo       Thu Feb 28 06:22:28 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2018/10/23 01:42:34 riastradh Exp $
+$NetBSD: distinfo,v 1.2 2019/02/28 06:22:28 wiz Exp $
 
-SHA1 (stem-1.7.0.tar.gz) = 1d075b54ebd32cf15e470c8f09a596cf8829a172
-RMD160 (stem-1.7.0.tar.gz) = 3f007f598864326a7debfb3b51c50be123f8a111
-SHA512 (stem-1.7.0.tar.gz) = 10750266860f4f90df5d4a3bf24ec68e28d12c84c136c35d2f168f767f4facae3d02cc62dc972a08666689695ea17337a7a6b80ec1c5ed8b9e5035d7417b07f5
-Size (stem-1.7.0.tar.gz) = 2196759 bytes
+SHA1 (stem-1.7.1.tar.gz) = e096c44dd6d2a119935df61e5f189af27a6e97a6
+RMD160 (stem-1.7.1.tar.gz) = 8d355a11d357d0d9581ea2d1cb2da83220211973
+SHA512 (stem-1.7.1.tar.gz) = a275f59bba650cb5bb151cf53fb1dd820334f9abbeae1a25e64502adc854c7f54c51bc3d6c1656b595d142fc0695ffad53aab3c57bc285421c1f4f10c9c3db4c
+Size (stem-1.7.1.tar.gz) = 2196854 bytes



Home | Main Index | Thread Index | Old Index