commit python-Kajiki for openSUSE:Factory

2020-08-17 Thread root
Hello community,

here is the log from the commit of package python-Kajiki for openSUSE:Factory 
checked in at 2020-08-17 14:40:28

Comparing /work/SRC/openSUSE:Factory/python-Kajiki (Old)
 and  /work/SRC/openSUSE:Factory/.python-Kajiki.new.3399 (New)


Package is "python-Kajiki"

Mon Aug 17 14:40:28 2020 rev:12 rq:827221 version:0.8.2

Changes:

--- /work/SRC/openSUSE:Factory/python-Kajiki/python-Kajiki.changes  
2020-01-13 22:23:26.298571494 +0100
+++ /work/SRC/openSUSE:Factory/.python-Kajiki.new.3399/python-Kajiki.changes
2020-08-17 14:40:30.842585589 +0200
@@ -1,0 +2,5 @@
+Sun Aug 16 13:21:47 UTC 2020 - John Vandenberg 
+
+- Replace nose with pytest
+
+---



Other differences:
--
++ python-Kajiki.spec ++
--- /var/tmp/diff_new_pack.H1w6sx/_old  2020-08-17 14:40:31.458585845 +0200
+++ /var/tmp/diff_new_pack.H1w6sx/_new  2020-08-17 14:40:31.458585845 +0200
@@ -27,7 +27,6 @@
 Source: 
https://files.pythonhosted.org/packages/source/K/Kajiki/Kajiki-%{version}.tar.gz
 BuildRequires:  %{python_module Babel}
 BuildRequires:  %{python_module nine}
-BuildRequires:  %{python_module nose}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
@@ -44,6 +43,7 @@
 
 %prep
 %setup -q -n Kajiki-%{version}
+sed -i 's/from nose import SkipTest/from unittest import SkipTest/' 
kajiki/tests/test_xml.py
 
 %build
 %python_build




commit python-Kajiki for openSUSE:Factory

2020-01-13 Thread root
Hello community,

here is the log from the commit of package python-Kajiki for openSUSE:Factory 
checked in at 2020-01-13 22:23:22

Comparing /work/SRC/openSUSE:Factory/python-Kajiki (Old)
 and  /work/SRC/openSUSE:Factory/.python-Kajiki.new.6675 (New)


Package is "python-Kajiki"

Mon Jan 13 22:23:22 2020 rev:11 rq:764113 version:0.8.2

Changes:

--- /work/SRC/openSUSE:Factory/python-Kajiki/python-Kajiki.changes  
2019-06-22 11:24:44.657421372 +0200
+++ /work/SRC/openSUSE:Factory/.python-Kajiki.new.6675/python-Kajiki.changes
2020-01-13 22:23:26.298571494 +0100
@@ -1,0 +2,7 @@
+Mon Jan 13 16:35:33 UTC 2020 - Marketa Calabkova 
+
+- update to 0.8.2
+  * Fixed some HTML entities not being properly recognised
+  * Fixed unexpected  when including templates
+
+---

Old:

  Kajiki-0.8.0.tar.gz

New:

  Kajiki-0.8.2.tar.gz



Other differences:
--
++ python-Kajiki.spec ++
--- /var/tmp/diff_new_pack.my2GH2/_old  2020-01-13 22:23:27.138571884 +0100
+++ /var/tmp/diff_new_pack.my2GH2/_new  2020-01-13 22:23:27.142571886 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Kajiki
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-Kajiki
-Version:0.8.0
+Version:0.8.2
 Release:0
 Summary:Compiler for Genshi syntax outputting Python bytecode
 License:MIT

++ Kajiki-0.8.0.tar.gz -> Kajiki-0.8.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Kajiki-0.8.0/CHANGES.rst new/Kajiki-0.8.2/CHANGES.rst
--- old/Kajiki-0.8.0/CHANGES.rst2019-06-03 12:46:52.0 +0200
+++ new/Kajiki-0.8.2/CHANGES.rst2019-11-26 11:21:59.0 +0100
@@ -1,6 +1,16 @@
 CHANGES
 ===
 
+0.8.2 (2019-11-26)
+--
+
+* Fixed some HTML entities not being properly recognised
+
+0.8.1 (2019-10-20)
+--
+
+* Fixed unexpected  when including templates
+
 0.8.0 (2019-06-03)
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Kajiki-0.8.0/Kajiki.egg-info/PKG-INFO 
new/Kajiki-0.8.2/Kajiki.egg-info/PKG-INFO
--- old/Kajiki-0.8.0/Kajiki.egg-info/PKG-INFO   2019-06-03 12:56:48.0 
+0200
+++ new/Kajiki-0.8.2/Kajiki.egg-info/PKG-INFO   2019-11-26 11:58:09.0 
+0100
@@ -1,13 +1,12 @@
-Metadata-Version: 2.1
+Metadata-Version: 1.1
 Name: Kajiki
-Version: 0.8.0
+Version: 0.8.2
 Summary: Fast XML-based template engine with Genshi syntax and Jinja blocks
 Home-page: https://github.com/nandoflorestan/kajiki
-Author: Rick Copeland
-Author-email: rick...@usa.net
-Maintainer: Nando Florestan
-Maintainer-email: nandoflores...@gmail.com
+Author: Nando Florestan
+Author-email: nandoflores...@gmail.com
 License: MIT
+Description-Content-Type: UNKNOWN
 Description: Kajiki provides fast well-formed XML templates
 ==
 
@@ -80,6 +79,16 @@
 CHANGES
 ===
 
+0.8.2 (2019-11-26)
+--
+
+* Fixed some HTML entities not being properly recognised
+
+0.8.1 (2019-10-20)
+--
+
+* Fixed unexpected  when including templates
+
 0.8.0 (2019-06-03)
 --
 
@@ -257,4 +266,3 @@
 Classifier: Topic :: Software Development :: Libraries :: Python Modules
 Classifier: Topic :: Text Processing :: Markup :: HTML
 Classifier: Topic :: Text Processing :: Markup :: XML
-Provides-Extra: testing
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Kajiki-0.8.0/PKG-INFO new/Kajiki-0.8.2/PKG-INFO
--- old/Kajiki-0.8.0/PKG-INFO   2019-06-03 12:56:48.0 +0200
+++ new/Kajiki-0.8.2/PKG-INFO   2019-11-26 11:58:09.0 +0100
@@ -1,13 +1,12 @@
-Metadata-Version: 2.1
+Metadata-Version: 1.1
 Name: Kajiki
-Version: 0.8.0
+Version: 0.8.2
 Summary: Fast XML-based template engine with Genshi syntax and Jinja blocks
 Home-page: https://github.com/nandoflorestan/kajiki
-Author: Rick Copeland
-Author-email: rick...@usa.net
-Maintainer: Nando Florestan
-Maintainer-email: nandoflores...@gmail.com
+Author: Nando Florestan
+Author-email: nandoflores...@gmail.com
 License: MIT
+Description-Content-Type: UNKNOWN
 Description: Kajiki provides fast well-formed XML templates
 

commit python-Kajiki for openSUSE:Factory

2019-06-22 Thread root
Hello community,

here is the log from the commit of package python-Kajiki for openSUSE:Factory 
checked in at 2019-06-22 11:24:43

Comparing /work/SRC/openSUSE:Factory/python-Kajiki (Old)
 and  /work/SRC/openSUSE:Factory/.python-Kajiki.new.4615 (New)


Package is "python-Kajiki"

Sat Jun 22 11:24:43 2019 rev:10 rq:711309 version:0.8.0

Changes:

--- /work/SRC/openSUSE:Factory/python-Kajiki/python-Kajiki.changes  
2019-03-12 09:52:11.283552732 +0100
+++ /work/SRC/openSUSE:Factory/.python-Kajiki.new.4615/python-Kajiki.changes
2019-06-22 11:24:44.657421372 +0200
@@ -1,0 +2,7 @@
+Fri Jun 21 10:15:58 UTC 2019 - pgaj...@suse.com
+
+- version update to 0.8.0
+  * Fixed support for Python 3.8
+  * Dropped support for Python 2.6 and 3.3
+
+---

Old:

  Kajiki-0.7.2.tar.gz

New:

  Kajiki-0.8.0.tar.gz



Other differences:
--
++ python-Kajiki.spec ++
--- /var/tmp/diff_new_pack.g7vGSy/_old  2019-06-22 11:24:45.897422607 +0200
+++ /var/tmp/diff_new_pack.g7vGSy/_new  2019-06-22 11:24:45.925422635 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-Kajiki
-Version:0.7.2
+Version:0.8.0
 Release:0
 Summary:Compiler for Genshi syntax outputting Python bytecode
 License:MIT
@@ -28,6 +28,7 @@
 BuildRequires:  %{python_module Babel}
 BuildRequires:  %{python_module nine}
 BuildRequires:  %{python_module nose}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -53,7 +54,7 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_exec setup.py test
+%pytest
 
 %files %{python_files}
 %license LICENSE.rst

++ Kajiki-0.7.2.tar.gz -> Kajiki-0.8.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Kajiki-0.7.2/CHANGES.rst new/Kajiki-0.8.0/CHANGES.rst
--- old/Kajiki-0.7.2/CHANGES.rst2018-04-16 22:53:18.0 +0200
+++ new/Kajiki-0.8.0/CHANGES.rst2019-06-03 12:46:52.0 +0200
@@ -1,6 +1,12 @@
 CHANGES
 ===
 
+0.8.0 (2019-06-03)
+--
+
+* Fixed support for Python 3.8
+* Dropped support for Python 2.6 and 3.3
+
 0.7.2 (2018-04-16)
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Kajiki-0.7.2/Kajiki.egg-info/PKG-INFO 
new/Kajiki-0.8.0/Kajiki.egg-info/PKG-INFO
--- old/Kajiki-0.7.2/Kajiki.egg-info/PKG-INFO   2018-04-16 22:54:38.0 
+0200
+++ new/Kajiki-0.8.0/Kajiki.egg-info/PKG-INFO   2019-06-03 12:56:48.0 
+0200
@@ -1,12 +1,13 @@
-Metadata-Version: 1.1
+Metadata-Version: 2.1
 Name: Kajiki
-Version: 0.7.2
+Version: 0.8.0
 Summary: Fast XML-based template engine with Genshi syntax and Jinja blocks
 Home-page: https://github.com/nandoflorestan/kajiki
-Author: Nando Florestan
-Author-email: nandoflores...@gmail.com
+Author: Rick Copeland
+Author-email: rick...@usa.net
+Maintainer: Nando Florestan
+Maintainer-email: nandoflores...@gmail.com
 License: MIT
-Description-Content-Type: UNKNOWN
 Description: Kajiki provides fast well-formed XML templates
 ==
 
@@ -79,6 +80,12 @@
 CHANGES
 ===
 
+0.8.0 (2019-06-03)
+--
+
+* Fixed support for Python 3.8
+* Dropped support for Python 2.6 and 3.3
+
 0.7.2 (2018-04-16)
 --
 
@@ -237,13 +244,17 @@
 Classifier: Operating System :: OS Independent
 Classifier: Programming Language :: Python
 Classifier: Programming Language :: Python :: 2
-Classifier: Programming Language :: Python :: 2.6
 Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.2
-Classifier: Programming Language :: Python :: 3.3
+Classifier: Programming Language :: Python :: 3.4
+Classifier: Programming Language :: Python :: 3.5
+Classifier: Programming Language :: Python :: 3.6
+Classifier: Programming Language :: Python :: 3.7
+Classifier: Programming Language :: Python :: 3.8
 Classifier: Programming Language :: Python :: Implementation :: CPython
+Classifier: Programming Language :: Python :: Implementation :: PyPy
 Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
 Classifier: Topic :: Software Development :: Libraries :: Python Modules
 Classifier: Topic :: Text Processing :: Markup :: HTML
 Classifier: Topic :: Text Processing :: Markup :: XML
+Provides-Extra: testing
diff -urN '--exclude=CVS' '--exclude=.cvsign

commit python-Kajiki for openSUSE:Factory

2019-03-12 Thread root
Hello community,

here is the log from the commit of package python-Kajiki for openSUSE:Factory 
checked in at 2019-03-12 09:52:01

Comparing /work/SRC/openSUSE:Factory/python-Kajiki (Old)
 and  /work/SRC/openSUSE:Factory/.python-Kajiki.new.28833 (New)


Package is "python-Kajiki"

Tue Mar 12 09:52:01 2019 rev:9 rq:681852 version:0.7.2

Changes:

--- /work/SRC/openSUSE:Factory/python-Kajiki/python-Kajiki.changes  
2019-01-24 14:02:30.680113386 +0100
+++ /work/SRC/openSUSE:Factory/.python-Kajiki.new.28833/python-Kajiki.changes   
2019-03-12 09:52:11.283552732 +0100
@@ -1,0 +2,8 @@
+Tue Mar  5 16:35:50 UTC 2019 - Tomáš Chvátal 
+
+- Update to 0.7.2:
+  * Allow to replace gettext function by providing it in the template context 
or through base_globals in Loader
+  * Improve parsing of ${} expressions and fix syntax errors reporting in 
braced expressions.
+  * Improve parsing of documents with comments before the root element
+
+---

Old:

  Kajiki-0.7.0.tar.gz

New:

  Kajiki-0.7.2.tar.gz



Other differences:
--
++ python-Kajiki.spec ++
--- /var/tmp/diff_new_pack.tb9RpI/_old  2019-03-12 09:52:11.867552616 +0100
+++ /var/tmp/diff_new_pack.tb9RpI/_new  2019-03-12 09:52:11.867552616 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Kajiki
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -18,16 +18,18 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-Kajiki
-Version:0.7.0
+Version:0.7.2
 Release:0
 Summary:Compiler for Genshi syntax outputting Python bytecode
 License:MIT
 Group:  Development/Languages/Python
-URL:http://sourceforge.net/p/kajiki/home/
+URL:https://github.com/nandoflorestan/kajiki
 Source: 
https://files.pythonhosted.org/packages/source/K/Kajiki/Kajiki-%{version}.tar.gz
 BuildRequires:  %{python_module Babel}
 BuildRequires:  %{python_module nine}
+BuildRequires:  %{python_module nose}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:   python-nine
 BuildArch:  noarch
@@ -47,6 +49,8 @@
 
 %install
 %python_install
+%python_expand rm -r %{buildroot}%{$python_sitelib}/kajiki/tests
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
 %python_exec setup.py test

++ Kajiki-0.7.0.tar.gz -> Kajiki-0.7.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Kajiki-0.7.0/CHANGES.rst new/Kajiki-0.7.2/CHANGES.rst
--- old/Kajiki-0.7.0/CHANGES.rst2017-06-27 12:11:50.0 +0200
+++ new/Kajiki-0.7.2/CHANGES.rst2018-04-16 22:53:18.0 +0200
@@ -1,6 +1,17 @@
 CHANGES
 ===
 
+0.7.2 (2018-04-16)
+--
+
+* Improve parsing of ``${}`` expressions and fix syntax errors reporting in 
braced expressions.
+* Improve parsing of documents with comments before the root element
+
+0.7.1 (2017-09-11)
+--
+
+* Allow to replace ``gettext`` function by providing it in the template 
context or through ``base_globals`` in Loader
+
 0.7.0 (2017-06-27)
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Kajiki-0.7.0/Kajiki.egg-info/PKG-INFO 
new/Kajiki-0.7.2/Kajiki.egg-info/PKG-INFO
--- old/Kajiki-0.7.0/Kajiki.egg-info/PKG-INFO   2017-06-27 12:42:59.0 
+0200
+++ new/Kajiki-0.7.2/Kajiki.egg-info/PKG-INFO   2018-04-16 22:54:38.0 
+0200
@@ -1,11 +1,12 @@
 Metadata-Version: 1.1
 Name: Kajiki
-Version: 0.7.0
+Version: 0.7.2
 Summary: Fast XML-based template engine with Genshi syntax and Jinja blocks
 Home-page: https://github.com/nandoflorestan/kajiki
 Author: Nando Florestan
 Author-email: nandoflores...@gmail.com
 License: MIT
+Description-Content-Type: UNKNOWN
 Description: Kajiki provides fast well-formed XML templates
 ==
 
@@ -78,6 +79,17 @@
 CHANGES
 ===
 
+0.7.2 (2018-04-16)
+--
+
+* Improve parsing of ``${}`` expressions and fix syntax errors 
reporting in braced expressions.
+* Improve parsing of documents with comments before the root element
+
+0.7.1 (2017-09-11)
+--
+
+* Allow to replace ``gettext`` function by providing it in the 
template context or through ``base_g

commit python-Kajiki for openSUSE:Factory

2019-01-24 Thread root
Hello community,

here is the log from the commit of package python-Kajiki for openSUSE:Factory 
checked in at 2019-01-24 14:02:30

Comparing /work/SRC/openSUSE:Factory/python-Kajiki (Old)
 and  /work/SRC/openSUSE:Factory/.python-Kajiki.new.28833 (New)


Package is "python-Kajiki"

Thu Jan 24 14:02:30 2019 rev:8 rq:659273 version:0.7.0

Changes:

--- /work/SRC/openSUSE:Factory/python-Kajiki/python-Kajiki.changes  
2017-08-28 15:16:18.847901607 +0200
+++ /work/SRC/openSUSE:Factory/.python-Kajiki.new.28833/python-Kajiki.changes   
2019-01-24 14:02:30.680113386 +0100
@@ -1,0 +2,5 @@
+Tue Dec  4 12:49:45 UTC 2018 - Matej Cepl 
+
+- Remove superfluous devel dependency for noarch package
+
+---



Other differences:
--
++ python-Kajiki.spec ++
--- /var/tmp/diff_new_pack.xUhwsj/_old  2019-01-24 14:02:31.456112500 +0100
+++ /var/tmp/diff_new_pack.xUhwsj/_new  2019-01-24 14:02:31.468112487 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Kajiki
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -23,17 +23,14 @@
 Summary:Compiler for Genshi syntax outputting Python bytecode
 License:MIT
 Group:  Development/Languages/Python
-Url:http://sourceforge.net/p/kajiki/home/
+URL:http://sourceforge.net/p/kajiki/home/
 Source: 
https://files.pythonhosted.org/packages/source/K/Kajiki/Kajiki-%{version}.tar.gz
 BuildRequires:  %{python_module Babel}
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module nine}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  python-rpm-macros
 Requires:   python-nine
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
-
 %python_subpackages
 
 %description
@@ -55,8 +52,8 @@
 %python_exec setup.py test
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc README.rst LICENSE.rst
+%license LICENSE.rst
+%doc README.rst
 %{python_sitelib}/*
 
 %changelog




commit python-Kajiki for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package python-Kajiki for openSUSE:Factory 
checked in at 2017-08-28 15:14:49

Comparing /work/SRC/openSUSE:Factory/python-Kajiki (Old)
 and  /work/SRC/openSUSE:Factory/.python-Kajiki.new (New)


Package is "python-Kajiki"

Mon Aug 28 15:14:49 2017 rev:7 rq:518554 version:0.7.0

Changes:

--- /work/SRC/openSUSE:Factory/python-Kajiki/python-Kajiki.changes  
2017-08-18 15:01:03.582403490 +0200
+++ /work/SRC/openSUSE:Factory/.python-Kajiki.new/python-Kajiki.changes 
2017-08-28 15:16:18.847901607 +0200
@@ -1,0 +2,5 @@
+Thu Aug 24 15:21:28 UTC 2017 - tbecht...@suse.com
+
+- Add missing python-nine Requires
+
+---



Other differences:
--
++ python-Kajiki.spec ++
--- /var/tmp/diff_new_pack.hOElxx/_old  2017-08-28 15:16:20.575658836 +0200
+++ /var/tmp/diff_new_pack.hOElxx/_new  2017-08-28 15:16:20.603654902 +0200
@@ -30,6 +30,7 @@
 BuildRequires:  %{python_module nine}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  python-rpm-macros
+Requires:   python-nine
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 




commit python-Kajiki for openSUSE:Factory

2017-08-18 Thread root
Hello community,

here is the log from the commit of package python-Kajiki for openSUSE:Factory 
checked in at 2017-08-18 15:00:56

Comparing /work/SRC/openSUSE:Factory/python-Kajiki (Old)
 and  /work/SRC/openSUSE:Factory/.python-Kajiki.new (New)


Package is "python-Kajiki"

Fri Aug 18 15:00:56 2017 rev:6 rq:509185 version:0.7.0

Changes:

--- /work/SRC/openSUSE:Factory/python-Kajiki/python-Kajiki.changes  
2013-10-25 11:20:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-Kajiki.new/python-Kajiki.changes 
2017-08-18 15:01:03.582403490 +0200
@@ -1,0 +2,76 @@
+Mon Jul 10 11:51:25 UTC 2017 - jeng...@inai.de
+
+- Remove storytelling from description.
+
+---
+Thu Jun 29 16:41:08 UTC 2017 - tbecht...@suse.com
+
+- update to 0.7.0:
+  * Text for i18n is now extracted ignoring the empty spaces surrounding the
+text itself. Empty text will always be treated as non translatable nodes
+for performance reasons.
+  * ``extract_python`` option will now report syntax errors when extracting
+text for translation.
+  * Added ``extract_python`` option to babel message extractor, this allows
+extracting gettext calls in ``${}`` expressions
+  * Actually report 0.6 in kajiki/version.py
+  * Expose ``strip_text`` option in loader
+  * Fixed ``py:switch`` error message wrongly mentioning ``py:with``
+  * Support for multiline ``${}`` expressions
+  * Subsequent text nodes are now squashed into a single text node. This allows
+translating whole paragraphs instead of single sentences.
+  * Allow code and function calls inside tag attributes
+  * Added ``strip_text`` option to XMLTemplate and i18n collector to ensure
+leading and trailing spaces are stipped by text nodes (also leads to
+minified HTML)
+  * Some HTML nodes that do not require being closed but is commonly considered
+best practice to close them are now emitted with ending tag (IE: )
+  * Generally improved code documentation to lower entry barrier for 
contributors
+  * ``py:attrs`` will now emit the attribute name itself or will omit the 
attribute
+at all in case of ``bool`` values for 'checked', 'disabled', 'readonly',
+'multiple', 'selected', 'nohref', 'ismap', 'declare' and 'defer',
+  * ``py:switch`` now correctly supports multiple ``py:case`` statements.
+  * text inside ``

commit python-Kajiki for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-Kajiki for openSUSE:Factory 
checked in at 2013-10-25 11:20:00

Comparing /work/SRC/openSUSE:Factory/python-Kajiki (Old)
 and  /work/SRC/openSUSE:Factory/.python-Kajiki.new (New)


Package is "python-Kajiki"

Changes:

--- /work/SRC/openSUSE:Factory/python-Kajiki/python-Kajiki.changes  
2013-01-20 08:16:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-Kajiki.new/python-Kajiki.changes 
2013-10-25 11:20:01.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:07:26 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-Kajiki.spec ++
--- /var/tmp/diff_new_pack.GnB22L/_old  2013-10-25 11:20:02.0 +0200
+++ /var/tmp/diff_new_pack.GnB22L/_new  2013-10-25 11:20:02.0 +0200
@@ -13,19 +13,20 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
 Name:   python-Kajiki
 Version:0.3.5
 Release:0
-License:MIT
 Summary:Really fast well-formed xml templates
-Url:http://sourceforge.net/p/kajiki/home/
+License:MIT
 Group:  Development/Languages/Python
+Url:http://sourceforge.net/p/kajiki/home/
 Source: 
http://pypi.python.org/packages/source/K/Kajiki/Kajiki-%{version}.tar.gz
-BuildRequires:  python-devel
-BuildRequires:  python-distribute
 BuildRequires:  python-Babel
+BuildRequires:  python-devel
+BuildRequires:  python-setuptools
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}

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



commit python-Kajiki for openSUSE:Factory

2013-01-19 Thread h_root
Hello community,

here is the log from the commit of package python-Kajiki for openSUSE:Factory 
checked in at 2013-01-20 08:16:39

Comparing /work/SRC/openSUSE:Factory/python-Kajiki (Old)
 and  /work/SRC/openSUSE:Factory/.python-Kajiki.new (New)


Package is "python-Kajiki", Maintainer is ""

Changes:

New Changes file:

--- /dev/null   2013-01-09 19:40:42.352580873 +0100
+++ /work/SRC/openSUSE:Factory/.python-Kajiki.new/python-Kajiki.changes 
2013-01-20 08:16:44.0 +0100
@@ -0,0 +1,5 @@
+---
+Thu Jan 17 10:44:11 UTC 2013 - sasc...@suse.de
+
+- Initial version
+

New:

  Kajiki-0.3.5.tar.gz
  python-Kajiki.changes
  python-Kajiki.spec



Other differences:
--
++ python-Kajiki.spec ++
#
# spec file for package python-Kajiki
#
# Copyright (c) 2013 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/


Name:   python-Kajiki
Version:0.3.5
Release:0
License:MIT
Summary:Really fast well-formed xml templates
Url:http://sourceforge.net/p/kajiki/home/
Group:  Development/Languages/Python
Source: 
http://pypi.python.org/packages/source/K/Kajiki/Kajiki-%{version}.tar.gz
BuildRequires:  python-devel
BuildRequires:  python-distribute
BuildRequires:  python-Babel
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
%else
BuildArch:  noarch
%endif

%description
Are you tired of the slow performance of Genshi? But
you still long for the assurance that your output is well-formed that you
miss from all those other templating engines? Do you wish you had Jinja's
blocks with Genshi's syntax? Then look  no further, Kajiki is for you!
Kajiki quickly compiles Genshi-like syntax to *real python bytecode*
that renders with blazing-fast speed! Don't delay! Pick up your
copy of Kajiki today!

%prep
%setup -q -n Kajiki-%{version}

%build
python setup.py build

%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}

%check
python setup.py test

%files
%defattr(-,root,root,-)
%doc README
%{python_sitelib}/*

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