[Python-modules-team] sphinx_1.4.6-1~bpo8+1_amd64.changes ACCEPTED into jessie-backports
Debian FTP Masters
ftpmaster at ftp-master.debian.org
Mon Oct 3 17:48:11 UTC 2016
Accepted:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Mon, 03 Oct 2016 19:36:57 +0300
Source: sphinx
Binary: python-sphinx python3-sphinx sphinx-common sphinx-doc libjs-sphinxdoc
Architecture: source all
Version: 1.4.6-1~bpo8+1
Distribution: jessie-backports
Urgency: medium
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Changed-By: Al Nikolov <clown at debian.org>
Description:
libjs-sphinxdoc - JavaScript support for Sphinx documentation
python-sphinx - documentation generator for Python projects (implemented in Pytho
python3-sphinx - documentation generator for Python projects (implemented in Pytho
sphinx-common - documentation generator for Python projects - common data
sphinx-doc - documentation generator for Python projects - documentation
Closes: 649488 776443 779458 781849 792715 793045 795976 814909 820895 822197 824375 829118 833799 835026
Changes:
sphinx (1.4.6-1~bpo8+1) jessie-backports; urgency=medium
.
* Rebuild for jessie-backports.
.
sphinx (1.4.6-1) unstable; urgency=medium
.
* New upstream bugfix release (closes: #835026).
* Bump python[3]-six dependency to 1.5, following upstream.
* dh_sphinxdoc: Include the list of packages in the error message about
documentation not found (closes: #833799).
.
sphinx (1.4.5-1) unstable; urgency=medium
.
* New upstream bugfix release.
* Drop upstream patches:
- fix_ltz_utcoffset.diff
- latex_code_robust.diff
.
sphinx (1.4.4-3) unstable; urgency=medium
.
* Backport upstream patch (latex_code_robust.diff) to fix the \code
command in generated LaTeX files (closes: #829118).
.
sphinx (1.4.4-2) unstable; urgency=medium
.
* Update Python 2 autopkgtest to not run tests that require Python 3.
* Add a patch to fix return type of LocalTimeZone.utcoffset when
SOURCE_DATE_EPOCH is set (fix_ltz_utcoffset.diff).
.
sphinx (1.4.4-1) unstable; urgency=medium
.
* New upstream bugfix release.
- Autodoc now removes all memory addresses (closes: #822197).
* Drop python3-xapian build-dependency for unstable upload: it is not
yet available in unstable.
* Build-depend on graphviz so that the corresponding tests are not
skipped.
* Do not install the bundled TeX files from texinput directory:
- fncychap.sty (available in texlive-latex-extra)
- iftex.sty (available in texlive-generic-extra)
- needspace.sty (available in texlive-latex-extra)
- newfloat.sty (available in texlive-latex-recommended)
* Suggest texlive-generic-extra instead (the other packages are already in
the Suggests list).
* Upload to unstable.
.
sphinx (1.4.3-1) experimental; urgency=medium
.
* New upstream bugfix release.
* Drop the following patches, applied upstream:
- 0004-Extend-SOURCE_DATE_EPOCH-support.patch
- 0005-Adapt-to-typing-private-API-change-in-Python-3.5.2.patch
- 0006-Make-custom-compile_catalog-command-work-with-Babel-.patch
- 0007-Load-compatibility-patch-for-LuaTeX-0.85.patch
- 0008-Make-Xapian-search-work-with-Python-3.patch
* Add Takeshi KOMIYA’s signing key to debian/upstream/signing-key.asc.
* Bump version number in sphinx-autogen manpage.
* Build-depend on texlive-generic-extra (for iftex package).
.
sphinx (1.4.1-2) experimental; urgency=medium
.
* Add a patch to make Xapian search tests pass with Python 3.
.
sphinx (1.4.1-1) experimental; urgency=medium
.
* New upstream release (closes: #824375).
* Drop the following patches, applied upstream:
- disable_distribute_setup.diff
- source_date_epoch.diff
- reproducible_grammar.diff
- reproducible_inventory.diff
- reproducible_js_locale.diff
- reproducible_searchindex.diff
* Refresh and rebase other patches.
* Update debian/watch to correctly mangle upstream alpha releases.
* Demote sphinx-rtd-theme to Suggests, it has become optional.
* Add dependency on python[3]-imagesize packages.
* Bump Pygments build- and test dependencies to 2.1.1.
* Demote python-sphinx recommendation of sphinx-doc to a suggestion.
* Refactor the command to run tests to better match upstream.
* Build-depend on dvipng to get the pngmath test run.
* Update numbers in jstest/run-tests for the new version.
* Add a patch from Alexis Bienvenüe to extend SOURCE_DATE_EPOCH support
(closes: #820895).
* Add a patch to fix a typing-related test failure with Python 3.5.2.
* Update debian/copyright based on upstream LICENSE and AUTHORS files.
* Add a patch to make compile_catalog code work with python-babel 2.3.
* Add a patch to support LuaTeX 0.85.
* Build-depend on texlive-luatex for tests.
* Adapt dh-sphinxdoc/install-js for doctools.js changes.
* Update sphinx-autogen manpage.
* Bump Standards-Version to 3.9.8, no changes needed.
* Build-depend on python3-xapian (closes: #649488).
.
sphinx (1.3.6-2) unstable; urgency=medium
.
* Use implementation of jstest from Iain Lane in hope it succeeds on
buildds.
.
sphinx (1.3.6-1) unstable; urgency=medium
.
* New upstream bugfix release.
* Port jstest to WebKit2 (closes: #814909).
* Remove the now obsolete debian/TODO file.
* Update debian/source/lintian-overrides for new Lintian versions.
* Use https in Vcs-Git field.
* Bump Standards-Version to 3.9.7, no changes needed.
.
sphinx (1.3.5-1) unstable; urgency=medium
.
* New upstream bugfix release.
* Build-depend on Pygments 2.1, the testsuite now requires it.
.
sphinx (1.3.4-1) unstable; urgency=medium
.
* New upstream bugfix release.
* Clean and ignore auto-generated files.
* jstest.py: Add gi.require_version() calls to fix warnings from PyGI.
* Bump version number in sphinx-autogen manpage.
.
sphinx (1.3.3-1) unstable; urgency=medium
.
* New upstream bugfix release.
.
sphinx (1.3.2-1) unstable; urgency=medium
.
* New upstream release.
* Drop the following patches, applied upstream:
- py35compat.diff
- no_theme_rename_warning.diff
- addto_only_babel.diff
- print_help.diff
- compat_css.diff
* Refresh and rebase other patches.
* Stop exporting SOURCE_DATE_EPOCH in debian/rules.
Debhelper does it automatically since version 9.20151004.
* Update sphinx-autogen.1 man page.
.
sphinx (1.3.1-8) unstable; urgency=medium
.
* Do not fail on removing SOURCES.txt file when it does not exist.
Fixes build with dh-python ≥ 2.20151103.
.
sphinx (1.3.1-7) unstable; urgency=medium
.
* Make libjs-sphinxdoc depend on libjs-jquery ≥ 1.11.1 and libjs-underscore
≥ 1.3.1, as these are the versions used by upstream.
* Fix command in autopkgtests to make them pass.
* Update Vcs fields for Git migration.
.
sphinx (1.3.1-6) unstable; urgency=medium
.
* Update reproducibility patches to the latest version from Val Lorentz:
- Update reproducible_grammar.diff.
- Make searchindex generation deterministic (reproducible_searchindex.diff).
.
sphinx (1.3.1-5) unstable; urgency=medium
.
* Fix remaining reproducibility issues (closes: #795976):
- Export SOURCE_DATE_EPOCH in debian/rules.
- Set PYTHONHASHSEED=0 when generating grammar files.
- Make grammar generation deterministic (reproducible_grammar.diff).
- Make inventory generation deterministic (reproducible_inventory.diff).
- Make JavaScript locales deterministic (reproducible_js_locale.diff).
Many thanks to Val Lorentz for the patches.
* Drop XS-Testsuite header, no longer needed with dpkg ≥ 1.17.11.
.
sphinx (1.3.1-4) unstable; urgency=medium
.
* Fix message when calling sphinx-build without arguments
(print_help.diff; closes: #792715).
* Add compatibility default.css file (compat_css.diff).
* Upload to unstable.
.
sphinx (1.3.1-3) experimental; urgency=medium
.
* Update debian/TODO with the actual information.
* Backport upstream patch to disable warning about renamed default theme
(no_theme_rename_warning.diff).
* Backport upstream patch to not insert babel-specific code to generated
LaTeX files when babel is not in use (addto_only_babel.diff).
* Add support for $SOURCE_DATE_EPOCH environment variable, to make
the documentation builds reproducible (source_date_epoch.diff).
* dh_sphinxdoc: Symlink css3-mediaqueries.js, thanks to Jakub Wilk
for the patch (closes: #793045).
* dh_sphinxdoc: Add support for symlinking files specific to the RTD
theme (closes: #781849).
* Bump version number in sphinx-autogen manpage.
* Drop initialize_autodoc.diff, the bug seems to be fixed differently
upstream.
* Update bug URL in a comment in debian/rules for move to GitHub.
.
sphinx (1.3.1-2) experimental; urgency=medium
.
[ Dmitry Shachnev ]
* debian/patches/no_snowballstemmer.diff: Exclude snowballstemmer
from setup.py and egg-info requirements.
* Move the signing keys to debian/upstream/signing-key.asc.
.
[ Barry Warsaw ]
* debian/patches/py35compat.diff: Python 3.5 compatibility.
.
sphinx (1.3.1-1) experimental; urgency=medium
.
[ Helmut Grohne ]
* Mark libjs-sphinxdoc Multi-Arch: foreign (closes: #779458).
.
[ Dmitry Shachnev ]
* New upstream release.
- The codebase now works with Python 3 with no need to run 2to3.
- Output is now reproducible (closes: #776443).
* Remove patches:
- python3_test_build_dir.diff (no longer needed)
- parallel_2to3.diff (no longer needed)
- fix_latex_hlines.diff (applied upstream)
* Bump required versions of python, docutils and pygments.
* Build-depend and depend on:
- python[3]-six
- python[3]-babel
- python[3]-sphinx-rtd-theme
- python[3]-alabaster
* Add python[3]-mock to build-dependencies and test dependencies.
* Use upstream tarball, which now contains non-minified versions of
jquery.js and underscore.js.
* Update debian/watch to use pypi.debian.net redirector.
* Simplify debian/rules:
- Adjust for using upstream tarballs.
- Do not mention site-packages anymore.
* Update JS tests for the new version.
* Add a patch to skip JS libraries versions check.
* Drop 2to3 call from debian/tests/python3-sphinx.
* Properly clean up after running tests.
* Bring debian/copyright in sync with upstream AUTHORS file.
* Disable snowballstemmer-based search until upstream implements
it correctly (without JS blobs) and we get snowballstemmer packaged.
* Bump Standards-Version to 3.9.6, no changes needed.
* Override lintian false positive warnings about missing sources for
minified files (jquery.js, underscore.js, and css3-mediaqueries.js).
* debian/dh-sphinxdoc/install-js: Update list of files to be installed.
Checksums-Sha1:
72d7c7f048c182748503b5481045469fec0cbf9a 3094 sphinx_1.4.6-1~bpo8+1.dsc
a54182bae2e510849af303ece7ef1832006d7b44 33440 sphinx_1.4.6-1~bpo8+1.debian.tar.xz
62d6c45c2ef3aeb6c4f728c04b224e6b3804686e 431544 python-sphinx_1.4.6-1~bpo8+1_all.deb
58e19da69c9a705e6d6ecb7a6eba5a4bef1a47fe 430752 python3-sphinx_1.4.6-1~bpo8+1_all.deb
41eda15a53136938cb6bda7d284bdc1237dcf528 349364 sphinx-common_1.4.6-1~bpo8+1_all.deb
c39763b118bf9bd4f87662cd919b2f80adf9986d 1166118 sphinx-doc_1.4.6-1~bpo8+1_all.deb
75b496967893ee57970a6684ac62094c7de17c50 66972 libjs-sphinxdoc_1.4.6-1~bpo8+1_all.deb
Checksums-Sha256:
938a971c274a4d9056e4da4f647290265e3ae7f0f52c91eb97d8531c0c5ae9e2 3094 sphinx_1.4.6-1~bpo8+1.dsc
df9e5295d61550cd7e0ee824a1328f32eee76fe0ea4d6eafaf7e2b3fa81d01cb 33440 sphinx_1.4.6-1~bpo8+1.debian.tar.xz
052374042a9d56c6d7c6abc656eb3a447bb77a15b3b22330adb418e2bdab335e 431544 python-sphinx_1.4.6-1~bpo8+1_all.deb
d49eb5845ee4945b18d1101069f2a03e3f427fa5d43d1f20afc6da5c3a380d27 430752 python3-sphinx_1.4.6-1~bpo8+1_all.deb
9fb42b2394901b029134fe6315aa6c8a182c2cf40fa5dc2e0f2a22cfe4525e8e 349364 sphinx-common_1.4.6-1~bpo8+1_all.deb
a1a07858162e9bd051370b24269f1c40638448c37abd8a0ef5fdd426db227a87 1166118 sphinx-doc_1.4.6-1~bpo8+1_all.deb
1d02992c795e30dd4f048ee1b4e5882668f6b4c02ce3e9b7c4d38f671cb163e6 66972 libjs-sphinxdoc_1.4.6-1~bpo8+1_all.deb
Files:
1e8ffffb8b130f90d9033024a12a26cb 3094 python optional sphinx_1.4.6-1~bpo8+1.dsc
10b6dd42e8bd4c19e32594712c80898f 33440 python optional sphinx_1.4.6-1~bpo8+1.debian.tar.xz
eeca20781128bba7c9e271d9b44decce 431544 python optional python-sphinx_1.4.6-1~bpo8+1_all.deb
cfbc8931cfa53bf79ca1abaf65c60124 430752 python optional python3-sphinx_1.4.6-1~bpo8+1_all.deb
64d3c9b3ab62499a9a274fad2138ffab 349364 python optional sphinx-common_1.4.6-1~bpo8+1_all.deb
1e403dc0cd144669328edaae6a685177 1166118 doc optional sphinx-doc_1.4.6-1~bpo8+1_all.deb
ecaf6575daf7ac3523f4760424839d4f 66972 web optional libjs-sphinxdoc_1.4.6-1~bpo8+1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBAgAGBQJX8o07AAoJEFZuhhMERo3sU2kQAJ4N0s5ZXo5aT13WhQecJ16+
MEd8BRwuzos/haYqsydtMVf7lqKrOhAnCSmWYTErJz1B6laxK6EbOL1TjzqyGU+q
+Yar8irK5nnZ0B/ZDmX+OBBtfByuxR1OfZo0VWU+axwPWU5maNO7qSnxa+OYRMrj
K32NLNRJz2bpYbNrwpfUpcBFYBHbKkqtPGNkZ41zglHD0pPxzs1GlB3kyubXcg5r
NtslK0vBqEYzBecSBtnaNwGYEJSBXfusrRGlIqZUZuStzFhk+CgqRlQ3s1vtvrhJ
HieVkOKm/afVYNhqDkP2r65Dt50MjlEki/cHnrBdihVWolDmZjJ7eyd7TEARIF/c
fG6At6qfLW/gn9wGvoOMZTPnvqkepPJrnVkq0u4RYQXPg8IugiS+96jsN2Iosb9S
mg20UeOm03cwokuqoEtn8Gg+4MKxDUulLwSZAtGj73MkBcJ4zss0vP5VTzYjxNK3
rT518JveTmUJg96YBYT0Ri56LCTRtPuUJ3F+qU/hD4hvYiyKRJQ5XwuZD77l5GRK
QPGp98OE/P6d0xO4CVwaBTQ38oJxCy0s5mbmGxp3w4EtjW5BSVdmKUa7FuFccBmz
pjl2Wr4o3uK7w2P2sV+u0YDBXGoNp4bpYkagLx9RnlCudGRmRauhHyQFNhyrdgdg
WqT4tj/24DXVwZMm5bKB
=iN7u
-----END PGP SIGNATURE-----
Thank you for your contribution to Debian.
More information about the Python-modules-team
mailing list