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..fd3c43963930b1d17192473824c5979f50626951 100644 --- a/python-attrs.spec +++ b/python-attrs.spec @@ -1,11 +1,11 @@ -%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 @@ -13,6 +13,7 @@ License: MIT URL: http://www.attrs.org/ BuildArch: noarch Source0: https://github.com/%{name}/%{modname}/archive/refs/tags/%{version}.tar.gz +Source: https://github.com/python-attrs/attrs/archive/23.2.0/attrs-23.2.0.tar.gz BuildRequires: python%{python3_pkgversion}-devel %if %{with tests} @@ -59,6 +60,10 @@ PYTHONPATH=%{buildroot}/%{python3_sitelib} py.test-3 -v %{python3_sitelib}/* %changelog +* Tue Aug 19 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