sphinxcontrib-serializinghtml 1.1.9-1 source package in Ubuntu

Changelog

sphinxcontrib-serializinghtml (1.1.9-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Update standards version to 4.6.2, no changes needed.

  [ Dmitry Shachnev ]
  * Update debian/watch:
    - Stop checking upstream signature, PyPI dropped support for it.
    - Use underscore instead of dash in file name.
  * New upstream release.
  * Build-depend on flit and pybuild-plugin-pyproject.
  * Bump required python3-sphinx version to 5.
  * Update entry_points.diff to use pyproject.toml.
  * Use pybabel-python3 to compile the translation files.
  * Bump copyright years.

 -- Dmitry Shachnev <email address hidden>  Sat, 26 Aug 2023 15:51:54 +0300

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
sphinxcontrib-serializinghtml_1.1.9-1.dsc 2.4 KiB 863804f9312e89f396a1d7913ed745a963d57c9accd6e460b2ca3b2f9e745e9b
sphinxcontrib-serializinghtml_1.1.9.orig.tar.gz 15.1 KiB 0c64ff898339e1fac29abd2bf5f11078f3ec413cfe9c046d3120d7ca65530b54
sphinxcontrib-serializinghtml_1.1.9-1.debian.tar.xz 3.2 KiB 270590ca192e9a0ab6af71fc07ca64e293d98898e38c719e9bec95107fe35846

Available diffs

No changes file available.

Binary packages built by this source

python3-sphinxcontrib.serializinghtml: sphinx extension which outputs “serialized” HTML files (json and pickle)

 This module contains two Sphinx builders, json and pickle, which produce
 serialized HTML code. It also provides an abstract class which one may use
 for serialization in custom formats.
 .
 See the “Serialization builder details” section in Sphinx documentation for
 details on how the output looks like and how to configure it.