!50 Upgrade to version 23.2.0

From: @jack0240 
Reviewed-by: @licihua 
Signed-off-by: @licihua
This commit is contained in:
openeuler-ci-bot 2024-01-30 02:00:21 +00:00 committed by Gitee
commit 69eebea641
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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 %bcond_without tests
Name: python-attrs Name: python-attrs
Summary: Python attributes without boilerplate Summary: Python attributes without boilerplate
Version: 22.2.0 Version: 23.2.0
Release: 1 Release: 1
License: MIT License: MIT
URL: http://www.attrs.org/ URL: http://www.attrs.org/
@ -24,6 +24,9 @@ BuildRequires: python%{python3_pkgversion}-hypothesis python%{python3_pkgversio
BuildArch: noarch BuildArch: noarch
BuildRequires: python3-pip python3-wheel python3-hatchling python3-hatch-fancy-pypi-readme
BuildRequires: python3-hatchling python3-hatch-vcs python3-pbr
%description %description
%{_description} %{_description}
@ -39,10 +42,10 @@ Summary: %{summary}
%autosetup -p1 -n attrs-%{version} %autosetup -p1 -n attrs-%{version}
%build %build
%py3_build %pyproject_build
%install %install
%py3_install %pyproject_install
%if %{with tests} %if %{with tests}
%check %check
@ -57,6 +60,9 @@ PYTHONPATH=$RPM_BUILD_ROOT/%{python3_sitelib} py.test-3 -v
%doc README.md %doc README.md
%changelog %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 * Sat Jul 29 2023 zhuofeng <zhuofeng2@huawei.com> - 22.2.0-1
- update version to 22.2.0 - update version to 22.2.0