pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-cattrs



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Dec  1 12:58:12 UTC 2023

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

Log Message:
py-cattrs: updated to 23.2.3

23.2.3 (2023-11-30)

- Fix a regression when unstructuring dictionary values typed as `Any`.
- Fix a regression when unstructuring unspecialized generic classes.
- Optimize function source code caching.
- Generate unique files only in case of linecache enabled.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-cattrs/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-cattrs/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-cattrs/Makefile
diff -u pkgsrc/devel/py-cattrs/Makefile:1.6 pkgsrc/devel/py-cattrs/Makefile:1.7
--- pkgsrc/devel/py-cattrs/Makefile:1.6 Wed Nov 22 11:43:01 2023
+++ pkgsrc/devel/py-cattrs/Makefile     Fri Dec  1 12:58:12 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2023/11/22 11:43:01 adam Exp $
+# $NetBSD: Makefile,v 1.7 2023/12/01 12:58:12 adam Exp $
 
-DISTNAME=      cattrs-23.2.2
+DISTNAME=      cattrs-23.2.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/cattrs/}

Index: pkgsrc/devel/py-cattrs/distinfo
diff -u pkgsrc/devel/py-cattrs/distinfo:1.4 pkgsrc/devel/py-cattrs/distinfo:1.5
--- pkgsrc/devel/py-cattrs/distinfo:1.4 Wed Nov 22 11:43:01 2023
+++ pkgsrc/devel/py-cattrs/distinfo     Fri Dec  1 12:58:12 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2023/11/22 11:43:01 adam Exp $
+$NetBSD: distinfo,v 1.5 2023/12/01 12:58:12 adam Exp $
 
-BLAKE2s (cattrs-23.2.2.tar.gz) = 82560d131c50147a70534be51e67a5f9594b2b3f6a5a0d718d232c1203ddb76f
-SHA512 (cattrs-23.2.2.tar.gz) = 62fbbc08b6e41ac1bf1f7773c43a31be645953458216c75da7e29ab45b71ee2e9fc08a318447342fe23f2e5ad210f7a865951b32a6754adf2015ec4f76ccc280
-Size (cattrs-23.2.2.tar.gz) = 609752 bytes
+BLAKE2s (cattrs-23.2.3.tar.gz) = 9191150c13174bf163d3f6a1e7a49ee0e312ced25589f2e95e3ac40930b43261
+SHA512 (cattrs-23.2.3.tar.gz) = 1defa5b8f43eb0c585db09bbca54358ab9595e0842ace37b8980d8f3d48f2690675b0901d1cb9636fcd8cd81859b5c65df2034867a9b8b4ed4776ba9ed7945a3
+Size (cattrs-23.2.3.tar.gz) = 610215 bytes



Home | Main Index | Thread Index | Old Index