diff options
author | adam <adam@pkgsrc.org> | 2021-10-06 19:47:19 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2021-10-06 19:47:19 +0000 |
commit | 33c8ad5b4facc44f5026a58d82e6a5ee9999d156 (patch) | |
tree | 6de894f8f0ec79842fedcd0d1e6ceb81cdeb7417 /textproc | |
parent | 1bfb909c1e07074fd8cf218c6a0d1ee461507667 (diff) | |
download | pkgsrc-33c8ad5b4facc44f5026a58d82e6a5ee9999d156.tar.gz |
py-elementpath: updated to 2.3.2
2.3.2
* Make ElementProtocol and LxmlElementProtocol runtime checkable (only for Python 3.8+)
* Type annotations for all package public APIs
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 9a479776e1a..7a00ed10ec3 100644 --- a/textproc/py-elementpath/Makefile +++ b/textproc/py-elementpath/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.21 2021/09/10 15:08:21 adam Exp $ +# $NetBSD: Makefile,v 1.22 2021/10/06 19:47:19 adam Exp $ -DISTNAME= elementpath-2.3.1 +DISTNAME= elementpath-2.3.2 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 e3fe7753243..15c597ffe7d 100644 --- a/textproc/py-elementpath/distinfo +++ b/textproc/py-elementpath/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.21 2021/09/10 15:08:21 adam Exp $ +$NetBSD: distinfo,v 1.22 2021/10/06 19:47:19 adam Exp $ -SHA1 (elementpath-2.3.1.tar.gz) = c35b4e7bd700a5b6c0220cb6d528fc3ba3c0be11 -RMD160 (elementpath-2.3.1.tar.gz) = 585792241829db4d4486b14201e0e99d6112c03d -SHA512 (elementpath-2.3.1.tar.gz) = 7f8bff92464d26c8380d015fa1dafc3571a4894e728e6515b6cb6861025e8537cf5b1bf4169c5805a69e46d75ac3cff66ad7e35d566b9a263b786fef7b94fd1b -Size (elementpath-2.3.1.tar.gz) = 239086 bytes +SHA1 (elementpath-2.3.2.tar.gz) = 4391e711cc6a96e43fadd22b2f8473c60da9e663 +RMD160 (elementpath-2.3.2.tar.gz) = b6c24b0b817414340d00301a512a8c7c8a6e3844 +SHA512 (elementpath-2.3.2.tar.gz) = c986828eb9c379562c6a50315ef615a5efa03be28ddb7ffb7ffbf2107fd86f27d1595350e48670d04f8c36e0892036b2dbcc00525a1264aacf0b99603110f260 +Size (elementpath-2.3.2.tar.gz) = 240284 bytes |