commit python3-Mako for openSUSE:Factory

2016-11-20 Thread h_root
Hello community,

here is the log from the commit of package python3-Mako for openSUSE:Factory 
checked in at 2016-11-20 18:20:07

Comparing /work/SRC/openSUSE:Factory/python3-Mako (Old)
 and  /work/SRC/openSUSE:Factory/.python3-Mako.new (New)


Package is "python3-Mako"

Changes:

--- /work/SRC/openSUSE:Factory/python3-Mako/python3-Mako.changes
2016-09-25 14:44:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-Mako.new/python3-Mako.changes   
2016-11-20 18:20:08.0 +0100
@@ -1,0 +2,14 @@
+Sat Nov 19 17:05:53 UTC 2016 - a...@gmx.de
+
+- update to version 1.0.6:
+  * [feature] Added new parameter Template.include_error_handler
+. This works like Template.error_handler but indicates the handler
+should take place when this template is included within another
+template via the <%include> tag. Pull request courtesy Huayi
+Zhang.
+
+- changes from version 1.0.5:
+  * [bug] Updated the Sphinx documentation builder to work with recent
+versions of Sphinx.
+
+---

Old:

  Mako-1.0.4.tar.gz

New:

  Mako-1.0.6.tar.gz



Other differences:
--
++ python3-Mako.spec ++
--- /var/tmp/diff_new_pack.BgAg8E/_old  2016-11-20 18:20:09.0 +0100
+++ /var/tmp/diff_new_pack.BgAg8E/_new  2016-11-20 18:20:09.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python3-Mako
-Version:1.0.4
+Version:1.0.6
 Release:0
 Url:http://www.makotemplates.org/
 Summary:A super-fast Python templating language

++ Mako-1.0.4.tar.gz -> Mako-1.0.6.tar.gz ++
 4513 lines of diff (skipped)




commit python3-Mako for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package python3-Mako for openSUSE:Factory 
checked in at 2016-09-25 14:44:49

Comparing /work/SRC/openSUSE:Factory/python3-Mako (Old)
 and  /work/SRC/openSUSE:Factory/.python3-Mako.new (New)


Package is "python3-Mako"

Changes:

--- /work/SRC/openSUSE:Factory/python3-Mako/python3-Mako.changes
2016-05-25 21:23:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-Mako.new/python3-Mako.changes   
2016-09-25 14:44:56.0 +0200
@@ -1,0 +2,10 @@
+Fri Sep 23 14:19:03 UTC 2016 - toddrme2...@gmail.com
+
+- Change preun back to postun for now.
+
+---
+Thu Sep 15 23:22:18 UTC 2016 - toddrme2...@gmail.com
+
+- Implement update-alternatives
+
+---



Other differences:
--
++ python3-Mako.spec ++
--- /var/tmp/diff_new_pack.v8AySo/_old  2016-09-25 14:44:57.0 +0200
+++ /var/tmp/diff_new_pack.v8AySo/_new  2016-09-25 14:44:57.0 +0200
@@ -33,6 +33,8 @@
 Requires:   python3-Beaker >= 1.1
 Requires:   python3-MarkupSafe
 BuildArch:  noarch
+Requires(post): update-alternatives
+Requires(postun): update-alternatives
 
 %description
 Mako is a template library written in Python. It provides a familiar, non-XML 
@@ -52,16 +54,32 @@
 
 %install
 python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
+
+# Prepare for update-alternatives usage
+mkdir -p %{buildroot}%{_sysconfdir}/alternatives
 mv %{buildroot}%{_bindir}/mako-render 
%{buildroot}%{_bindir}/mako-render-%{py3_ver}
+ln -s -f %{_sysconfdir}/alternatives/mako-render 
%{buildroot}%{_bindir}/mako-render
+
+%post
+%_sbindir/update-alternatives \
+   --install %{_bindir}/mako-render mako-render 
%{_bindir}/mako-render-%{py3_ver} 30
+
+%postun
+if [ $1 -eq 0 ] ; then
+%_sbindir/update-alternatives --remove mako-render 
%{_bindir}/mako-render-%{py3_ver}
+fi
 
 %check
 python3 setup.py test
 
 %files
 %defattr(-,root,root,-)
-%doc CHANGES LICENSE README.rst examples
+%doc CHANGES LICENSE README.rst
+%doc examples
+%{_bindir}/mako-render
 %{_bindir}/mako-render-%{py3_ver}
+%ghost %{_sysconfdir}/alternatives/mako-render
 %{python3_sitelib}/mako/
-%{python3_sitelib}/Mako-%{version}-py%{py3_ver}.egg-info
+%{python3_sitelib}/Mako-%{version}-py*.egg-info
 
 %changelog




commit python3-Mako for openSUSE:Factory

2016-05-25 Thread h_root
Hello community,

here is the log from the commit of package python3-Mako for openSUSE:Factory 
checked in at 2016-05-25 21:22:47

Comparing /work/SRC/openSUSE:Factory/python3-Mako (Old)
 and  /work/SRC/openSUSE:Factory/.python3-Mako.new (New)


Package is "python3-Mako"

Changes:

--- /work/SRC/openSUSE:Factory/python3-Mako/python3-Mako.changes
2016-03-16 10:36:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-Mako.new/python3-Mako.changes   
2016-05-25 21:23:06.0 +0200
@@ -1,0 +2,8 @@
+Sun May  8 06:57:20 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * changed to https for source url
+  * updated source url to files.pythonhosted.org
+
+
+---



Other differences:
--
++ python3-Mako.spec ++
--- /var/tmp/diff_new_pack.7HurQZ/_old  2016-05-25 21:23:07.0 +0200
+++ /var/tmp/diff_new_pack.7HurQZ/_new  2016-05-25 21:23:07.0 +0200
@@ -23,7 +23,7 @@
 Summary:A super-fast Python templating language
 License:MIT
 Group:  Development/Languages/Python
-Source: 
http://pypi.python.org/packages/source/M/Mako/Mako-%{version}.tar.gz
+Source: 
https://files.pythonhosted.org/packages/source/M/Mako/Mako-%{version}.tar.gz
 BuildRequires:  python3-MarkupSafe
 BuildRequires:  python3-devel
 BuildRequires:  python3-mock




commit python3-Mako for openSUSE:Factory

2016-03-16 Thread h_root
Hello community,

here is the log from the commit of package python3-Mako for openSUSE:Factory 
checked in at 2016-03-16 10:35:48

Comparing /work/SRC/openSUSE:Factory/python3-Mako (Old)
 and  /work/SRC/openSUSE:Factory/.python3-Mako.new (New)


Package is "python3-Mako"

Changes:

--- /work/SRC/openSUSE:Factory/python3-Mako/python3-Mako.changes
2015-11-02 12:55:47.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-Mako.new/python3-Mako.changes   
2016-03-16 10:36:01.0 +0100
@@ -1,0 +2,20 @@
+Sat Mar 12 19:19:05 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+  * use pytest instead of nose
+
+- update to version 1.0.4:
+  * [test] [feature] The default test runner is now py.test. Running
+“python setup.py test” will make use of py.test instead of
+nose. nose still works as a test runner as well, however.
+  * [lexer] [bug] Major improvements to lexing of intricate Python
+sections which may contain complex backslash sequences, as well as
+support for the bitwise operator (e.g. pipe symbol) inside of
+expression sections distinct from the Mako “filter” operator,
+provided the operator is enclosed within parentheses or
+brackets. Pull request courtesy Daniel Martin.
+  * [feature] Added new method Template.list_defs(). Pull request
+courtesy Jonathan Vanasco.¶
+
+---

Old:

  Mako-1.0.3.tar.gz

New:

  Mako-1.0.4.tar.gz



Other differences:
--
++ python3-Mako.spec ++
--- /var/tmp/diff_new_pack.5VqO8H/_old  2016-03-16 10:36:02.0 +0100
+++ /var/tmp/diff_new_pack.5VqO8H/_new  2016-03-16 10:36:02.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-Mako
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX 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:   python3-Mako
-Version:1.0.3
+Version:1.0.4
 Release:0
 Url:http://www.makotemplates.org/
 Summary:A super-fast Python templating language
@@ -27,8 +27,8 @@
 BuildRequires:  python3-MarkupSafe
 BuildRequires:  python3-devel
 BuildRequires:  python3-mock
-BuildRequires:  python3-nose
 BuildRequires:  python3-pbr
+BuildRequires:  python3-pytest
 BuildRequires:  python3-setuptools
 Requires:   python3-Beaker >= 1.1
 Requires:   python3-MarkupSafe

++ Mako-1.0.3.tar.gz -> Mako-1.0.4.tar.gz ++
 2063 lines of diff (skipped)




commit python3-Mako for openSUSE:Factory

2015-11-02 Thread h_root
Hello community,

here is the log from the commit of package python3-Mako for openSUSE:Factory 
checked in at 2015-11-02 12:55:45

Comparing /work/SRC/openSUSE:Factory/python3-Mako (Old)
 and  /work/SRC/openSUSE:Factory/.python3-Mako.new (New)


Package is "python3-Mako"

Changes:

--- /work/SRC/openSUSE:Factory/python3-Mako/python3-Mako.changes
2015-10-28 17:30:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-Mako.new/python3-Mako.changes   
2015-11-02 12:55:47.0 +0100
@@ -1,0 +2,8 @@
+Sun Nov  1 18:22:24 UTC 2015 - a...@gmx.de
+
+- update to version 1.0.3:
+  * Fixed an issue where the Babel plugin would not handle a
+translation symbol that contained non-ascii characters. Pull
+request courtesy Roman Imankulov.
+
+---

Old:

  Mako-1.0.2.tar.gz

New:

  Mako-1.0.3.tar.gz



Other differences:
--
++ python3-Mako.spec ++
--- /var/tmp/diff_new_pack.w4Kiys/_old  2015-11-02 12:55:47.0 +0100
+++ /var/tmp/diff_new_pack.w4Kiys/_new  2015-11-02 12:55:47.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python3-Mako
-Version:1.0.2
+Version:1.0.3
 Release:0
 Url:http://www.makotemplates.org/
 Summary:A super-fast Python templating language

++ Mako-1.0.2.tar.gz -> Mako-1.0.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mako-1.0.2/Mako.egg-info/PKG-INFO 
new/Mako-1.0.3/Mako.egg-info/PKG-INFO
--- old/Mako-1.0.2/Mako.egg-info/PKG-INFO   2015-08-26 20:05:54.0 
+0200
+++ new/Mako-1.0.3/Mako.egg-info/PKG-INFO   2015-10-27 17:40:26.0 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: Mako
-Version: 1.0.2
+Version: 1.0.3
 Summary: A super-fast templating language that borrows the  best ideas from 
the existing templating languages.
 Home-page: http://www.makotemplates.org/
 Author: Mike Bayer
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mako-1.0.2/Mako.egg-info/SOURCES.txt 
new/Mako-1.0.3/Mako.egg-info/SOURCES.txt
--- old/Mako-1.0.2/Mako.egg-info/SOURCES.txt2015-08-26 20:05:54.0 
+0200
+++ new/Mako-1.0.3/Mako.egg-info/SOURCES.txt2015-10-27 17:40:26.0 
+0100
@@ -9,7 +9,6 @@
 Mako.egg-info/dependency_links.txt
 Mako.egg-info/entry_points.txt
 Mako.egg-info/not-zip-safe
-Mako.egg-info/pbr.json
 Mako.egg-info/requires.txt
 Mako.egg-info/top_level.txt
 doc/caching.html
@@ -166,6 +165,8 @@
 test/templates/cmd_syntax.mako
 test/templates/crlf.html
 test/templates/gettext.mako
+test/templates/gettext_cp1251.mako
+test/templates/gettext_utf8.mako
 test/templates/index.html
 test/templates/internationalization.html
 test/templates/modtest.html
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mako-1.0.2/Mako.egg-info/pbr.json 
new/Mako-1.0.3/Mako.egg-info/pbr.json
--- old/Mako-1.0.2/Mako.egg-info/pbr.json   2015-08-26 20:05:54.0 
+0200
+++ new/Mako-1.0.3/Mako.egg-info/pbr.json   1970-01-01 01:00:00.0 
+0100
@@ -1 +0,0 @@
-{"is_release": false, "git_version": "1de5a33"}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mako-1.0.2/PKG-INFO new/Mako-1.0.3/PKG-INFO
--- old/Mako-1.0.2/PKG-INFO 2015-08-26 20:05:54.0 +0200
+++ new/Mako-1.0.3/PKG-INFO 2015-10-27 17:40:27.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: Mako
-Version: 1.0.2
+Version: 1.0.3
 Summary: A super-fast templating language that borrows the  best ideas from 
the existing templating languages.
 Home-page: http://www.makotemplates.org/
 Author: Mike Bayer
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mako-1.0.2/doc/_sources/changelog.txt 
new/Mako-1.0.3/doc/_sources/changelog.txt
--- old/Mako-1.0.2/doc/_sources/changelog.txt   2015-08-26 20:02:37.0 
+0200
+++ new/Mako-1.0.3/doc/_sources/changelog.txt   2015-10-27 17:38:22.0 
+0100
@@ -6,6 +6,18 @@
 ===
 
 .. changelog::
+:version: 1.0.3
+:released: Tue Oct 27 2015
+
+.. change::
+:tags: bug, babel
+:pullreq: bitbucket:21
+
+  Fixed an issue where the Babel plugin would not handle a translation
+  symbol that contained non-ascii characters.  Pull request courtesy
+  Roman Imankulov.
+
+.. changelog::
 :version: 1.0.2
 :released: Wed Aug 26 2015
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mako-1.0.2/doc/build/changelog.rst 
new/Mako-1.0.3/doc/build/changelog.rst
--- old/Mako-1.0.2/doc/build/changelog.rst  2015-08-26 

commit python3-Mako for openSUSE:Factory

2015-10-28 Thread h_root
Hello community,

here is the log from the commit of package python3-Mako for openSUSE:Factory 
checked in at 2015-10-28 17:30:23

Comparing /work/SRC/openSUSE:Factory/python3-Mako (Old)
 and  /work/SRC/openSUSE:Factory/.python3-Mako.new (New)


Package is "python3-Mako"

Changes:

--- /work/SRC/openSUSE:Factory/python3-Mako/python3-Mako.changes
2015-08-27 08:55:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-Mako.new/python3-Mako.changes   
2015-10-28 17:30:33.0 +0100
@@ -1,0 +2,24 @@
+Mon Oct 26 10:55:48 UTC 2015 - toddrme2...@gmail.com
+
+- Update to version 1.0.2
+  * The "universal wheel" marker is removed from setup.cfg, because
+our setup.py currently makes use of conditional dependencies.
+In :ticket:`249`, the discussion is ongoing on how to correct our
+setup.cfg / setup.py fully so that we can handle the per-version
+dependency changes while still maintaining optimal wheel settings,
+so this issue is not yet fully resolved.
+  * Repair some calls within the ast module that no longer work on Python3.5;
+additionally replace the use of ``inspect.getargspec()`` under
+Python 3 (seems to be called from the TG plugin) to avoid deprecation
+warnings.
+  * Update the Lingua translation extraction plugin to correctly
+handle templates mixing Python control statements (such as if,
+for and while) with template fragments. Pull request courtesy
+Laurent Daverio.
+  * Added ``STOP_RENDERING`` keyword for returning/exiting from a
+template early, which is a synonym for an empty string ``""``.
+Previously, the docs suggested a bare
+``return``, but this could cause ``None`` to appear in the
+rendered template result.
+  
+---

Old:

  Mako-1.0.1.tar.gz

New:

  Mako-1.0.2.tar.gz



Other differences:
--
++ python3-Mako.spec ++
--- /var/tmp/diff_new_pack.it7vSq/_old  2015-10-28 17:30:34.0 +0100
+++ /var/tmp/diff_new_pack.it7vSq/_new  2015-10-28 17:30:34.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python3-Mako
-Version:1.0.1
+Version:1.0.2
 Release:0
 Url:http://www.makotemplates.org/
 Summary:A super-fast Python templating language

++ Mako-1.0.1.tar.gz -> Mako-1.0.2.tar.gz ++
 22560 lines of diff (skipped)




commit python3-Mako for openSUSE:Factory

2015-08-27 Thread h_root
Hello community,

here is the log from the commit of package python3-Mako for openSUSE:Factory 
checked in at 2015-08-27 08:55:43

Comparing /work/SRC/openSUSE:Factory/python3-Mako (Old)
 and  /work/SRC/openSUSE:Factory/.python3-Mako.new (New)


Package is python3-Mako

Changes:

--- /work/SRC/openSUSE:Factory/python3-Mako/python3-Mako.changes
2015-01-25 21:15:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-Mako.new/python3-Mako.changes   
2015-08-27 08:55:49.0 +0200
@@ -1,0 +2,5 @@
+Fri Aug 21 11:34:47 UTC 2015 - br...@ioda-net.ch
+
+- Add python3-pbr deps to fix build failure 
+
+---



Other differences:
--
++ python3-Mako.spec ++
--- /var/tmp/diff_new_pack.ZhlJhg/_old  2015-08-27 08:55:49.0 +0200
+++ /var/tmp/diff_new_pack.ZhlJhg/_new  2015-08-27 08:55:49.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-Mako
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -28,6 +28,7 @@
 BuildRequires:  python3-devel
 BuildRequires:  python3-mock
 BuildRequires:  python3-nose
+BuildRequires:  python3-pbr
 BuildRequires:  python3-setuptools
 Requires:   python3-Beaker = 1.1
 Requires:   python3-MarkupSafe




commit python3-Mako for openSUSE:Factory

2015-01-25 Thread h_root
Hello community,

here is the log from the commit of package python3-Mako for openSUSE:Factory 
checked in at 2015-01-25 21:15:07

Comparing /work/SRC/openSUSE:Factory/python3-Mako (Old)
 and  /work/SRC/openSUSE:Factory/.python3-Mako.new (New)


Package is python3-Mako

Changes:

--- /work/SRC/openSUSE:Factory/python3-Mako/python3-Mako.changes
2014-06-25 15:24:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-Mako.new/python3-Mako.changes   
2015-01-25 21:15:09.0 +0100
@@ -1,0 +2,12 @@
+Sun Jan 25 04:20:18 UTC 2015 - a...@gmx.de
+
+- specfile: update copyright year
+
+- 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.¶
+
+---

Old:

  Mako-1.0.0.tar.gz

New:

  Mako-1.0.1.tar.gz



Other differences:
--
++ python3-Mako.spec ++
--- /var/tmp/diff_new_pack.LQ2ORc/_old  2015-01-25 21:15:10.0 +0100
+++ /var/tmp/diff_new_pack.LQ2ORc/_new  2015-01-25 21:15:10.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-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:   python3-Mako
-Version:1.0.0
+Version:1.0.1
 Release:0
 Url:http://www.makotemplates.org/
 Summary:A super-fast Python templating language
@@ -26,9 +26,9 @@
 Source: 
http://pypi.python.org/packages/source/M/Mako/Mako-%{version}.tar.gz
 BuildRequires:  python3-MarkupSafe
 BuildRequires:  python3-devel
-BuildRequires:  python3-setuptools
 BuildRequires:  python3-mock
 BuildRequires:  python3-nose
+BuildRequires:  python3-setuptools
 Requires:   python3-Beaker = 1.1
 Requires:   python3-MarkupSafe
 BuildArch:  noarch

++ Mako-1.0.0.tar.gz - Mako-1.0.1.tar.gz ++
 3605 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python3-Mako for openSUSE:Factory

2014-06-25 Thread h_root
Hello community,

here is the log from the commit of package python3-Mako for openSUSE:Factory 
checked in at 2014-06-25 15:24:29

Comparing /work/SRC/openSUSE:Factory/python3-Mako (Old)
 and  /work/SRC/openSUSE:Factory/.python3-Mako.new (New)


Package is python3-Mako

Changes:

--- /work/SRC/openSUSE:Factory/python3-Mako/python3-Mako.changes
2013-06-21 19:01:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-Mako.new/python3-Mako.changes   
2014-06-25 15:24:43.0 +0200
@@ -1,0 +2,9 @@
+Wed Jun 25 10:59:58 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.0.0
+  + Too many changes; please look at changelog in package documentation
+- Replace python3-distribute with python3-setuptools in requirements
+- Remove uneeded python3 and python3-2to3 BuildRequires
+- Add python3-mock build require; new dependency for tests
+
+---

Old:

  Mako-0.7.3.tar.gz

New:

  Mako-1.0.0.tar.gz



Other differences:
--
++ python3-Mako.spec ++
--- /var/tmp/diff_new_pack.pmbn6j/_old  2014-06-25 15:24:44.0 +0200
+++ /var/tmp/diff_new_pack.pmbn6j/_new  2014-06-25 15:24:44.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-Mako
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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,19 +17,17 @@
 
 
 Name:   python3-Mako
-Version:0.7.3
+Version:1.0.0
 Release:0
 Url:http://www.makotemplates.org/
 Summary:A super-fast Python templating language
 License:MIT
 Group:  Development/Languages/Python
 Source: 
http://pypi.python.org/packages/source/M/Mako/Mako-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  python3
-BuildRequires:  python3-2to3
 BuildRequires:  python3-MarkupSafe
 BuildRequires:  python3-devel
-BuildRequires:  python3-distribute
+BuildRequires:  python3-setuptools
+BuildRequires:  python3-mock
 BuildRequires:  python3-nose
 Requires:   python3-Beaker = 1.1
 Requires:   python3-MarkupSafe
@@ -49,7 +47,6 @@
 %setup -q -n Mako-%{version}
 
 %build
-2to3 --no-diffs -w mako test scripts/mako-render
 python3 setup.py build
 
 %install

++ Mako-0.7.3.tar.gz - Mako-1.0.0.tar.gz ++
 18655 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python3-Mako for openSUSE:Factory

2012-05-29 Thread h_root
Hello community,

here is the log from the commit of package python3-Mako for openSUSE:Factory 
checked in at 2012-05-29 13:53:58

Comparing /work/SRC/openSUSE:Factory/python3-Mako (Old)
 and  /work/SRC/openSUSE:Factory/.python3-Mako.new (New)


Package is python3-Mako, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++
link package=python-Mako cicount=copy /
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org