py-elementpath: updated to 2.2.1
v2.2.1 * Add function signatures at token registration * Some fixes to XPath tokens and more XPath 3.0 implementations
This commit is contained in:
parent
351e3f9e91
commit
b25d9bfb7d
3 changed files with 11 additions and 11 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.17 2021/03/05 19:25:08 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.18 2021/04/06 04:50:19 adam Exp $
|
||||
|
||||
DISTNAME= elementpath-2.2.0
|
||||
DISTNAME= elementpath-2.2.1
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=e/elementpath/}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.6 2021/03/05 19:25:08 adam Exp $
|
||||
@comment $NetBSD: PLIST,v 1.7 2021/04/06 04:50:19 adam Exp $
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
|
@ -19,9 +19,6 @@ ${PYSITELIB}/elementpath/datatypes/binary.pyo
|
|||
${PYSITELIB}/elementpath/datatypes/datetime.py
|
||||
${PYSITELIB}/elementpath/datatypes/datetime.pyc
|
||||
${PYSITELIB}/elementpath/datatypes/datetime.pyo
|
||||
${PYSITELIB}/elementpath/datatypes/helpers.py
|
||||
${PYSITELIB}/elementpath/datatypes/helpers.pyc
|
||||
${PYSITELIB}/elementpath/datatypes/helpers.pyo
|
||||
${PYSITELIB}/elementpath/datatypes/numeric.py
|
||||
${PYSITELIB}/elementpath/datatypes/numeric.pyc
|
||||
${PYSITELIB}/elementpath/datatypes/numeric.pyo
|
||||
|
@ -43,6 +40,9 @@ ${PYSITELIB}/elementpath/datatypes/uri.pyo
|
|||
${PYSITELIB}/elementpath/exceptions.py
|
||||
${PYSITELIB}/elementpath/exceptions.pyc
|
||||
${PYSITELIB}/elementpath/exceptions.pyo
|
||||
${PYSITELIB}/elementpath/helpers.py
|
||||
${PYSITELIB}/elementpath/helpers.pyc
|
||||
${PYSITELIB}/elementpath/helpers.pyo
|
||||
${PYSITELIB}/elementpath/namespaces.py
|
||||
${PYSITELIB}/elementpath/namespaces.pyc
|
||||
${PYSITELIB}/elementpath/namespaces.pyo
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.17 2021/03/05 19:25:08 adam Exp $
|
||||
$NetBSD: distinfo,v 1.18 2021/04/06 04:50:19 adam Exp $
|
||||
|
||||
SHA1 (elementpath-2.2.0.tar.gz) = 4210dc37d7baf145a351c85c128b91a86021f12a
|
||||
RMD160 (elementpath-2.2.0.tar.gz) = 3b9c7181cae3662496555f9382d73a8cbd76f8ae
|
||||
SHA512 (elementpath-2.2.0.tar.gz) = 526a2012ff337e8e2403590780b3181f96ccf9b686cb82b6f092f9169d82d85010b56bbd0fa87b21fe1a557e8ee1f459d5d77589e577e01fb2fbfa04a1e9599a
|
||||
Size (elementpath-2.2.0.tar.gz) = 224680 bytes
|
||||
SHA1 (elementpath-2.2.1.tar.gz) = 2b9df7598d3aa0a09d593e7879a39cc1989a55a1
|
||||
RMD160 (elementpath-2.2.1.tar.gz) = 4401d2715313e68047d99ae3e57bcef0b4bab1dc
|
||||
SHA512 (elementpath-2.2.1.tar.gz) = f65f0922c1311d0e0582a5305ba8d1a75cc4c19d3a4352fb251fb7679d418ac97f737e19e3b7560c6c5e382d0b60312031ff2af0d863ccecef6bd426bc4d1a42
|
||||
Size (elementpath-2.2.1.tar.gz) = 230112 bytes
|
||||
|
|
Loading…
Reference in a new issue