[Python-modules-commits] [wheel] 03/03: d/patches/reproducible-builds.patch: Added to sort Requires-Dist headers into a deterministic order. Given by Chris Lamb. (Closes: #845325)

Barry Warsaw barry at moszumanska.debian.org
Thu Dec 1 15:54:31 UTC 2016


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

barry pushed a commit to branch master
in repository wheel.

commit d267ceb29a7cacaeae28110dbc96e77502c720d3
Author: Barry Warsaw <barry at python.org>
Date:   Thu Dec 1 10:54:24 2016 -0500

    d/patches/reproducible-builds.patch: Added to sort Requires-Dist headers into a deterministic order.  Given by Chris Lamb. (Closes: #845325)
    
    * d/patches/reproducible-builds.patch: Added to sort Requires-Dist
      headers into a deterministic order.  Given by Chris Lamb.
      (Closes: #845325)
    * d/control:
      - Bump Standards-Version to 3.9.8 with no other changes necessary.
      - Add Recommends for python{,3}-keyring, python{,3}-keyrings.alt, and
        python{,3}-xdg for signature/keyring support.
    * d/tests/control: Add additional Depends for pytest commands.
    * wrap-and-sort -at
---
 debian/changelog     | 14 ++++++++++++++
 debian/control       | 26 ++++++++++++++++++--------
 debian/tests/control |  4 ++--
 3 files changed, 34 insertions(+), 10 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index eec828c..16aa3fe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+wheel (0.29.0-2) UNRELEASED; urgency=medium
+
+  * d/patches/reproducible-builds.patch: Added to sort Requires-Dist
+    headers into a deterministic order.  Given by Chris Lamb.
+    (Closes: #845325)
+  * d/control:
+    - Bump Standards-Version to 3.9.8 with no other changes necessary.
+    - Add Recommends for python{,3}-keyring, python{,3}-keyrings.alt, and
+      python{,3}-xdg for signature/keyring support.
+  * d/tests/control: Add additional Depends for pytest commands.
+  * wrap-and-sort -at
+
+ -- Barry Warsaw <barry at debian.org>  Wed, 30 Nov 2016 19:11:19 -0500
+
 wheel (0.29.0-1) unstable; urgency=medium
 
   * New upstream release.  (Closes: #813992)
diff --git a/debian/control b/debian/control
index ed0e7e2..1ecc086 100644
--- a/debian/control
+++ b/debian/control
@@ -1,6 +1,6 @@
 Source: wheel
 Maintainer: Barry Warsaw <barry at debian.org>
-Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>,
 Homepage: https://bitbucket.org/pypa/wheel
 Section: python
 X-Python-Version: >= 2.7
@@ -12,15 +12,19 @@ Build-Depends: debhelper (>= 9),
                python-setuptools,
                python-sphinx,
                python3-all,
-               python3-setuptools
-Standards-Version: 3.9.7
+               python3-setuptools,
+Standards-Version: 3.9.8
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/wheel.git
 Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/wheel.git
 
 Package: python-wheel
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
-Suggests: python-setuptools
+Depends: ${misc:Depends},
+         ${python:Depends},
+Suggests: python-setuptools,
+Recommends: python-keyring,
+            python-keyrings.alt,
+            python-xdg,
 Description: built-package format for Python
  A wheel is a ZIP-format archive with a specially formatted filename and the
  `.whl` extension.  It is designed to contain all the files for a PEP 376
@@ -33,8 +37,12 @@ Description: built-package format for Python
 
 Package: python3-wheel
 Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}
-Suggests: python3-setuptools
+Depends: ${misc:Depends},
+         ${python3:Depends},
+Recommends: python3-keyring,
+            python3-keyrings.alt,
+            python3-xdg,
+Suggests: python3-setuptools,
 Description: built-package format for Python
  A wheel is a ZIP-format archive with a specially formatted filename and the
  `.whl` extension.  It is designed to contain all the files for a PEP 376
@@ -47,7 +55,9 @@ Description: built-package format for Python
 
 Package: python-wheel-common
 Architecture: all
-Depends: python3, python3-wheel, ${misc:Depends}
+Depends: python3,
+         python3-wheel,
+         ${misc:Depends},
 Description: built-package format for Python
  A wheel is a ZIP-format archive with a specially formatted filename and the
  `.whl` extension.  It is designed to contain all the files for a PEP 376
diff --git a/debian/tests/control b/debian/tests/control
index c169988..b66a03f 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -11,7 +11,7 @@ Tests: reproduce-3
 Depends: @, python3-setuptools, coreutils
 
 Test-Command: python2 -m pytest --ignore=debian
-Depends: @, python-setuptools, python-pytest, python-pytest-cov, python-jsonschema, python-xdg, python-keyring
+Depends: @, python-setuptools, python-pytest, python-pytest-cov, python-jsonschema, python-xdg, python-keyring, python-keyrings.alt
 
 Test-Command: python3 -m pytest --ignore=debian
-Depends: @, python3-setuptools, python3-pytest, python3-pytest-cov, python3-jsonschema, python3-xdg, python3-keyring
+Depends: @, python3-setuptools, python3-pytest, python3-pytest-cov, python3-jsonschema, python3-xdg, python3-keyring, python3-keyrings.alt

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/wheel.git



More information about the Python-modules-commits mailing list