Skip to content

Commit

Permalink
security/py-coincurve: update 18.0.0 → 19.0.1
Browse files Browse the repository at this point in the history
Reported by:	portscout
  • Loading branch information
yurivict committed Mar 4, 2024
1 parent d7f2a59 commit 2652ac7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions 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}
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions 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

0 comments on commit 2652ac7

Please sign in to comment.