pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-dogpile-cache



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Apr 28 07:18:54 UTC 2025

Modified Files:
        pkgsrc/devel/py-dogpile-cache: Makefile distinfo

Log Message:
py-dogpile-cache: updated to 1.4.0

1.4.0

bug

[bug] [general]
The pyproject.toml configuration has been amended to use the updated PEP 639 configuration for license, which eliminates loud deprecation warnings when building the package. Note this necessarily 
bumps setuptools build requirement to 77.0.3 which forces Python 3.8 support to be dropped.

misc

[change] [general]
Support for Python 3.8 has been dropped, the minimum version is now Python 3.9, as 3.8 is EOL. This change is necessitated by the need to require setuptools 77.0.3 in order to satisfy PEP 639.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/py-dogpile-cache/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/py-dogpile-cache/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-dogpile-cache/Makefile
diff -u pkgsrc/devel/py-dogpile-cache/Makefile:1.24 pkgsrc/devel/py-dogpile-cache/Makefile:1.25
--- pkgsrc/devel/py-dogpile-cache/Makefile:1.24 Sat Apr 12 10:37:46 2025
+++ pkgsrc/devel/py-dogpile-cache/Makefile      Mon Apr 28 07:18:54 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.24 2025/04/12 10:37:46 adam Exp $
+# $NetBSD: Makefile,v 1.25 2025/04/28 07:18:54 adam Exp $
 
-DISTNAME=      dogpile_cache-1.3.4
+DISTNAME=      dogpile_cache-1.4.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
-PKGREVISION=   2
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/dogpile.cache/}
 

Index: pkgsrc/devel/py-dogpile-cache/distinfo
diff -u pkgsrc/devel/py-dogpile-cache/distinfo:1.18 pkgsrc/devel/py-dogpile-cache/distinfo:1.19
--- pkgsrc/devel/py-dogpile-cache/distinfo:1.18 Tue Jan 28 18:14:31 2025
+++ pkgsrc/devel/py-dogpile-cache/distinfo      Mon Apr 28 07:18:54 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.18 2025/01/28 18:14:31 adam Exp $
+$NetBSD: distinfo,v 1.19 2025/04/28 07:18:54 adam Exp $
 
-BLAKE2s (dogpile_cache-1.3.4.tar.gz) = 610d3435287af5da84df4b408447079e6fd9cb7d8787e48cba1b039be5247dba
-SHA512 (dogpile_cache-1.3.4.tar.gz) = 3b22a640b53002697ba5b0bc0cde21cd44c707a51a86cf56b4538b6913b47d73c7d5a50f6f93d80b9e90bbc28be52db746da6f4e9becf0f4415da1ddbf20f9ff
-Size (dogpile_cache-1.3.4.tar.gz) = 933234 bytes
+BLAKE2s (dogpile_cache-1.4.0.tar.gz) = 9d7cc7bb6569711c8e3b5ecb2f44640277afb1aad061cbedc19093879a997d77
+SHA512 (dogpile_cache-1.4.0.tar.gz) = 65ba9df054ac1d5f4e263277bff8ccb3a202b7b7f7007c4fa0ad80517ffc1000b4a06819aa00c9f6be4d7dcddea1762153377825b81b9ff1159598510e2b2242
+Size (dogpile_cache-1.4.0.tar.gz) = 937468 bytes



Home | Main Index | Thread Index | Old Index