pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/py-rpyc
Module Name: pkgsrc
Committed By: adam
Date: Sat Nov 16 10:21:32 UTC 2024
Modified Files:
pkgsrc/net/py-rpyc: Makefile distinfo
Log Message:
py-rpyc: updated to 6.0.1
6.0.1
Minor fixes to class module id packs and related unittest assertions
closes 558 which reported issues with proxy cache referrant race conditions, get_method errors, and stream issues
fix pytest issues reported
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/net/py-rpyc/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/net/py-rpyc/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-rpyc/Makefile
diff -u pkgsrc/net/py-rpyc/Makefile:1.9 pkgsrc/net/py-rpyc/Makefile:1.10
--- pkgsrc/net/py-rpyc/Makefile:1.9 Wed Apr 10 12:51:33 2024
+++ pkgsrc/net/py-rpyc/Makefile Sat Nov 16 10:21:32 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2024/04/10 12:51:33 adam Exp $
+# $NetBSD: Makefile,v 1.10 2024/11/16 10:21:32 adam Exp $
-DISTNAME= rpyc-6.0.0
+DISTNAME= rpyc-6.0.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_PYPI:=r/rpyc/}
@@ -18,8 +18,6 @@ USE_LANGUAGES= # none
REPLACE_PYTHON+= rpyc/cli/rpyc_classic.py
REPLACE_PYTHON+= rpyc/cli/rpyc_registry.py
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
post-install:
.for bin in rpyc_classic rpyc_registry
cd ${DESTDIR}${PREFIX}/bin && \
Index: pkgsrc/net/py-rpyc/distinfo
diff -u pkgsrc/net/py-rpyc/distinfo:1.8 pkgsrc/net/py-rpyc/distinfo:1.9
--- pkgsrc/net/py-rpyc/distinfo:1.8 Wed Apr 10 12:51:33 2024
+++ pkgsrc/net/py-rpyc/distinfo Sat Nov 16 10:21:32 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2024/04/10 12:51:33 adam Exp $
+$NetBSD: distinfo,v 1.9 2024/11/16 10:21:32 adam Exp $
-BLAKE2s (rpyc-6.0.0.tar.gz) = b5e4b52e3743816fb7fed0c96e1ac7a315ccff757033327cf76d8058ea3ee9a8
-SHA512 (rpyc-6.0.0.tar.gz) = a8b4146b7b41b0dbe4a9fec4ed7ddd36b5e4143d8e7ad024e1ce4bc1a8db0979640842d63056cde000b865bff4dcfe795af3c83babd1eecaab9ba143d1279e9f
-Size (rpyc-6.0.0.tar.gz) = 62091 bytes
+BLAKE2s (rpyc-6.0.1.tar.gz) = 64ca07e12a3b2e3c419ae904bc943e3c35cf068349a7052c85d6d3823f279a24
+SHA512 (rpyc-6.0.1.tar.gz) = d508d5b95c02ff7823c1f11b38b789edeeeb78d37e10adabb73274b292391d7ea6c2f0ca82317c5193cbb4f75f3b2610f8af57a8e87a8f11d4d33cba6a342c32
+Size (rpyc-6.0.1.tar.gz) = 62144 bytes
Home |
Main Index |
Thread Index |
Old Index