From 44b75315b3bb36539b95628a3d66f9ca8b40b10fe35ab6893c83ac36007515a9 Mon Sep 17 00:00:00 2001 From: Antonio Larrosa Date: Thu, 8 Jul 2021 08:04:38 +0000 Subject: [PATCH] Accepting request 900655 from home:dirkmueller:Factory - update to 0.3.9: * Werkzeug 1.x compatibility * remove unused deps * Flask 2.x compatibiliy OBS-URL: https://build.opensuse.org/request/show/900655 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:flask/python-Flask-RESTful?expand=0&rev=14 --- Flask-RESTful-0.3.8.tar.gz | 3 --- Flask-RESTful-0.3.9.tar.gz | 3 +++ python-Flask-RESTful.changes | 8 ++++++++ python-Flask-RESTful.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 Flask-RESTful-0.3.8.tar.gz create mode 100644 Flask-RESTful-0.3.9.tar.gz diff --git a/Flask-RESTful-0.3.8.tar.gz b/Flask-RESTful-0.3.8.tar.gz deleted file mode 100644 index d25a75e..0000000 --- a/Flask-RESTful-0.3.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5ea9a5991abf2cb69b4aac19793faac6c032300505b325687d7c305ffaa76915 -size 105736 diff --git a/Flask-RESTful-0.3.9.tar.gz b/Flask-RESTful-0.3.9.tar.gz new file mode 100644 index 0000000..2fac6dc --- /dev/null +++ b/Flask-RESTful-0.3.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccec650b835d48192138c85329ae03735e6ced58e9b2d9c2146d6c84c06fa53e +size 109589 diff --git a/python-Flask-RESTful.changes b/python-Flask-RESTful.changes index b482ae2..9c1aab6 100644 --- a/python-Flask-RESTful.changes +++ b/python-Flask-RESTful.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Jun 17 20:45:03 UTC 2021 - Dirk Müller + +- update to 0.3.9: + * Werkzeug 1.x compatibility + * remove unused deps + * Flask 2.x compatibiliy + ------------------------------------------------------------------- Sat Feb 8 20:59:41 UTC 2020 - Arun Persaud diff --git a/python-Flask-RESTful.spec b/python-Flask-RESTful.spec index 677130b..c9806c1 100644 --- a/python-Flask-RESTful.spec +++ b/python-Flask-RESTful.spec @@ -1,7 +1,7 @@ # # spec file for package python-Flask-RESTful # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 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.8 +Version: 0.3.9 Release: 0 Summary: Framework for creating REST APIs License: BSD-3-Clause