Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jan 2022 19:28:32 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: 1581b1fa66b4 - main - net/py-uritools: Update to 4.0.0
Message-ID:  <202201231928.20NJSWFs016083@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=1581b1fa66b465838d9bd7062544e76f04c281e2

commit 1581b1fa66b465838d9bd7062544e76f04c281e2
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-01-23 18:20:13 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-01-23 18:50:47 +0000

    net/py-uritools: Update to 4.0.0
    
    Changes:        https://github.com/tkem/uritools/blob/master/CHANGELOG.rst
---
 net/py-uritools/Makefile | 4 ++--
 net/py-uritools/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/net/py-uritools/Makefile b/net/py-uritools/Makefile
index 44da59dc3b65..f27c2b851ab4 100644
--- a/net/py-uritools/Makefile
+++ b/net/py-uritools/Makefile
@@ -1,7 +1,7 @@
 # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
 
 PORTNAME=	uritools
-PORTVERSION=	3.0.2
+PORTVERSION=	4.0.0
 CATEGORIES=	net python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +12,7 @@ COMMENT=	RFC 3986 compliant, Unicode-aware, scheme-agnostic replacement for urlp
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		python:3.5+
+USES=		python:3.7+
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
diff --git a/net/py-uritools/distinfo b/net/py-uritools/distinfo
index c0c16ffc8fa2..865c8f42961f 100644
--- a/net/py-uritools/distinfo
+++ b/net/py-uritools/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1619725361
-SHA256 (uritools-3.0.2.tar.gz) = 28ffef82ce3b2793237d36e45aa7cde28dae6502f6a93fdbd05ede401520e279
-SIZE (uritools-3.0.2.tar.gz) = 23239
+TIMESTAMP = 1642102333
+SHA256 (uritools-4.0.0.tar.gz) = 420d94c1ff4bf90c678fca9c17b8314243bbcaa992c400a95e327f7f622e1edf
+SIZE (uritools-4.0.0.tar.gz) = 23482



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