[ubuntu/xenial-proposed] sphinx 1.3.1-7ubuntu1 (Accepted)
Matthias Klose
doko at ubuntu.com
Sat Oct 24 12:36:32 UTC 2015
sphinx (1.3.1-7ubuntu1) xenial; urgency=medium
* Merge with Debian; remaining changes:
- debian/control: Drop the build-dependency on python[3]-whoosh.
- Don't run debian/jstest/run-tests (why is this disabled)?
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.
Date: Sat, 24 Oct 2015 14:19:26 +0200
Changed-By: Matthias Klose <doko at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/sphinx/1.3.1-7ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Sat, 24 Oct 2015 14:19:26 +0200
Source: sphinx
Binary: python-sphinx python3-sphinx sphinx-common sphinx-doc libjs-sphinxdoc
Architecture: source
Version: 1.3.1-7ubuntu1
Distribution: xenial
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Matthias Klose <doko at ubuntu.com>
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: 776443 779458 781849 792715 793045 795976
Changes:
sphinx (1.3.1-7ubuntu1) xenial; urgency=medium
.
* Merge with Debian; remaining changes:
- debian/control: Drop the build-dependency on python[3]-whoosh.
- Don't run debian/jstest/run-tests (why is this disabled)?
.
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:
a56682c943f7f7238921eb7ca66cf65a46dfb108 3049 sphinx_1.3.1-7ubuntu1.dsc
c2288193166ee1f276b5f35a960e1d1e49aa74d4 3469782 sphinx_1.3.1.orig.tar.gz
350b812f24a2dc587fffa8450b07d54e9f2f8f70 34752 sphinx_1.3.1-7ubuntu1.debian.tar.xz
Checksums-Sha256:
6d27fa95f4a659b847b71b461efc1d4d2fda4cd3716c5515e9a519521ce50f4a 3049 sphinx_1.3.1-7ubuntu1.dsc
1a6e5130c2b42d2de301693c299f78cc4bd3501e78b610c08e45efc70e2b5114 3469782 sphinx_1.3.1.orig.tar.gz
622d98c5d4f2d0fd0bd2ea6bc4314364a1ada07a20c3879656c5c6bd77570994 34752 sphinx_1.3.1-7ubuntu1.debian.tar.xz
Files:
816162c32cff06f38fd37f38e13ed9e6 3049 python optional sphinx_1.3.1-7ubuntu1.dsc
8786a194acf9673464c5455b11fd4332 3469782 python optional sphinx_1.3.1.orig.tar.gz
bbe03228076fe4750599bf7641a43181 34752 python optional sphinx_1.3.1-7ubuntu1.debian.tar.xz
Original-Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJWK3kXAAoJEL1+qmB3j6b1RSwQAKAWV227nRxArdJDsyS8J0ON
KEzokGyOatwMSjKvMlgdXlg4EUPFDQEQMOrlgoFtSPev0bLDsj2/vP8SIDK05lKB
TX+UomZ4NNlLRjB0QDU86R25twtW3xEHX9XW9Qr3RoDjZ9W1fx6x5mPo70VLYco4
FbNR9PIhy1PNpHV9TMSeGy/f88Yi1O8jRxz95mBAwtnfUYJTuk6fP6Aio+Kxt1PJ
vTTVmfzcro6qSHsuxDKnHDTKcvb39kwqmIVS3ZUr8fZ6d9a2FwpZBtcuFs+gfbIm
FUR7QfcAIx9zE4/ECJGgqRV8bprrw2GrkXaUz5QgkkiXTLnintcpWRKBb2cLoI6M
vnAgjhVSis1eymV2Kn5VERTpjdAU63hNLdvL2fAc/SYDZVmjWunrh91qaIg9VyaO
4A6QN79TkyXsvVcIjk1Ll0OBljDltIVcdu9JnARj5tDn/zWaWTdTZ5JvPIydjDXP
sJMNiCryV4EZhQ+XfONrlblGCqJCrkWWMBDcxK+k/TQ0jI76lUxoi5fNTvtpbc9C
sDO98LavAoHF/HDfAtHYtx41UICRM4y/FSILvMupZhoxngvA8IVcT9r2LMtL+N6u
WUUwUTcYC2xbMONa/BiikyoqZ8gQLyLnchNv1W8aorejNT1havFcTDqzDMLK2idY
Sog/+1ByP8lSrPFZqdrN
=8pwZ
-----END PGP SIGNATURE-----
More information about the Xenial-changes
mailing list