pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/py-uritemplate py-uritemplate: update to 4.1.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2c1cfc40e75d
branches:  trunk
changeset: 768802:2c1cfc40e75d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Nov 01 19:41:46 2021 +0000

description:
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

diffstat:

 textproc/py-uritemplate/Makefile |  6 ++++--
 textproc/py-uritemplate/distinfo |  8 ++++----
 2 files changed, 8 insertions(+), 6 deletions(-)

diffs (33 lines):

diff -r a4dccc6a817f -r 2c1cfc40e75d textproc/py-uritemplate/Makefile
--- a/textproc/py-uritemplate/Makefile  Mon Nov 01 18:59:06 2021 +0000
+++ b/textproc/py-uritemplate/Makefile  Mon Nov 01 19:41:46 2021 +0000
@@ -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 @@
 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"
diff -r a4dccc6a817f -r 2c1cfc40e75d textproc/py-uritemplate/distinfo
--- a/textproc/py-uritemplate/distinfo  Mon Nov 01 18:59:06 2021 +0000
+++ b/textproc/py-uritemplate/distinfo  Mon Nov 01 19:41:46 2021 +0000
@@ -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