pydantic 1.2-1 source package in Ubuntu

Changelog

pydantic (1.2-1) unstable; urgency=low

  * Non-maintainer upload (lowNMU)
  * New upstream version 1.2 (Closes: #940156, #946409)
  * Add dh-python build dependency
  * Push Standards-Version to 4.4.1. No changes required
  * Replace d/compat by debhelper-compat virtual package build dependency
  * Add Vcs- fields for Salsa (Closes: #946411)

 -- Ole Streicher <email address hidden>  Sun, 08 Dec 2019 20:30:21 +0100

Upload details

Uploaded by:
Michael Banck
Uploaded to:
Sid
Original maintainer:
Michael Banck
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pydantic_1.2-1.dsc 1.9 KiB bf1c541d7d291d890d328d3d2abf83f13156ffa211ab37a5ae47b64a3f6c3f82
pydantic_1.2.orig.tar.gz 195.7 KiB 47600b2eb0a3f2dc834f85ae02919c8fd7f973c5ccc54f0e9f59958a42b67a9d
pydantic_1.2-1.debian.tar.xz 2.4 KiB 6371a2f22a05bf887302cc3ae35e6082a3cb8d549e2171411fce103bf11cf8f2

Available diffs

No changes file available.

Binary packages built by this source

python3-pydantic: Data validation and settings management using Python type hinting

 pydantic uses type hinting (PEP 484) and variable annotation (PEP 526) to
 validate that untrusted data takes the desired form. There is also support for
 an extension to dataclasses where the input data is validated.