Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
home:wicked:qubes-build
python-pip
distutils-reproducible-compile.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File distutils-reproducible-compile.patch of Package python-pip
--- src/pip/_vendor/distlib/wheel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: pip-24.1.1/src/pip/_vendor/distlib/wheel.py =================================================================== --- pip-24.1.1.orig/src/pip/_vendor/distlib/wheel.py +++ pip-24.1.1/src/pip/_vendor/distlib/wheel.py @@ -578,7 +578,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