git: 79d378606b3e - main - www/py-priority: Update to 2.0.0

Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Jul 6 15:05:57 UTC 2021


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=79d378606b3eda48eb7b3590c07b4c5edca62c84

commit 79d378606b3eda48eb7b3590c07b4c5edca62c84
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-07-06 14:57:47 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-07-06 14:57:47 +0000

    www/py-priority: Update to 2.0.0
    
    Changes:        https://github.com/python-hyper/priority/blob/master/CHANGELOG.rst
---
 www/py-priority/Makefile | 7 ++++---
 www/py-priority/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/www/py-priority/Makefile b/www/py-priority/Makefile
index eb57ef9a609b..5d6d28dde5b8 100644
--- a/www/py-priority/Makefile
+++ b/www/py-priority/Makefile
@@ -1,7 +1,7 @@
 # Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
 
 PORTNAME=	priority
-PORTVERSION=	1.3.0
+PORTVERSION=	2.0.0
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,8 +12,9 @@ COMMENT=	Pure-Python implementation of the HTTP/2 priority tree
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-NO_ARCH=	yes
-USE_PYTHON=	autoplist concurrent distutils
 USES=		python:3.6+
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>
diff --git a/www/py-priority/distinfo b/www/py-priority/distinfo
index c3a2b5d3cbc0..1adebb604b90 100644
--- a/www/py-priority/distinfo
+++ b/www/py-priority/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1530051116
-SHA256 (priority-1.3.0.tar.gz) = 6bc1961a6d7fcacbfc337769f1a382c8e746566aaa365e78047abe9f66b2ffbe
-SIZE (priority-1.3.0.tar.gz) = 13827
+TIMESTAMP = 1625323633
+SHA256 (priority-2.0.0.tar.gz) = c965d54f1b8d0d0b19479db3924c7c36cf672dbf2aec92d43fbdaf4492ba18c0
+SIZE (priority-2.0.0.tar.gz) = 24792


More information about the dev-commits-ports-main mailing list