Projects
openEuler:24.03:SP1:Everything:64G
python-setuptools
_service:tar_scm:bugfix-eliminate-random-order-...
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File _service:tar_scm:bugfix-eliminate-random-order-in-metadata.patch of Package python-setuptools
From 99ba862948c27f8851ae2131ff36daee0195ae4a Mon Sep 17 00:00:00 2001 From: chengzihan2 <chengzihan1111@163.com> Date: Thu, 4 Jun 2020 17:29:07 +0800 Subject: [PATCH] bugfix eliminate random order in metadata --- setuptools/dist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setuptools/dist.py b/setuptools/dist.py index fb16886..86a5402 100644 --- a/setuptools/dist.py +++ b/setuptools/dist.py @@ -208,7 +208,7 @@ def write_pkg_file(self, file): # noqa: C901 # is too complex (14) # FIXME if self.long_description_content_type: write_field('Description-Content-Type', self.long_description_content_type) if self.provides_extras: - for extra in self.provides_extras: + for extra in sorted(self.provides_extras): write_field('Provides-Extra', extra) self._write_list(file, 'License-File', self.license_files or []) -- 1.8.3.1
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.
浙ICP备2022010568号-2