[Python-modules-team] sphinx_1.3.6-2~bpo8+1_amd64.changes ACCEPTED into jessie-backports
Debian FTP Masters
ftpmaster at ftp-master.debian.org
Fri Jun 17 13:50:24 UTC 2016
Accepted:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Wed, 01 Jun 2016 15:56:11 +0300
Source: sphinx
Binary: python-sphinx python3-sphinx sphinx-common sphinx-doc libjs-sphinxdoc
Architecture: source all
Version: 1.3.6-2~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: 776443 779458 781849 792715 793045 795976 814909
Changes:
sphinx (1.3.6-2~bpo8+1) jessie-backports; urgency=medium
.
* Rebuild for jessie-backports.
.
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:
9bb8d933a501c22a4aeb0dc2feac1a1e02ef5d91 3016 sphinx_1.3.6-2~bpo8+1.dsc
b92657d8c8a96c60834c228685d46ac9f91b0a01 31524 sphinx_1.3.6-2~bpo8+1.debian.tar.xz
22a230af9d9a32b372fe1af01967574850125358 401850 python-sphinx_1.3.6-2~bpo8+1_all.deb
5c123c61f8e4e199c1972ac3e557f841df2b7d36 401082 python3-sphinx_1.3.6-2~bpo8+1_all.deb
b8035b10d9b2ad89bafcfac61a79a2cd05ca9d83 325102 sphinx-common_1.3.6-2~bpo8+1_all.deb
38d8c391eb3b4e49b88b60eceb5a3a49ced701d9 1127996 sphinx-doc_1.3.6-2~bpo8+1_all.deb
a1ad32baa59c42b756dec28c987dd480e607d9c9 57504 libjs-sphinxdoc_1.3.6-2~bpo8+1_all.deb
Checksums-Sha256:
422efb47d89562e4e412f193602de661083231113dec73383a92e7d22bc7cb4d 3016 sphinx_1.3.6-2~bpo8+1.dsc
ff5a78b0ebabe00ec95be065ce20c83ec9691827a8d35174d48d6f73c7fb322e 31524 sphinx_1.3.6-2~bpo8+1.debian.tar.xz
ebcdfd5226b2ed5cc6ff1e13768c1c7aec0bbe22b11f562ff6747b5dbcaf4a13 401850 python-sphinx_1.3.6-2~bpo8+1_all.deb
4c566092d7ebebd9beddecb12369c932a1aed3cacfc7d296f1955c128b0cfb5e 401082 python3-sphinx_1.3.6-2~bpo8+1_all.deb
d610f7db9c854a65274e41ca0c9ca49a33ee5d18a93441c65617c1077f17f2d4 325102 sphinx-common_1.3.6-2~bpo8+1_all.deb
da6527b2ab350e287678b9ab2ff1bc0523147f547dbf71e46580458fd33a93d5 1127996 sphinx-doc_1.3.6-2~bpo8+1_all.deb
64b9abde9bf2106d15e107f9b747c0fb57103145855ccc5119a8546777fc6f06 57504 libjs-sphinxdoc_1.3.6-2~bpo8+1_all.deb
Files:
9a39c8d17853b362f12186788a922936 3016 python optional sphinx_1.3.6-2~bpo8+1.dsc
823a1490ad1a68c55c1ff4ec55223eea 31524 python optional sphinx_1.3.6-2~bpo8+1.debian.tar.xz
7d28d6377667c777ac2fffb750130106 401850 python optional python-sphinx_1.3.6-2~bpo8+1_all.deb
043da3672edadaf71ea2ee11eec1c1a3 401082 python optional python3-sphinx_1.3.6-2~bpo8+1_all.deb
362c443e28a5fe6212b82cf7b3cf451c 325102 python optional sphinx-common_1.3.6-2~bpo8+1_all.deb
522eca32df8c6293fc151b62ee944a6b 1127996 doc optional sphinx-doc_1.3.6-2~bpo8+1_all.deb
e678399e110c6375a12d988bec34648b 57504 web optional libjs-sphinxdoc_1.3.6-2~bpo8+1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBAgAGBQJXY/jMAAoJEFZuhhMERo3sUHcP/0lBchOWApEcZBxG+dWV1i+z
NmIV7CPKi8hDrrXHhVcaTcIiRz8wBnMD15sl137yy5ZdwZpynNmFAEixPB0ZqQxm
l6HMSIbo61+Ve8+TvokZ3/0UUyZ+BlyotoWzOJF7S50CW7p1vVR7uNQROvol137P
dZjxQN3u9p5t1Ef+EYD9nxl7XN54VQFko1HlKQYC82GikjhgXRWthE0njFmxtugp
KSf14Db74iA8E8iNav8Vb27TeAbvepF/VTGtrcRTMu0TDJACFw0Om2ax1Sy4m3g6
B4gdhKrWYP6Ot0QQUeHVU0nMCRRuCdj19bt601Tj1aXWApVMXZ+qMIl8c7ajLG+i
9SvtUezTdnztO8ee+y37cMiMOix5g70R25LYANbVf/bFJ9X19lec3SNO45U3BOkQ
/aUaNx9USgij/ovJs8oRg7ff/iJXJKy8x/Ok+LKRRAD7kDKbWlhHe3sopPMuOsrQ
TXCjz42ijkufNDoDNCw4Qoq/XxVQ3PRG4htgKHBV2KQQaESuus3pNxNWTFN74FSJ
yn6CW+lx5vU6PuE2Ra3QMccLE9ew8SPFuYdwofzIudS5hKgrq004u++/rghsu1Xg
o53ulR61LwmjSWeQQYN9eSP5DHae1wb+7Bt9Z4VDYdjDDigzQHIZqNtMyYBAAhht
hYcMxgUXgbsM1sF+dvil
=w/Lv
-----END PGP SIGNATURE-----
Thank you for your contribution to Debian.
More information about the Python-modules-team
mailing list