Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 May 2022 05:15:13 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: 18934117da58 - main - devel/py-cloudpickle: Update to 2.1.0
Message-ID:  <202205220515.24M5FD7o061731@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=18934117da5820d67255fa4ffbf643305916cb74

commit 18934117da5820d67255fa4ffbf643305916cb74
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-05-22 04:22:59 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-05-22 04:22:59 +0000

    devel/py-cloudpickle: Update to 2.1.0
    
    Changes:        https://github.com/cloudpipe/cloudpickle/blob/master/CHANGES.md
---
 devel/py-cloudpickle/Makefile | 4 ++--
 devel/py-cloudpickle/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/devel/py-cloudpickle/Makefile b/devel/py-cloudpickle/Makefile
index 8e0c5ec53901..0e605a719bbf 100644
--- a/devel/py-cloudpickle/Makefile
+++ b/devel/py-cloudpickle/Makefile
@@ -1,7 +1,7 @@
 # Created by: Kubilay Kocak <koobs@FreeBSD.org>
 
 PORTNAME=	cloudpickle
-PORTVERSION=	2.0.0
+PORTVERSION=	2.1.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}psutil>=0:sysutils/py-psutil@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pytest>=0,1:devel/py-pytest@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}tornado>=0:www/py-tornado@${PY_FLAVOR}
 
 USES=		python:3.6+
diff --git a/devel/py-cloudpickle/distinfo b/devel/py-cloudpickle/distinfo
index 1716f9bf0f13..1c4547a835e1 100644
--- a/devel/py-cloudpickle/distinfo
+++ b/devel/py-cloudpickle/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1647264518
-SHA256 (cloudpickle-2.0.0.tar.gz) = 5cd02f3b417a783ba84a4ec3e290ff7929009fe51f6405423cfccfadd43ba4a4
-SIZE (cloudpickle-2.0.0.tar.gz) = 60038
+TIMESTAMP = 1653151084
+SHA256 (cloudpickle-2.1.0.tar.gz) = bb233e876a58491d9590a676f93c7a5473a08f747d5ab9df7f9ce564b3e7938e
+SIZE (cloudpickle-2.1.0.tar.gz) = 60093



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