pkgsrc-WIP-changes archive

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

py-rns: Update to 0.5.9



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Tue Sep 19 08:41:15 2023 -0400
Changeset:	d1401e4b16560e562594a8a8a3a2da9347474f3b

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

Log Message:
py-rns: Update to 0.5.9

Upstream NEWS content:

  - Improved `Channel` sequencing, retries and transfer efficiency
  - Added adaptive compression to `Buffer` class
  - Added `rnid` examples and documentation to manual
  - Added silent mode to `rncp`
  - Added remote fetch mode to `rncp`
  - Added allowed_identities file support to `rncp`
  - Added Transport Instance uptime to `rnstatus` output
  - Added channel CSMA parameter stats to RNode Interface `rnstatus` output

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

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/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs:
diff --git a/py-rns/Makefile b/py-rns/Makefile
index 6a94de905a..d2845cdc76 100644
--- a/py-rns/Makefile
+++ b/py-rns/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	rns-0.5.8
+DISTNAME=	rns-0.5.9
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	comms python
 MASTER_SITES=	${MASTER_SITE_PYPI:=r/rns/}
diff --git a/py-rns/distinfo b/py-rns/distinfo
index ea374d4821..633abe3a7d 100644
--- a/py-rns/distinfo
+++ b/py-rns/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (rns-0.5.8.tar.gz) = c447a9f990f983d05ffdf24622ba5c2baef1fa39b1f99e43e4e050184780e333
-SHA512 (rns-0.5.8.tar.gz) = 6220fcdf6d63fdc5fd65a52bbd3d28211d2cd4fe772075e1d329d94a1a6837563c2f5802f26138e11cc7445e0131ed425f9c18fcacd3353882e6788579a2c98f
-Size (rns-0.5.8.tar.gz) = 286527 bytes
+BLAKE2s (rns-0.5.9.tar.gz) = 9f79ffc819a4acb6cb077ca086a899aab2a4e4c4d3040e7f334f98fcf05756fc
+SHA512 (rns-0.5.9.tar.gz) = 0f33e539122f8cb12de86629af107f48c837246aeec0dcf83d1f2f0f03203b4c7b6a76476486b7b9c4a3bd02ae60d3fe812b5e1cbb774b7a8ecbd3ea75edfe6b
+Size (rns-0.5.9.tar.gz) = 289918 bytes


Home | Main Index | Thread Index | Old Index