Change logs for sphinx source package in Xenial

  • sphinx (1.3.6-2ubuntu1.2) xenial; urgency=medium
    
      * Convert trigger to noawait (LP: #1780996)
    
     -- Brian Murray <email address hidden>  Tue, 10 Jul 2018 10:40:01 -0700
  • sphinx (1.3.6-2ubuntu1.1) xenial; urgency=medium
    
      * Update jstests for compatibility with WebKitGTK+ 2.16.2 (LP: #1690574).
        Now the title property can be no longer than 1000 characters, so we
        cannot fetch the whole page using it. Instead, we compute the needed
        numbers with JavaScript and then fetch them using the title property.
    
     -- Dmitry Shachnev <email address hidden>  Sun, 14 May 2017 23:10:17 +0300
  • sphinx (1.3.6-2ubuntu1) xenial; urgency=medium
    
      * Merge with Debian unstable, remaining change:
        - debian/control: Drop the build-dependency on python[3]-whoosh.
    
     -- Dmitry Shachnev <email address hidden>  Sat, 05 Mar 2016 14:35:22 +0300
  • sphinx (1.3.5-1ubuntu3) xenial; urgency=medium
    
      * Update sphinx-doc autopkgtest dependency from gir1.2-webkit-3.0 to
        gir1.2-webkit2-4.0.
    
     -- Dmitry Shachnev <email address hidden>  Tue, 16 Feb 2016 19:19:10 +0300
  • sphinx (1.3.5-1ubuntu2) xenial; urgency=medium
    
      * debian/control, debian/jstest/jstest.py: Port to WebKit2 (forwarded as
        debian #814909)
    
     -- Iain Lane <email address hidden>  Mon, 08 Feb 2016 18:14:16 +0000
  • sphinx (1.3.5-1ubuntu1) xenial; urgency=medium
    
      * Merge with Debian unstable, remaining changes:
        - debian/control: Drop the build-dependency on python[3]-whoosh.
        - libjs-sphinxdoc: Relax dependency on libjs-jquery.
    
     -- Dmitry Shachnev <email address hidden>  Tue, 26 Jan 2016 14:18:46 +0300
  • sphinx (1.3.4-1ubuntu2) xenial; urgency=medium
    
      * d/p/0001-transforms-Don-t-try-to-call-has_child-on-parent-nod.patch:
        Cherry pick patch from mitya57's branch to fix build failures in dependent
        packages.
    
     -- Iain Lane <email address hidden>  Fri, 22 Jan 2016 17:02:57 +0000
  • sphinx (1.3.4-1ubuntu1) 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)?
        - libjs-sphinxdoc: Relax dependency on libjs-jquery.
    
    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.
    
     -- Matthias Klose <email address hidden>  Fri, 15 Jan 2016 13:34:58 +0100
  • sphinx (1.3.3-1ubuntu1) 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)?
        - libjs-sphinxdoc: Relax dependency on libjs-jquery.
    
    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.
    
     -- Matthias Klose <email address hidden>  Sun, 06 Dec 2015 13:21:31 +0100
  • sphinx (1.3.1-7ubuntu2) xenial; urgency=medium
    
      * libjs-sphinxdoc: Relax dependency on libjs-jquery.
    
     -- Matthias Klose <email address hidden>  Sat, 24 Oct 2015 20:38:47 +0200
  • 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
  • sphinx (1.2.3+dfsg-1ubuntu3) wily; urgency=medium
    
      [ Barry Warsaw ]
      * d/control, d/rules: Disable use of python3-gi to break Build-Depends loop.
      * d/patches/py35compat.patch: Fix for Python 3.5 compatibility.
    
     -- Steve Langasek <email address hidden>  Wed, 22 Jul 2015 01:19:10 +0000