1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135
|
sphinxcontrib-programoutput (0.16-1) unstable; urgency=medium
* New upstream release:
- Can be built with Sphinx 2.4 (Closes: #955106, #955077).
* Removed now not needed patches:
- fix-tests-for-sphinx-1.8.patch.
- use-py3-in-tests.patch.
* Switch to debhelper-compat (= 11).
* Standards-Version: 4.5.0.
-- Thomas Goirand <zigo@debian.org> Thu, 16 Apr 2020 09:33:15 +0200
sphinxcontrib-programoutput (0.11-5) unstable; urgency=medium
[ Ondřej Nový ]
* Run wrap-and-sort -bastk.
[ Thomas Goirand ]
* Removed python-pytest b-depends (Closes: #938537).
* Add patch to use py3 in tests instead of py2.
-- Thomas Goirand <zigo@debian.org> Sun, 19 Jan 2020 20:43:58 +0100
sphinxcontrib-programoutput (0.11-4) unstable; urgency=medium
[ Ondřej Nový ]
* d/control: Set Vcs-* to salsa.debian.org
* d/control: Use team+openstack@tracker.debian.org as maintainer
* Use 'python3 -m sphinx' instead of sphinx-build for building docs
* Use debhelper-compat instead of debian/compat.
[ Thomas Goirand ]
* Removed Python 2 support (Closes: #938537).
-- Thomas Goirand <zigo@debian.org> Fri, 06 Sep 2019 09:18:21 +0200
sphinxcontrib-programoutput (0.11-3.1) unstable; urgency=medium
* Non-maintainer upload.
* Fix FTBFS with Sphinx 1.8 by backporting patch from upstream.
(Closes: #918309)
-- Chris Lamb <lamby@debian.org> Sat, 09 Mar 2019 22:26:13 +0000
sphinxcontrib-programoutput (0.11-3) unstable; urgency=medium
* Team upload.
* Change upstream to
https://github.com/NextThought/sphinxcontrib-programoutput
(Closes: #874255)
-- Ondřej Nový <onovy@debian.org> Sun, 21 Jan 2018 15:01:43 +0100
sphinxcontrib-programoutput (0.11-2) unstable; urgency=medium
* Removed failing tests with LANG=C (Closes: #880909).
* Fix $PYTHONPATH when building sphinx doc.
* Standards-Version is now 4.1.1.
-- Thomas Goirand <zigo@debian.org> Thu, 09 Nov 2017 11:09:36 +0000
sphinxcontrib-programoutput (0.11-1) unstable; urgency=medium
[ Daniel Baumann ]
* Updating vcs fields.
* Updating copyright format url.
* Updating maintainer field.
* Running wrap-and-sort -bast.
* Updating standards version to 4.0.0.
* Removing gbp.conf, not used anymore or should be specified in the
developers dotfiles.
* Updating standards version to 4.0.1.
* Deprecating priority extra as per policy 4.0.1.
* Updating standards version to 4.1.0.
[ Thomas Goirand ]
* New upstream release:
- Builds with sphinx 1.6+ (Closes: #871313).
* Remove all patches.
* Using setup.py test to run tests.
* Removed transition package.
-- Thomas Goirand <zigo@debian.org> Tue, 24 Oct 2017 20:11:33 +0000
sphinxcontrib-programoutput (0.8-5) unstable; urgency=medium
[ Ondřej Nový ]
* Fixed VCS URLs (https).
* d/rules: Changed UPSTREAM_GIT protocol to https
* d/copyright: Changed source URL to https protocol
[ Thomas Goirand ]
* Fix FTBFS with Sphinx 1.4.x:
- adds suppress-warnings-for-app.add_directive.patch (Closes: #832848).
* Reviewed build-depends vs build-depends-indep.
* Removed non-active uploaders.
* Added dh-python as build-depends.
* Removed version of python-all / python3-all build-depends.
* Standards-Version: 3.9.8 (no change).
* Fixed debian/copyright ordering.
-- Thomas Goirand <zigo@debian.org> Mon, 01 Aug 2016 11:34:26 +0000
sphinxcontrib-programoutput (0.8-4) unstable; urgency=medium
* Fix FTBFS with sphinx 1.3 by switching from default to basic theme. Thanks
to Dmitry Shachnev <mitya57@debian.org> for this patch (Closes: #787857).
-- Thomas Goirand <zigo@debian.org> Sun, 07 Jun 2015 11:16:48 +0200
sphinxcontrib-programoutput (0.8-3) unstable; urgency=medium
* Fixed wrong VCS URLs.
* Standards-Version: is now 3.9.5.
* Added py.test unit tests.
* Renamed binary package as python-sphinxcontrib.programoutput, to respect
the sphinxcontrib namespace packaging. Sorry for the mistake :(
* Overrides dh_* which we don't need to run.
* Added sphinx doc.
* Added Python 3 support.
-- Thomas Goirand <zigo@debian.org> Sat, 28 Jun 2014 22:21:01 +0800
sphinxcontrib-programoutput (0.8-2) unstable; urgency=low
* Do no build-depends on openstack-pkg-tools.
* Ran wrap-and-sort.
-- Thomas Goirand <zigo@debian.org> Wed, 20 Nov 2013 20:43:38 +0800
sphinxcontrib-programoutput (0.8-1) unstable; urgency=low
* Initial release. (Closes: #724909)
-- Thomas Goirand <zigo@debian.org> Sun, 29 Sep 2013 23:48:40 +0800
|