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-25.3.0.tar.gz b/attrs-25.3.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..0edc9b175077f37b49d6a0c5bff188f536829e76 Binary files /dev/null and b/attrs-25.3.0.tar.gz differ diff --git a/python-attrs.spec b/python-attrs.spec index 1c23ae7a942cd0362b53d25a6a61fb5744df1280..3a819c7252f21825380aadcb9d5ee01ca6e414c9 100644 --- a/python-attrs.spec +++ b/python-attrs.spec @@ -8,8 +8,8 @@ object protocols. \ %bcond_without tests Name: python-attrs Summary: Python attributes without boilerplate -Version: 23.2.0 -Release: 2 +Version: 25.3.0 +Release: 1 License: MIT URL: https://www.attrs.org/ Source0: https://github.com/python-attrs/attrs/archive/%{version}/attrs-%{version}.tar.gz @@ -61,6 +61,10 @@ PYTHONPATH=$RPM_BUILD_ROOT/%{python3_sitelib} py.test-3 -v %doc README.md %changelog +* Thu Apr 03 2025 openeuler_bot - 25.3.0-1 +- update python-attrs to 25.3.0 + + * Tue Jan 28 2025 Funda Wang - 23.2.0-2 - fix test with latest pytest