Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Apr 2022 13:45:25 GMT
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f72f66310c2c - main - =?utf-8?Q?textproc/py-elementpath: update 2.5.0 =E2=86=92 2.5.1?=
Message-ID:  <202204291345.23TDjPKo073880@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by amdmi3:

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

commit f72f66310c2c85f321699576d8a41d6e4bb16a7e
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2022-04-29 13:42:08 +0000
Commit:     Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2022-04-29 13:43:43 +0000

    textproc/py-elementpath: update 2.5.0 → 2.5.1
    
    PR:             263630
    Approved by:    wen (maintainer)
---
 textproc/py-elementpath/Makefile | 6 ++----
 textproc/py-elementpath/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/textproc/py-elementpath/Makefile b/textproc/py-elementpath/Makefile
index 6fb8b054fff3..f1ac11e89956 100644
--- a/textproc/py-elementpath/Makefile
+++ b/textproc/py-elementpath/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	elementpath
-DISTVERSION=	2.5.0
+DISTVERSION=	2.5.1
 CATEGORIES=	textproc python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,13 +11,11 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR}
+TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}xmlschema>=0:textproc/py-xmlschema@${PY_FLAVOR}
 
 USES=		python:3.7+ pytest
 USE_PYTHON=	distutils concurrent autoplist
 
 NO_ARCH=	yes
 
-# https://github.com/sissaschool/elementpath/issues/41
-PYTEST_BROKEN_TESTS=	test_exp_math_function
-
 .include <bsd.port.mk>
diff --git a/textproc/py-elementpath/distinfo b/textproc/py-elementpath/distinfo
index f2e039dd35d0..87df49a6db56 100644
--- a/textproc/py-elementpath/distinfo
+++ b/textproc/py-elementpath/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1647701074
-SHA256 (elementpath-2.5.0.tar.gz) = 3a27aaf3399929fccda013899cb76d3ff111734abf4281e5f9d3721ba0b9ffa3
-SIZE (elementpath-2.5.0.tar.gz) = 264635
+TIMESTAMP = 1651158686
+SHA256 (elementpath-2.5.1.tar.gz) = c556a9b9dde47fdf05bb3ad525dfb43fc6becb95532a053f6a73024e586ead37
+SIZE (elementpath-2.5.1.tar.gz) = 265409



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204291345.23TDjPKo073880>