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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d8dcdedad2cd
branches:  trunk
changeset: 458138:d8dcdedad2cd
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Sep 10 15:08:21 2021 +0000

description:
py-elementpath: updated to 2.3.1

`v2.3.1`_ (2021-09-07)
======================
* Add LxmlElementProtocol
* Add pytest env to tox.ini

`v2.3.0`_ (2021-09-01)
======================
* Add inline type annotations check support
* Add structural Protocol based type checks (effective for Python 3.8+)

diffstat:

 textproc/py-elementpath/Makefile |   4 ++--
 textproc/py-elementpath/PLIST    |   6 +++++-
 textproc/py-elementpath/distinfo |  10 +++++-----
 3 files changed, 12 insertions(+), 8 deletions(-)

diffs (47 lines):

diff -r bcbc194e0e56 -r d8dcdedad2cd textproc/py-elementpath/Makefile
--- a/textproc/py-elementpath/Makefile  Fri Sep 10 15:06:24 2021 +0000
+++ b/textproc/py-elementpath/Makefile  Fri Sep 10 15:08:21 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2021/06/25 11:45:38 adam Exp $
+# $NetBSD: Makefile,v 1.21 2021/09/10 15:08:21 adam Exp $
 
-DISTNAME=      elementpath-2.2.3
+DISTNAME=      elementpath-2.3.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=e/elementpath/}
diff -r bcbc194e0e56 -r d8dcdedad2cd textproc/py-elementpath/PLIST
--- a/textproc/py-elementpath/PLIST     Fri Sep 10 15:06:24 2021 +0000
+++ b/textproc/py-elementpath/PLIST     Fri Sep 10 15:08:21 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2021/05/03 15:14:26 adam Exp $
+@comment $NetBSD: PLIST,v 1.9 2021/09/10 15:08:21 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -46,6 +46,10 @@
 ${PYSITELIB}/elementpath/namespaces.py
 ${PYSITELIB}/elementpath/namespaces.pyc
 ${PYSITELIB}/elementpath/namespaces.pyo
+${PYSITELIB}/elementpath/protocols.py
+${PYSITELIB}/elementpath/protocols.pyc
+${PYSITELIB}/elementpath/protocols.pyo
+${PYSITELIB}/elementpath/py.typed
 ${PYSITELIB}/elementpath/regex/__init__.py
 ${PYSITELIB}/elementpath/regex/__init__.pyc
 ${PYSITELIB}/elementpath/regex/__init__.pyo
diff -r bcbc194e0e56 -r d8dcdedad2cd textproc/py-elementpath/distinfo
--- a/textproc/py-elementpath/distinfo  Fri Sep 10 15:06:24 2021 +0000
+++ b/textproc/py-elementpath/distinfo  Fri Sep 10 15:08:21 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.20 2021/06/25 11:45:38 adam Exp $
+$NetBSD: distinfo,v 1.21 2021/09/10 15:08:21 adam Exp $
 
-SHA1 (elementpath-2.2.3.tar.gz) = 36788f8bf4636cfc128243d2e97e5cf13a12b188
-RMD160 (elementpath-2.2.3.tar.gz) = 2db38d10c31476a5c646e92cb8d0a293ebefc5ee
-SHA512 (elementpath-2.2.3.tar.gz) = 6b962c0e3f843a24d41051e25006855b3d4ee93c4983d75bfc6eec59e72544762908062195c78053ea66ef4597317e299f1cac14085c8604a921cca52c6c067a
-Size (elementpath-2.2.3.tar.gz) = 234774 bytes
+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



Home | Main Index | Thread Index | Old Index