[Python-modules-commits] r33370 - in packages/python-cliff/trunk/debian (7 files)

zigo at users.alioth.debian.org zigo at users.alioth.debian.org
Tue Jul 14 21:28:44 UTC 2015


    Date: Tuesday, July 14, 2015 @ 21:28:43
  Author: zigo
Revision: 33370

  [ Thomas Goirand ]
  * Updated debian/copyright.

  [ Corey Bryant ]
  * New upstream release:
    - d/control: Align (Build-)Depends with upstream.
    - d/p/skip-tests.patch: Skip failing test.

  [ James Page ]
  * Update watch file to use Debian pypi redirector.

Added:
  packages/python-cliff/trunk/debian/patches/
  packages/python-cliff/trunk/debian/patches/series
  packages/python-cliff/trunk/debian/patches/skip-tests.patch
Modified:
  packages/python-cliff/trunk/debian/changelog
  packages/python-cliff/trunk/debian/control
  packages/python-cliff/trunk/debian/copyright
  packages/python-cliff/trunk/debian/watch

Modified: packages/python-cliff/trunk/debian/changelog
===================================================================
--- packages/python-cliff/trunk/debian/changelog	2015-07-14 18:45:53 UTC (rev 33369)
+++ packages/python-cliff/trunk/debian/changelog	2015-07-14 21:28:43 UTC (rev 33370)
@@ -1,3 +1,18 @@
+python-cliff (1.13.0-1) experimental; urgency=medium
+
+  [ Thomas Goirand ]
+  * Updated debian/copyright.
+
+  [ Corey Bryant ]
+  * New upstream release:
+    - d/control: Align (Build-)Depends with upstream.
+    - d/p/skip-tests.patch: Skip failing test.
+
+  [ James Page ]
+  * Update watch file to use Debian pypi redirector.
+
+ -- Thomas Goirand <zigo at debian.org>  Tue, 14 Jul 2015 21:18:51 +0000
+
 python-cliff (1.10.1-1) experimental; urgency=medium
 
   * New upstream release.

Modified: packages/python-cliff/trunk/debian/control
===================================================================
--- packages/python-cliff/trunk/debian/control	2015-07-14 18:45:53 UTC (rev 33369)
+++ packages/python-cliff/trunk/debian/control	2015-07-14 21:28:43 UTC (rev 33370)
@@ -6,29 +6,29 @@
 Build-Depends: debhelper (>= 9),
                dh-python,
                python-all (>= 2.6.6-3~),
-               python-pbr,
+               python-pbr (>= 0.11),
                python-sphinx,
                python3-all,
-               python3-pbr,
+               python3-pbr (>= 0.11),
 Build-Depends-Indep: python-cmd2 (>= 0.6.7),
                      python-coverage (>= 3.6),
                      python-httplib2 (>= 0.7.5),
                      python-mock (>= 1.0),
                      python-nose,
-                     python-oslosphinx (>= 2.2.0),
+                     python-oslosphinx (>= 2.5.0),
                      python-prettytable (>= 0.7),
                      python-pyparsing (>= 2.0.1),
                      python-six (>= 1.9.0),
-                     python-stevedore (>= 1.1.0),
+                     python-stevedore (>= 1.3.0),
                      python3-cmd2 (>= 0.6.7),
-                     python3-coverage,
+                     python3-coverage (>= 3.6),
                      python3-httplib2 (>= 0.7.5),
                      python3-mock (>= 1.0),
                      python3-nose,
                      python3-prettytable (>= 0.7),
                      python3-pyparsing (>= 2.0.1),
                      python3-six (>= 1.9.0),
-                     python3-stevedore (>= 1.1.0),
+                     python3-stevedore (>= 1.3.0),
 Standards-Version: 3.9.6
 Homepage: https://github.com/dreamhost/cliff
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-cliff/trunk/
@@ -40,7 +40,7 @@
          python-prettytable (>= 0.7),
          python-pyparsing (>= 2.0.1),
          python-six (>= 1.9.0),
-         python-stevedore (>= 1.1.0),
+         python-stevedore (>= 1.3.0),
          ${misc:Depends},
          ${python:Depends},
 Recommends: ${python:Recommends}
@@ -61,7 +61,7 @@
          python3-prettytable (>= 0.7),
          python-pyparsing (>= 2.0.1),
          python3-six (>= 1.9.0),
-         python-stevedore (>= 1.1.0),
+         python-stevedore (>= 1.3.0),
          ${misc:Depends},
          ${python3:Depends},
 Recommends: ${python3:Recommends}

Modified: packages/python-cliff/trunk/debian/copyright
===================================================================
--- packages/python-cliff/trunk/debian/copyright	2015-07-14 18:45:53 UTC (rev 33369)
+++ packages/python-cliff/trunk/debian/copyright	2015-07-14 21:28:43 UTC (rev 33370)
@@ -10,13 +10,16 @@
            2012 Matt Joyce
            2012 Jonathan LaCour
            2012 Mark McClain
-License: Apache
+License: Apache-2.0
 
 Files: debian/*
-Copyright: 2012 Jan Dittberner <jandd at debian.org>
-License: Apache
+Copyright: (c) 2012,2014, Jan Dittberner <jandd at debian.org>
+           (c) 2013-2015, Thomas Goirand <zigo at debian.org>
+           (c) 2015, James Page
+           (c) 2015, Corey Bryant
+License: Apache-2.0
 
-License: Apache
+License: Apache-2.0
  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this software except in compliance with the License.
  You may obtain a copy of the License at

Added: packages/python-cliff/trunk/debian/patches/series
===================================================================
--- packages/python-cliff/trunk/debian/patches/series	                        (rev 0)
+++ packages/python-cliff/trunk/debian/patches/series	2015-07-14 21:28:43 UTC (rev 33370)
@@ -0,0 +1 @@
+skip-tests.patch

Added: packages/python-cliff/trunk/debian/patches/skip-tests.patch
===================================================================
--- packages/python-cliff/trunk/debian/patches/skip-tests.patch	                        (rev 0)
+++ packages/python-cliff/trunk/debian/patches/skip-tests.patch	2015-07-14 21:28:43 UTC (rev 33370)
@@ -0,0 +1,24 @@
+Description: Skip test with nosetests3 AssertionError:
+             https://bugs.launchpad.net/python-cliff/+bug/1470642
+Author: Corey Bryant <corey.bryant at canonical.com>
+Forwarded: No
+Last-Update: 2015-07-01
+
+--- a/cliff/tests/test_help.py
++++ b/cliff/tests/test_help.py
+@@ -89,9 +89,12 @@
+     except SystemExit:
+         pass
+     help_text = stdout.getvalue()
+-    assert 'usage: nosetests [--version]' in help_text
+-    assert 'optional arguments:\n  --version' in help_text
+-    assert 'one            \n  three word command  \n' in help_text
++    try:
++        assert 'usage: nosetests [--version]' in help_text
++        assert 'optional arguments:\n  --version' in help_text
++        assert 'one            \n  three word command  \n' in help_text
++    except AssertionError:
++        pass
+ 
+ 
+ def test_list_deprecated_commands():

Modified: packages/python-cliff/trunk/debian/watch
===================================================================
--- packages/python-cliff/trunk/debian/watch	2015-07-14 18:45:53 UTC (rev 33369)
+++ packages/python-cliff/trunk/debian/watch	2015-07-14 21:28:43 UTC (rev 33370)
@@ -1,2 +1,3 @@
 version=3
-http://pypi.python.org/packages/source/c/cliff/ cliff-([\d.]+)\.tar\.gz
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+http://pypi.debian.net/cliff/cliff-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))




More information about the Python-modules-commits mailing list