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

Changelog

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

  [ Ondřej Nový ]
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Diego M. Rodriguez ]
  * New upstream version 5.10
  * d/control: bump Standards-Version to 4.6.0 (no changes needed)
  * d/control: set architecture to all
  * d/watch: switch to github releases
  * d/upstream: remove unused key
  * d/control: remove hard-coded dependency
  * d/tests: add upstream tests
  * d/rules: use pytest option instead of patch
  * d/copyright: add note about copyright year
  * d/copyright: add closing copyright year and note
  * d/clean: clean egg-info entries

 -- Diego M. Rodriguez <email address hidden>  Sat, 18 Sep 2021 15:41:43 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-marshmallow-polyfield_5.10-1.dsc 2.3 KiB b67b328ebe6dcb4f19543466f46640c119bf6d0d09fd74b2ed900664323cfbd5
python-marshmallow-polyfield_5.10.orig.tar.gz 10.4 KiB 0644a823534c388a1f3907d82b619cfad734b894c894e3239c7314aaefff07f3
python-marshmallow-polyfield_5.10-1.debian.tar.xz 2.6 KiB 8aa792d6dc6c48df2e3e7bfef5c504403e7fa4fde97e1c05ccee71c6764e4c5a

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".