pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-Pyro py-Pyro: updated to 4.82



details:   https://anonhg.NetBSD.org/pkgsrc/rev/49d1df038fb9
branches:  trunk
changeset: 373243:49d1df038fb9
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Feb 09 21:25:58 2022 +0000

description:
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.

diffstat:

 devel/py-Pyro/Makefile |  8 +++++---
 devel/py-Pyro/distinfo |  8 ++++----
 2 files changed, 9 insertions(+), 7 deletions(-)

diffs (40 lines):

diff -r b6110693987b -r 49d1df038fb9 devel/py-Pyro/Makefile
--- a/devel/py-Pyro/Makefile    Wed Feb 09 21:24:58 2022 +0000
+++ b/devel/py-Pyro/Makefile    Wed Feb 09 21:25:58 2022 +0000
@@ -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 @@
 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:
diff -r b6110693987b -r 49d1df038fb9 devel/py-Pyro/distinfo
--- a/devel/py-Pyro/distinfo    Wed Feb 09 21:24:58 2022 +0000
+++ b/devel/py-Pyro/distinfo    Wed Feb 09 21:25:58 2022 +0000
@@ -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