python-warlock 2.0.1-4 source package in Ubuntu

Changelog

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

  * Remove extraneous dependency on python3-six (Closes: #1070178).

 -- Thomas Goirand <email address hidden>  Wed, 01 May 2024 13:57:06 +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

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-warlock_2.0.1-4.dsc 2.2 KiB 6d8b579b3cf9f377d84d14868468bc6f32c28c1d7b25266bde9ade7df70a5f75
python-warlock_2.0.1.orig.tar.xz 17.0 KiB d5d5deb2846f2985c2f561f67ac8a5ee6571d50d0f73bc3e5ae9ca997b327481
python-warlock_2.0.1-4.debian.tar.xz 5.7 KiB 00a25a06d2cabe14434743bff23539bf9a60289fa4626f8e782bf5fd8d2adad2

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.