pydoctor 19.11.0+git20200303.47424e7-1 source package in Ubuntu

Changelog

pydoctor (19.11.0+git20200303.47424e7-1) unstable; urgency=medium

  * New upstream version 19.11.0+git20200303.47424e7
  * debian/gbp.conf: Set debian-branch to debian/master for DEP-14 conformance
  * Add "export PYBUILD_NAME := pydoctor" in debian/rules
    and remove transitional package python-doctor
    and delete debian/pydoctor.install so that
    pybuild installs all files to the binary pydoctor package correctly
  * Run custom tests specified in upstream tox.ini and install
    python3-{coverage,hypothesis,incremental,pytest,twisted,flakes}
    and add debian/pybuild.testfiles for the tests to work
  * Add debian/tests/control and debian/tests/pydoctor for autopkgtest
  * debian/clean: Clean up .pytest_cache/ too
  * Install missing sources for bootstrap.min.css from bootstrap-3.3.4/less
    downloaded from https://github.com/twbs/bootstrap/archive/v3.3.4.tar.gz ,
    see https://lists.debian.org/debian-devel/2020/03/msg00027.html
  * Fix typos in debian/pydoctor.1 and debian/README.Debian

 -- Anthony Fok <email address hidden>  Thu, 05 Mar 2020 14:42:38 -0700

Upload details

Uploaded by:
Python Applications Packaging Team
Uploaded to:
Sid
Original maintainer:
Python Applications Packaging Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe python

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pydoctor_19.11.0+git20200303.47424e7-1.dsc 2.4 KiB 4f2b637712cc7e378c26deb150027126c73b32d4fdd6f715101c8bda91f8f546
pydoctor_19.11.0+git20200303.47424e7.orig.tar.xz 88.4 KiB 554b34bcd6932aa304bcfd6305610d9e07c3a91dddea6623956c01ba3796a407
pydoctor_19.11.0+git20200303.47424e7-1.debian.tar.xz 62.0 KiB a578e4410e4681f578d931fd0989480bb5b616498d54358af82fe38ce00f7242

No changes file available.

Binary packages built by this source

pydoctor: Python API document generator

 Pydoctor is a tool for generating API documentation for Python modules based
 on their docstrings via static analysis.
 .
 It was written primarily to replace epydoc for the purposes of the Twisted
 project as epydoc has difficulties with zope.interface.