pkgsrc-WIP-changes archive

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

py-rns: Update to 0.8.2



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Wed Oct 9 08:47:51 2024 -0400
Changeset:	a388b0d39159af715fe2b55c0a87b412c4421a93

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

Log Message:
py-rns: Update to 0.8.2

upstream NEWS content:

- Added support for T-Beam Supreme devices to `rnodeconf`
- Added support for T3S3 devices to `rnodeconf`
- Added support for T-Deck devices to `rnodeconf`
- Added support for new hardware error codes from connected RNodes
- Added the ability to control the display on nRF52-based RNodes
- Improved resource transfers over very slow links, by adding more suitable `MAX_WINDOW` cap if link speed is continously below threshold.
- Tuned path request timing for roaming instances

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

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 7785cc2db0..a895000c19 100644
--- a/py-rns/Makefile
+++ b/py-rns/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	rns-0.8.1
+DISTNAME=	rns-0.8.2
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	comms python
 MASTER_SITES=	${MASTER_SITE_PYPI:=r/rns/}
diff --git a/py-rns/distinfo b/py-rns/distinfo
index fa791dc8ca..9a810add8e 100644
--- a/py-rns/distinfo
+++ b/py-rns/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (rns-0.8.1.tar.gz) = 3fdc0227073f857442addd90fe3e2da4db20fd688b305cfe5d139d47d7065829
-SHA512 (rns-0.8.1.tar.gz) = edb823ef9b25372e13598f88398f30cd8b9a300f60a8969980a766d3c054e2cb938c024824c4e1c60e628bee7d45fe0943dd53538ebbfa0630c9ee949aabaead
-Size (rns-0.8.1.tar.gz) = 13056612 bytes
+BLAKE2s (rns-0.8.2.tar.gz) = 4ed1c230fc83dc0832d7f6a71523a6e7f74350ca816ee0cf403dd39d17ca721b
+SHA512 (rns-0.8.2.tar.gz) = 124bf771f0abf8c32758cb8e787ac072d9e9c00b137a2a756b7592fccc36847691f53d150646bce8e725e503446ffdb4556f9902f725391883c2f6b17ba630e0
+Size (rns-0.8.2.tar.gz) = 17628844 bytes


Home | Main Index | Thread Index | Old Index