pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-Pyro
Module Name: pkgsrc
Committed By: adam
Date: Fri Jun 21 11:20:33 UTC 2019
Modified Files:
pkgsrc/devel/py-Pyro: Makefile distinfo
Log Message:
py-Pyro: updated to 4.76
Pyro 4.76
- corrected bogus space in worker thread name
- thread server can now be cleanly stopped with SIGINT / Ctrl-C on Windows
(if the selectors module is available which is also used by the multiplex server)
- the behavior of the NATPORT config item has been corrected to be in line with the API behavior of the Daemon:
if you leave this at 0 (the default), it will now correctly replicate the internal port number as NAT port
(instead of crashing with a configuration error)
- certs are now included in sdist archive so the ssl unit tests also run as intended
- now correctly checks for write access to the correct logfile location, instead of assuming the current directory
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/py-Pyro/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-Pyro/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-Pyro/Makefile
diff -u pkgsrc/devel/py-Pyro/Makefile:1.24 pkgsrc/devel/py-Pyro/Makefile:1.25
--- pkgsrc/devel/py-Pyro/Makefile:1.24 Thu Feb 21 10:28:54 2019
+++ pkgsrc/devel/py-Pyro/Makefile Fri Jun 21 11:20:32 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2019/02/21 10:28:54 adam Exp $
+# $NetBSD: Makefile,v 1.25 2019/06/21 11:20:32 adam Exp $
-DISTNAME= Pyro4-4.75
+DISTNAME= Pyro4-4.76
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=P/Pyro4/}
Index: pkgsrc/devel/py-Pyro/distinfo
diff -u pkgsrc/devel/py-Pyro/distinfo:1.10 pkgsrc/devel/py-Pyro/distinfo:1.11
--- pkgsrc/devel/py-Pyro/distinfo:1.10 Thu Feb 21 10:28:54 2019
+++ pkgsrc/devel/py-Pyro/distinfo Fri Jun 21 11:20:32 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2019/02/21 10:28:54 adam Exp $
+$NetBSD: distinfo,v 1.11 2019/06/21 11:20:32 adam Exp $
-SHA1 (Pyro4-4.75.tar.gz) = bd40f1de8e218708be5227e24b22744b8882a74d
-RMD160 (Pyro4-4.75.tar.gz) = cf8fade61e45f6555467743807b8ad183bee3660
-SHA512 (Pyro4-4.75.tar.gz) = ecbf514ad6c877eb3166cad2ec70e16b148995a93562d737e17a8f0e222c647dd352271c383c7ba3cdf41e4678f81af34a761e9e3a74ba2dc4984dc86c158b0f
-Size (Pyro4-4.75.tar.gz) = 470592 bytes
+SHA1 (Pyro4-4.76.tar.gz) = 092f15bfba083ca7bff113a20ec57568b8f8e7ad
+RMD160 (Pyro4-4.76.tar.gz) = 37ec02bfbd01f28fe9d7090dae99af271fd5cb50
+SHA512 (Pyro4-4.76.tar.gz) = 48cc63bc74d483fff1b4bac2dd9ecf7576503bfd91e721512a5cea2b5a115ad6480ad0524218aee31e412a867261a9e838d85650dd0f7a87593a4a03cfc5cdc3
+Size (Pyro4-4.76.tar.gz) = 477132 bytes
Home |
Main Index |
Thread Index |
Old Index