Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Mar 2024 14:12:03 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: 840d93df94c8 - main - devel/py-futurist: Update to 3.0.0
Message-ID:  <202403091412.429EC3fr009837@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=840d93df94c848a2b98858505d6990a352b5881d

commit 840d93df94c848a2b98858505d6990a352b5881d
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-03-09 13:47:44 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-03-09 14:05:47 +0000

    devel/py-futurist: Update to 3.0.0
    
    - Update WWW and clean up pkg-descr
    
    Changes:        https://docs.openstack.org/futurist/latest/user/history.html
---
 devel/py-futurist/Makefile  | 5 +++--
 devel/py-futurist/distinfo  | 6 +++---
 devel/py-futurist/pkg-descr | 2 --
 3 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/devel/py-futurist/Makefile b/devel/py-futurist/Makefile
index 5462f63c64e2..4cf37e2628cf 100644
--- a/devel/py-futurist/Makefile
+++ b/devel/py-futurist/Makefile
@@ -1,12 +1,13 @@
 PORTNAME=	futurist
-PORTVERSION=	2.4.1
+PORTVERSION=	3.0.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Useful additions to futures, from the future
-WWW=		https://docs.openstack.org/futurist/latest/
+WWW=		https://docs.openstack.org/futurist/latest/ \
+		https://github.com/openstack/futurist
 
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
diff --git a/devel/py-futurist/distinfo b/devel/py-futurist/distinfo
index 0af2e2d389fc..a649330f8e8e 100644
--- a/devel/py-futurist/distinfo
+++ b/devel/py-futurist/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1652122637
-SHA256 (futurist-2.4.1.tar.gz) = 9c1760a877c0fe3260d04b6a6d4352a6d25ac58e483f1d6cd495e33dc3740ff7
-SIZE (futurist-2.4.1.tar.gz) = 44796
+TIMESTAMP = 1709390534
+SHA256 (futurist-3.0.0.tar.gz) = 6422011792414c39228e114bec5494303aaf06dcd335e4f8dd4f907f78a41f79
+SIZE (futurist-3.0.0.tar.gz) = 44836
diff --git a/devel/py-futurist/pkg-descr b/devel/py-futurist/pkg-descr
index f50f3cc14562..11dcae01528a 100644
--- a/devel/py-futurist/pkg-descr
+++ b/devel/py-futurist/pkg-descr
@@ -3,5 +3,3 @@ would be to provide a well documented futures classes/utilities/additions that
 allows for providing a level of transparency in how asynchronous work gets
 executed. This library currently adds statistics gathering, an eventlet
 executor, a synchronous executor etc.
-
-See also: https://github.com/openstack/futurist



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403091412.429EC3fr009837>