Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Oct 2024 05:28:42 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: 40c0354a708a - main - devel/py-pathos: Update to 0.3.3
Message-ID:  <202410140528.49E5Sgkj050047@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=40c0354a708a6116a903c6d996106e867e4caf75

commit 40c0354a708a6116a903c6d996106e867e4caf75
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-10-14 04:49:42 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-10-14 05:25:33 +0000

    devel/py-pathos: Update to 0.3.3
    
    Changes:        https://github.com/uqfoundation/pathos/releases
---
 devel/py-pathos/Makefile             |  8 ++++----
 devel/py-pathos/distinfo             |  6 +++---
 devel/py-pathos/files/patch-setup.py | 16 ++++++++--------
 3 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/devel/py-pathos/Makefile b/devel/py-pathos/Makefile
index 9e6605ac92f9..adcaa5a476cf 100644
--- a/devel/py-pathos/Makefile
+++ b/devel/py-pathos/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	pathos
-PORTVERSION=	0.3.2
+PORTVERSION=	0.3.3
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,10 +14,10 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=42:devel/py-setuptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dill>=0.3.8:devel/py-dill@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dill>=0.3.9:devel/py-dill@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}multiprocess>=0.70.12:devel/py-multiprocess@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pox>=0.3.4:devel/py-pox@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}ppft>=1.7.6.8:devel/py-ppft@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}pox>=0.3.5:devel/py-pox@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}ppft>=1.7.6.9:devel/py-ppft@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	autoplist concurrent pep517
diff --git a/devel/py-pathos/distinfo b/devel/py-pathos/distinfo
index ff0958bdde80..2194c4673d06 100644
--- a/devel/py-pathos/distinfo
+++ b/devel/py-pathos/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1708449262
-SHA256 (pathos-0.3.2.tar.gz) = 4f2a42bc1e10ccf0fe71961e7145fc1437018b6b21bd93b2446abc3983e49a7a
-SIZE (pathos-0.3.2.tar.gz) = 166506
+TIMESTAMP = 1728632374
+SHA256 (pathos-0.3.3.tar.gz) = dcb2a5f321aa34ca541c1c1861011ea49df357bb908379c21dd5741f666e0a58
+SIZE (pathos-0.3.3.tar.gz) = 166953
diff --git a/devel/py-pathos/files/patch-setup.py b/devel/py-pathos/files/patch-setup.py
index 2e4be1525ae3..ab0482dad70c 100644
--- a/devel/py-pathos/files/patch-setup.py
+++ b/devel/py-pathos/files/patch-setup.py
@@ -1,11 +1,11 @@
---- setup.py.orig	2024-01-28 19:02:51 UTC
+--- setup.py.orig	2024-09-30 19:24:21 UTC
 +++ setup.py
-@@ -92,7 +92,7 @@ pox_version = 'pox>=0.3.4'
- ppft_version = 'ppft>=1.7.6.8'
- dill_version = 'dill>=0.3.8'
- pox_version = 'pox>=0.3.4'
--mp_version = 'multiprocess>=0.70.16'
+@@ -93,7 +93,7 @@ pox_version = 'pox>=0.3.5'
+ ppft_version = 'ppft>=1.7.6.9'
+ dill_version = 'dill>=0.3.9'
+ pox_version = 'pox>=0.3.5'
+-mp_version = 'multiprocess>=0.70.17'
 +mp_version = 'multiprocess>=0.70.12'
- pyina_version = 'pyina>=0.2.7'
- mystic_version = 'mystic>=0.4.0'
+ pyina_version = 'pyina>=0.2.9'
+ mystic_version = 'mystic>=0.4.2'
  # add dependencies



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