pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-attrs
Module Name: pkgsrc
Committed By: adam
Date: Wed Mar 12 13:49:16 UTC 2025
Modified Files:
pkgsrc/devel/py-attrs: Makefile distinfo
Log Message:
py-attrs: updated to 25.2.0
25.2.0
Changes
- Checking mandatory vs non-mandatory attribute order is now performed after the field transformer, since the field transformer may change attributes and/or their order.
- `attrs.make_class()` now allows for Unicode class names.
- Speed up class creation by 30%-50% by compiling methods only once and using a variety of other techniques.
- The error message if an attribute has both an annotation and a type argument will now disclose _what_ attribute seems to be the problem.
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/py-attrs/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/py-attrs/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-attrs/Makefile
diff -u pkgsrc/devel/py-attrs/Makefile:1.30 pkgsrc/devel/py-attrs/Makefile:1.31
--- pkgsrc/devel/py-attrs/Makefile:1.30 Mon Jan 27 09:41:49 2025
+++ pkgsrc/devel/py-attrs/Makefile Wed Mar 12 13:49:15 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2025/01/27 09:41:49 adam Exp $
+# $NetBSD: Makefile,v 1.31 2025/03/12 13:49:15 adam Exp $
-DISTNAME= attrs-25.1.0
+DISTNAME= attrs-25.2.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/attrs/}
Index: pkgsrc/devel/py-attrs/distinfo
diff -u pkgsrc/devel/py-attrs/distinfo:1.20 pkgsrc/devel/py-attrs/distinfo:1.21
--- pkgsrc/devel/py-attrs/distinfo:1.20 Mon Jan 27 09:41:49 2025
+++ pkgsrc/devel/py-attrs/distinfo Wed Mar 12 13:49:15 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.20 2025/01/27 09:41:49 adam Exp $
+$NetBSD: distinfo,v 1.21 2025/03/12 13:49:15 adam Exp $
-BLAKE2s (attrs-25.1.0.tar.gz) = 46757379652b2b340d6b4d2a9c8ac6390ec1b28ef6f35397d87292070e2f2c60
-SHA512 (attrs-25.1.0.tar.gz) = 706cb41ce86e129bc683dbc92a303494e9ebb87c7e5436dd1418a8dc400f460db9a0ab0e8af3037c035e20caeec4fcbb128314fd939b4286f956277474f7b0bd
-Size (attrs-25.1.0.tar.gz) = 810562 bytes
+BLAKE2s (attrs-25.2.0.tar.gz) = 15e5d84e4ad4300387504cce9865b3ec9f351318e8108815b593ffc6e89be9f9
+SHA512 (attrs-25.2.0.tar.gz) = 40f68d31fb39e2bd842f1e01a0334ad0f6c1381247317a51314366d16d58b10c7d96432d3364ea11506a12ce47ca743c46e4c8ea60ca41f75e49fb8288d579a7
+Size (attrs-25.2.0.tar.gz) = 812038 bytes
Home |
Main Index |
Thread Index |
Old Index