From cdbc56487cae8b6d2410ad73a9db5a6b5e30348cc52ca431d97b3d4b40cba92d Mon Sep 17 00:00:00 2001 From: Petr Cervinka Date: Sun, 9 Feb 2020 19:39:56 +0000 Subject: [PATCH] Accepting request 772398 from home:apersaud:branches:devel:languages:python:flask update to latest version OBS-URL: https://build.opensuse.org/request/show/772398 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:flask/python-Flask-RESTful?expand=0&rev=12 --- Flask-RESTful-0.3.7.tar.gz | 3 --- Flask-RESTful-0.3.8.tar.gz | 3 +++ python-Flask-RESTful.changes | 12 ++++++++++++ python-Flask-RESTful.spec | 4 ++-- 4 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 Flask-RESTful-0.3.7.tar.gz create mode 100644 Flask-RESTful-0.3.8.tar.gz diff --git a/Flask-RESTful-0.3.7.tar.gz b/Flask-RESTful-0.3.7.tar.gz deleted file mode 100644 index 9abc0be..0000000 --- a/Flask-RESTful-0.3.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f8240ec12349afe8df1db168ea7c336c4e5b0271a36982bff7394f93275f2ca9 -size 105307 diff --git a/Flask-RESTful-0.3.8.tar.gz b/Flask-RESTful-0.3.8.tar.gz new file mode 100644 index 0000000..d25a75e --- /dev/null +++ b/Flask-RESTful-0.3.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ea9a5991abf2cb69b4aac19793faac6c032300505b325687d7c305ffaa76915 +size 105736 diff --git a/python-Flask-RESTful.changes b/python-Flask-RESTful.changes index 3ce1560..b482ae2 100644 --- a/python-Flask-RESTful.changes +++ b/python-Flask-RESTful.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sat Feb 8 20:59:41 UTC 2020 - Arun Persaud + +- specfile: + * update copyright year + +- update to version 0.3.8: + * Add Python 3.8 support (#835) + * Fix wrongly parsed Decimal fields (#855) + * Fix overridden response when calling abort with Response (#817) + * Various small fixes and updates to documentation + ------------------------------------------------------------------- Sat Sep 14 07:02:06 UTC 2019 - John Vandenberg diff --git a/python-Flask-RESTful.spec b/python-Flask-RESTful.spec index 13ad120..677130b 100644 --- a/python-Flask-RESTful.spec +++ b/python-Flask-RESTful.spec @@ -1,7 +1,7 @@ # # spec file for package python-Flask-RESTful # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-Flask-RESTful -Version: 0.3.7 +Version: 0.3.8 Release: 0 Summary: Framework for creating REST APIs License: BSD-3-Clause