Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Mar 2022 18:18:14 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e32a08d72f72 - main - devel/py-xxhash: Update to 3.0.0
Message-ID:  <202203071818.227IIEMi061414@gitrepo.freebsd.org>

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

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

commit e32a08d72f723b9e47aaf15f82abcfb2b3a2785b
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-03-07 17:53:54 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-03-07 18:11:20 +0000

    devel/py-xxhash: Update to 3.0.0
    
    Changes:        https://github.com/ifduyue/python-xxhash/releases
---
 devel/py-xxhash/Makefile | 4 ++--
 devel/py-xxhash/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/devel/py-xxhash/Makefile b/devel/py-xxhash/Makefile
index 93c4b2f602ad..b043dd086d85 100644
--- a/devel/py-xxhash/Makefile
+++ b/devel/py-xxhash/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	xxhash
-PORTVERSION=	2.0.2
+PORTVERSION=	3.0.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -10,7 +10,7 @@ COMMENT=	Python bindings for the xxHash library
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	xxhash>=0.8.0:devel/xxhash
+BUILD_DEPENDS=	xxhash>=0.8.1:devel/xxhash
 LIB_DEPENDS=	libxxhash.so:devel/xxhash
 
 USES=		localbase python:3.6+
diff --git a/devel/py-xxhash/distinfo b/devel/py-xxhash/distinfo
index 4524ea531b64..4ec633634f56 100644
--- a/devel/py-xxhash/distinfo
+++ b/devel/py-xxhash/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1619198539
-SHA256 (xxhash-2.0.2.tar.gz) = b7bead8cf6210eadf9cecf356e17af794f57c0939a3d420a00d87ea652f87b49
-SIZE (xxhash-2.0.2.tar.gz) = 64283
+TIMESTAMP = 1646058056
+SHA256 (xxhash-3.0.0.tar.gz) = 30b2d97aaf11fb122023f6b44ebb97c6955e9e00d7461a96415ca030b5ceb9c7
+SIZE (xxhash-3.0.0.tar.gz) = 74279



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