forked from pool/python-marshmallow
Accepting request 748433 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/748433 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-marshmallow?expand=0&rev=12
This commit is contained in:
commit
b926f3283d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9a2f3e8ea5f530a9664e882d7d04b58650f46190178b2264c72b7d20399d28f0
|
|
||||||
size 166807
|
|
3
marshmallow-3.2.2.tar.gz
Normal file
3
marshmallow-3.2.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1a358beb89c2b4d5555272065a9533591a3eb02f1b854f3c4002d88d8f2a1ddb
|
||||||
|
size 167093
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 13 15:40:31 UTC 2019 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
||||||
|
|
||||||
|
- 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`).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 8 15:03:26 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
|
Tue Oct 8 15:03:26 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-marshmallow
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,7 +19,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-marshmallow
|
Name: python-marshmallow
|
||||||
Version: 3.2.1
|
Version: 3.2.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: ORM/ODM/framework-agnostic library to convert datatypes from/to Python types
|
Summary: ORM/ODM/framework-agnostic library to convert datatypes from/to Python types
|
||||||
License: MIT AND BSD-3-Clause
|
License: MIT AND BSD-3-Clause
|
||||||
|
Loading…
x
Reference in New Issue
Block a user