From 968ca31c77b910e353aa7cee163f5af97fe2803093929eeaba31adbc080910dd Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 1 Nov 2018 13:41:14 +0000 Subject: [PATCH] Accepting request 645761 from devel:languages:python:flask OBS-URL: https://build.opensuse.org/request/show/645761 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Flask-Babel?expand=0&rev=2 --- Flask-Babel-0.11.2.tar.gz | 3 --- Flask-Babel-0.12.2.tar.gz | 3 +++ python-Flask-Babel.changes | 13 +++++++++++++ python-Flask-Babel.spec | 32 ++++++++++++++++++-------------- 4 files changed, 34 insertions(+), 17 deletions(-) delete mode 100644 Flask-Babel-0.11.2.tar.gz create mode 100644 Flask-Babel-0.12.2.tar.gz diff --git a/Flask-Babel-0.11.2.tar.gz b/Flask-Babel-0.11.2.tar.gz deleted file mode 100644 index 4d96d6c..0000000 --- a/Flask-Babel-0.11.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c0d75710bd4b0fe866f9f2347de6e19208712f9cec006436b4c1c15d4cb0c939 -size 41105 diff --git a/Flask-Babel-0.12.2.tar.gz b/Flask-Babel-0.12.2.tar.gz new file mode 100644 index 0000000..fc68609 --- /dev/null +++ b/Flask-Babel-0.12.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:316ad183e42003f3922957fa643d0a1e8e34a0f0301a88c3a8f605bc37ba5c86 +size 44567 diff --git a/python-Flask-Babel.changes b/python-Flask-Babel.changes index aab6fe0..770bf71 100644 --- a/python-Flask-Babel.changes +++ b/python-Flask-Babel.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Oct 30 02:23:03 UTC 2018 - Arun Persaud + +- specfile: + * update copyright year + * remove devel from noarch + * be more specific in %files section + * add README.md + +- update to version 0.12.2: + * Switch to using README.md for project description on pypi. + * Fix heading underline in index.rst + ------------------------------------------------------------------- Thu Aug 31 22:11:43 UTC 2017 - toddrme2178@gmail.com diff --git a/python-Flask-Babel.spec b/python-Flask-Babel.spec index a499ba3..434a84e 100644 --- a/python-Flask-Babel.spec +++ b/python-Flask-Babel.spec @@ -1,7 +1,7 @@ # # spec file for package python-Flask-Babel # -# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2014 Dr. Axel Braun # # All modifications and additions to the file contributed by third parties @@ -13,28 +13,28 @@ # 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-Babel -Version: 0.11.2 +Version: 0.12.2 Release: 0 -License: BSD-3-Clause -Url: https://github.com/python-babel/flask-babel -Source: https://files.pythonhosted.org/packages/source/F/Flask-Babel/Flask-Babel-%{version}.tar.gz -Group: Development/Languages/Python Summary: Adds i18n and l10n support to Flask +License: BSD-3-Clause +Group: Development/Languages/Python +URL: https://github.com/python-babel/flask-babel +Source: https://files.pythonhosted.org/packages/source/F/Flask-Babel/Flask-Babel-%{version}.tar.gz BuildRequires: %{python_module Babel >= 2.3} BuildRequires: %{python_module Flask} BuildRequires: %{python_module Jinja2 >= 2.5} -BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-Flask Requires: python-Babel >= 2.3 -Requires: python-Jinja2 >= 2.5 +Requires: python-Flask +Requires: python-Jinja2 >= 2.5 BuildArch: noarch %python_subpackages @@ -54,12 +54,16 @@ the Python babel module as well as pytz. %check pushd tests -%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitelib} +%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitelib} %python_exec tests.py } popd %files %{python_files} -%defattr(-,root,root) -%doc LICENSE -%{python_sitelib}/* +%license LICENSE +%doc README.md +%dir %{python_sitelib}/flask_babel +%{python_sitelib}/flask_babel/* +%{python_sitelib}/Flask_Babel-%{version}-py*.egg-info + +%changelog