Date: Mon, 5 Jun 2023 18:53:10 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a59fdb9515f7 - main - devel/py-tooz: Update to 4.1.0 Message-ID: <202306051853.355IrALH055261@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=a59fdb9515f78d8c1f44ac92b08bc91282a34815 commit a59fdb9515f78d8c1f44ac92b08bc91282a34815 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-06-05 18:39:43 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-06-05 18:47:17 +0000 devel/py-tooz: Update to 4.1.0 - Update WWW and clean up pkg-descr Changes: https://docs.openstack.org/tooz/latest/user/history.html --- devel/py-tooz/Makefile | 7 ++++--- devel/py-tooz/distinfo | 6 +++--- devel/py-tooz/pkg-descr | 2 -- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/devel/py-tooz/Makefile b/devel/py-tooz/Makefile index 50d84d02375c..ab2d6bb89ef5 100644 --- a/devel/py-tooz/Makefile +++ b/devel/py-tooz/Makefile @@ -1,12 +1,13 @@ PORTNAME= tooz -PORTVERSION= 4.0.0 +PORTVERSION= 4.1.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Coordination library for distributed systems -WWW= https://docs.openstack.org/tooz/latest/ +WWW= https://docs.openstack.org/tooz/latest/ \ + https://github.com/openstack/tooz LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE @@ -22,7 +23,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fasteners>=0.7:devel/py-fasteners@${PY_FLAVO ${PYTHON_PKGNAMEPREFIX}tenacity>=5.0.0:devel/py-tenacity@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}voluptuous>=0.8.9:devel/py-voluptuous@${PY_FLAVOR} -USES= python:3.9+ +USES= python:3.8+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes diff --git a/devel/py-tooz/distinfo b/devel/py-tooz/distinfo index cb05f29cc0d3..7c685da61f2f 100644 --- a/devel/py-tooz/distinfo +++ b/devel/py-tooz/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1684104472 -SHA256 (tooz-4.0.0.tar.gz) = 4b513dd94f6f66fdc3395c8f3b9c3be7407968bb7bd8f34a7c370cabec84c05d -SIZE (tooz-4.0.0.tar.gz) = 98518 +TIMESTAMP = 1685792300 +SHA256 (tooz-4.1.0.tar.gz) = 87d16fa1b86f9b4979412776f75a932e3f1b63979ccd55c978c5d9e1b69c899b +SIZE (tooz-4.1.0.tar.gz) = 98577 diff --git a/devel/py-tooz/pkg-descr b/devel/py-tooz/pkg-descr index 95cc903b2ab6..519e8ab785dd 100644 --- a/devel/py-tooz/pkg-descr +++ b/devel/py-tooz/pkg-descr @@ -1,5 +1,3 @@ The Tooz project aims at centralizing the most common distributed primitives like group membership protocol, lock service and leader election by providing a coordination API helping developers to build distributed applications. - -See also: https://github.com/openstack/tooz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306051853.355IrALH055261>