pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-jaraco.functools



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Oct  3 10:13:20 UTC 2024

Modified Files:
        pkgsrc/devel/py-jaraco.functools: Makefile distinfo

Log Message:
py-jaraco.functools: updated to 4.1.0

v4.1.0

Features
- Added chainable decorator.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/py-jaraco.functools/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/py-jaraco.functools/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-jaraco.functools/Makefile
diff -u pkgsrc/devel/py-jaraco.functools/Makefile:1.17 pkgsrc/devel/py-jaraco.functools/Makefile:1.18
--- pkgsrc/devel/py-jaraco.functools/Makefile:1.17      Sat Aug  3 08:14:44 2024
+++ pkgsrc/devel/py-jaraco.functools/Makefile   Thu Oct  3 10:13:20 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2024/08/03 08:14:44 adam Exp $
+# $NetBSD: Makefile,v 1.18 2024/10/03 10:13:20 adam Exp $
 
-DISTNAME=      jaraco_functools-4.0.2
+DISTNAME=      jaraco_functools-4.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/./}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=j/jaraco.functools/}
@@ -10,7 +10,7 @@ HOMEPAGE=     https://github.com/jaraco/jara
 COMMENT=       Additional functools in the spirit of stdlib's functools
 LICENSE=       mit
 
-WHEEL_NAME=    ${DISTNAME:S/_/./:C/-([^0-9])/_\1/g}
+WHEEL_NAME=    ${DISTNAME:S/_/./}
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
@@ -18,7 +18,5 @@ DEPENDS+=     ${PYPKGPREFIX}-more-itertools-
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-jaraco.functools/distinfo
diff -u pkgsrc/devel/py-jaraco.functools/distinfo:1.13 pkgsrc/devel/py-jaraco.functools/distinfo:1.14
--- pkgsrc/devel/py-jaraco.functools/distinfo:1.13      Sat Aug  3 08:14:44 2024
+++ pkgsrc/devel/py-jaraco.functools/distinfo   Thu Oct  3 10:13:20 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2024/08/03 08:14:44 adam Exp $
+$NetBSD: distinfo,v 1.14 2024/10/03 10:13:20 adam Exp $
 
-BLAKE2s (jaraco_functools-4.0.2.tar.gz) = 328bcb98995f552a32df0c094a144ab0c0289b8a2fdffc7ae0986d1140c256c0
-SHA512 (jaraco_functools-4.0.2.tar.gz) = 8571982839ca340aaf5482f7f88afd1aac6472a176f4e37be1febae83d92073d31975e465ec7018d906f764ad47c98b3b6191948d6cbfa42a37845cda81351c2
-Size (jaraco_functools-4.0.2.tar.gz) = 18319 bytes
+BLAKE2s (jaraco_functools-4.1.0.tar.gz) = 62f890295ebe0b36c899c95a1917980cba3ced5900d1ca125e526ab31a432f00
+SHA512 (jaraco_functools-4.1.0.tar.gz) = e893533830e176a7ac0a2da3c1b3fa3c53103e7aa163f9ab7c49635040ea845e19348dbf2628252de3c2952330682f5649a8113a6242db72e05995cca6919dfd
+Size (jaraco_functools-4.1.0.tar.gz) = 19159 bytes



Home | Main Index | Thread Index | Old Index