Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 May 2026 15:05:27 +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: a54eb56c5b2f - main - devel/py-jaraco.functools: Update to 4.5.0
Message-ID:  <6a0f1f37.44329.450ec27a@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=a54eb56c5b2fd190d3341a091e4e5a51646137a5

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

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

diff --git a/devel/py-jaraco.functools/Makefile b/devel/py-jaraco.functools/Makefile
index 7ceed670fe1e..0260d2b756e0 100644
--- a/devel/py-jaraco.functools/Makefile
+++ b/devel/py-jaraco.functools/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	jaraco.functools
-PORTVERSION=	4.4.0
+PORTVERSION=	4.5.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-jaraco.functools/distinfo b/devel/py-jaraco.functools/distinfo
index 05adfc7d6a2d..d6b4aefbb720 100644
--- a/devel/py-jaraco.functools/distinfo
+++ b/devel/py-jaraco.functools/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1766953366
-SHA256 (jaraco_functools-4.4.0.tar.gz) = da21933b0417b89515562656547a77b4931f98176eb173644c0d35032a33d6bb
-SIZE (jaraco_functools-4.4.0.tar.gz) = 19943
+TIMESTAMP = 1779222950
+SHA256 (jaraco_functools-4.5.0.tar.gz) = 3bb5665ea4a020cf78a7040e89154c77edadb3ca74f366479669c5999aa70b03
+SIZE (jaraco_functools-4.5.0.tar.gz) = 20272
diff --git a/devel/py-jaraco.functools/files/patch-pyproject.toml b/devel/py-jaraco.functools/files/patch-pyproject.toml
index ee24ab1e9de5..3bd9da614953 100644
--- a/devel/py-jaraco.functools/files/patch-pyproject.toml
+++ b/devel/py-jaraco.functools/files/patch-pyproject.toml
@@ -1,4 +1,4 @@
---- pyproject.toml.orig	2025-06-21 19:21:42 UTC
+--- pyproject.toml.orig	2026-05-15 21:33:48 UTC
 +++ pyproject.toml
 @@ -1,9 +1,7 @@ requires = [
  [build-system]
@@ -11,10 +11,10 @@
  ]
  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 = [


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a0f1f37.44329.450ec27a>