17
0

Accepting request 662097 from home:apersaud:branches:devel:languages:python:flask

update to latest version

OBS-URL: https://build.opensuse.org/request/show/662097
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:flask/python-Flask-RESTful?expand=0&rev=8
This commit is contained in:
Petr Cervinka
2019-01-02 09:46:12 +00:00
committed by Git OBS Bridge
parent 6e2b430244
commit 09c0cc02d2
4 changed files with 31 additions and 15 deletions

View File

@@ -12,28 +12,27 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-Flask-RESTful
Version: 0.3.6
Version: 0.3.7
Release: 0
License: BSD-3-Clause
Summary: Framework for creating REST APIs
Url: https://www.github.com/flask-restful/flask-restful/
License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://www.github.com/flask-restful/flask-restful/
Source: https://files.pythonhosted.org/packages/source/F/Flask-RESTful/Flask-RESTful-%{version}.tar.gz
BuildRequires: python-rpm-macros
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
Requires: python-aniso8601 >= 0.82
BuildRequires: python-rpm-macros
Requires: python-Flask >= 0.8
Requires: python-six >= 1.3.0
Requires: python-aniso8601 >= 0.82
Requires: python-pytz
Requires: python-six >= 1.3.0
BuildArch: noarch
%python_subpackages
%description
@@ -45,8 +44,6 @@ Flask-RESTful provides the building blocks for creating a REST API.
%build
%python_build
%install
%python_install
%py_compile %{buildroot}%{python_sitelib}
@@ -54,6 +51,8 @@ Flask-RESTful provides the building blocks for creating a REST API.
%python_expand %fdupes %{buildroot}%{$python_sitelib}/flask_restful/
%files %{python_files}
%{python_sitelib}/*
%dir %{python_sitelib}/flask_restful
%{python_sitelib}/flask_restful/*
%{python_sitelib}/Flask_RESTful-%{version}-py*.egg-info
%changelog