Date: Thu, 25 Apr 2019 05:08:36 +0000 (UTC) From: Kubilay Kocak <koobs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r499937 - head/security/py-pysha3 Message-ID: <201904250508.x3P58ant048739@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: koobs Date: Thu Apr 25 05:08:36 2019 New Revision: 499937 URL: https://svnweb.freebsd.org/changeset/ports/499937 Log: security/py-pysha3: Update to 1.0.2 Changelog: https://github.com/tiran/pysha3/blob/1.0.2/CHANGES.txt Modified: head/security/py-pysha3/Makefile head/security/py-pysha3/distinfo Modified: head/security/py-pysha3/Makefile ============================================================================== --- head/security/py-pysha3/Makefile Thu Apr 25 05:03:09 2019 (r499936) +++ head/security/py-pysha3/Makefile Thu Apr 25 05:08:36 2019 (r499937) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pysha3 -DISTVERSION= 1.0b1 +DISTVERSION= 1.0.2 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -21,7 +21,7 @@ USES= python USE_PYTHON= autoplist distutils post-install: - ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_sha3.so + ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_pysha3.so do-test: @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test Modified: head/security/py-pysha3/distinfo ============================================================================== --- head/security/py-pysha3/distinfo Thu Apr 25 05:03:09 2019 (r499936) +++ head/security/py-pysha3/distinfo Thu Apr 25 05:08:36 2019 (r499937) @@ -1,3 +1,3 @@ -TIMESTAMP = 1469885509 -SHA256 (pysha3-1.0b1.tar.gz) = 9e9c1d9eab3ad18e3c715ae3550229c88011a97959feb96ad1747031ecfb0997 -SIZE (pysha3-1.0b1.tar.gz) = 828212 +TIMESTAMP = 1556168652 +SHA256 (pysha3-1.0.2.tar.gz) = fe988e73f2ce6d947220624f04d467faf05f1bbdbc64b0a201296bb3af92739e +SIZE (pysha3-1.0.2.tar.gz) = 829192
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904250508.x3P58ant048739>