!1 Upgrade package to version 41.2.0

Merge pull request !1 from 成子晗/master
This commit is contained in:
openeuler-ci-bot 2020-06-04 17:13:30 +08:00 committed by Gitee
commit e7b1a5b2a6
3 changed files with 5 additions and 21 deletions

View File

@ -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)

View File

@ -10,15 +10,14 @@
%global python_whlname setuptools-%{version}-py2.py3-none-any.whl
Name: python-setuptools
Version: 40.4.3
Release: 4
Version: 41.2.0
Release: 2
Summary: Easily build and distribute Python packages
License: MIT and (BSD or ASL 2.0)
URL: https://pypi.python.org/pypi/setuptools
Source0: %{pypi_source setuptools %{version} zip}
Patch0: create-site-packages.patch
Patch9000: bugfix-eliminate-random-order-in-metadata.patch
BuildArch: noarch
%if %{with python2}
@ -144,6 +143,9 @@ PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=$(pwd) py.test-%{python3_version} --ignore=
%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
- disable tests