Mon Nov 1 19:41:46 2021 UTC ()
py-uritemplate: update to 4.1.1.

4.1.1 - 2021-10-13
------------------

- Fix setup.cfg metadata to reflect lack of support for Python 2 as desired in
  4.0

4.1.0 - 2021-10-12
------------------

- Add type annotations to uritemplate and distribute them for others to use
- Update to a modern documentation theme as well

4.0.0 - 2021-10-10
------------------

- Drop support for Python 2.7, 3.4, and 3.5
- Better support number-like types as values for variables in a template


(wiz)
diff -r1.5 -r1.6 pkgsrc/textproc/py-uritemplate/Makefile
diff -r1.6 -r1.7 pkgsrc/textproc/py-uritemplate/distinfo

cvs diff -r1.5 -r1.6 pkgsrc/textproc/py-uritemplate/Makefile (expand / switch to context diff)
--- pkgsrc/textproc/py-uritemplate/Makefile 2020/01/04 19:06:45 1.5
+++ pkgsrc/textproc/py-uritemplate/Makefile 2021/11/01 19:41:46 1.6
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2020/01/04 19:06:45 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2021/11/01 19:41:46 wiz Exp $
 
-DISTNAME=	uritemplate-3.0.1
+DISTNAME=	uritemplate-4.1.1
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	textproc www python
 MASTER_SITES=	${MASTER_SITE_PYPI:=u/uritemplate/}
@@ -9,6 +9,8 @@
 HOMEPAGE=	https://pypi.python.org/pypi/uritemplate/
 COMMENT=	Python implementation of RFC6570, URI Template
 LICENSE=	apache-2.0 OR modified-bsd
+
+PYTHON_VERSIONS_INCOMPATIBLE=	27
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

cvs diff -r1.6 -r1.7 pkgsrc/textproc/py-uritemplate/distinfo (expand / switch to context diff)
--- pkgsrc/textproc/py-uritemplate/distinfo 2021/10/26 11:23:16 1.6
+++ pkgsrc/textproc/py-uritemplate/distinfo 2021/11/01 19:41:46 1.7
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2021/10/26 11:23:16 nia Exp $
+$NetBSD: distinfo,v 1.7 2021/11/01 19:41:46 wiz Exp $
 
-BLAKE2s (uritemplate-3.0.1.tar.gz) = 66a88f80d32e0fbf21ecaddf00066b7734391857d19d61f90300a11e58268820
+BLAKE2s (uritemplate-4.1.1.tar.gz) = 9785f0fdbbb95961dacba8ef99a1f64cfc236625c678c3d0a5ffad7975292068
-SHA512 (uritemplate-3.0.1.tar.gz) = 260da5901d28ca2354d972e00ed468c9bcf2901f948cb7759ff3e9d3a7b67da90ba754e555d6695c5095801b106ffd422459f0860b901a75e01575e159eb8f48
+SHA512 (uritemplate-4.1.1.tar.gz) = 7682c7dcd9c8d4428b047e3adbc283b78f755face4d8dd1b0cd11df9583bd0435543640ba79229d436aeecad2b5b29684befdccc84ba71f72769ee130cb6576a
-Size (uritemplate-3.0.1.tar.gz) = 32806 bytes
+Size (uritemplate-4.1.1.tar.gz) = 273898 bytes