diff --git a/Flask-RESTful-0.3.6.tar.gz b/Flask-RESTful-0.3.6.tar.gz deleted file mode 100644 index ccf7da3..0000000 --- a/Flask-RESTful-0.3.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5795519501347e108c436b693ff9a4d7b373a3ac9069627d64e4001c05dd3407 -size 103092 diff --git a/Flask-RESTful-0.3.7.tar.gz b/Flask-RESTful-0.3.7.tar.gz new file mode 100644 index 0000000..9abc0be --- /dev/null +++ b/Flask-RESTful-0.3.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8240ec12349afe8df1db168ea7c336c4e5b0271a36982bff7394f93275f2ca9 +size 105307 diff --git a/python-Flask-RESTful.changes b/python-Flask-RESTful.changes index 35d1fcb..7807bf0 100644 --- a/python-Flask-RESTful.changes +++ b/python-Flask-RESTful.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Sun Dec 30 19:05:00 UTC 2018 - Arun Persaud + +- specfile: + * be more specific in %files section + * removed python-devel + +- update to version 0.3.7: + * Fix error handling in python3 (#696) + * Fix arguments with type=list (#705) + * Return code for parse_args() is now configurable (#722) + * Removed flask_restful.paging module. + * Removed misleading help_on_404 functionality (#722) + * JSON keys are no longer sorted by default in debug mode in python3 + (#680) + * Various small fixes and updates to documentation + ------------------------------------------------------------------- Wed Aug 8 12:14:41 UTC 2018 - jengelh@inai.de diff --git a/python-Flask-RESTful.spec b/python-Flask-RESTful.spec index f5884b0..5a8b2ee 100644 --- a/python-Flask-RESTful.spec +++ b/python-Flask-RESTful.spec @@ -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