pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-cachetools



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Jan 30 08:25:49 UTC 2025

Modified Files:
        pkgsrc/devel/py-cachetools: Makefile distinfo

Log Message:
py-cachetools: updated to 5.5.1

v5.5.1 (2025-01-21)

- Add documentation regarding caching of exceptions.
- Officially support Python 3.13.
- Update CI environment.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/py-cachetools/Makefile \
    pkgsrc/devel/py-cachetools/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-cachetools/Makefile
diff -u pkgsrc/devel/py-cachetools/Makefile:1.20 pkgsrc/devel/py-cachetools/Makefile:1.21
--- pkgsrc/devel/py-cachetools/Makefile:1.20    Mon Nov 11 07:28:02 2024
+++ pkgsrc/devel/py-cachetools/Makefile Thu Jan 30 08:25:49 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2024/11/11 07:28:02 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2025/01/30 08:25:49 adam Exp $
 
-DISTNAME=      cachetools-5.5.0
+DISTNAME=      cachetools-5.5.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/cachetools/}
@@ -14,7 +14,5 @@ TOOL_DEPENDS+=        ${PYPKGPREFIX}-setuptools
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-cachetools/distinfo
diff -u pkgsrc/devel/py-cachetools/distinfo:1.20 pkgsrc/devel/py-cachetools/distinfo:1.21
--- pkgsrc/devel/py-cachetools/distinfo:1.20    Mon Aug 19 09:21:53 2024
+++ pkgsrc/devel/py-cachetools/distinfo Thu Jan 30 08:25:49 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.20 2024/08/19 09:21:53 adam Exp $
+$NetBSD: distinfo,v 1.21 2025/01/30 08:25:49 adam Exp $
 
-BLAKE2s (cachetools-5.5.0.tar.gz) = d485f875f381c95874ae3b953cef7569977f010ca6d7e9d69426ec312a54254c
-SHA512 (cachetools-5.5.0.tar.gz) = fac6516880b83e0722e52037bed66c9a2b7ed683ccabca953ab82a27c47ae85a76a8abdc35e584c2c46ed194c1fbb8e3e5d6680235e0c4450d89a95c46904f51
-Size (cachetools-5.5.0.tar.gz) = 27661 bytes
+BLAKE2s (cachetools-5.5.1.tar.gz) = 9bc6b5807c31ae9ec493c3218bdc767e5ba6972edaeaa58d624afaa57c3e8b02
+SHA512 (cachetools-5.5.1.tar.gz) = 2709dfb1e937c7b1a232466856817ae74623940219e00ec6ddf2450c70f5fc0597faa0b1f0e10387b3668e939d6e3afa3b983879b51111904ff06f4fb9a693fc
+Size (cachetools-5.5.1.tar.gz) = 28044 bytes



Home | Main Index | Thread Index | Old Index