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:   wiz
Date:           Sun Oct 12 17:55:12 UTC 2025

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

Log Message:
py-cattrs: update to 25.3.0.

## 25.3.0 (2025-10-07)

- **Potentially breaking**: [Abstract sets] are now structured into frozensets.
  This allows hashability, better immutability and is more consistent with the [`collections.abc.Set`] type.
- Python 3.14 is now supported and part of the test matrix.
- Fix unstructuring NewTypes with the {class}`BaseConverter`.
- Make some Hypothesis tests more robust.
- {func}`cattrs.strategies.include_subclasses` now works with generic parent classes and the tagged union strategy.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/py-cattrs/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-cattrs/PLIST
cvs rdiff -u -r1.11 -r1.12 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.13 pkgsrc/devel/py-cattrs/Makefile:1.14
--- pkgsrc/devel/py-cattrs/Makefile:1.13        Wed Sep  3 07:54:43 2025
+++ pkgsrc/devel/py-cattrs/Makefile     Sun Oct 12 17:55:12 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2025/09/03 07:54:43 adam Exp $
+# $NetBSD: Makefile,v 1.14 2025/10/12 17:55:12 wiz Exp $
 
-DISTNAME=      cattrs-25.2.0
+DISTNAME=      cattrs-25.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/cattrs/}
@@ -33,8 +33,8 @@ USE_LANGUAGES=        # none
 DEPENDS+=      ${PYPKGPREFIX}-exceptiongroup>=1.1.1:../../devel/py-exceptiongroup
 .endif
 
-# as of 25.1.1
-# 838 passed, 15 xfailed
+# as of 25.3.0
+# 8 failed, 857 passed, 15 xfailed, 25 errors
 
 # bson, see above; leading to
 # tests/preconf/test_pyyaml.py:13: in <module>

Index: pkgsrc/devel/py-cattrs/PLIST
diff -u pkgsrc/devel/py-cattrs/PLIST:1.6 pkgsrc/devel/py-cattrs/PLIST:1.7
--- pkgsrc/devel/py-cattrs/PLIST:1.6    Sat Jun  7 22:03:32 2025
+++ pkgsrc/devel/py-cattrs/PLIST        Sun Oct 12 17:55:12 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2025/06/07 22:03:32 wiz Exp $
+@comment $NetBSD: PLIST,v 1.7 2025/10/12 17:55:12 wiz Exp $
 ${PYSITELIB}/cattr/__init__.py
 ${PYSITELIB}/cattr/__init__.pyc
 ${PYSITELIB}/cattr/__init__.pyo
@@ -137,6 +137,9 @@ ${PYSITELIB}/cattrs/strategies/_subclass
 ${PYSITELIB}/cattrs/strategies/_unions.py
 ${PYSITELIB}/cattrs/strategies/_unions.pyc
 ${PYSITELIB}/cattrs/strategies/_unions.pyo
+${PYSITELIB}/cattrs/subclasses.py
+${PYSITELIB}/cattrs/subclasses.pyc
+${PYSITELIB}/cattrs/subclasses.pyo
 ${PYSITELIB}/cattrs/typealiases.py
 ${PYSITELIB}/cattrs/typealiases.pyc
 ${PYSITELIB}/cattrs/typealiases.pyo

Index: pkgsrc/devel/py-cattrs/distinfo
diff -u pkgsrc/devel/py-cattrs/distinfo:1.11 pkgsrc/devel/py-cattrs/distinfo:1.12
--- pkgsrc/devel/py-cattrs/distinfo:1.11        Wed Sep  3 07:54:43 2025
+++ pkgsrc/devel/py-cattrs/distinfo     Sun Oct 12 17:55:12 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2025/09/03 07:54:43 adam Exp $
+$NetBSD: distinfo,v 1.12 2025/10/12 17:55:12 wiz Exp $
 
-BLAKE2s (cattrs-25.2.0.tar.gz) = b4d1d5c8a42ea57d1c313c804f36e08229ceabed3c23d1c0be998e24f89d311d
-SHA512 (cattrs-25.2.0.tar.gz) = 53c77ff0ee3ab1ee174cba167da54dd27b7bda4abdcfc83e948fdaf58ca5dba0c42d1f42a28d99431bb90ae07f05d98b81a9f2339d11ad6cb98927e80ec677be
-Size (cattrs-25.2.0.tar.gz) = 506531 bytes
+BLAKE2s (cattrs-25.3.0.tar.gz) = e9155b4790dda0a5f3685ade8fd1587f2efb9a9249548e344bc9dd2fea6be6f1
+SHA512 (cattrs-25.3.0.tar.gz) = b82a77d9d2c3d33c75ebbdd064e434bcc10948ce171bdabeffdaef460f7fb41a4ee9391e0e0479f8186d55ec9d82877039f601e253d3e9c36a46cfccd6092a27
+Size (cattrs-25.3.0.tar.gz) = 509321 bytes



Home | Main Index | Thread Index | Old Index