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

Changelog

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

  * Team upload.
  * New upstream release.
    - Fix serializing selected fields without 'dump' methods (closes:
      #1098600).
  * Use dh-sequence-python3.
  * Use pybuild-plugin-pyproject.

 -- Colin Watson <email address hidden>  Mon, 24 Feb 2025 01:08:39 +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
Resolute release universe misc
Questing release universe misc
Plucky release universe misc

Builds

Plucky: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-marshmallow-polyfield_5.11-1.dsc 2.4 KiB f5fcc96c1861728ff6750ecc25f4b5ac9ea6516331bcb1b34f5c5050b40fc307
python-marshmallow-polyfield_5.11.orig.tar.gz 10.7 KiB cb9c782ab40b23a900f129c3676a8f327ac2cf28ce1436c119e1aaf5667e4dea
python-marshmallow-polyfield_5.11-1.debian.tar.xz 2.8 KiB 5d5821ecac5c00ef18289282b73414dc4dca2e45c68929acc9b5bbc16b4a675a

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