update to 44.1.1

This commit is contained in:
sxt1001 2020-08-31 12:02:07 +08:00
parent 069cc7e14f
commit 7a62edd477
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.