From 14f10da725d9ebdd1a57a6b787a9a10d29f73d9360623b3068d549939bea4b2c Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 14 Aug 2017 10:37:01 +0000 Subject: [PATCH] Accepting request 515228 from devel:languages:python 1 OBS-URL: https://build.opensuse.org/request/show/515228 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Flask?expand=0&rev=17 --- Flask-0.12.1.tar.gz | 3 --- Flask-0.12.2.tar.gz | 3 +++ python-Flask.changes | 6 ++++++ python-Flask.spec | 6 +++++- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 Flask-0.12.1.tar.gz create mode 100644 Flask-0.12.2.tar.gz diff --git a/Flask-0.12.1.tar.gz b/Flask-0.12.1.tar.gz deleted file mode 100644 index 3016954..0000000 --- a/Flask-0.12.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9dce4b6bfbb5b062181d3f7da8f727ff70c1156cbb4024351eafd426deb5fb88 -size 548511 diff --git a/Flask-0.12.2.tar.gz b/Flask-0.12.2.tar.gz new file mode 100644 index 0000000..b5748cb --- /dev/null +++ b/Flask-0.12.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49f44461237b69ecd901cc7ce66feea0319b9158743dd27a2899962ab214dac1 +size 548510 diff --git a/python-Flask.changes b/python-Flask.changes index 14e4887..0cf9537 100644 --- a/python-Flask.changes +++ b/python-Flask.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Aug 8 17:00:05 UTC 2017 - tbechtold@suse.com + +- update to 0.12.2: + - Fix a bug in `safe_join` on Windows. + ------------------------------------------------------------------- Tue Apr 4 14:51:27 UTC 2017 - jmatejek@suse.com diff --git a/python-Flask.spec b/python-Flask.spec index 5cc657c..a95eab9 100644 --- a/python-Flask.spec +++ b/python-Flask.spec @@ -19,7 +19,7 @@ %define oldpython python %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-Flask -Version: 0.12.1 +Version: 0.12.2 Release: 0 Summary: A microframework based on Werkzeug, Jinja2 and good intentions License: BSD-3-Clause @@ -77,8 +77,12 @@ rm docs/.gitignore # Remove junk %fdupes %{buildroot}%{python_sitelib} %check +%if 0%{?suse_version} && 0%{?suse_version} <= 1315 +true +%else export LANG=en_US.UTF-8 %python_exec -m pytest tests +%endif %files %{python_files} %defattr(-,root,root,-)