diff --git a/attrs-22.2.0.tar.gz b/attrs-22.2.0.tar.gz deleted file mode 100644 index 2092fbd..0000000 Binary files a/attrs-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 0000000..0b18c2b Binary files /dev/null and b/attrs-23.2.0.tar.gz differ diff --git a/python-attrs.spec b/python-attrs.spec index e64f20b..b835191 100644 --- a/python-attrs.spec +++ b/python-attrs.spec @@ -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 - 23.2.0-1 +- Update package to version 23.2.0 + * Sat Jul 29 2023 zhuofeng - 22.2.0-1 - update version to 22.2.0