diff --git a/python-setuptools.spec b/python-setuptools.spec index 486dfbb..dc7ebe8 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -7,8 +7,8 @@ %global python_whlname setuptools-%{version}-py3-none-any.whl Name: python-setuptools -Version: 59.4.0 -Release: 4 +Version: 60.9.3 +Release: 1 Summary: Easily build and distribute Python packages License: MIT and (BSD or ASL 2.0) @@ -77,7 +77,7 @@ rm -rf %{buildroot}%{python3_sitelib}/{setuptools, pkg_resources}/tests sed -i '/^setuptools\/tests\//d' %{buildroot}%{python3_record} find %{buildroot}%{python3_sitelib} -name '*.exe' | xargs rm -f -rm -r docs/{conf.py,_*} +rm -r docs/conf.py mkdir -p %{buildroot}%{python_whldir} install -p dist/%{python_whlname} -t %{buildroot}%{python_whldir} %else @@ -110,6 +110,9 @@ PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=$(pwd) py.test-%{python3_version} --ignore= %changelog +* Thu Jun 16 2022 OpenStack_SIG - 60.9.3-1 +- Upgrade version for openstack yoga + * Fri Dec 17 2021 shixuantong - 59.4.0-4 - Bootstrap for Python 3.10 diff --git a/setuptools-59.4.0.tar.gz b/setuptools-59.4.0.tar.gz deleted file mode 100644 index dcbbb8d..0000000 Binary files a/setuptools-59.4.0.tar.gz and /dev/null differ diff --git a/setuptools-60.9.3.tar.gz b/setuptools-60.9.3.tar.gz new file mode 100644 index 0000000..2d98ba9 Binary files /dev/null and b/setuptools-60.9.3.tar.gz differ