python-marshmallow-polyfield 5.9-1 source package in Ubuntu

Changelog

python-marshmallow-polyfield (5.9-1) unstable; urgency=medium

  * Team upload.

  [ Diego M. Rodriguez ]
  * New upstream version 5.9
  * Add salsa CI using default pipelines
  * Remove tests as are no longer included by upstream
  * d/control: add Testsuite, Rules-Requires-Root
  * d/control: bump debheler-compat to 13

  [ Tristan Seligmann ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

 -- Tristan Seligmann <email address hidden>  Sun, 02 Aug 2020 15:51:01 +0200

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-marshmallow-polyfield_5.9-1.dsc 2.0 KiB 75f104ec3e04d81612e08c855b776a438481c9739f09119162cdfd2775d6452d
python-marshmallow-polyfield_5.9.orig.tar.gz 8.3 KiB 448f4b1ac5cbd671c0fb8a5452e99da7c0e8be924dd2cda2a21ee59457a4748f
python-marshmallow-polyfield_5.9-1.debian.tar.xz 2.0 KiB 28d50f00ccc6587286d00aff29c5c2ddcbeb95f31d54b618212ee8aeeac0a877

Available diffs

No changes file available.

Binary packages built by this source

python3-marshmallow-polyfield: marshmallow extension for polymorphic fields

 marshmallow extension that adds a custom field designed for polymorphic
 types, allowing defining schemas that say "this field accepts anything
 of type X". This field should support the same properties as other
 marshmallow fields, including "required", "allow_none", and "many".