forked from pool/python-Flask
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
This commit is contained in:
parent
4f17141ded
commit
14f10da725
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9dce4b6bfbb5b062181d3f7da8f727ff70c1156cbb4024351eafd426deb5fb88
|
||||
size 548511
|
3
Flask-0.12.2.tar.gz
Normal file
3
Flask-0.12.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:49f44461237b69ecd901cc7ce66feea0319b9158743dd27a2899962ab214dac1
|
||||
size 548510
|
@ -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
|
||||
|
||||
|
@ -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,-)
|
||||
|
Loading…
Reference in New Issue
Block a user