pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/py-elementpath



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Sep 10 15:08:21 UTC 2021

Modified Files:
        pkgsrc/textproc/py-elementpath: Makefile PLIST distinfo

Log Message:
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+)


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/textproc/py-elementpath/Makefile \
    pkgsrc/textproc/py-elementpath/distinfo
cvs rdiff -u -r1.8 -r1.9 pkgsrc/textproc/py-elementpath/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/py-elementpath/Makefile
diff -u pkgsrc/textproc/py-elementpath/Makefile:1.20 pkgsrc/textproc/py-elementpath/Makefile:1.21
--- pkgsrc/textproc/py-elementpath/Makefile:1.20        Fri Jun 25 11:45:38 2021
+++ pkgsrc/textproc/py-elementpath/Makefile     Fri Sep 10 15:08:21 2021
@@ -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/}
Index: pkgsrc/textproc/py-elementpath/distinfo
diff -u pkgsrc/textproc/py-elementpath/distinfo:1.20 pkgsrc/textproc/py-elementpath/distinfo:1.21
--- pkgsrc/textproc/py-elementpath/distinfo:1.20        Fri Jun 25 11:45:38 2021
+++ pkgsrc/textproc/py-elementpath/distinfo     Fri Sep 10 15:08:21 2021
@@ -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

Index: pkgsrc/textproc/py-elementpath/PLIST
diff -u pkgsrc/textproc/py-elementpath/PLIST:1.8 pkgsrc/textproc/py-elementpath/PLIST:1.9
--- pkgsrc/textproc/py-elementpath/PLIST:1.8    Mon May  3 15:14:26 2021
+++ pkgsrc/textproc/py-elementpath/PLIST        Fri Sep 10 15:08:21 2021
@@ -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/helpers.pyo
 ${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



Home | Main Index | Thread Index | Old Index