pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   gdt
Date:           Sat Apr  5 19:44:32 UTC 2025

Modified Files:
        pkgsrc/net/py-magic-wormhole-mailbox-server: Makefile distinfo
Removed Files:
        pkgsrc/net/py-magic-wormhole-mailbox-server/patches: patch-setup.py
            patch-versioneer.py

Log Message:
net/py-magic-wormhole-mailbox-server: Update to 0.5.1

## Release 0.5.1 (9-Nov-2024)

* properly require "setuptools" for install (#47, jameshilliard)

## Release 0.5.0 (7-Nov-2024)

* correctly close a mailbox which still has a nameplate (#28)
* remove python2 support
* test on python 3.8, 3.9, 3.10, 3.11 and 3.12 series
* drop "six" (#35)
* upgrade "versioneer"


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/py-magic-wormhole-mailbox-server/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/py-magic-wormhole-mailbox-server/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/net/py-magic-wormhole-mailbox-server/patches/patch-setup.py \
    pkgsrc/net/py-magic-wormhole-mailbox-server/patches/patch-versioneer.py

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-mailbox-server/Makefile
diff -u pkgsrc/net/py-magic-wormhole-mailbox-server/Makefile:1.4 pkgsrc/net/py-magic-wormhole-mailbox-server/Makefile:1.5
--- pkgsrc/net/py-magic-wormhole-mailbox-server/Makefile:1.4    Sun Nov  5 22:45:48 2023
+++ pkgsrc/net/py-magic-wormhole-mailbox-server/Makefile        Sat Apr  5 19:44:32 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2023/11/05 22:45:48 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2025/04/05 19:44:32 gdt Exp $
 
-DISTNAME=      magic-wormhole-mailbox-server-0.4.1
+DISTNAME=      magic-wormhole-mailbox-server-0.5.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=m/magic-wormhole-mailbox-server/}
 
@@ -19,8 +18,6 @@ DEPENDS+=     ${PYPKGPREFIX}-twisted>=17.5.0
 TEST_DEPENDS+= ${PYPKGPREFIX}-treq-[0-9]*:../../devel/py-treq
 TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-autobahn
-
 USE_LANGUAGES= # none
 
 .include "../../lang/python/wheel.mk"

Index: pkgsrc/net/py-magic-wormhole-mailbox-server/distinfo
diff -u pkgsrc/net/py-magic-wormhole-mailbox-server/distinfo:1.5 pkgsrc/net/py-magic-wormhole-mailbox-server/distinfo:1.6
--- pkgsrc/net/py-magic-wormhole-mailbox-server/distinfo:1.5    Sun Nov  5 22:45:48 2023
+++ pkgsrc/net/py-magic-wormhole-mailbox-server/distinfo        Sat Apr  5 19:44:32 2025
@@ -1,7 +1,5 @@
-$NetBSD: distinfo,v 1.5 2023/11/05 22:45:48 wiz Exp $
+$NetBSD: distinfo,v 1.6 2025/04/05 19:44:32 gdt Exp $
 
-BLAKE2s (magic-wormhole-mailbox-server-0.4.1.tar.gz) = dff245eb1ef6cbda843b096749ca23f87444cc2cd6bed57b4b6d63e3c8f1e3f0
-SHA512 (magic-wormhole-mailbox-server-0.4.1.tar.gz) = 17e66d61589b2a9620d56a4df82489d0c9aad40b6d61ff89c6b44e2ab96f8f4f12849879d5950025cbc7a657a2cd6f1afb36505adad52566f57571de645b70a4
-Size (magic-wormhole-mailbox-server-0.4.1.tar.gz) = 64830 bytes
-SHA1 (patch-setup.py) = 60b8b1061834f328dc866a716962f628484744cf
-SHA1 (patch-versioneer.py) = f9c50d788d018ca4aa50d421939a7b6e3b784c40
+BLAKE2s (magic-wormhole-mailbox-server-0.5.1.tar.gz) = 40ba55c4d7aa6729287a044183a19fe34c2d4856e26d3ab121e6f3bfb413b306
+SHA512 (magic-wormhole-mailbox-server-0.5.1.tar.gz) = 6a3345c8d18c2373dee5c748f6fa1437f7225d057b136439ba7bebfd3b55a7a1beb551357b66b1847cfa0c73bed87a136844c907432ccc045c6f9b528698d7b8
+Size (magic-wormhole-mailbox-server-0.5.1.tar.gz) = 69758 bytes



Home | Main Index | Thread Index | Old Index