[Python-modules-team] sphinx_1.3.4-1~bpo8+1_amd64.changes ACCEPTED into jessie-backports, jessie-backports

Debian FTP Masters ftpmaster at ftp-master.debian.org
Thu Jan 28 11:03:45 UTC 2016



Accepted:

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Tue, 19 Jan 2016 22:41:03 -0500
Source: sphinx
Binary: python-sphinx python3-sphinx sphinx-common sphinx-doc libjs-sphinxdoc
Architecture: source all
Version: 1.3.4-1~bpo8+1
Distribution: jessie-backports
Urgency: medium
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Changed-By: Harlan Lieberman-Berg <hlieberman at setec.io>
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.4-1~bpo8+1) jessie-backports; urgency=medium
 .
   * Rebuild for jessie-backports.
 .
 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:
 deaaa29827bd58e773ea4510e278715e5eb770a0 3046 sphinx_1.3.4-1~bpo8+1.dsc
 164cd850891cf93b8221dfd2e58fe54b06492ea8 31556 sphinx_1.3.4-1~bpo8+1.debian.tar.xz
 dd8b5aaa7d3a9b64a0da9194072f27f81dc49f8f 399950 python-sphinx_1.3.4-1~bpo8+1_all.deb
 f1627080e82ce02ada2885089a49e13cf3bf6f30 398752 python3-sphinx_1.3.4-1~bpo8+1_all.deb
 1d0cabc8f790ae20d8af09510f4e2934906c9e01 323948 sphinx-common_1.3.4-1~bpo8+1_all.deb
 57e463b9fa10282bd9f1dc87e7097c0714522c1e 1126078 sphinx-doc_1.3.4-1~bpo8+1_all.deb
 8e820abca472798803b06dd1c80691d3d0735ee0 56540 libjs-sphinxdoc_1.3.4-1~bpo8+1_all.deb
Checksums-Sha256:
 0493f3bfcbbccb44e581f93174fca3a14f709d7707a4976e3f4aac454d704dc3 3046 sphinx_1.3.4-1~bpo8+1.dsc
 5503d4564b9e2f8cd872b2a01f7aed3deb7dd63544b196dbaf62fbe410af0456 31556 sphinx_1.3.4-1~bpo8+1.debian.tar.xz
 ffcb6c3bc590f0d182350c8e0d14a63ba74f52aee49ce6e880b2be3ac4bf60f9 399950 python-sphinx_1.3.4-1~bpo8+1_all.deb
 e7d06a8ee42fd9049b4ad8b2165b43f4f62f7d6944196d8eb97756b5aacc5f98 398752 python3-sphinx_1.3.4-1~bpo8+1_all.deb
 105250219fde3b62b1af1265a7f93850ed5faf302acb2871cc9ba3405a97bc7f 323948 sphinx-common_1.3.4-1~bpo8+1_all.deb
 0cabb0bedfc8375bf1f51fac5ccee8417f2fe32bfecb54b4cc142e458adc4f96 1126078 sphinx-doc_1.3.4-1~bpo8+1_all.deb
 7332a434d7fbc72b4ffc68ef29e0d4a0bb01bcbc2f0b4ea3001fa620fb5a5619 56540 libjs-sphinxdoc_1.3.4-1~bpo8+1_all.deb
Files:
 a9a0fe3565d7232ba4fcfd780bbcd129 3046 python optional sphinx_1.3.4-1~bpo8+1.dsc
 c58b28a9c0457a1b615ae668ab96019d 31556 python optional sphinx_1.3.4-1~bpo8+1.debian.tar.xz
 1ad3ef0c3374861dd5d135a8769da021 399950 python optional python-sphinx_1.3.4-1~bpo8+1_all.deb
 b6d6877cc8cc1d9074e9dda443b145f6 398752 python optional python3-sphinx_1.3.4-1~bpo8+1_all.deb
 e22cb0fb340ac96544b0929335206567 323948 python optional sphinx-common_1.3.4-1~bpo8+1_all.deb
 22735cb3fcc378e0cf52f74b063dccbc 1126078 doc optional sphinx-doc_1.3.4-1~bpo8+1_all.deb
 7c00480fdf3125c66c867445d44e7ec9 56540 web optional libjs-sphinxdoc_1.3.4-1~bpo8+1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJWotCUAAoJEEsEP825REVA6xAQAKkEHnfc5t54odx/SeU1mGWz
10UAUqfBRYzF8wGqt2My0dMjxc8+5vQ5ZSTpKRTr4+l1BgOSrnuLNLe++4d0Lenz
4hg12FbiGs5o/vIrtfFX1acMGRai/jVLOl7caXHLQcy67eTW9CgKlJRIlReT2mYn
sPtXTpThFtAND1IqZZjKc1TCPGI138pTxs2ro+pPU6AoHWwbDSn4HiRVnjGI5c3p
12dK4tGpEUeVbrMGlZVuzj0brWhzuwEnDoDKPL5Ye7Bafk7YcYJvZSexUEz3Cxa+
U9w5E8ztt9wy8i8AKTL0BQBMEQOFcoD6IcHSguMUY4WcOeNLAMSO8ktAM9gQlkNw
LE8gnQecR6QoZSXvWwJOkyRJqTiUzM8WX1uJeqgF7KdNfRKwwT+RyhF9dIaPGBCG
Whx6k0A/o0v4UgFEHIeXdrJSdzTlgnZ5Hn6IrKkShjC5up1ugxcvN37AXWw5dIjU
XYRHka1AiYhdKbIosxiHL/hoN4tbjGSpDfcZFef6JSTpn5OBwBVR5bQRfrnVKSls
NQsPYmUIj9i8MvYGv+M/DCtM4xHi4xGQUM+Qqur/7QWYzlDJSdT2Te29eBZIvp+z
teir5X1R1MtcGPCFsgNkX6/ajDxnwnlDwp1NQbafTJ9BsSb4+x2paruJ3vuKQ3Z9
+vYs8YKDdZgkUm4RdskB
=fUNJ
-----END PGP SIGNATURE-----


Thank you for your contribution to Debian.



More information about the Python-modules-team mailing list