pydocstyle 6.3.0-1.1 source package in Ubuntu

Changelog

pydocstyle (6.3.0-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Apply upstream patch proposal to fix Python 3.12 compatibility.
    Closes: #1056437, #1058420.

 -- Matthias Klose <email address hidden>  Sun, 14 Jan 2024 14:07:21 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Noble
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pydocstyle_6.3.0.orig.tar.gz 76.2 KiB 29ed0e8b1abe5f4590132f456b6f9cbf0866b89fabf836bc9474fde706e2e13e
pydocstyle_6.3.0-1.1.debian.tar.xz 5.8 KiB c18b1953e10f9aff62f9bbea28fada717f614cad0204b557d3105777c0e16cde
pydocstyle_6.3.0-1.1.dsc 2.2 KiB 8f97936b05b69bf1d9f5ffb39923d0e576917d9cd762f9d5d973edbacd91d7c7

Available diffs

View changes file

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 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 package installs the library for Python 3.