diff --git a/cattrs-25.2.0.tar.gz b/cattrs-25.2.0.tar.gz deleted file mode 100644 index 48487aea5f8bdb3cd79a93b7b733204f3b5817e8..0000000000000000000000000000000000000000 Binary files a/cattrs-25.2.0.tar.gz and /dev/null differ 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..afd6b705af94ddd54976cf7435b9b4db63ceee30 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,12 @@ but other kinds of classes are supported by manually registering converters. %changelog +* Wed Nov 19 2025 zhangzeyang0718 - 25.3.0-1 +- Update to 25.3.0 + +* Tue Nov 18 2025 zhangzeyang0718 - 25.3.0-1 +- Update to 25.3.0 + * 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.