diff --git a/Mako-1.0.0.tar.gz b/Mako-1.0.0.tar.gz deleted file mode 100644 index 5fd5cfe..0000000 --- a/Mako-1.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a3cd72cfef507204b50f74ffcbfcfde7e856437891d3f6cfe780866986d006fe -size 470006 diff --git a/Mako-1.0.1.tar.gz b/Mako-1.0.1.tar.gz new file mode 100644 index 0000000..67f5279 --- /dev/null +++ b/Mako-1.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45f0869febea59dab7efd256fb451c377cbb7947bef386ff0bb44627c31a8d1c +size 473295 diff --git a/python-Mako.changes b/python-Mako.changes index 98759c1..a923823 100644 --- a/python-Mako.changes +++ b/python-Mako.changes @@ -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 diff --git a/python-Mako.spec b/python-Mako.spec index 9e6b834..a0e12c7 100644 --- a/python-Mako.spec +++ b/python-Mako.spec @@ -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,-)