Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 May 2026 15:06:04 +0000
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: ec0b156e2486 - main - devel/py-tempora: Update to 5.9.0
Message-ID:  <6a0f1f5c.441ad.32378ac6@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

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

commit ec0b156e2486bd23f99a174e76edd8e3d5521467
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-05-21 14:51:50 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-05-21 14:51:50 +0000

    devel/py-tempora: Update to 5.9.0
    
    Changes:        https://github.com/jaraco/tempora/blob/main/NEWS.rst
---
 devel/py-tempora/Makefile                   | 7 +++++--
 devel/py-tempora/distinfo                   | 6 +++---
 devel/py-tempora/files/patch-pyproject.toml | 8 ++++----
 3 files changed, 12 insertions(+), 9 deletions(-)

diff --git a/devel/py-tempora/Makefile b/devel/py-tempora/Makefile
index 1b1095dc7f43..a67b7d39ed5a 100644
--- a/devel/py-tempora/Makefile
+++ b/devel/py-tempora/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	tempora
-PORTVERSION=	5.8.1
+PORTVERSION=	5.9.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +14,10 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}setuptools-scm>=3.4.1:devel/py-setuptools-scm@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}jaraco.functools>=1.20:devel/py-jaraco.functools@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}jaraco.collections>=5.2.1:devel/py-jaraco.collections@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}jaraco.context>=0:devel/py-jaraco.context@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}jaraco.functools>=4.2:devel/py-jaraco.functools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}more-itertools>=0:devel/py-more-itertools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}python-dateutil>=0:devel/py-python-dateutil@${PY_FLAVOR}
 
 USES=		python
diff --git a/devel/py-tempora/distinfo b/devel/py-tempora/distinfo
index 3682f340810c..811a607290d8 100644
--- a/devel/py-tempora/distinfo
+++ b/devel/py-tempora/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1750954198
-SHA256 (tempora-5.8.1.tar.gz) = abb5d9ec790cc5e4f9431778029ba3e3d9ba9bd50cb306dad824824b2b362dcd
-SIZE (tempora-5.8.1.tar.gz) = 23072
+TIMESTAMP = 1779223014
+SHA256 (tempora-5.9.0.tar.gz) = 66e6ddee320c38f4b253a7d8039337424c699916451b9271e0ccce770a4e8f62
+SIZE (tempora-5.9.0.tar.gz) = 24490
diff --git a/devel/py-tempora/files/patch-pyproject.toml b/devel/py-tempora/files/patch-pyproject.toml
index 762cc71f6f4d..7980d7137582 100644
--- a/devel/py-tempora/files/patch-pyproject.toml
+++ b/devel/py-tempora/files/patch-pyproject.toml
@@ -1,4 +1,4 @@
---- pyproject.toml.orig	2025-06-21 17:03:54 UTC
+--- pyproject.toml.orig	2026-05-06 00:06:54 UTC
 +++ pyproject.toml
 @@ -1,9 +1,7 @@ requires = [
  [build-system]
@@ -11,12 +11,12 @@
  ]
  build-backend = "setuptools.build_meta"
  
-@@ -21,7 +19,7 @@ requires-python = ">=3.9"
+@@ -21,7 +19,7 @@ requires-python = ">=3.10"
  	"Programming Language :: Python :: 3 :: Only",
  ]
- requires-python = ">=3.9"
+ requires-python = ">=3.10"
 -license = "MIT"
 +license = { text = "MIT" }
  dependencies = [
- 	"jaraco.functools>=1.20",
+ 	"jaraco.functools>=4.2",
  	"python-dateutil",


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a0f1f5c.441ad.32378ac6>