!1 Upgrade package to version 41.2.0
Merge pull request !1 from 成子晗/master
This commit is contained in:
commit
e7b1a5b2a6
@ -1,18 +0,0 @@
|
|||||||
From 6187ec30bc26111c9e197c92385bd1e6b0faf7ae Mon Sep 17 00:00:00 2001
|
|
||||||
From: chenzhen <chenzhen44@huawei.com>
|
|
||||||
Date: Thu, 11 Apr 2019 21:55:54 +0800
|
|
||||||
Subject: [PATCH] python-setuptools: eliminate differences
|
|
||||||
|
|
||||||
reason:eliminate differences of source code
|
|
||||||
|
|
||||||
--- setuptools-40.4.3_old/setuptools/dist.py 2019-04-11 21:46:27.616000000 +0800
|
|
||||||
+++ setuptools-40.4.3/setuptools/dist.py 2019-04-11 21:46:55.428000000 +0800
|
|
||||||
@@ -119,7 +119,7 @@
|
|
||||||
self.long_description_content_type
|
|
||||||
)
|
|
||||||
if self.provides_extras:
|
|
||||||
- for extra in self.provides_extras:
|
|
||||||
+ for extra in sorted(self.provides_extras):
|
|
||||||
file.write('Provides-Extra: %s\n' % extra)
|
|
||||||
|
|
||||||
|
|
||||||
@ -10,15 +10,14 @@
|
|||||||
%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: 41.2.0
|
||||||
Release: 4
|
Release: 2
|
||||||
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)
|
||||||
URL: https://pypi.python.org/pypi/setuptools
|
URL: https://pypi.python.org/pypi/setuptools
|
||||||
Source0: %{pypi_source setuptools %{version} zip}
|
Source0: %{pypi_source setuptools %{version} zip}
|
||||||
Patch0: create-site-packages.patch
|
Patch0: create-site-packages.patch
|
||||||
Patch9000: bugfix-eliminate-random-order-in-metadata.patch
|
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%if %{with python2}
|
%if %{with python2}
|
||||||
@ -144,6 +143,9 @@ PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=$(pwd) py.test-%{python3_version} --ignore=
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 4 2020 chengzihan <chengzihan2@huawei.com> - 41.2.0-2
|
||||||
|
- Upgrade package to version 41.2.0
|
||||||
|
|
||||||
* 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.
Loading…
x
Reference in New Issue
Block a user