From 81d4d63b23dfd290b93e126f94cc546a3fa7cb7eba3dc1532417574902c6b3d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 13 Nov 2019 16:37:12 +0000 Subject: [PATCH] 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 --- marshmallow-3.2.1.tar.gz | 3 --- marshmallow-3.2.2.tar.gz | 3 +++ python-marshmallow.changes | 10 ++++++++++ python-marshmallow.spec | 4 ++-- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 marshmallow-3.2.1.tar.gz create mode 100644 marshmallow-3.2.2.tar.gz diff --git a/marshmallow-3.2.1.tar.gz b/marshmallow-3.2.1.tar.gz deleted file mode 100644 index 8bd010f..0000000 --- a/marshmallow-3.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9a2f3e8ea5f530a9664e882d7d04b58650f46190178b2264c72b7d20399d28f0 -size 166807 diff --git a/marshmallow-3.2.2.tar.gz b/marshmallow-3.2.2.tar.gz new file mode 100644 index 0000000..c0c7901 --- /dev/null +++ b/marshmallow-3.2.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a358beb89c2b4d5555272065a9533591a3eb02f1b854f3c4002d88d8f2a1ddb +size 167093 diff --git a/python-marshmallow.changes b/python-marshmallow.changes index b12c819..ca5f46e 100644 --- a/python-marshmallow.changes +++ b/python-marshmallow.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Nov 13 15:40:31 UTC 2019 - Sebastian Wagner + +- 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 diff --git a/python-marshmallow.spec b/python-marshmallow.spec index 953813e..321d47c 100644 --- a/python-marshmallow.spec +++ b/python-marshmallow.spec @@ -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