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 unified 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,14 +1,16 @@ @@ -1,14 +1,16 @@
1# $NetBSD: Makefile,v 1.5 2020/01/04 19:06:45 wiz Exp $ 1# $NetBSD: Makefile,v 1.6 2021/11/01 19:41:46 wiz Exp $
2 2
3DISTNAME= uritemplate-3.0.1 3DISTNAME= uritemplate-4.1.1
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= textproc www python 5CATEGORIES= textproc www python
6MASTER_SITES= ${MASTER_SITE_PYPI:=u/uritemplate/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=u/uritemplate/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://pypi.python.org/pypi/uritemplate/ 9HOMEPAGE= https://pypi.python.org/pypi/uritemplate/
10COMMENT= Python implementation of RFC6570, URI Template 10COMMENT= Python implementation of RFC6570, URI Template
11LICENSE= apache-2.0 OR modified-bsd 11LICENSE= apache-2.0 OR modified-bsd
12 12
 13PYTHON_VERSIONS_INCOMPATIBLE= 27
 14
13.include "../../lang/python/egg.mk" 15.include "../../lang/python/egg.mk"
14.include "../../mk/bsd.pkg.mk" 16.include "../../mk/bsd.pkg.mk"

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