From bbcc4ac5f140c3dfa3fbc189bdadeb999778815ad9fc137ac9b57870463369ca Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 2 Dec 2022 21:36:27 +0000 Subject: [PATCH] Accepting request 1039646 from home:yarunachalam:branches:devel:languages:python - Update to 3.19.0 * Add timestamp and timestamp_ms formats to fields.DateTime (#612). Thanks @vgavro for the suggestion and thanks @vanHoi for the PR. OBS-URL: https://build.opensuse.org/request/show/1039646 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-marshmallow?expand=0&rev=37 --- marshmallow-3.18.0.tar.gz | 3 --- marshmallow-3.19.0.tar.gz | 3 +++ python-marshmallow.changes | 6 ++++++ python-marshmallow.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 marshmallow-3.18.0.tar.gz create mode 100644 marshmallow-3.19.0.tar.gz diff --git a/marshmallow-3.18.0.tar.gz b/marshmallow-3.18.0.tar.gz deleted file mode 100644 index 6457fb1..0000000 --- a/marshmallow-3.18.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6804c16114f7fce1f5b4dadc31f4674af23317fcc7f075da21e35c1a35d781f7 -size 182746 diff --git a/marshmallow-3.19.0.tar.gz b/marshmallow-3.19.0.tar.gz new file mode 100644 index 0000000..41f104f --- /dev/null +++ b/marshmallow-3.19.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90032c0fd650ce94b6ec6dc8dfeb0e3ff50c144586462c389b81a07205bedb78 +size 183529 diff --git a/python-marshmallow.changes b/python-marshmallow.changes index a1dc54c..cc6f049 100644 --- a/python-marshmallow.changes +++ b/python-marshmallow.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Dec 2 20:31:35 UTC 2022 - Yogalakshmi Arunachalam + +- Update to 3.19.0 + * Add timestamp and timestamp_ms formats to fields.DateTime (#612). Thanks @vgavro for the suggestion and thanks @vanHoi for the PR. + ------------------------------------------------------------------- Fri Oct 28 18:21:19 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-marshmallow.spec b/python-marshmallow.spec index 5576904..ab79d8a 100644 --- a/python-marshmallow.spec +++ b/python-marshmallow.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-marshmallow -Version: 3.18.0 +Version: 3.19.0 Release: 0 Summary: ORM/ODM/framework-agnostic library to convert datatypes from/to Python types License: BSD-3-Clause AND MIT