pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-Pyro
Module Name: pkgsrc
Committed By: adam
Date: Wed Feb 9 21:25:58 UTC 2022
Modified Files:
pkgsrc/devel/py-Pyro: Makefile distinfo
Log Message:
py-Pyro: updated to 4.82
release 4.82
fixed @expose issue on static method/classmethod due to API change in Python 3.10
switched from travis to using github actions for CI builds and tests
Python 3.10 is now included in the unit test runs
release 4.81
fix some typo's in docs
corrected some minor other things in docs
Python 3.9 is now included in the unit test runs
No actual code changes.
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/devel/py-Pyro/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/py-Pyro/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-Pyro/Makefile
diff -u pkgsrc/devel/py-Pyro/Makefile:1.29 pkgsrc/devel/py-Pyro/Makefile:1.30
--- pkgsrc/devel/py-Pyro/Makefile:1.29 Wed Jan 5 20:47:35 2022
+++ pkgsrc/devel/py-Pyro/Makefile Wed Feb 9 21:25:58 2022
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.29 2022/01/05 20:47:35 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2022/02/09 21:25:58 adam Exp $
-DISTNAME= Pyro4-4.80
+DISTNAME= Pyro4-4.82
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 2
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=P/Pyro4/}
@@ -12,9 +11,12 @@ COMMENT= Distributed Object Technology s
LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-serpent>=1.27:../../devel/py-serpent
+TEST_DEPENDS+= ${PYPKGPREFIX}-msgpack>=0.5.2:../../devel/py-msgpack
USE_LANGUAGES= # none
+PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-serpent
+
USE_PKG_RESOURCES= yes
post-install:
Index: pkgsrc/devel/py-Pyro/distinfo
diff -u pkgsrc/devel/py-Pyro/distinfo:1.15 pkgsrc/devel/py-Pyro/distinfo:1.16
--- pkgsrc/devel/py-Pyro/distinfo:1.15 Tue Oct 26 10:18:07 2021
+++ pkgsrc/devel/py-Pyro/distinfo Wed Feb 9 21:25:58 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2021/10/26 10:18:07 nia Exp $
+$NetBSD: distinfo,v 1.16 2022/02/09 21:25:58 adam Exp $
-BLAKE2s (Pyro4-4.80.tar.gz) = f963d42f0d4a72157c3bf95cb50bbf43161323ed20a0067d147a10a473738858
-SHA512 (Pyro4-4.80.tar.gz) = 8e41285674edbe5c8d5ac63e33406c5ff7b6366d5dd251a1755eff81611193278a473ed8b15f995bc0ba2775dc5d316eb6a3cafd63626b95820591ea3a0a92e3
-Size (Pyro4-4.80.tar.gz) = 515103 bytes
+BLAKE2s (Pyro4-4.82.tar.gz) = 923ed12a40306380c427844331192418215619bf7bb2aa5efd280e6ebdcd6d2f
+SHA512 (Pyro4-4.82.tar.gz) = f5916ce37ec52d8cd23bece79325480140621ac8412febb4877a32b1ce54502ef17d20bf591dc30eb20e9619741548b30a78165937d5e69e8d1911d95a23b1e1
+Size (Pyro4-4.82.tar.gz) = 516110 bytes
Home |
Main Index |
Thread Index |
Old Index