1 Star 0 Fork 28

Lv Ying / python-setuptools

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
bugfix-eliminate-random-order-in-metadata.patch 675 Bytes
一键复制 编辑 原始数据 按行查看 历史
hexiaowen 提交于 2019-09-30 11:15 . Package init
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)
1
https://gitee.com/lvying6/python-setuptools.git
git@gitee.com:lvying6/python-setuptools.git
lvying6
python-setuptools
python-setuptools
master

搜索帮助