!7 update to 44.1.1

Merge pull request !7 from 桐小哥/openEuler-20.03-LTS
This commit is contained in:
openeuler-ci-bot 2020-08-31 14:54:49 +08:00 committed by Gitee
commit 2789913b29
4 changed files with 6 additions and 3 deletions

View File

@ -13,6 +13,6 @@ reason:eliminate differences of source code
if self.provides_extras:
- for extra in self.provides_extras:
+ for extra in sorted(self.provides_extras):
file.write('Provides-Extra: %s\n' % extra)
write_field('Provides-Extra', extra)

View File

@ -10,8 +10,8 @@
%global python_whlname setuptools-%{version}-py2.py3-none-any.whl
Name: python-setuptools
Version: 40.4.3
Release: 4
Version: 44.1.1
Release: 1
Summary: Easily build and distribute Python packages
License: MIT and (BSD or ASL 2.0)
@ -144,6 +144,9 @@ PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=$(pwd) py.test-%{python3_version} --ignore=
%changelog
* Mon Aug 31 2020 shixuantong<shixuantong@huawei.com> - 44.1.1-1
- update version 44.1.1
* Wed Oct 30 2019 hexiaowen <hexiaowen@huawei.com> - 40.4.3-4
- disable tests

Binary file not shown.

BIN
setuptools-44.1.1.zip Normal file

Binary file not shown.