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:           Sat Jan  4 19:06:45 UTC 2020

Modified Files:
        pkgsrc/textproc/py-uritemplate: Makefile PLIST distinfo

Log Message:
py-uritemplate: update to 3.0.1.

3.0.1 - 2019-12-19
------------------

- Update to Python 3.6, 3.7, and 3.8
- Drop support for Python 2.6, 3.2, and 3.3
- Ignore ``None`` in list argument expansion
- Handle a list with an empty string appropriately


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/py-uritemplate/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/py-uritemplate/PLIST
cvs rdiff -u -r1.3 -r1.4 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.4 pkgsrc/textproc/py-uritemplate/Makefile:1.5
--- pkgsrc/textproc/py-uritemplate/Makefile:1.4 Mon Nov  7 10:53:52 2016
+++ pkgsrc/textproc/py-uritemplate/Makefile     Sat Jan  4 19:06:45 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2016/11/07 10:53:52 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2020/01/04 19:06:45 wiz Exp $
 
-DISTNAME=      uritemplate-3.0.0
+DISTNAME=      uritemplate-3.0.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=u/uritemplate/}

Index: pkgsrc/textproc/py-uritemplate/PLIST
diff -u pkgsrc/textproc/py-uritemplate/PLIST:1.2 pkgsrc/textproc/py-uritemplate/PLIST:1.3
--- pkgsrc/textproc/py-uritemplate/PLIST:1.2    Mon Nov  7 10:53:52 2016
+++ pkgsrc/textproc/py-uritemplate/PLIST        Sat Jan  4 19:06:45 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2016/11/07 10:53:52 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2020/01/04 19:06:45 wiz Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -9,6 +9,9 @@ ${PYSITELIB}/uritemplate/__init__.pyo
 ${PYSITELIB}/uritemplate/api.py
 ${PYSITELIB}/uritemplate/api.pyc
 ${PYSITELIB}/uritemplate/api.pyo
+${PYSITELIB}/uritemplate/orderedset.py
+${PYSITELIB}/uritemplate/orderedset.pyc
+${PYSITELIB}/uritemplate/orderedset.pyo
 ${PYSITELIB}/uritemplate/template.py
 ${PYSITELIB}/uritemplate/template.pyc
 ${PYSITELIB}/uritemplate/template.pyo

Index: pkgsrc/textproc/py-uritemplate/distinfo
diff -u pkgsrc/textproc/py-uritemplate/distinfo:1.3 pkgsrc/textproc/py-uritemplate/distinfo:1.4
--- pkgsrc/textproc/py-uritemplate/distinfo:1.3 Mon Nov  7 10:53:52 2016
+++ pkgsrc/textproc/py-uritemplate/distinfo     Sat Jan  4 19:06:45 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2016/11/07 10:53:52 wiz Exp $
+$NetBSD: distinfo,v 1.4 2020/01/04 19:06:45 wiz Exp $
 
-SHA1 (uritemplate-3.0.0.tar.gz) = 7933292fb56af9f22fb1460374dc4657c01aa3fb
-RMD160 (uritemplate-3.0.0.tar.gz) = 474382a617e79ee4e9718621d9a30e8d05a03f8e
-SHA512 (uritemplate-3.0.0.tar.gz) = 9988ae6db1d0234a2dfb393ab0205dd7902c814b8a85e06a666b8fec44cacec90fc8852b64da068242cb57cbb2ed63478567224fcb6751df82605d1f0881ad6e
-Size (uritemplate-3.0.0.tar.gz) = 30038 bytes
+SHA1 (uritemplate-3.0.1.tar.gz) = 402d198c4b7c95c06267910886d93ea56f5ef546
+RMD160 (uritemplate-3.0.1.tar.gz) = 08c149cfc9be521769bfa556591c28b2440c89c7
+SHA512 (uritemplate-3.0.1.tar.gz) = 260da5901d28ca2354d972e00ed468c9bcf2901f948cb7759ff3e9d3a7b67da90ba754e555d6695c5095801b106ffd422459f0860b901a75e01575e159eb8f48
+Size (uritemplate-3.0.1.tar.gz) = 32806 bytes



Home | Main Index | Thread Index | Old Index