pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-Pyro py-Pyro: updated to 4.76



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6e65a99ef821
branches:  trunk
changeset: 397353:6e65a99ef821
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Jun 21 11:20:32 2019 +0000

description:
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

diffstat:

 devel/py-Pyro/Makefile |   4 ++--
 devel/py-Pyro/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 4e2192e32c43 -r 6e65a99ef821 devel/py-Pyro/Makefile
--- a/devel/py-Pyro/Makefile    Fri Jun 21 08:34:15 2019 +0000
+++ b/devel/py-Pyro/Makefile    Fri Jun 21 11:20:32 2019 +0000
@@ -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/}
diff -r 4e2192e32c43 -r 6e65a99ef821 devel/py-Pyro/distinfo
--- a/devel/py-Pyro/distinfo    Fri Jun 21 08:34:15 2019 +0000
+++ b/devel/py-Pyro/distinfo    Fri Jun 21 11:20:32 2019 +0000
@@ -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