diff --git a/cattrs-25.3.0.tar.gz b/cattrs-25.3.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..949ac8d382da0b09f2fee39c427655cfad6e0fed Binary files /dev/null and b/cattrs-25.3.0.tar.gz differ diff --git a/python-cattrs.spec b/python-cattrs.spec index 05a5bd2136da534a24eaac90cd1f179446f74b93..b1b3d5c464acc2f6cfd63f4ff6702c9471bac2e6 100644 --- a/python-cattrs.spec +++ b/python-cattrs.spec @@ -1,7 +1,7 @@ %global pypi_name cattrs Name: python-%{pypi_name} -Version: 25.2.0 +Version: 25.3.0 Release: 1 Summary: An open source Python library for structuring and unstructuring data. @@ -48,6 +48,14 @@ but other kinds of classes are supported by manually registering converters. %changelog +* Tue Oct 21 2025 maqi - 25.3.0-1 +- Update package with version 25.3.0-1 + Breaking: Abstract sets (`collections.abc.Set`) now structure as frozensets for hashability and immutability + New: Added Python 3.14 support to test matrix + Improved: Hypothesis tests robustness enhanced + Fixed: `include_subclasses` strategy now works with generic parent classes and the tagged union strategy + Fixed: Unstructuring NewTypes with the `BaseConverter` corrected + * Wed Sep 10 2025 Yu Peng - 25.2.0-1 - Update package with version 25.2.0-1 Breaking: Sequences now structure as tuples (not lists) for hashability.