forked from pool/python-Mako
Accepting request 290614 from home:posophe:branches:devel:languages:python
Update + disable tests OBS-URL: https://build.opensuse.org/request/show/290614 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Mako?expand=0&rev=32
This commit is contained in:
committed by
Git OBS Bridge
parent
0b7d282708
commit
2ced8f2796
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a3cd72cfef507204b50f74ffcbfcfde7e856437891d3f6cfe780866986d006fe
|
||||
size 470006
|
||||
3
Mako-1.0.1.tar.gz
Normal file
3
Mako-1.0.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:45f0869febea59dab7efd256fb451c377cbb7947bef386ff0bb44627c31a8d1c
|
||||
size 473295
|
||||
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 13 11:43:52 UTC 2015 - p.drouand@gmail.com
|
||||
|
||||
- update to version 1.0.1:
|
||||
* [feature] Added support for Lingua, a translation extraction
|
||||
system as an alternative to Babel. Pull request courtesy Wichert
|
||||
Akkerman.
|
||||
* [bug] [py3k] Modernized the examples/wsgi/run_wsgi.py file for
|
||||
Py3k. Pull requset courtesy Cody Taylor.
|
||||
- Disable temporary tests for non-Factory systems because of failures
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 29 21:17:21 UTC 2014 - dmueller@suse.com
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-Mako
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python-Mako
|
||||
Version: 1.0.0
|
||||
Version: 1.0.1
|
||||
Release: 0
|
||||
Url: http://www.makotemplates.org/
|
||||
Summary: A super-fast Python templating language
|
||||
@@ -62,8 +62,11 @@ python setup.py build
|
||||
%install
|
||||
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||
|
||||
%if 0%{?suse_version} > 1320
|
||||
#FIXME : the tests fail for openSUSE < to Factory
|
||||
%check
|
||||
python setup.py test
|
||||
%endif
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
|
||||
Reference in New Issue
Block a user