17
0

Accepting request 772537 from devel:languages:python:flask

OBS-URL: https://build.opensuse.org/request/show/772537
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Flask-RESTful?expand=0&rev=5
This commit is contained in:
2020-02-10 20:53:22 +00:00
committed by Git OBS Bridge
4 changed files with 17 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f8240ec12349afe8df1db168ea7c336c4e5b0271a36982bff7394f93275f2ca9
size 105307

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5ea9a5991abf2cb69b4aac19793faac6c032300505b325687d7c305ffaa76915
size 105736

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sat Feb 8 20:59:41 UTC 2020 - Arun Persaud <arun@gmx.de>
- 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 <jayvdb@gmail.com>

View File

@@ -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