Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Sep 2020 13:37:07 +0000 (UTC)
From:      Nicola Vitale <nivit@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r550032 - head/net/py-uritemplate
Message-ID:  <202009251337.08PDb7BT021863@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nivit
Date: Fri Sep 25 13:37:07 2020
New Revision: 550032
URL: https://svnweb.freebsd.org/changeset/ports/550032

Log:
  - Update to 3.0.1
  - Pet portlint
  - Update WWW address in pkg-descr

Modified:
  head/net/py-uritemplate/Makefile
  head/net/py-uritemplate/distinfo
  head/net/py-uritemplate/pkg-descr   (contents, props changed)

Modified: head/net/py-uritemplate/Makefile
==============================================================================
--- head/net/py-uritemplate/Makefile	Fri Sep 25 13:34:00 2020	(r550031)
+++ head/net/py-uritemplate/Makefile	Fri Sep 25 13:37:07 2020	(r550032)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	uritemplate
-PORTVERSION=	3.0.0
+PORTVERSION=	3.0.1
 #PORTREVISION=	0
 CATEGORIES=	net
 MASTER_SITES=	CHEESESHOP
@@ -13,8 +13,8 @@ COMMENT=	Python implementation of URI Template
 
 LICENSE=	APACHE20
 
-USE_PYTHON=	autoplist distutils
 USES=		python
+USE_PYTHON=	autoplist distutils
 
 NO_ARCH=	yes
 

Modified: head/net/py-uritemplate/distinfo
==============================================================================
--- head/net/py-uritemplate/distinfo	Fri Sep 25 13:34:00 2020	(r550031)
+++ head/net/py-uritemplate/distinfo	Fri Sep 25 13:37:07 2020	(r550032)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1486488158
-SHA256 (uritemplate-3.0.0.tar.gz) = c02643cebe23fc8adb5e6becffe201185bf06c40bda5c0b4028a93f1527d011d
-SIZE (uritemplate-3.0.0.tar.gz) = 30038
+TIMESTAMP = 1601040722
+SHA256 (uritemplate-3.0.1.tar.gz) = 5af8ad10cec94f215e3f48112de2022e1d5a37ed427fbd88652fa908f2ab7cae
+SIZE (uritemplate-3.0.1.tar.gz) = 32806

Modified: head/net/py-uritemplate/pkg-descr
==============================================================================
--- head/net/py-uritemplate/pkg-descr	Fri Sep 25 13:34:00 2020	(r550031)
+++ head/net/py-uritemplate/pkg-descr	Fri Sep 25 13:37:07 2020	(r550032)
@@ -1,4 +1,4 @@
 This is a Python implementation of RFC6570, URI Template, and can expand
 templates up to and including Level 4 in that specification.
 
-WWW: https://github.com/uri-templates/uritemplate-py/
+WWW: https://github.com/python-hyper/uritemplate



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