pkgsrc-WIP-changes archive

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

py-rns: Update to 0.6.3



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Tue Oct 31 08:24:03 2023 -0400
Changeset:	3e56daf674a965b10f11b941911672905f229881

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

Log Message:
py-rns: Update to 0.6.3

This release brings a series of under-the-hood reliability
improvements and bugfixes. But most notably, Reticulum can now
establish links over even ultra low bandwidth mediums, all the way
down to 5 bits per second.

Thanks to @jschulthess, who contributed to this release!

**Changes**
- Implemented link establishment on ultra low bandwidth links
- Added link quality calculations to RNode interfaces
- Added physical layer link stats to Link and Packet classes
- Added userspace service documentation to the manual
- Improved path rediscovery in quickly changing topographies
- Improved shared interface reconnection on service restart
- Improved exception handling on interface detachment
- Updated formatted print functions

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

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 16c5938fde..da58a3eb14 100644
--- a/py-rns/Makefile
+++ b/py-rns/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	rns-0.6.2
+DISTNAME=	rns-0.6.3
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	comms python
 MASTER_SITES=	${MASTER_SITE_PYPI:=r/rns/}
diff --git a/py-rns/distinfo b/py-rns/distinfo
index d74a8f62ea..2ad627ed3b 100644
--- a/py-rns/distinfo
+++ b/py-rns/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-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
+BLAKE2s (rns-0.6.3.tar.gz) = 0a93deafb2cae3168987e6502a5d921d954088cc9b2901062bb2ba0ee5a42971
+SHA512 (rns-0.6.3.tar.gz) = 616061e3a56b1ef966780d54fb132be5a74a0314a110173d252e7ffff250994df11195846caa65aad980c7f5781ccbc8a7b1d0d3b8302d4fa671ba7ee1d63bd0
+Size (rns-0.6.3.tar.gz) = 298521 bytes


Home | Main Index | Thread Index | Old Index