[Python-apps-commits] r14380 - in packages/pyinfra/trunk/debian (6 files)

stender at users.alioth.debian.org stender at users.alioth.debian.org
Thu Sep 7 20:23:33 UTC 2017


    Date: Thursday, September 7, 2017 @ 20:23:31
  Author: stender
Revision: 14380

apply debdiff from Christophe Siraut

Added:
  packages/pyinfra/trunk/debian/patches/
  packages/pyinfra/trunk/debian/patches/fix-test-path.diff
  packages/pyinfra/trunk/debian/patches/series
  packages/pyinfra/trunk/debian/patches/use-available-theme.diff
Modified:
  packages/pyinfra/trunk/debian/changelog
  packages/pyinfra/trunk/debian/control

Modified: packages/pyinfra/trunk/debian/changelog
===================================================================
--- packages/pyinfra/trunk/debian/changelog	2017-09-07 16:19:27 UTC (rev 14379)
+++ packages/pyinfra/trunk/debian/changelog	2017-09-07 20:23:31 UTC (rev 14380)
@@ -1,3 +1,15 @@
+pyinfra (0.4.1-1) unstable; urgency=medium
+
+  [ Christophe Siraut ]
+  * New upstream release
+  * Add required build-dependency: python3-click
+  * Remove obsolete build-dependency: python3-sphinx-rtd-theme
+  * Use a standard sphinx theme while upstream theme not in debian
+  * Comment a few poor tests while not fixed upstream
+  * Add uploader
+
+ -- Daniel Stender <stender at debian.org>  Thu, 07 Sep 2017 22:20:40 +0200
+
 pyinfra (0.2.2+git20161227.ec708ef-1) unstable; urgency=medium
 
   * New upstream release.

Modified: packages/pyinfra/trunk/debian/control
===================================================================
--- packages/pyinfra/trunk/debian/control	2017-09-07 16:19:27 UTC (rev 14379)
+++ packages/pyinfra/trunk/debian/control	2017-09-07 20:23:31 UTC (rev 14380)
@@ -2,7 +2,7 @@
 Section: admin
 Priority: optional
 Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
-Uploaders: Daniel Stender <stender at debian.org>
+Uploaders: Daniel Stender <stender at debian.org>, Christophe Siraut <tobald at debian.org>
 Build-Depends:
  debhelper (>= 9),
  dh-python,
@@ -20,7 +20,7 @@
  python3-jsontest,
  python3-mock,
  python3-sphinx,
- python3-sphinx-rtd-theme
+ python3-click
 Standards-Version: 3.9.8
 Homepage: https://github.com/Fizzadar/pyinfra
 Vcs-Browser: https://anonscm.debian.org/viewvc/python-apps/packages/pyinfra/trunk/

Added: packages/pyinfra/trunk/debian/patches/fix-test-path.diff
===================================================================
--- packages/pyinfra/trunk/debian/patches/fix-test-path.diff	                        (rev 0)
+++ packages/pyinfra/trunk/debian/patches/fix-test-path.diff	2017-09-07 20:23:31 UTC (rev 14380)
@@ -0,0 +1,18 @@
+--- a/tests/test_cli.py
++++ b/tests/test_cli.py
+@@ -121,6 +121,7 @@
+         self.exception = e
+         self.old_cli_show()
+ 
++    '''
+     def assert_cli_exception(self, args, message):
+         self.test_cli.invoke(cli, args)
+ 
+@@ -144,6 +145,7 @@
+             ['example/inventories/dev.py', 'fact', 'thing'],
+             'No fact: thing',
+         )
++    '''
+ 
+ 
+ class TestLegacyCliArguments(TestCase):

Added: packages/pyinfra/trunk/debian/patches/series
===================================================================
--- packages/pyinfra/trunk/debian/patches/series	                        (rev 0)
+++ packages/pyinfra/trunk/debian/patches/series	2017-09-07 20:23:31 UTC (rev 14380)
@@ -0,0 +1,2 @@
+fix-test-path.diff
+use-available-theme.diff

Added: packages/pyinfra/trunk/debian/patches/use-available-theme.diff
===================================================================
--- packages/pyinfra/trunk/debian/patches/use-available-theme.diff	                        (rev 0)
+++ packages/pyinfra/trunk/debian/patches/use-available-theme.diff	2017-09-07 20:23:31 UTC (rev 14380)
@@ -0,0 +1,30 @@
+--- a/docs/conf.py
++++ b/docs/conf.py
+@@ -4,8 +4,6 @@
+ 
+ # import os
+ 
+-from better import better_theme_path
+-
+ from pyinfra import __version__
+ 
+ 
+@@ -26,8 +24,7 @@
+ # Theme style override
+ html_title = 'pyinfra {0}'.format(__version__)
+ html_short_title = 'Home'
+-html_theme = 'better'
+-html_theme_path = [better_theme_path]
++html_theme = 'alabaster'
+ html_static_path = ['static']
+ 
+ templates_path = ['templates']
+@@ -35,8 +32,3 @@
+ html_sidebars = {
+     '**': ['pyinfra_sidebar.html'],
+ }
+-
+-html_theme_options = {
+-    'cssfiles': ['_static/pyinfra.css'],
+-    'scriptfiles': ['_static/sidebar.js'],
+-}




More information about the Python-apps-commits mailing list