[notes] 01/01: Actually save this editor window... :)

Chris Lamb chris at chris-lamb.co.uk
Tue Nov 22 12:51:46 UTC 2016


This is an automated email from the git hooks/post-receive script.

lamby pushed a commit to branch master
in repository notes.

commit 8e9b1293afc6b7ffc36ae0fc4a291019519afbc8
Author: Chris Lamb <lamby at debian.org>
Date:   Tue Nov 22 13:51:35 2016 +0100

    Actually save this editor window... :)
---
 issues.yml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/issues.yml b/issues.yml
index 660df67..34ff625 100644
--- a/issues.yml
+++ b/issues.yml
@@ -1548,3 +1548,11 @@ nondeterminstic_ordering_in_python_wheel_metadata_versions:
   description: |
     src:wheel generates METADATA files with Requires-Dist lines with
     non-deterministic ordering.
+    .
+    In python-pip's urllib3-1.15.1.dist-info/METADATA, a Requires-Dist header has two version constraints; they appear in random order.
+    .
+    Reproduces in amd64/unstable but not on other archs, so may be non-deterministic (eg hash order).
+    .
+    Example:
+      │   │   │   │   │ -Requires-Dist: PySocks (>=1.5.6,<2.0); extra == 'socks'
+      │   │   │   │   │ +Requires-Dist: PySocks (<2.0,>=1.5.6); extra == 'socks'

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/notes.git



More information about the Reproducible-commits mailing list