git: 91db7e7d557c - main - textproc/py-elementpath: Update to 2.5.0

From: Danilo G. Baio <dbaio_at_FreeBSD.org>
Date: Sun, 20 Mar 2022 11:40:54 UTC
The branch main has been updated by dbaio:

URL: https://cgit.FreeBSD.org/ports/commit/?id=91db7e7d557c56051a49cc9b1f2561cb79534cf5

commit 91db7e7d557c56051a49cc9b1f2561cb79534cf5
Author:     Danilo G. Baio <dbaio@FreeBSD.org>
AuthorDate: 2022-03-19 14:55:47 +0000
Commit:     Danilo G. Baio <dbaio@FreeBSD.org>
CommitDate: 2022-03-20 11:39:31 +0000

    textproc/py-elementpath: Update to 2.5.0
    
    Changelog:      https://github.com/sissaschool/elementpath/blob/v2.5.0/CHANGELOG.rst
    
    PR:             262668
    Approved by:    wen (maintainer)
---
 textproc/py-elementpath/Makefile  |  6 +++---
 textproc/py-elementpath/distinfo  |  6 +++---
 textproc/py-elementpath/pkg-descr | 10 +++++-----
 3 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/textproc/py-elementpath/Makefile b/textproc/py-elementpath/Makefile
index e4a2b7b19c88..f737a8988a83 100644
--- a/textproc/py-elementpath/Makefile
+++ b/textproc/py-elementpath/Makefile
@@ -1,11 +1,11 @@
 PORTNAME=	elementpath
-DISTVERSION=	2.4.0
+DISTVERSION=	2.5.0
 CATEGORIES=	textproc python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	wen@FreeBSD.org
-COMMENT=	XPath 1.0/2.0 parsers and selectors for ElementTree and lxml
+COMMENT=	XPath 1.0/2.0/3.0 parsers and selectors for ElementTree and lxml
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
@@ -13,7 +13,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
 
-USES=		python:3.6+
+USES=		python:3.7+
 USE_PYTHON=	distutils concurrent autoplist
 
 NO_ARCH=	yes
diff --git a/textproc/py-elementpath/distinfo b/textproc/py-elementpath/distinfo
index beb41716a68f..f2e039dd35d0 100644
--- a/textproc/py-elementpath/distinfo
+++ b/textproc/py-elementpath/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1636637565
-SHA256 (elementpath-2.4.0.tar.gz) = 5b6801b3be94d48d213beb7b8ebad96addb35c95fc6a9c062c80e033b4a32fe8
-SIZE (elementpath-2.4.0.tar.gz) = 244536
+TIMESTAMP = 1647701074
+SHA256 (elementpath-2.5.0.tar.gz) = 3a27aaf3399929fccda013899cb76d3ff111734abf4281e5f9d3721ba0b9ffa3
+SIZE (elementpath-2.5.0.tar.gz) = 264635
diff --git a/textproc/py-elementpath/pkg-descr b/textproc/py-elementpath/pkg-descr
index 5951204d21d9..76bcbe746225 100644
--- a/textproc/py-elementpath/pkg-descr
+++ b/textproc/py-elementpath/pkg-descr
@@ -1,8 +1,8 @@
-The proposal of this package is to provide XPath 1.0 and 2.0 selectors for
-Python's ElementTree XML data structures, both for the standard ElementTree
-library and for the lxml.etree library.
+The proposal of this package is to provide XPath 1.0, 2.0 and 3.0 selectors for
+ElementTree XML data structures, both for the standard ElementTree library and
+for the lxml.etree library.
 
-For lxml.etree this package can be useful for providing XPath 2.0 selectors,
-because lxml.etree already has its own implementation of XPath 1.0.
+For lxml.etree this package can be useful for providing XPath 2.0/3.0
+selectors, because lxml.etree already has it's own implementation of XPath 1.0.
 
 WWW: https://github.com/sissaschool/elementpath