diff --git a/python-setuptools.spec b/python-setuptools.spec index 398525a9f088d53c8c445edffcbf64f5e26effd0..ab442f1034ace5cd0c133b5ec3d4516c80b978bb 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -2,11 +2,11 @@ %global python3_record %{python3_sitelib}/setuptools-%{version}.dist-info/RECORD %global python_whldir %{_datadir}/python-wheels -%global python_whlname setuptools-%{version}-py2.py3-none-any.whl +%global python_whlname setuptools-%{version}-py3-none-any.whl Name: python-setuptools -Version: 44.1.1 -Release: 2 +Version: 45.3.0 +Release: 1 Summary: Easily build and distribute Python packages License: MIT and (BSD or ASL 2.0) @@ -100,6 +100,9 @@ PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=$(pwd) py.test-%{python3_version} --ignore= %changelog +* Thu Nov 10 2022 Han Guangyu - 45.3.0-1 +- Update version to 45.3.0 + * Wed Feb 09 2022 huangtianhua - 44.1.1-2 - Remove python2 diff --git a/setuptools-44.1.1.zip b/setuptools-45.3.0.zip similarity index 61% rename from setuptools-44.1.1.zip rename to setuptools-45.3.0.zip index 3b6cfeeee615ba09ca3bbd3b2c9c81d17d9e3d35..e9695c304f03babb2974762ab1be160d9ba81d9b 100644 Binary files a/setuptools-44.1.1.zip and b/setuptools-45.3.0.zip differ