pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/py-elementpath py-elementpath: updated to 2.4.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/c8912fdb1014
branches: trunk
changeset: 769399:c8912fdb1014
user: adam <adam%pkgsrc.org@localhost>
date: Sun Nov 14 15:28:46 2021 +0000
description:
py-elementpath: updated to 2.4.0
v2.4.0
* Fix type annotations and going strict on parsers and other public classes
* Add XPathConstructor token class (subclass of XPathFunction)
* Last release for Python 3.6
diffstat:
textproc/py-elementpath/Makefile | 4 ++--
textproc/py-elementpath/PLIST | 14 +++++++++++++-
textproc/py-elementpath/distinfo | 8 ++++----
3 files changed, 19 insertions(+), 7 deletions(-)
diffs (67 lines):
diff -r 2973df02eb55 -r c8912fdb1014 textproc/py-elementpath/Makefile
--- a/textproc/py-elementpath/Makefile Sun Nov 14 15:26:49 2021 +0000
+++ b/textproc/py-elementpath/Makefile Sun Nov 14 15:28:46 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2021/10/06 19:47:19 adam Exp $
+# $NetBSD: Makefile,v 1.23 2021/11/14 15:28:46 adam Exp $
-DISTNAME= elementpath-2.3.2
+DISTNAME= elementpath-2.4.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=e/elementpath/}
diff -r 2973df02eb55 -r c8912fdb1014 textproc/py-elementpath/PLIST
--- a/textproc/py-elementpath/PLIST Sun Nov 14 15:26:49 2021 +0000
+++ b/textproc/py-elementpath/PLIST Sun Nov 14 15:28:46 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2021/09/10 15:08:21 adam Exp $
+@comment $NetBSD: PLIST,v 1.10 2021/11/14 15:28:46 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -86,6 +86,9 @@
${PYSITELIB}/elementpath/xpath1/xpath1_functions.py
${PYSITELIB}/elementpath/xpath1/xpath1_functions.pyc
${PYSITELIB}/elementpath/xpath1/xpath1_functions.pyo
+${PYSITELIB}/elementpath/xpath1/xpath1_operators.py
+${PYSITELIB}/elementpath/xpath1/xpath1_operators.pyc
+${PYSITELIB}/elementpath/xpath1/xpath1_operators.pyo
${PYSITELIB}/elementpath/xpath1/xpath1_parser.py
${PYSITELIB}/elementpath/xpath1/xpath1_parser.pyc
${PYSITELIB}/elementpath/xpath1/xpath1_parser.pyo
@@ -98,6 +101,9 @@
${PYSITELIB}/elementpath/xpath2/xpath2_functions.py
${PYSITELIB}/elementpath/xpath2/xpath2_functions.pyc
${PYSITELIB}/elementpath/xpath2/xpath2_functions.pyo
+${PYSITELIB}/elementpath/xpath2/xpath2_operators.py
+${PYSITELIB}/elementpath/xpath2/xpath2_operators.pyc
+${PYSITELIB}/elementpath/xpath2/xpath2_operators.pyo
${PYSITELIB}/elementpath/xpath2/xpath2_parser.py
${PYSITELIB}/elementpath/xpath2/xpath2_parser.pyc
${PYSITELIB}/elementpath/xpath2/xpath2_parser.pyo
@@ -110,6 +116,12 @@
${PYSITELIB}/elementpath/xpath30/xpath30_formats.py
${PYSITELIB}/elementpath/xpath30/xpath30_formats.pyc
${PYSITELIB}/elementpath/xpath30/xpath30_formats.pyo
+${PYSITELIB}/elementpath/xpath30/xpath30_functions.py
+${PYSITELIB}/elementpath/xpath30/xpath30_functions.pyc
+${PYSITELIB}/elementpath/xpath30/xpath30_functions.pyo
+${PYSITELIB}/elementpath/xpath30/xpath30_operators.py
+${PYSITELIB}/elementpath/xpath30/xpath30_operators.pyc
+${PYSITELIB}/elementpath/xpath30/xpath30_operators.pyo
${PYSITELIB}/elementpath/xpath30/xpath30_parser.py
${PYSITELIB}/elementpath/xpath30/xpath30_parser.pyc
${PYSITELIB}/elementpath/xpath30/xpath30_parser.pyo
diff -r 2973df02eb55 -r c8912fdb1014 textproc/py-elementpath/distinfo
--- a/textproc/py-elementpath/distinfo Sun Nov 14 15:26:49 2021 +0000
+++ b/textproc/py-elementpath/distinfo Sun Nov 14 15:28:46 2021 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.24 2021/10/26 11:23:02 nia Exp $
+$NetBSD: distinfo,v 1.25 2021/11/14 15:28:46 adam Exp $
-BLAKE2s (elementpath-2.3.2.tar.gz) = a2431edd707e999da7d6dd7e780b051b4d2333f3126b588b45c60cefe0b9d539
-SHA512 (elementpath-2.3.2.tar.gz) = c986828eb9c379562c6a50315ef615a5efa03be28ddb7ffb7ffbf2107fd86f27d1595350e48670d04f8c36e0892036b2dbcc00525a1264aacf0b99603110f260
-Size (elementpath-2.3.2.tar.gz) = 240284 bytes
+BLAKE2s (elementpath-2.4.0.tar.gz) = dff44130cd8b13361e1d43156e586c1a03b42811b407ae4c0f62509f7a6c68cb
+SHA512 (elementpath-2.4.0.tar.gz) = a1bbf04b986773ee5404876ca5accbf48556f0df40c84cfdacc88e17875cdc37e32c9c88849746838f92753ab8da7cf0a55d1b96054144ac3200c8902eaa42a7
+Size (elementpath-2.4.0.tar.gz) = 244536 bytes
Home |
Main Index |
Thread Index |
Old Index