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 3.0.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b7a98304b0f2
branches:  trunk
changeset: 346910:b7a98304b0f2
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Jan 04 19:06:45 2020 +0000

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

diffstat:

 textproc/py-uritemplate/Makefile |   4 ++--
 textproc/py-uritemplate/PLIST    |   5 ++++-
 textproc/py-uritemplate/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 8 deletions(-)

diffs (46 lines):

diff -r d0dae26454af -r b7a98304b0f2 textproc/py-uritemplate/Makefile
--- a/textproc/py-uritemplate/Makefile  Sat Jan 04 19:05:47 2020 +0000
+++ b/textproc/py-uritemplate/Makefile  Sat Jan 04 19:06:45 2020 +0000
@@ -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/}
diff -r d0dae26454af -r b7a98304b0f2 textproc/py-uritemplate/PLIST
--- a/textproc/py-uritemplate/PLIST     Sat Jan 04 19:05:47 2020 +0000
+++ b/textproc/py-uritemplate/PLIST     Sat Jan 04 19:06:45 2020 +0000
@@ -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/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
diff -r d0dae26454af -r b7a98304b0f2 textproc/py-uritemplate/distinfo
--- a/textproc/py-uritemplate/distinfo  Sat Jan 04 19:05:47 2020 +0000
+++ b/textproc/py-uritemplate/distinfo  Sat Jan 04 19:06:45 2020 +0000
@@ -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