summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/py-rfc3986/Makefile2
-rw-r--r--www/py-rfc3986/distinfo6
-rw-r--r--www/py-rfc3986/pkg-descr2
3 files changed, 5 insertions, 5 deletions
diff --git a/www/py-rfc3986/Makefile b/www/py-rfc3986/Makefile
index cfd96dd2d96b..359d843fe94e 100644
--- a/www/py-rfc3986/Makefile
+++ b/www/py-rfc3986/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= rfc3986
-PORTVERSION= 1.1.0
+PORTVERSION= 1.2.0
CATEGORIES= www python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/www/py-rfc3986/distinfo b/www/py-rfc3986/distinfo
index 966a6fc72789..e028dad3beac 100644
--- a/www/py-rfc3986/distinfo
+++ b/www/py-rfc3986/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1508432953
-SHA256 (sigmavirus24-rfc3986-1.1.0_GH0.tar.gz) = 02ac7517f075937a20c6c8428b30231b4ea5f3395bd47e3b9ada0740c00c68d3
-SIZE (sigmavirus24-rfc3986-1.1.0_GH0.tar.gz) = 37432
+TIMESTAMP = 1544248864
+SHA256 (sigmavirus24-rfc3986-1.2.0_GH0.tar.gz) = cbffabfa176a85ca2216c7b0436decd13625731f30d5b9409271272d28d3e77d
+SIZE (sigmavirus24-rfc3986-1.2.0_GH0.tar.gz) = 38296
diff --git a/www/py-rfc3986/pkg-descr b/www/py-rfc3986/pkg-descr
index 36c670dd37f0..cb8ad9482378 100644
--- a/www/py-rfc3986/pkg-descr
+++ b/www/py-rfc3986/pkg-descr
@@ -1,3 +1,3 @@
A Python implementation of RFC 3986 including validation and authority parsing.
-WWW: https://github.com/sigmavirus24/rfc3986
+WWW: https://github.com/python-hyper/rfc3986