diff --git a/attrs-23.2.0.tar.gz b/attrs-23.2.0.tar.gz deleted file mode 100644 index 0b18c2bbe84ccc9f62fe3404322b758bce661531..0000000000000000000000000000000000000000 Binary files a/attrs-23.2.0.tar.gz and /dev/null differ diff --git a/attrs-24.1.0.tar.gz b/attrs-24.1.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..57688bd47bf13eacafbe8aeb54d7bd1e977d6a4d Binary files /dev/null and b/attrs-24.1.0.tar.gz differ diff --git a/python-attrs.spec b/python-attrs.spec index b83519179c22f7d201ca1cf6e49cf8bc2e1edbbe..f93e2db7ffe56489e65f034fa52329dc7ec21282 100644 --- a/python-attrs.spec +++ b/python-attrs.spec @@ -8,7 +8,7 @@ object protocols. \ %bcond_without tests Name: python-attrs Summary: Python attributes without boilerplate -Version: 23.2.0 +Version: 24.1.0 Release: 1 License: MIT URL: http://www.attrs.org/ @@ -60,6 +60,15 @@ PYTHONPATH=$RPM_BUILD_ROOT/%{python3_sitelib} py.test-3 -v %doc README.md %changelog +* Thu Nov 07 2024 songliyang - 24.1.0-1 +- upgrade to version 24.1.0 +- attrs.evolve() doesn’t accept the inst argument as a keyword argument anymore. + Pass it as the first positional argument instead. +- attrs.validators.provides() has been removed. + The removed code is available as a gist for convenient copy and pasting +- All packaging metadata except from __version__ and __version_info__ has been + removed from the attr and attrs modules (for example, attrs.__url__) + * Mon Jan 29 2024 weihaohao - 23.2.0-1 - Update package to version 23.2.0