diff --git a/python-setuptools.spec b/python-setuptools.spec index f2f67f223ea542403eb3656782ae5ac0a33a6646..b63d4c109659ad7b9890108e42c81aa59d05e7c5 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -10,7 +10,7 @@ %global python_whlname setuptools-%{version}-py2.py3-none-any.whl Name: python-setuptools -Version: 41.5.0 +Version: 44.1.1 Release: 1 Summary: Easily build and distribute Python packages @@ -22,10 +22,10 @@ Patch9000: bugfix-eliminate-random-order-in-metadata.patch BuildArch: noarch %if %{with python2} -BuildRequires: python2-devel python2 +BuildRequires: python2-devel BuildRequires: python2-pip, python2-wheel %if %{with tests} -BuildRequires: python2-pip +BuildRequires: python2-pip, python2-mock, python2-backports-unittest_mock BuildRequires: python2-pytest, python2-pytest-fixture-config BuildRequires: python2-pytest-virtualenv %endif @@ -142,8 +142,10 @@ PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=$(pwd) py.test-%{python3_version} --ignore= %defattr(-,root,root) %doc docs/* CHANGES.rst README.rst - %changelog +* Wed Sep 2 2020 shixuantong - 44.1.1 - 1 +- update version to 44.1.1 + * Tue Aug 25 2020 wenzhanli - 41.5.0-1 - update version and add python2 require diff --git a/setuptools-41.5.0.zip b/setuptools-44.1.1.zip similarity index 61% rename from setuptools-41.5.0.zip rename to setuptools-44.1.1.zip index f58205e299d7e33ca85ea7d34a7554876e8b8d7b..3b6cfeeee615ba09ca3bbd3b2c9c81d17d9e3d35 100644 Binary files a/setuptools-41.5.0.zip and b/setuptools-44.1.1.zip differ