Accepting request 979709 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/979709
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-marshmallow?expand=0&rev=16
This commit is contained in:
Dominique Leuenberger 2022-05-30 10:43:54 +00:00 committed by Git OBS Bridge
commit 639e6dc6fd
4 changed files with 42 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:16e99cb7f630c0ef4d7d364ed0109ac194268dde123966076ab3dafb9ae3906b
size 173844

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4c05c1684e0e97fe779c62b91878f173b937fe097b356cd82f793464f5bc6138
size 179183

View File

@ -1,3 +1,40 @@
-------------------------------------------------------------------
Sun May 29 17:59:12 UTC 2022 - Torsten Gruner <simmphonie@opensuse.org>
- Update to 3.14.1 (2021-11-13)
* Fix publishing type hints per PEP-561 (#1905). Thanks @bwindsor for the catch and patch.
- Release 3.14.0 (2021-10-17)
* Fix fields.TimeDelta serialization precision (#1865). Thanks @yarsanich for reporting.
* Fix type-hints for `data` arg in `Schema.validate` to accept list of
dictionaries (#1790, #1868). Thanks @yourun-proger for PR.
* Improve warning when passing metadata as keyword arguments (#1882).
Thanks @traherom for the PR.
* Dont build universal wheels. We dont support Python 2 anymore.
(#1860) Thanks @YKdvd for reporting.
* Make the build reproducible (#1862).
* Drop support for Python 3.5 (#1863).
* Test against Python 3.10 (#1888).
- Release 3.13.0 (2021-07-21)
* Replace missing/default field parameters with load_default/dump_default (#1742).
Thanks @sirosen for the PR.
* The use of missing/default field parameters is deprecated and will be removed
* in marshmallow 4. load_default/dump_default should be used instead.
- Release 3.12.2 (2021-07-06)
* Dont expose Fields as Schema attributes. This reverts a change
introduced in 3.12.0 that causes issues when field names conflict
with Schema attributes or methods. Fieldss are still accessible on a
Schema instance through the fields attribute. (#1843)
- Release 3.12.1 (2021-05-10)
* Fix bug that raised an AttributeError when instantiating a Schema with a
field named parent (#1808). Thanks @flying-sheep for reporting and helping with the fix.
- Release 3.12.0 (2021-05-09)
* Add validate.And (#1768). Thanks @rugleb for the suggestion.
* Add type annotations to marshmallow.decorators (#1788, #1789). Thanks @michaeldimchuk for the PR.
* Let Fields be accessed by name as Schema attributes (#1631).
* Improve types in marshmallow.validate (#1786).
* Make marshmallow.validate.Validator an abstract base class (#1786).
* Remove unnecessary list cast (#1785).
-------------------------------------------------------------------
Thu Apr 22 09:42:48 UTC 2021 - Ben Greiner <code@bnavigator.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-marshmallow
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-marshmallow
Version: 3.11.1
Version: 3.14.1
Release: 0
Summary: ORM/ODM/framework-agnostic library to convert datatypes from/to Python types
License: BSD-3-Clause AND MIT