diff --git a/cattrs-23.1.2.tar.gz b/cattrs-23.1.2.tar.gz deleted file mode 100644 index 1c16dc817bf919e173f50430f1205d2b252d6197..0000000000000000000000000000000000000000 Binary files a/cattrs-23.1.2.tar.gz and /dev/null differ diff --git a/cattrs-23.2.3.tar.gz b/cattrs-23.2.3.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..9a240737082527ab68a65184f895471442383938 Binary files /dev/null and b/cattrs-23.2.3.tar.gz differ diff --git a/python-cattrs.spec b/python-cattrs.spec index a0d091ec93253ef35fe015d42add1b80f2c217f6..d37c3b6fcd89641b5e45a25d8ad0b3bd6579d4df 100644 --- a/python-cattrs.spec +++ b/python-cattrs.spec @@ -1,13 +1,13 @@ %global pypi_name cattrs Name: python-%{pypi_name} -Version: 23.1.2 +Version: 23.2.3 Release: 1 Summary: cattrs is an open source Python library for structuring and unstructuring data. License: MIT -URL: https://github.com/jackwucn/pytest-check-links -Source0: https://files.pythonhosted.org/packages/68/d4/27f9fd840e74d51b6d6a024d39ff495b56ffde71d28eb82758b7b85d0617/cattrs-23.1.2.tar.gz +URL: https://github.com/python-attrs/cattrs +Source0: https://files.pythonhosted.org/packages/1e/57/c6ccd22658c4bcb3beb3f1c262e1f170cf136e913b122763d0ddd328d284/cattrs-23.2.3.tar.gz BuildArch: noarch BuildRequires: python3-devel @@ -44,5 +44,10 @@ cattrs is an open source Python library for structuring and unstructuring data. %changelog +* Thu Jul 18 2024 Hann - 23.2.3-1 +- Update package to version 23.2.3 +- Fix TypedDicts with periods in their field names +- Fix a regression when unstructuring unspecialized generic classes + * Mon Aug 21 2023 luolu12 - 23.1.2-1 - Initial package.