[med-svn] [Git][med-team/sphinxcontrib-autoprogram][master] Version 0.1.4 should work with sphinx 1.7
Andreas Tille
gitlab at salsa.debian.org
Tue Apr 17 11:14:34 BST 2018
Andreas Tille pushed to branch master at Debian Med / sphinxcontrib-autoprogram
Commits:
eff67d59 by Andreas Tille at 2018-04-17T12:14:14+02:00
Version 0.1.4 should work with sphinx 1.7
- - - - -
3 changed files:
- debian/changelog
- − debian/patches/series
- − debian/patches/sphinx_1.7.patch
Changes:
=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,16 +1,15 @@
sphinxcontrib-autoprogram (0.1.4-1) UNRELEASED; urgency=medium
* New upstream version
+ Closes: #895849
* cme fix dpkg-control
* debhelper 11
* d/watch: Use https://pypi.debian.net
- * add upstream patch fo work with Sphinx 1.7
- Closes: #895849
* Standards-Version: 4.1.4
* Point Vcs fields to salsa.debian.org
* Testsuite: autopkgtest-pkg-python
- -- Andreas Tille <tille at debian.org> Mon, 26 Mar 2018 19:06:47 +0200
+ -- Andreas Tille <tille at debian.org> Tue, 17 Apr 2018 11:06:56 +0200
sphinxcontrib-autoprogram (0.1.2-2) UNRELEASED; urgency=medium
=====================================
debian/patches/series deleted
=====================================
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-sphinx_1.7.patch
=====================================
debian/patches/sphinx_1.7.patch deleted
=====================================
--- a/debian/patches/sphinx_1.7.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From: Zach Riggle <zachriggle at users.noreply.github.com>
-Date: Tue, 20 Feb 2018 12:41:42 -0600
-Subject: [PATCH] Make autoprogram work with Sphinx 1.7
-Bug-Debian: https://bugs.debian.org/895849
-Origin: https://github.com/sphinx-contrib/autoprogram/pull/2/commits/9b807e77a52fa242e14844fc4accf883a67cef9e
-
-`sphinx.util.compat` was removed from Sphinx 1.7
----
- sphinxcontrib/autoprogram.py | 8 +++++++-
- 1 file changed, 7 insertions(+), 1 deletion(-)
-
---- a/sphinxcontrib/autoprogram.py
-+++ b/sphinxcontrib/autoprogram.py
-@@ -25,6 +25,13 @@ from six.moves import builtins, reduce
- from sphinx.domains import std
- from sphinx.util.nodes import nested_parse_with_titles
-
-+try:
-+ # sphinx.util.compat.Directive class is now deprecated.
-+ # Please use instead docutils.parsers.rst.Directive
-+ from sphinx.util.compat import Directive
-+except ImportError:
-+ from docutils.parsers.rst import Directive
-+
- __all__ = ('AutoprogramDirective',
- 'AutoprogramDirectiveTestCase', 'ScannerTestCase',
- 'import_object', 'scan_programs', 'setup', 'suite')
View it on GitLab: https://salsa.debian.org/med-team/sphinxcontrib-autoprogram/commit/eff67d596b8f5cdc814a53835aa61fc9c7c7d1ae
---
View it on GitLab: https://salsa.debian.org/med-team/sphinxcontrib-autoprogram/commit/eff67d596b8f5cdc814a53835aa61fc9c7c7d1ae
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20180417/77b8282b/attachment-0001.html>
More information about the debian-med-commit
mailing list