Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Mar 2024 23:19:14 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2652ac77f633 - main - security/py-coincurve: update 18.0.0 =?utf-8?Q?=E2=86=92?= 19.0.1
Message-ID:  <202403042319.424NJEr4054678@gitrepo.freebsd.org>

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

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

commit 2652ac77f63303f704709b88a96c43a705c3c96c
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-03-04 14:01:59 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-03-04 23:19:05 +0000

    security/py-coincurve: update 18.0.0 → 19.0.1
    
    Reported by:    portscout
---
 security/py-coincurve/Makefile | 6 ++++--
 security/py-coincurve/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/security/py-coincurve/Makefile b/security/py-coincurve/Makefile
index e0048416236b..ec12b238b2f6 100644
--- a/security/py-coincurve/Makefile
+++ b/security/py-coincurve/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	coincurve
-DISTVERSION=	18.0.0
+DISTVERSION=	19.0.1
 CATEGORIES=	security python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -21,7 +21,9 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}asn1crypto>0:devel/py-asn1crypto@${PY_FLAVOR
 		${PYTHON_PKGNAMEPREFIX}cffi>=1.3.0:devel/py-cffi@${PY_FLAVOR}
 
 USES=		pkgconfig python
-USE_PYTHON=	distutils autoplist
+USE_PYTHON=	distutils autoplist pytest # tests fail due to missing imports, but sources were changed after 19.0.1
+
+TEST_ENV=	${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
 
 post-install:
 	@${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/coincurve/_libsecp256k1*.so
diff --git a/security/py-coincurve/distinfo b/security/py-coincurve/distinfo
index 64a71a528c67..a3b825474e4a 100644
--- a/security/py-coincurve/distinfo
+++ b/security/py-coincurve/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1687315666
-SHA256 (coincurve-18.0.0.tar.gz) = c86626afe417a09d8e80e56780efcae3ae516203b23b5ade84813916e1c94fc1
-SIZE (coincurve-18.0.0.tar.gz) = 2472981
+TIMESTAMP = 1709573136
+SHA256 (coincurve-19.0.1.tar.gz) = c2191049e66792a1a19ca2e64b4d057be3ef1553105e5b9713a92b740c7809ee
+SIZE (coincurve-19.0.1.tar.gz) = 2639689



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