!9 update version to 44.1.1

Merge pull request !9 from 桐小哥/master
This commit is contained in:
openeuler-ci-bot 2020-09-02 14:10:44 +08:00 committed by Gitee
commit 4e8274e23b
2 changed files with 6 additions and 4 deletions

View File

@ -10,7 +10,7 @@
%global python_whlname setuptools-%{version}-py2.py3-none-any.whl %global python_whlname setuptools-%{version}-py2.py3-none-any.whl
Name: python-setuptools Name: python-setuptools
Version: 41.5.0 Version: 44.1.1
Release: 1 Release: 1
Summary: Easily build and distribute Python packages Summary: Easily build and distribute Python packages
@ -22,10 +22,10 @@ Patch9000: bugfix-eliminate-random-order-in-metadata.patch
BuildArch: noarch BuildArch: noarch
%if %{with python2} %if %{with python2}
BuildRequires: python2-devel python2 BuildRequires: python2-devel
BuildRequires: python2-pip, python2-wheel BuildRequires: python2-pip, python2-wheel
%if %{with tests} %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, python2-pytest-fixture-config
BuildRequires: python2-pytest-virtualenv BuildRequires: python2-pytest-virtualenv
%endif %endif
@ -142,8 +142,10 @@ PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=$(pwd) py.test-%{python3_version} --ignore=
%defattr(-,root,root) %defattr(-,root,root)
%doc docs/* CHANGES.rst README.rst %doc docs/* CHANGES.rst README.rst
%changelog %changelog
* Wed Sep 2 2020 shixuantong<shixuantong@huawei.com> - 44.1.1 - 1
- update version to 44.1.1
* Tue Aug 25 2020 wenzhanli<wenzhanli2@huawei.com> - 41.5.0-1 * Tue Aug 25 2020 wenzhanli<wenzhanli2@huawei.com> - 41.5.0-1
- update version and add python2 require - update version and add python2 require