diff options
author | Serhii (Sergey) Kozlov <skozlov@FreeBSD.org> | 2021-04-11 14:38:00 +0000 |
---|---|---|
committer | Serhii (Sergey) Kozlov <skozlov@FreeBSD.org> | 2021-04-11 14:40:04 +0000 |
commit | 132212e1666e29775b6271d03c7a19217b5a37c3 (patch) | |
tree | 505548e68a472bd0a8147202eff26c178d737449 | |
parent | f1efd35b93bd49211161b75070551ae7afafe507 (diff) |
devel/py-RPyC: Update to 5.0.1
New branch has some incompatibilities with 4.x, please check out the
changelog before upgrading:
https://rpyc.readthedocs.io/en/latest/changelog.html#backwards-incompatible
-rw-r--r-- | UPDATING | 9 | ||||
-rw-r--r-- | devel/py-RPyC/Makefile | 2 | ||||
-rw-r--r-- | devel/py-RPyC/distinfo | 6 |
3 files changed, 13 insertions, 4 deletions
@@ -5,6 +5,15 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20210411: + AFFECTS: users or devel/py-RPyC + AUTHOR: skozlov@FreeBSD.org + + devel/py-RPyC has been updated to version 5.0.1, which have some + incompatibilities with 4.x branch. Be sure to check them out before + upgrading: + https://rpyc.readthedocs.io/en/latest/changelog.html#backwards-incompatible + 20210406: AFFECTS: users of www/phpvirtualbox AUTHOR: dereks@lifeofadishwasher.com diff --git a/devel/py-RPyC/Makefile b/devel/py-RPyC/Makefile index b9a3b3c0b29d..cf75a4adaf9b 100644 --- a/devel/py-RPyC/Makefile +++ b/devel/py-RPyC/Makefile @@ -1,7 +1,7 @@ # Created by: Wen Heping <wenheping@gmail.com> PORTNAME= rpyc -PORTVERSION= 4.1.5 +PORTVERSION= 5.0.1 CATEGORIES= devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-RPyC/distinfo b/devel/py-RPyC/distinfo index e1922d5e4717..ac69d8712778 100644 --- a/devel/py-RPyC/distinfo +++ b/devel/py-RPyC/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1601131515 -SHA256 (tomerfiliba-org-rpyc-4.1.5_GH0.tar.gz) = 4b544e57d0f41de48de8886850bd8133cb34f3f0aec01b34e2851e23c439836b -SIZE (tomerfiliba-org-rpyc-4.1.5_GH0.tar.gz) = 1252268 +TIMESTAMP = 1618151282 +SHA256 (tomerfiliba-org-rpyc-5.0.1_GH0.tar.gz) = 581f14e49781242c34b55f989bec24dd386ff0d5d445b8d972c7e52bd3219112 +SIZE (tomerfiliba-org-rpyc-5.0.1_GH0.tar.gz) = 1258657 |