pkgsrc-WIP-changes archive

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

py-rns: Update to 0.6.2



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Sat Oct 7 11:15:25 2023 -0400
Changeset:	26241db22b7244b95f09fb37d64ec6346a801bb6

Modified Files:
	py-rns/Makefile
	py-rns/PLIST
	py-rns/distinfo

Log Message:
py-rns: Update to 0.6.2

  - Added configuration option to specify shared instance RPC key
  - rename ir to rnir

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=26241db22b7244b95f09fb37d64ec6346a801bb6

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-rns/Makefile | 2 +-
 py-rns/PLIST    | 8 ++++----
 py-rns/distinfo | 6 +++---
 3 files changed, 8 insertions(+), 8 deletions(-)

diffs:
diff --git a/py-rns/Makefile b/py-rns/Makefile
index d9d3044b3f..16c5938fde 100644
--- a/py-rns/Makefile
+++ b/py-rns/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	rns-0.6.1
+DISTNAME=	rns-0.6.2
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	comms python
 MASTER_SITES=	${MASTER_SITE_PYPI:=r/rns/}
diff --git a/py-rns/PLIST b/py-rns/PLIST
index 95ebb7e902..a91c8e19fe 100644
--- a/py-rns/PLIST
+++ b/py-rns/PLIST
@@ -1,7 +1,7 @@
 @comment $NetBSD$
-bin/ir
 bin/rncp
 bin/rnid
+bin/rnir
 bin/rnodeconf
 bin/rnpath
 bin/rnprobe
@@ -152,15 +152,15 @@ ${PYSITELIB}/RNS/Transport.pyo
 ${PYSITELIB}/RNS/Utilities/__init__.py
 ${PYSITELIB}/RNS/Utilities/__init__.pyc
 ${PYSITELIB}/RNS/Utilities/__init__.pyo
-${PYSITELIB}/RNS/Utilities/ir.py
-${PYSITELIB}/RNS/Utilities/ir.pyc
-${PYSITELIB}/RNS/Utilities/ir.pyo
 ${PYSITELIB}/RNS/Utilities/rncp.py
 ${PYSITELIB}/RNS/Utilities/rncp.pyc
 ${PYSITELIB}/RNS/Utilities/rncp.pyo
 ${PYSITELIB}/RNS/Utilities/rnid.py
 ${PYSITELIB}/RNS/Utilities/rnid.pyc
 ${PYSITELIB}/RNS/Utilities/rnid.pyo
+${PYSITELIB}/RNS/Utilities/rnir.py
+${PYSITELIB}/RNS/Utilities/rnir.pyc
+${PYSITELIB}/RNS/Utilities/rnir.pyo
 ${PYSITELIB}/RNS/Utilities/rnodeconf.py
 ${PYSITELIB}/RNS/Utilities/rnodeconf.pyc
 ${PYSITELIB}/RNS/Utilities/rnodeconf.pyo
diff --git a/py-rns/distinfo b/py-rns/distinfo
index 2b99b4dd1d..d74a8f62ea 100644
--- a/py-rns/distinfo
+++ b/py-rns/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (rns-0.6.1.tar.gz) = ab77be13dfba3d3ef6189998f68bb6ad9538bb6b5b0b7cd37ec9e85936db7f29
-SHA512 (rns-0.6.1.tar.gz) = f7dc6025a0a40f1f8cf28bfeaa4a4ef7eabd2b3b2037cbbe4d1eb1c432c7e96f0c9e9587eb7fdada0fd17a2aed7a5d85281b557de7c31a2d8552d958da04c25d
-Size (rns-0.6.1.tar.gz) = 295336 bytes
+BLAKE2s (rns-0.6.2.tar.gz) = 322a6e2c6dfbba380b49789e5feca0fd85f96829a8604f433e947f9371484762
+SHA512 (rns-0.6.2.tar.gz) = 9cbb22b21173d68239a7996fdcc123d99d65d8e31c8a4bcbb8935077dd7040b3f844af8dabc46006b059f481a51c596fcdd294e48f977c77a9d0dffcaa98a13a
+Size (rns-0.6.2.tar.gz) = 295554 bytes


Home | Main Index | Thread Index | Old Index