Fri Jun 21 11:20:33 2019 UTC ()
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


(adam)
diff -r1.24 -r1.25 pkgsrc/devel/py-Pyro/Makefile
diff -r1.10 -r1.11 pkgsrc/devel/py-Pyro/distinfo

cvs diff -r1.24 -r1.25 pkgsrc/devel/py-Pyro/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-Pyro/Makefile 2019/02/21 10:28:54 1.24
+++ pkgsrc/devel/py-Pyro/Makefile 2019/06/21 11:20:32 1.25
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.24 2019/02/21 10:28:54 adam Exp $ 1# $NetBSD: Makefile,v 1.25 2019/06/21 11:20:32 adam Exp $
2 2
3DISTNAME= Pyro4-4.75 3DISTNAME= Pyro4-4.76
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= devel python 5CATEGORIES= devel python
6MASTER_SITES= ${MASTER_SITE_PYPI:=P/Pyro4/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=P/Pyro4/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/irmen/Pyro4 9HOMEPAGE= https://github.com/irmen/Pyro4
10COMMENT= Distributed Object Technology system in Python 10COMMENT= Distributed Object Technology system in Python
11LICENSE= mit 11LICENSE= mit
12 12
13DEPENDS+= ${PYPKGPREFIX}-serpent>=1.27:../../devel/py-serpent 13DEPENDS+= ${PYPKGPREFIX}-serpent>=1.27:../../devel/py-serpent
14 14
15USE_LANGUAGES= # none 15USE_LANGUAGES= # none
16 16

cvs diff -r1.10 -r1.11 pkgsrc/devel/py-Pyro/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-Pyro/distinfo 2019/02/21 10:28:54 1.10
+++ pkgsrc/devel/py-Pyro/distinfo 2019/06/21 11:20:32 1.11
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.10 2019/02/21 10:28:54 adam Exp $ 1$NetBSD: distinfo,v 1.11 2019/06/21 11:20:32 adam Exp $
2 2
3SHA1 (Pyro4-4.75.tar.gz) = bd40f1de8e218708be5227e24b22744b8882a74d 3SHA1 (Pyro4-4.76.tar.gz) = 092f15bfba083ca7bff113a20ec57568b8f8e7ad
4RMD160 (Pyro4-4.75.tar.gz) = cf8fade61e45f6555467743807b8ad183bee3660 4RMD160 (Pyro4-4.76.tar.gz) = 37ec02bfbd01f28fe9d7090dae99af271fd5cb50
5SHA512 (Pyro4-4.75.tar.gz) = ecbf514ad6c877eb3166cad2ec70e16b148995a93562d737e17a8f0e222c647dd352271c383c7ba3cdf41e4678f81af34a761e9e3a74ba2dc4984dc86c158b0f 5SHA512 (Pyro4-4.76.tar.gz) = 48cc63bc74d483fff1b4bac2dd9ecf7576503bfd91e721512a5cea2b5a115ad6480ad0524218aee31e412a867261a9e838d85650dd0f7a87593a4a03cfc5cdc3
6Size (Pyro4-4.75.tar.gz) = 470592 bytes 6Size (Pyro4-4.76.tar.gz) = 477132 bytes