diff options
author | adam <adam@pkgsrc.org> | 2021-01-06 12:13:27 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2021-01-06 12:13:27 +0000 |
commit | 402b68fdfa7f87cf7df558e53d64760a6e23c977 (patch) | |
tree | a431a67e4480b2df6fbec47a9ee1d4346e7f72ea /textproc | |
parent | 773e369ec85bd9130c1f8e7e1d8f38ea4603b527 (diff) | |
download | pkgsrc-402b68fdfa7f87cf7df558e53d64760a6e23c977.tar.gz |
py-elementpath: updated to 2.1.0
v2.1.0
* Create custom class hierarchy for XPath nodes that replaces named-tuples
* Bind attribute nodes, text nodes and namespace nodes to parent element
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-elementpath/Makefile | 4 | ||||
-rw-r--r-- | textproc/py-elementpath/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/textproc/py-elementpath/Makefile b/textproc/py-elementpath/Makefile index 917ff65b8a2..cb08243e583 100644 --- a/textproc/py-elementpath/Makefile +++ b/textproc/py-elementpath/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2020/12/14 13:56:34 adam Exp $ +# $NetBSD: Makefile,v 1.12 2021/01/06 12:13:27 adam Exp $ -DISTNAME= elementpath-2.0.5 +DISTNAME= elementpath-2.1.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=e/elementpath/} diff --git a/textproc/py-elementpath/distinfo b/textproc/py-elementpath/distinfo index 8e9a6627ae7..d8888926fa8 100644 --- a/textproc/py-elementpath/distinfo +++ b/textproc/py-elementpath/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2020/12/14 13:56:34 adam Exp $ +$NetBSD: distinfo,v 1.12 2021/01/06 12:13:27 adam Exp $ -SHA1 (elementpath-2.0.5.tar.gz) = f797b1c613b5d92cbb0e37b9a535c23a4a99e02c -RMD160 (elementpath-2.0.5.tar.gz) = bcd830b8ef91201815eaa1a1861e5a6c44f5ba93 -SHA512 (elementpath-2.0.5.tar.gz) = c4fd4b360c88870ccb4102e7bca29cd979262b706b795b2a9314853543cd0a40c0ea4bebbac9cff9aaa0fcfefe107f574b41822be7e3c7328bb163c2bdc53283 -Size (elementpath-2.0.5.tar.gz) = 194557 bytes +SHA1 (elementpath-2.1.0.tar.gz) = cd5117c540bb2de27bc3299785cf6376be0f93ef +RMD160 (elementpath-2.1.0.tar.gz) = 35d57be643deed1f8f8e4a7de91949a16ac2511d +SHA512 (elementpath-2.1.0.tar.gz) = a2a1d36a79464314e59aeb5f8c070b84c31d15a2101418da2bb8e9ed389a85c45827bc5366199f20e3be9c0b726a9543c3394fc872f1f4a84a81236b2211f428 +Size (elementpath-2.1.0.tar.gz) = 198091 bytes |