diff --git a/22.2.0.tar.gz b/22.2.0.tar.gz deleted file mode 100644 index 2092fbdd55475120c51e199502ae5a42d234ad48..0000000000000000000000000000000000000000 Binary files a/22.2.0.tar.gz and /dev/null differ diff --git a/attrs-23.2.0.tar.gz b/attrs-23.2.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..0b18c2bbe84ccc9f62fe3404322b758bce661531 Binary files /dev/null and b/attrs-23.2.0.tar.gz differ diff --git a/python-attrs.spec b/python-attrs.spec index c0e7d05bad4863d9e48ad469ec2960e2956ced54..6c2599f79a6313eb8e3cd00959abc2f638a87f55 100644 --- a/python-attrs.spec +++ b/python-attrs.spec @@ -1,18 +1,18 @@ -%define anolis_release 3 +%define anolis_release 1 %global modname attrs # Turn the tests off when bootstrapping Python, because pytest requires attrs %bcond_without tests Name: python-attrs -Version: 22.2.0 +Version: 23.2.0 Release: %{anolis_release}%{dist} Summary: Python attributes without boilerplate License: MIT URL: http://www.attrs.org/ +Source0: https://github.com/python-attrs/attrs/archive/23.2.0/attrs-23.2.0.tar.gz BuildArch: noarch -Source0: https://github.com/%{name}/%{modname}/archive/refs/tags/%{version}.tar.gz BuildRequires: python%{python3_pkgversion}-devel %if %{with tests} @@ -59,6 +59,10 @@ PYTHONPATH=%{buildroot}/%{python3_sitelib} py.test-3 -v %{python3_sitelib}/* %changelog +* Thu Aug 28 2025 wenyuzifang - 23.2.0-1 +- Updated to version 23.2.0 to fix xxxxxxxxxx + + * Mon Mar 25 2024 Zhao Hang - 22.2.0-3 - Enable tests