pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/py-magic-wormhole



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Sep  9 21:29:18 UTC 2023

Modified Files:
        pkgsrc/net/py-magic-wormhole: Makefile PLIST distinfo

Log Message:
py-magic-wormhole: update to 0.13.0.

## Release 0.13.0 (10-Aug-2023)

* Python 2.7 support is dropped (#457)
* Python 3.5 and 3.6 are past their EOL date and support is dropped (#448)
* SECURITY: Replace "weird" characters in receiver's display (#476)
* SECURITY: all past binary signatures are now in Git
* Use the HKDF primitive from "cryptography" (#462)
* `wormhole receive` now accepts `--allocate-code` so that a sender can
  use `--code` to send them a file (#450)
* Stream to disk after 10MB on directory receive (#447)
* Handle SSH keys with comments properly (#434)
* Properly parse IPv6 Transit address (#461)

Also of interest to developers in this release are a few changes
to the experimental Dilation implementation and description; some
documentation cleanups; dropping of dependencies; and some test
cleanups.  The Dilation changes properly send `use-version` and
split messages over Noise-sized chunks more seamlessly (allowing
the specified 4-byte maximum message size at the application layer).


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/net/py-magic-wormhole/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/py-magic-wormhole/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/py-magic-wormhole/distinfo

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

Modified files:

Index: pkgsrc/net/py-magic-wormhole/Makefile
diff -u pkgsrc/net/py-magic-wormhole/Makefile:1.7 pkgsrc/net/py-magic-wormhole/Makefile:1.8
--- pkgsrc/net/py-magic-wormhole/Makefile:1.7   Wed Jan  5 15:41:17 2022
+++ pkgsrc/net/py-magic-wormhole/Makefile       Sat Sep  9 21:29:18 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2022/01/05 15:41:17 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2023/09/09 21:29:18 wiz Exp $
 
-DISTNAME=      magic-wormhole-0.12.0
+DISTNAME=      magic-wormhole-0.13.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   4
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=m/magic-wormhole/}
 

Index: pkgsrc/net/py-magic-wormhole/PLIST
diff -u pkgsrc/net/py-magic-wormhole/PLIST:1.2 pkgsrc/net/py-magic-wormhole/PLIST:1.3
--- pkgsrc/net/py-magic-wormhole/PLIST:1.2      Fri Mar 19 13:35:57 2021
+++ pkgsrc/net/py-magic-wormhole/PLIST  Sat Sep  9 21:29:18 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2021/03/19 13:35:57 gdt Exp $
+@comment $NetBSD: PLIST,v 1.3 2023/09/09 21:29:18 wiz Exp $
 bin/wormhole-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -123,6 +123,9 @@ ${PYSITELIB}/wormhole/errors.pyo
 ${PYSITELIB}/wormhole/eventual.py
 ${PYSITELIB}/wormhole/eventual.pyc
 ${PYSITELIB}/wormhole/eventual.pyo
+${PYSITELIB}/wormhole/foo.py
+${PYSITELIB}/wormhole/foo.pyc
+${PYSITELIB}/wormhole/foo.pyo
 ${PYSITELIB}/wormhole/ipaddrs.py
 ${PYSITELIB}/wormhole/ipaddrs.pyc
 ${PYSITELIB}/wormhole/ipaddrs.pyo

Index: pkgsrc/net/py-magic-wormhole/distinfo
diff -u pkgsrc/net/py-magic-wormhole/distinfo:1.3 pkgsrc/net/py-magic-wormhole/distinfo:1.4
--- pkgsrc/net/py-magic-wormhole/distinfo:1.3   Tue Oct 26 11:06:39 2021
+++ pkgsrc/net/py-magic-wormhole/distinfo       Sat Sep  9 21:29:18 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 11:06:39 nia Exp $
+$NetBSD: distinfo,v 1.4 2023/09/09 21:29:18 wiz Exp $
 
-BLAKE2s (magic-wormhole-0.12.0.tar.gz) = 78488f5f7bfad9a9e8795d02773e099446a38d2c6ac3e2b07316da586f2ac0c8
-SHA512 (magic-wormhole-0.12.0.tar.gz) = 0ef4241a5692227206c1a07a2aed8a2c1575281d52db8bcdb8ffd070c158b4969126486b5e68e899f2100d7daedbbe0b91a7d667915bd5b86be26d6553b34dd6
-Size (magic-wormhole-0.12.0.tar.gz) = 262269 bytes
+BLAKE2s (magic-wormhole-0.13.0.tar.gz) = 420651d41f21285d3efae813edeb2fce2410e30c14975967bfdea30d0cfc126f
+SHA512 (magic-wormhole-0.13.0.tar.gz) = 5c26da12ae94202684da14d7e3fa84ef173a31a3e5e42a40dcc2b8d3a6475943c813bcef9fbf904e419152a16e2cb4a85c2a69bbf0528f5fa63d056bf5f348e2
+Size (magic-wormhole-0.13.0.tar.gz) = 274564 bytes



Home | Main Index | Thread Index | Old Index