pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-uritemplate
Module Name: pkgsrc
Committed By: wiz
Date: Mon Nov 1 19:41:46 UTC 2021
Modified Files:
pkgsrc/textproc/py-uritemplate: Makefile distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/py-uritemplate/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/py-uritemplate/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/py-uritemplate/Makefile
diff -u pkgsrc/textproc/py-uritemplate/Makefile:1.5 pkgsrc/textproc/py-uritemplate/Makefile:1.6
--- pkgsrc/textproc/py-uritemplate/Makefile:1.5 Sat Jan 4 19:06:45 2020
+++ pkgsrc/textproc/py-uritemplate/Makefile Mon Nov 1 19:41:46 2021
@@ -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/}
@@ -10,5 +10,7 @@ HOMEPAGE= https://pypi.python.org/pypi/u
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"
Index: pkgsrc/textproc/py-uritemplate/distinfo
diff -u pkgsrc/textproc/py-uritemplate/distinfo:1.6 pkgsrc/textproc/py-uritemplate/distinfo:1.7
--- pkgsrc/textproc/py-uritemplate/distinfo:1.6 Tue Oct 26 11:23:16 2021
+++ pkgsrc/textproc/py-uritemplate/distinfo Mon Nov 1 19:41:46 2021
@@ -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
-SHA512 (uritemplate-3.0.1.tar.gz) = 260da5901d28ca2354d972e00ed468c9bcf2901f948cb7759ff3e9d3a7b67da90ba754e555d6695c5095801b106ffd422459f0860b901a75e01575e159eb8f48
-Size (uritemplate-3.0.1.tar.gz) = 32806 bytes
+BLAKE2s (uritemplate-4.1.1.tar.gz) = 9785f0fdbbb95961dacba8ef99a1f64cfc236625c678c3d0a5ffad7975292068
+SHA512 (uritemplate-4.1.1.tar.gz) = 7682c7dcd9c8d4428b047e3adbc283b78f755face4d8dd1b0cd11df9583bd0435543640ba79229d436aeecad2b5b29684befdccc84ba71f72769ee130cb6576a
+Size (uritemplate-4.1.1.tar.gz) = 273898 bytes
Home |
Main Index |
Thread Index |
Old Index