Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 09 Mar 2026 18:23:05 +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: cb3155bf4b5d - main - devel/py-cachetools: Update to 7.0.1
Message-ID:  <69af1009.1e793.72428ad2@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=cb3155bf4b5dfffd231c1b9e816479476446ee10

commit cb3155bf4b5dfffd231c1b9e816479476446ee10
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-03-09 17:56:59 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-03-09 18:18:39 +0000

    devel/py-cachetools: Update to 7.0.1
    
    Changes:        https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst
---
 devel/py-cachetools/Makefile                   | 2 +-
 devel/py-cachetools/distinfo                   | 6 +++---
 devel/py-cachetools/files/patch-pyproject.toml | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/devel/py-cachetools/Makefile b/devel/py-cachetools/Makefile
index c11c4c64eca6..ed73d446b44f 100644
--- a/devel/py-cachetools/Makefile
+++ b/devel/py-cachetools/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	cachetools
-PORTVERSION=	6.2.6
+PORTVERSION=	7.0.1
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-cachetools/distinfo b/devel/py-cachetools/distinfo
index 1d124d9cf6ba..ec5a0d7a5842 100644
--- a/devel/py-cachetools/distinfo
+++ b/devel/py-cachetools/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1769874278
-SHA256 (cachetools-6.2.6.tar.gz) = 16c33e1f276b9a9c0b49ab5782d901e3ad3de0dd6da9bf9bcd29ac5672f2f9e6
-SIZE (cachetools-6.2.6.tar.gz) = 32363
+TIMESTAMP = 1771421548
+SHA256 (cachetools-7.0.1.tar.gz) = e31e579d2c5b6e2944177a0397150d312888ddf4e16e12f1016068f0c03b8341
+SIZE (cachetools-7.0.1.tar.gz) = 36126
diff --git a/devel/py-cachetools/files/patch-pyproject.toml b/devel/py-cachetools/files/patch-pyproject.toml
index a89e71e76856..d7f260d197d5 100644
--- a/devel/py-cachetools/files/patch-pyproject.toml
+++ b/devel/py-cachetools/files/patch-pyproject.toml
@@ -1,4 +1,4 @@
---- pyproject.toml.orig	2025-12-15 18:09:20 UTC
+--- pyproject.toml.orig	2026-02-01 18:54:12 UTC
 +++ pyproject.toml
 @@ -13,8 +13,7 @@ readme = "README.rst"
      {name = "Thomas Kemmer", email = "tkemmer@computer.org"}
@@ -7,6 +7,6 @@
 -license = "MIT"
 -license-files = ["LICENSE"]
 +license = {text = "MIT"}
- requires-python = ">= 3.9"
+ requires-python = ">= 3.10"
  classifiers = [
      "Development Status :: 5 - Production/Stable",


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69af1009.1e793.72428ad2>