update to 44.1.1
This commit is contained in:
parent
069cc7e14f
commit
7a62edd477
@ -13,6 +13,6 @@ reason:eliminate differences of source code
|
|||||||
if self.provides_extras:
|
if self.provides_extras:
|
||||||
- for extra in self.provides_extras:
|
- for extra in self.provides_extras:
|
||||||
+ for extra in sorted(self.provides_extras):
|
+ for extra in sorted(self.provides_extras):
|
||||||
file.write('Provides-Extra: %s\n' % extra)
|
write_field('Provides-Extra', extra)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -10,8 +10,8 @@
|
|||||||
%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: 40.4.3
|
Version: 44.1.1
|
||||||
Release: 4
|
Release: 1
|
||||||
Summary: Easily build and distribute Python packages
|
Summary: Easily build and distribute Python packages
|
||||||
|
|
||||||
License: MIT and (BSD or ASL 2.0)
|
License: MIT and (BSD or ASL 2.0)
|
||||||
@ -144,6 +144,9 @@ PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=$(pwd) py.test-%{python3_version} --ignore=
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Oct 30 2019 hexiaowen <hexiaowen@huawei.com> - 40.4.3-4
|
||||||
- disable tests
|
- disable tests
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
BIN
setuptools-44.1.1.zip
Normal file
BIN
setuptools-44.1.1.zip
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user