sphinx 1.3.1-7ubuntu1 source package in Ubuntu

Changelog

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.

 -- Matthias Klose <email address hidden>  Sat, 24 Oct 2015 14:19:26 +0200

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Xenial
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
sphinx_1.3.1.orig.tar.gz 3.3 MiB 1a6e5130c2b42d2de301693c299f78cc4bd3501e78b610c08e45efc70e2b5114
sphinx_1.3.1-7ubuntu1.debian.tar.xz 33.9 KiB 622d98c5d4f2d0fd0bd2ea6bc4314364a1ada07a20c3879656c5c6bd77570994
sphinx_1.3.1-7ubuntu1.dsc 3.0 KiB 6d27fa95f4a659b847b71b461efc1d4d2fda4cd3716c5515e9a519521ce50f4a

View changes file

Binary packages built by this source

libjs-sphinxdoc: JavaScript support for Sphinx documentation

 Sphinx is a tool for producing documentation for Python projects, using
 reStructuredText as markup language.
 .
 This package provides JavaScript code for documentation generated by Sphinx.

python-sphinx: documentation generator for Python projects (implemented in Python 2)

 Sphinx is a tool for producing documentation for Python projects, using
 reStructuredText as markup language.
 .
 Sphinx features:
  * HTML, CHM, LaTeX output,
  * Cross-referencing source code,
  * Automatic indices,
  * Code highlighting, using Pygments,
  * Extensibility. Existing extensions:
    - automatic testing of code snippets,
    - including docstrings from Python modules.
 .
 This package includes Python 2 modules and command line utilities.

python3-sphinx: documentation generator for Python projects (implemented in Python 3)

 Sphinx is a tool for producing documentation for Python projects, using
 reStructuredText as markup language.
 .
 Sphinx features:
  * HTML, CHM, LaTeX output,
  * Cross-referencing source code,
  * Automatic indices,
  * Code highlighting, using Pygments,
  * Extensibility. Existing extensions:
    - automatic testing of code snippets,
    - including docstrings from Python modules.
 .
 This package includes Python 3 modules.

sphinx-common: documentation generator for Python projects - common data

 Sphinx is a tool for producing documentation for Python projects, using
 reStructuredText as markup language.
 .
 This package includes manual pages, templates, translations and other data
 files.

sphinx-doc: documentation generator for Python projects - documentation

 Sphinx is a tool for producing documentation for Python projects, using
 reStructuredText as markup language.
 .
 This package includes documentation of Sphinx itself.