[Python-modules-commits] r33426 - in packages/plainbox/trunk/debian (3 files)
zyga-guest at users.alioth.debian.org
zyga-guest at users.alioth.debian.org
Tue Jul 21 11:12:04 UTC 2015
Date: Tuesday, July 21, 2015 @ 11:12:02
Author: zyga-guest
Revision: 33426
* New upstream release (sorry for skipping 0.21) with multiple fixes and new
features.
* One important feature is the introduction of exporter units that allow
test developers to put any customized report directly into the test
provider package. This allows us to remove all association with Ubuntu or
Canonical from the core plainbox package and make it more universal for
Debian and other distributions.
* debian/control: Drop dependency on python3-lxml (and the associated
security issues). Upstream moved away from lxml and has adopted Jinja2 as
a more flexible system for creating arbitrary text-based reports.
* debian/control: Make the dependency on python3-xlsxwriter explicit as it
is now more directly tested and not so much optional.
* debian/patches/documentation-theme: refresh patch
Modified:
packages/plainbox/trunk/debian/changelog
packages/plainbox/trunk/debian/control
packages/plainbox/trunk/debian/patches/documentation-theme
Modified: packages/plainbox/trunk/debian/changelog
===================================================================
--- packages/plainbox/trunk/debian/changelog 2015-07-21 06:41:13 UTC (rev 33425)
+++ packages/plainbox/trunk/debian/changelog 2015-07-21 11:12:02 UTC (rev 33426)
@@ -1,3 +1,21 @@
+plainbox (0.22-1) UNRELEASED; urgency=medium
+
+ * New upstream release (sorry for skipping 0.21) with multiple fixes and new
+ features.
+ * One important feature is the introduction of exporter units that allow
+ test developers to put any customized report directly into the test
+ provider package. This allows us to remove all association with Ubuntu or
+ Canonical from the core plainbox package and make it more universal for
+ Debian and other distributions.
+ * debian/control: Drop dependency on python3-lxml (and the associated
+ security issues). Upstream moved away from lxml and has adopted Jinja2 as
+ a more flexible system for creating arbitrary text-based reports.
+ * debian/control: Make the dependency on python3-xlsxwriter explicit as it
+ is now more directly tested and not so much optional.
+ * debian/patches/documentation-theme: refresh patch
+
+ -- Zygmunt Krynicki <zygmunt.krynicki at canonical.com> Tue, 21 Jul 2015 12:22:03 +0200
+
plainbox (0.20-1) unstable; urgency=medium
* Use the new pypi redirector
Modified: packages/plainbox/trunk/debian/control
===================================================================
--- packages/plainbox/trunk/debian/control 2015-07-21 06:41:13 UTC (rev 33425)
+++ packages/plainbox/trunk/debian/control 2015-07-21 11:12:02 UTC (rev 33426)
@@ -8,10 +8,11 @@
python3-all,
python3-distutils-extra,
python3-docutils,
- python3-lxml,
+ python3-jinja2,
python3-pkg-resources,
python3-setuptools,
- python3-sphinx
+ python3-sphinx,
+ python3-xlsxwriter
Standards-Version: 3.9.6
X-Python3-Version: >= 3.2
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/plainbox/trunk/
@@ -52,8 +53,8 @@
Section: python
Depends: plainbox-secure-policy (= ${binary:Version}) | plainbox-insecure-policy (= ${binary:Version}),
policykit-1,
- python3-lxml,
python3-pkg-resources,
+ python3-xlsxwriter,
${misc:Depends},
${python3:Depends}
Suggests: python3-xlsxwriter
Modified: packages/plainbox/trunk/debian/patches/documentation-theme
===================================================================
--- packages/plainbox/trunk/debian/patches/documentation-theme 2015-07-21 06:41:13 UTC (rev 33425)
+++ packages/plainbox/trunk/debian/patches/documentation-theme 2015-07-21 11:12:02 UTC (rev 33426)
@@ -5,11 +5,11 @@
Author: Zygmunt Krynicki <zygmunt.krynicki at canonical.com>
Origin: upstream
Forwarded: not-needed
-Last-Update: 2014-03-18
+Last-Update: 2015-07-21
--- a/docs/conf.py
+++ b/docs/conf.py
-@@ -108,18 +108,11 @@
+@@ -126,19 +126,11 @@ pygments_style = 'sphinx'
# Use our custom theme. For now it only adds Disqus.com support but we may
# customize it further later on. The theme is called 'plainbox' and has one
# option which controls if disqus is active or not.
@@ -24,7 +24,8 @@
-# plainbox.readthedocs.org so only use it if building for readthedocs.
-
-html_theme_options = {
-- 'show_disqus': 'true' if os.environ.get("READTHEDOCS", None) == 'True' else ''
+- 'show_disqus': 'true' if os.environ.get(
+- "READTHEDOCS", None) == 'True' else ''
-}
# Add any paths that contain custom themes here, relative to this directory.
More information about the Python-modules-commits
mailing list