pydocstyle 2.1.1-1 source package in Ubuntu

Changelog

pydocstyle (2.1.1-1) unstable; urgency=medium

  * New upstream release.
  * Bump Standards-Version to 4.1.4.
    * Use https in Format field in d/copyright.
  * Bump compat to 11.
  * Update Vcs-* to salsa.
  * Remove unused X-Python3-Version.

 -- ChangZhuo Chen (陳昌倬) <email address hidden>  Tue, 05 Jun 2018 09:46:22 +0800

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Cosmic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pydocstyle_2.1.1-1.dsc 2.2 KiB 2282b9a63257ac714bccabdd42b6a751393ff44403f3b83166210eb6d042692d
pydocstyle_2.1.1.orig.tar.gz 53.7 KiB de1a385a043270dfcd535dea0fa9c67208f237a758566dc2b945e368e3989bce
pydocstyle_2.1.1-1.debian.tar.xz 3.7 KiB 00bb87a0e4695ae70453aae2d48ec2c5767c8871a9db028b2b7df83c6ea943ee

Available diffs

No changes file available.

Binary packages built by this source

pydocstyle: Python docstring style checker (PEP-257 conventions)

 PEP-257 provides conventions for Python docstrings (string literals which
 occur as first statement in a module, function, class or method definition
 for documentation purposes). This tool checks Python code whether
 these conventions have been complied with, and if docstring are missing.
 .
 This is a successor of the application "pep257".
 .
 This package installs the cli tool.

python3-pydocstyle: Python docstring style checker (Python 3 library)

 PEP-257 provides conventions for Python docstrings (string literals which
 occur as first statement in a module, function, class or method definition
 for documentation purposes). This tool checks Python code whether
 these conventions have been complied with, and if docstring are missing.
 .
 This is a successor of the application "pep257".
 .
 This package installs the library for Python 3.