Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Apr 2023 04:38:24 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: 8335ee159001 - main - =?utf-8?Q?archivers/py-zstandard:=20Update=200.20.0=20=E2=86=92=200.21.0?=
Message-ID:  <202304180438.33I4cO0t040685@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=8335ee159001161320a50f74254b620de89df0c1

commit 8335ee159001161320a50f74254b620de89df0c1
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-04-18 03:51:41 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-04-18 04:38:11 +0000

    archivers/py-zstandard: Update 0.20.0 → 0.21.0
    
    Reported by:    portscout
---
 archivers/py-zstandard/Makefile | 5 +++--
 archivers/py-zstandard/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/archivers/py-zstandard/Makefile b/archivers/py-zstandard/Makefile
index dcebe633c2e5..4fd9a95ba159 100644
--- a/archivers/py-zstandard/Makefile
+++ b/archivers/py-zstandard/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	zstandard
-DISTVERSION=	0.20.0
+DISTVERSION=	0.21.0
 CATEGORIES=	archivers python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,8 +14,9 @@ BROKEN_FreeBSD_12_powerpc64=	fails to build: cffi.error.CDefError: parse error
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cffi>=1.8.0:devel/py-cffi@${PY_FLAVOR}
 LIB_DEPENDS=	libzstd.so:archivers/zstd
+TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hypothesis>0:devel/py-hypothesis@${PY_FLAVOR}
 
-USES=		localbase python:3.6+
+USES=		localbase python:3.7+
 USE_PYTHON=	distutils autoplist
 #PYDISTUTILS_BUILDARGS=	--system-zstd # breaks in runtime due to version mismatch, keep disabled until this is fixed: https://github.com/indygreg/python-zstandard/issues/132
 
diff --git a/archivers/py-zstandard/distinfo b/archivers/py-zstandard/distinfo
index 1af3c1451c1d..d114cb80e1ff 100644
--- a/archivers/py-zstandard/distinfo
+++ b/archivers/py-zstandard/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1677663001
-SHA256 (zstandard-0.20.0.tar.gz) = 613daadd72c71b1488742cafb2c3b381c39d0c9bb8c6cc157aa2d5ea45cc2efc
-SIZE (zstandard-0.20.0.tar.gz) = 658909
+TIMESTAMP = 1681789212
+SHA256 (zstandard-0.21.0.tar.gz) = f08e3a10d01a247877e4cb61a82a319ea746c356a3786558bed2481e6c405546
+SIZE (zstandard-0.21.0.tar.gz) = 659790



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