python-marshmallow-sqlalchemy 0.26.1-1 source package in Ubuntu

Changelog

python-marshmallow-sqlalchemy (0.26.1-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.

  [ Debian Janitor ]
  * Remove obsolete field Name from debian/upstream/metadata (already
    present in machine-readable debian/copyright).

  [ Emmanuel Arias ]
  * d/tests: uses pyversions -s instead of -i parameter to test supported
    Python versions.
  * d/control: add python3-pytest-lazy-fixture dependency.
  * wrap-and-sort
  * New upstream version 0.26.1 (Closes: #989270) which includes:
    - Fix call deprecated attribute 'Binary' of sqlalchemy (Closes: #997465).
  * d/control: Bump debhelper-compat to 13.
  * d/control: Bump Standards-Version to 4.6.0.1.
  * d/gbp.conf: set debian/master as default branch according to DEP-14.
  * d/docs: Add AUTHORS.rst and CONTRIBUTING.rst.
  * d/control: add nocheck profile to b-deps used in tests.
  * d/copyright: update upstream copyright.

 -- Emmanuel Arias <email address hidden>  Sat, 13 Nov 2021 06:46:16 +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
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-marshmallow-sqlalchemy_0.26.1-1.dsc 2.4 KiB 6a3d34b58c8cb1e804a8d8d6424cd5c0b44f3e23cc926a2004423ae7197c15dd
python-marshmallow-sqlalchemy_0.26.1.orig.tar.gz 46.9 KiB ac3de0308cf08483b8e72de7481cd92fa20444a5ac587a2c4c4267115ee2c35c
python-marshmallow-sqlalchemy_0.26.1-1.debian.tar.xz 2.7 KiB e5a843c2c5ecbd270c94240494f76ae90dc56fb1314a39ea02a794767937ddcc

No changes file available.

Binary packages built by this source

python3-marshmallow-sqlalchemy: SQLAlchemy integration with marshmallow

 SQLAlchemy integration with the marshmallow (de)serialization library.
 .
 It allows one to declare your models, generate marshmallow schemas, and
 (de)serialize your data.