voluptuous 0.14.2-ok1 source package in openKylin

Changelog

voluptuous (0.14.2-ok1) nile; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Tue, 07 May 2024 09:37:34 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Nile V2.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Nile V2.0 release main python
Nile V2.0 proposed main python

Builds

Nile V2.0: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
voluptuous_0.14.2.orig.tar.gz 49.7 KiB 533e36175967a310f1b73170d091232bf881403e4ebe52a9b4ade8404d151f5d
voluptuous_0.14.2-ok1.debian.tar.xz 2.9 KiB ebc0e1b0f5cd23fe10739bd180eb1303a8d2efd1e3f87d9d32a9af88e6438e6c
voluptuous_0.14.2-ok1.dsc 2.0 KiB 2d18d0d6917f83bf59180b387498cd439b76b6ca890f742bc8618b1d79428b9e

Available diffs

View changes file

Binary packages built by this source

python3-voluptuous: Python 3 library to validate data

 Voluptuous is primarily intended to validate data coming in to Python
 as JSON, YAML, etc. The aim is to offer a light-weight style with three
 main goals:
  1. simplicity
  2. support for complex data structures
  3. provide useful error messages
 .
 It has been inspired by Validino and to a lesser extent by jsonvalidator and
 json_schema.
 .
 This package provides the Python 3.x module.