diff --git a/attrs-22.2.0.tar.gz b/attrs-22.2.0.tar.gz deleted file mode 100644 index 2092fbdd55475120c51e199502ae5a42d234ad48..0000000000000000000000000000000000000000 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 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 e64f20b869fba5b44cb9596807a65fed8dbbdf5e..6bf852a54223ee5d9a3c4aa6e8f7912ea2fad125 100644 --- a/python-attrs.spec +++ b/python-attrs.spec @@ -8,13 +8,14 @@ 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/ Source0: https://github.com/hynek/attrs/archive/%{version}/attrs-%{version}.tar.gz - -BuildRequires: python%{python3_pkgversion}-setuptools +BuildRequires: python%{python3_pkgversion}-hatchling +BuildRequires: python%{python3_pkgversion}-hatch-vcs +BuildRequires: python%{python3_pkgversion}-hatch-fancy-pypi-readme BuildRequires: python%{python3_pkgversion}-devel %if %{with tests} @@ -39,10 +40,10 @@ Summary: %{summary} %autosetup -p1 -n attrs-%{version} %build -%py3_build +%pyproject_build %install -%py3_install +%pyproject_install %if %{with tests} %check @@ -57,6 +58,10 @@ PYTHONPATH=$RPM_BUILD_ROOT/%{python3_sitelib} py.test-3 -v %doc README.md %changelog +* Mon Jan 29 2024 woody2918 - 23.2.0-1 +- update version to 23.2.0 +- fix type annotation;add features for type stubs... + * Sat Jul 29 2023 zhuofeng - 22.2.0-1 - update version to 22.2.0