15
0

Accepting request 748403 from home:sebix:branches:devel:languages:python

- Update to version 3.2.2:
 - Bug fixes:
  - Don't load fields for which ``load_only`` and ``dump_only`` are both ``True`` (:pr:`1448`). 
  - Fix types in ``marshmallow.validate`` (:pr:`1446`).
 - Support:
  - Test against Python 3.8 (pr:`1431`).

OBS-URL: https://build.opensuse.org/request/show/748403
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-marshmallow?expand=0&rev=23
This commit is contained in:
Tomáš Chvátal
2019-11-13 16:37:12 +00:00
committed by Git OBS Bridge
parent 2ba5a3217f
commit 81d4d63b23
4 changed files with 15 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-marshmallow
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 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.2.1
Version: 3.2.2
Release: 0
Summary: ORM/ODM/framework-agnostic library to convert datatypes from/to Python types
License: MIT AND BSD-3-Clause