Upgrade to version 23.2.0
This commit is contained in:
parent
392aabfe26
commit
fa344a33ee
Binary file not shown.
BIN
attrs-23.2.0.tar.gz
Normal file
BIN
attrs-23.2.0.tar.gz
Normal file
Binary file not shown.
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user