14
0
forked from pool/python-pip

Accepting request 993345 from home:mcepl:branches:devel:languages:python

- Add distutils-reproducible-compile.patch to make installed
  files ordered correctly and thus builds reproducible again
  (port of the fix for bpo#29708 and gh#python/cpython#8057).

OBS-URL: https://build.opensuse.org/request/show/993345
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=99
This commit is contained in:
2022-08-05 15:13:09 +00:00
committed by Git OBS Bridge
parent 19311e4f60
commit c6fe1446b4
3 changed files with 25 additions and 0 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Jun 23 20:08:32 UTC 2022 - Matej Cepl <mcepl@suse.com>
- Add distutils-reproducible-compile.patch to make installed
files ordered correctly and thus builds reproducible again
(port of the fix for bpo#29708 and gh#python/cpython#8057).
-------------------------------------------------------------------
Sat Mar 19 17:14:58 UTC 2022 - Ben Greiner <code@bnavigator.de>