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

zigo at users.alioth.debian.org zigo at users.alioth.debian.org
Wed Sep 2 19:46:18 UTC 2015


    Date: Wednesday, September 2, 2015 @ 19:46:17
  Author: zigo
Revision: 34114

  * New upstream release.
  * Fixed (build-)depends for this release.

Modified:
  packages/python-cliff/trunk/debian/changelog
  packages/python-cliff/trunk/debian/control
  packages/python-cliff/trunk/debian/python-cliff-doc.examples

Modified: packages/python-cliff/trunk/debian/changelog
===================================================================
--- packages/python-cliff/trunk/debian/changelog	2015-09-02 16:44:32 UTC (rev 34113)
+++ packages/python-cliff/trunk/debian/changelog	2015-09-02 19:46:17 UTC (rev 34114)
@@ -1,3 +1,10 @@
+python-cliff (1.14.0-1) experimental; urgency=medium
+
+  * New upstream release.
+  * Fixed (build-)depends for this release.
+
+ -- Thomas Goirand <zigo at debian.org>  Wed, 02 Sep 2015 19:31:14 +0000
+
 python-cliff (1.13.0-1) experimental; urgency=medium
 
   [ Thomas Goirand ]

Modified: packages/python-cliff/trunk/debian/control
===================================================================
--- packages/python-cliff/trunk/debian/control	2015-09-02 16:44:32 UTC (rev 34113)
+++ packages/python-cliff/trunk/debian/control	2015-09-02 19:46:17 UTC (rev 34114)
@@ -2,33 +2,36 @@
 Section: python
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Jan Dittberner <jandd at debian.org>, Thomas Goirand <zigo at debian.org>
+Uploaders: Jan Dittberner <jandd at debian.org>,
+           Thomas Goirand <zigo at debian.org>,
 Build-Depends: debhelper (>= 9),
                dh-python,
-               python-all (>= 2.6.6-3~),
-               python-pbr (>= 0.11),
+               python-all,
+               python-pbr (>= 1.3),
                python-sphinx,
                python3-all,
-               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),
+               python3-pbr (>= 1.3),
+Build-Depends-Indep: python-cmd2,
+                     python-coverage,
+                     python-httplib2,
+                     python-mock (>= 1.3),
                      python-nose,
                      python-oslosphinx (>= 2.5.0),
-                     python-prettytable (>= 0.7),
-                     python-pyparsing (>= 2.0.1),
+                     python-prettytable,
+                     python-pyparsing,
                      python-six (>= 1.9.0),
-                     python-stevedore (>= 1.3.0),
-                     python3-cmd2 (>= 0.6.7),
-                     python3-coverage (>= 3.6),
-                     python3-httplib2 (>= 0.7.5),
-                     python3-mock (>= 1.0),
+                     python-stevedore (>= 1.5.0),
+                     python-unicodecsv,
+                     python3-cmd2,
+                     python3-coverage,
+                     python3-httplib2,
+                     python3-mock (>= 1.3),
                      python3-nose,
-                     python3-prettytable (>= 0.7),
-                     python3-pyparsing (>= 2.0.1),
+                     python3-prettytable,
+                     python3-pyparsing,
                      python3-six (>= 1.9.0),
-                     python3-stevedore (>= 1.3.0),
+                     python3-stevedore (>= 1.5.0),
+                     python3-unicodecsv,
 Standards-Version: 3.9.6
 Homepage: https://github.com/dreamhost/cliff
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-cliff/trunk/
@@ -36,15 +39,17 @@
 
 Package: python-cliff
 Architecture: all
-Depends: python-cmd2 (>= 0.6.7),
-         python-prettytable (>= 0.7),
-         python-pyparsing (>= 2.0.1),
+Depends: python-cmd2,
+         python-pbr (>= 1.3),
+         python-prettytable,
+         python-pyparsing,
          python-six (>= 1.9.0),
-         python-stevedore (>= 1.3.0),
+         python-stevedore (>= 1.5.0),
+         python-unicodecsv,
          ${misc:Depends},
          ${python:Depends},
-Recommends: ${python:Recommends}
-Suggests: python-cliff-doc
+Recommends: ${python:Recommends},
+Suggests: python-cliff-doc,
 Description: command line interface formulation framework - Python 2.x
  Cliff is a framework for building command line programs. It uses plugins to
  define sub-commands, output formatters, and other extensions.
@@ -57,15 +62,17 @@
 
 Package: python3-cliff
 Architecture: all
-Depends: python3-cmd2 (>= 0.6.7),
-         python3-prettytable (>= 0.7),
-         python-pyparsing (>= 2.0.1),
+Depends: python3-cmd2,
+         python3-pbr (>= 1.3),
+         python3-prettytable,
+         python3-pyparsing,
          python3-six (>= 1.9.0),
-         python-stevedore (>= 1.3.0),
+         python3-stevedore (>= 1.5.0),
+         python3-unicodecsv,
          ${misc:Depends},
          ${python3:Depends},
-Recommends: ${python3:Recommends}
-Suggests: python-cliff-doc
+Recommends: ${python3:Recommends},
+Suggests: python-cliff-doc,
 Description: command line interface formulation framework - Python 3.x
  Cliff is a framework for building command line programs. It uses plugins to
  define sub-commands, output formatters, and other extensions.
@@ -79,7 +86,9 @@
 Package: python-cliff-doc
 Architecture: all
 Section: doc
-Depends: libjs-sphinxdoc, ${misc:Depends}, ${sphinxdoc:Depends}
+Depends: libjs-sphinxdoc,
+         ${misc:Depends},
+         ${sphinxdoc:Depends},
 Description: command line interface formulation framework documentation
  Cliff is a framework for building command line programs. It uses plugins to
  define sub-commands, output formatters, and other extensions.

Modified: packages/python-cliff/trunk/debian/python-cliff-doc.examples
===================================================================
--- packages/python-cliff/trunk/debian/python-cliff-doc.examples	2015-09-02 16:44:32 UTC (rev 34113)
+++ packages/python-cliff/trunk/debian/python-cliff-doc.examples	2015-09-02 19:46:17 UTC (rev 34114)
@@ -1,2 +1,2 @@
+demoapp/cliffdemo
 demoapp/setup.py
-demoapp/cliffdemo




More information about the Python-modules-commits mailing list