Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
systemsmanagement:saltstack:bundle:next:python311:Ubuntu1804
saltbundlepy-pip
distutils-reproducible-compile.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File distutils-reproducible-compile.patch of Package saltbundlepy-pip
--- src/pip/_vendor/distlib/wheel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: pip-22.3.1/src/pip/_vendor/distlib/wheel.py =================================================================== --- pip-22.3.1.orig/src/pip/_vendor/distlib/wheel.py +++ pip-22.3.1/src/pip/_vendor/distlib/wheel.py @@ -567,7 +567,7 @@ class Wheel(object): maker.source_dir = workdir maker.target_dir = None try: - for zinfo in zf.infolist(): + for zinfo in sorted(zf.infolist()): arcname = zinfo.filename if isinstance(arcname, text_type): u_arcname = arcname
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor