diff --git a/python-wheel.spec b/python-wheel.spec index 9141a45c782f238de0cc4f70bc1ba5a24264ac8d..1b037b2eee2ab6b1c5f7cc576762f769bc87af70 100644 --- a/python-wheel.spec +++ b/python-wheel.spec @@ -7,7 +7,7 @@ %endif Name: python-wheel -Version: 0.38.4 +Version: 0.40.0 Release: 1 Epoch: 1 Summary: Built-package format for Python @@ -25,6 +25,11 @@ compatible install in a way that is very close to the on-disk format. %package -n python3-wheel Summary: Built-package format for Python BuildRequires: python3-devel python3-setuptools +BuildRequires: python3-setuptools_scm +BuildRequires: python3-pip +BuildRequires: python3-hatchling +BuildRequires: python3-flit-core + %if %{with tests} BuildRequires: python3-pytest python3-pyxdg %endif @@ -51,10 +56,10 @@ A Python wheel of wheel to use with virtualenv. %autosetup -n wheel-%{version} -p1 %build -%py3_build +%pyproject_build %install -%py3_install +%pyproject_install mv %{buildroot}%{_bindir}/wheel{,-%{python3_version}} ln -s wheel-%{python3_version} %{buildroot}%{_bindir}/wheel-3 @@ -68,7 +73,6 @@ install -p dist/wheel-%{version}-py3-none-any.whl -t %{buildroot}%{_datadir}/pyt %if %{with tests} %check -rm setup.cfg PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-3 -v --ignore build %endif @@ -87,6 +91,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-3 -v --ignore build %endif %changelog +* Mon Jun 12 2023 liuyongshuai -1:0.40.0-1 +- Upgrade package to version 0.40.0 + * Mon Dec 05 2022 jiangxinyu - 1:0.38.4-1 - Upgrade package to version 0.38.4 diff --git a/wheel-0.38.4.tar.gz b/wheel-0.38.4.tar.gz deleted file mode 100644 index 07a6a37ae903342f01f430b99e79ef3b3918b1bb..0000000000000000000000000000000000000000 Binary files a/wheel-0.38.4.tar.gz and /dev/null differ diff --git a/wheel-0.40.0.tar.gz b/wheel-0.40.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..9abe0e70b2ae7021655f9e6d60b164d1e6952513 Binary files /dev/null and b/wheel-0.40.0.tar.gz differ