python-warlock 2.0.1-3 source package in Ubuntu

Changelog

python-warlock (2.0.1-3) unstable; urgency=medium

  * Cleans better (Closes: #1045943).

 -- Thomas Goirand <email address hidden>  Wed, 16 Aug 2023 12:01:39 +0200

Upload details

Uploaded by:
Debian OpenStack
Uploaded to:
Sid
Original maintainer:
Debian OpenStack
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release main python
Noble release main python
Mantic release main python

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-warlock_2.0.1-3.dsc 2.2 KiB 734cb076cfe388a7c56c29642e6c61a3072aad4c3e95e2ec033ef947459e016c
python-warlock_2.0.1.orig.tar.xz 17.0 KiB d5d5deb2846f2985c2f561f67ac8a5ee6571d50d0f73bc3e5ae9ca997b327481
python-warlock_2.0.1-3.debian.tar.xz 5.6 KiB aa4b0661b1f4e75001def7c0cfaf0959f683a3ba53d7d8a49b27d47662e3ff7f

Available diffs

No changes file available.

Binary packages built by this source

python3-warlock: object model built on top of JSON schema - Python 3.x

 With Warlock, you can build self-validating Python objects using JSON schemas.
 First, a schema describe the type of data, then after creating the object,
 Warlock checks that added or edited attributes correspond to the initial
 schema. If they don't, an exception is raised.
 .
 This package contains the Python 3.x module.