python-validate-pyproject 0.12.1-1 source package in Ubuntu

Changelog

python-validate-pyproject (0.12.1-1) unstable; urgency=medium

  * [0dcdd37] New upstream version 0.12.1

 -- Carsten Schoenert <email address hidden>  Sun, 05 Feb 2023 13:41:56 +0100

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
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-validate-pyproject_0.12.1-1.dsc 2.7 KiB 6fba7ca0516f1bc95a72f0dcac5fd2cf03ff9c8333daa1ee9d19a8ab835429c9
python-validate-pyproject_0.12.1.orig.tar.gz 79.8 KiB d2215b463fb183b7a7ebf6d0afad7f9449ebbb8d41bc2d0a3c612a2bd72c7459
python-validate-pyproject_0.12.1-1.debian.tar.xz 7.6 KiB db8b37fd6b2cd3567da01ed841ed435d2e2735f542a1cf3623df24099558b6cb

Available diffs

No changes file available.

Binary packages built by this source

python-validate-pyproject-doc: Automated checks on pyproject.toml by JSON Schema definitions (Documentation)

 With the approval of PEP 517 and PEP 518, the Python community shifted
 towards a strong focus on standardisation for packaging software, which
 allows more freedom when choosing tools during development and make sure
 packages created using different technologies can interoperate without the
 need for custom installation procedures.
 .
 This shift became even more clear when PEP 621 was also approved, as a
 standardised way of specifying project metadata and dependencies.
 .
 validate-pyproject was born in this context, with the mission of validating
 pyproject.toml files, and make sure they are compliant with the standards
 and PEPs. Behind the scenes, validate-pyproject relies on JSON Schema files,
 which, in turn, are also a standardised way of checking if a given data
 structure complies with a certain specification.
 .
 This package contains the Sphinx based HTML documentation.

python3-validate-pyproject: Automated checks on pyproject.toml by JSON Schema definitions

 With the approval of PEP 517 and PEP 518, the Python community shifted
 towards a strong focus on standardisation for packaging software, which
 allows more freedom when choosing tools during development and make sure
 packages created using different technologies can interoperate without the
 need for custom installation procedures.
 .
 This shift became even more clear when PEP 621 was also approved, as a
 standardised way of specifying project metadata and dependencies.
 .
 validate-pyproject was born in this context, with the mission of validating
 pyproject.toml files, and make sure they are compliant with the standards
 and PEPs. Behind the scenes, validate-pyproject relies on JSON Schema files,
 which, in turn, are also a standardised way of checking if a given data
 structure complies with a certain specification.
 .
 This package contains the module for Python 3.