update version to 44.1.1

This commit is contained in:
桐小哥 2020-09-02 11:35:33 +08:00 committed by sxt1001
parent 5a7925245c
commit a22d0d657d
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
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<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
- update version and add python2 require