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:           Wed Jan  8 21:32:47 UTC 2020

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

Log Message:
py-elementpath: updated to 1.4.0

v1.4.0:
* Remove Python 2 support
* Add TextNode node type
* Fix for issue 15 and for errors related to 16


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/py-elementpath/Makefile \
    pkgsrc/textproc/py-elementpath/PLIST \
    pkgsrc/textproc/py-elementpath/distinfo

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.1 pkgsrc/textproc/py-elementpath/Makefile:1.2
--- pkgsrc/textproc/py-elementpath/Makefile:1.1 Tue Oct 22 17:28:46 2019
+++ pkgsrc/textproc/py-elementpath/Makefile     Wed Jan  8 21:32:47 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2019/10/22 17:28:46 adam Exp $
+# $NetBSD: Makefile,v 1.2 2020/01/08 21:32:47 adam Exp $
 
-DISTNAME=      elementpath-1.3.1
+DISTNAME=      elementpath-1.4.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=e/elementpath/}
@@ -10,9 +10,9 @@ HOMEPAGE=     https://github.com/sissaschool
 COMMENT=       XPath 1.0/2.0 parsers and selectors for ElementTree and lxml
 LICENSE=       mit
 
-#DEPENDS+=     ${PYPKGPREFIX}-elementpath>=1.3.0:../../textproc/py-elementpath
-
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/py-elementpath/PLIST
diff -u pkgsrc/textproc/py-elementpath/PLIST:1.1 pkgsrc/textproc/py-elementpath/PLIST:1.2
--- pkgsrc/textproc/py-elementpath/PLIST:1.1    Tue Oct 22 17:28:46 2019
+++ pkgsrc/textproc/py-elementpath/PLIST        Wed Jan  8 21:32:47 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2019/10/22 17:28:46 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2020/01/08 21:32:47 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -6,9 +6,6 @@ ${PYSITELIB}/${EGG_INFODIR}/top_level.tx
 ${PYSITELIB}/elementpath/__init__.py
 ${PYSITELIB}/elementpath/__init__.pyc
 ${PYSITELIB}/elementpath/__init__.pyo
-${PYSITELIB}/elementpath/compat.py
-${PYSITELIB}/elementpath/compat.pyc
-${PYSITELIB}/elementpath/compat.pyo
 ${PYSITELIB}/elementpath/datatypes.py
 ${PYSITELIB}/elementpath/datatypes.pyc
 ${PYSITELIB}/elementpath/datatypes.pyo
Index: pkgsrc/textproc/py-elementpath/distinfo
diff -u pkgsrc/textproc/py-elementpath/distinfo:1.1 pkgsrc/textproc/py-elementpath/distinfo:1.2
--- pkgsrc/textproc/py-elementpath/distinfo:1.1 Tue Oct 22 17:28:46 2019
+++ pkgsrc/textproc/py-elementpath/distinfo     Wed Jan  8 21:32:47 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2019/10/22 17:28:46 adam Exp $
+$NetBSD: distinfo,v 1.2 2020/01/08 21:32:47 adam Exp $
 
-SHA1 (elementpath-1.3.1.tar.gz) = 95c75986431995ebe8bcc81c505dcb3a297e80b1
-RMD160 (elementpath-1.3.1.tar.gz) = 083bafc500c86348851f4c6c58b8548b865ad403
-SHA512 (elementpath-1.3.1.tar.gz) = 3beea19fe431514630f3957d2005d5883fb496a7192a47ea593d4b0df7a0050a19756275af7f85c7807c929482ddaacaba76ec0f3a715b6779d4aec125ee5550
-Size (elementpath-1.3.1.tar.gz) = 100631 bytes
+SHA1 (elementpath-1.4.0.tar.gz) = 6f48dd0dcfca1586752112b435498bfd5e3410bd
+RMD160 (elementpath-1.4.0.tar.gz) = 43256ee513e64c4e27289e7f58c627e36fb8d557
+SHA512 (elementpath-1.4.0.tar.gz) = 36e321cae34f75fadbc7a40e8c00bfa68cd5247e969345f65e989511310c19e3a7d0e2ee4553d7ce0538859d4b908afd14dc8503761cf5f75da7c6902b91fe10
+Size (elementpath-1.4.0.tar.gz) = 103857 bytes



Home | Main Index | Thread Index | Old Index