Upgrade to version 23.2.0

This commit is contained in:
JackWei 2024-01-30 09:14:30 +08:00
parent 392aabfe26
commit fa344a33ee
3 changed files with 9 additions and 3 deletions

Binary file not shown.

BIN
attrs-23.2.0.tar.gz Normal file

Binary file not shown.

View File

@ -8,7 +8,7 @@ object protocols. \
%bcond_without tests
Name: python-attrs
Summary: Python attributes without boilerplate
Version: 22.2.0
Version: 23.2.0
Release: 1
License: MIT
URL: http://www.attrs.org/
@ -24,6 +24,9 @@ BuildRequires: python%{python3_pkgversion}-hypothesis python%{python3_pkgversio
BuildArch: noarch
BuildRequires: python3-pip python3-wheel python3-hatchling python3-hatch-fancy-pypi-readme
BuildRequires: python3-hatchling python3-hatch-vcs python3-pbr
%description
%{_description}
@ -39,10 +42,10 @@ Summary: %{summary}
%autosetup -p1 -n attrs-%{version}
%build
%py3_build
%pyproject_build
%install
%py3_install
%pyproject_install
%if %{with tests}
%check
@ -57,6 +60,9 @@ PYTHONPATH=$RPM_BUILD_ROOT/%{python3_sitelib} py.test-3 -v
%doc README.md
%changelog
* Mon Jan 29 2024 weihaohao <weihaohao2@huawei.com> - 23.2.0-1
- Update package to version 23.2.0
* Sat Jul 29 2023 zhuofeng <zhuofeng2@huawei.com> - 22.2.0-1
- update version to 22.2.0