rpms/python-genshi/F-8 .cvsignore, 1.5, 1.6 python-genshi.spec, 1.6, 1.7 sources, 1.5, 1.6

Jeffrey C. Ollie jcollie at fedoraproject.org
Thu Oct 9 03:07:52 UTC 2008


Author: jcollie

Update of /cvs/pkgs/rpms/python-genshi/F-8
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4136

Modified Files:
	.cvsignore python-genshi.spec sources 
Log Message:
* Tue Oct  7 2008 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.5.1-1
- Version 0.5.1
- http://svn.edgewall.org/repos/genshi/tags/0.5.1/
- (Jul 9 2008, from branches/stable/0.5.x)
- 
-  * Fix problem with nested match templates not being applied when buffering
-    on the outer `py:match` is disabled. Thanks to Erik Bray for reporting the
-    problem and providing a test case!
-  * Fix problem in `Translator` filter that would cause the translation of
-    text nodes to fail if the translation function returned an object that was
-    not directly a string, but rather something like an instance of the
-    `LazyProxy` class in Babel (ticket #145).
-  * Fix problem with match templates incorrectly being applied multiple times.
-  * Includes from templates loaded via an absolute path now include the correct
-    file in nested directories as long if no search path has been configured
-    (ticket #240).
-  * Unbuffered match templates could result in parts of the matched content
-    being included in the output if the match template didn't actually consume
-    it via one or more calls to the `select()` function (ticket #243).



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-genshi/F-8/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	1 Jul 2008 20:46:55 -0000	1.5
+++ .cvsignore	9 Oct 2008 03:07:21 -0000	1.6
@@ -1 +1 @@
-Genshi-0.5.tar.bz2
+Genshi-0.5.1.tar.bz2


Index: python-genshi.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-genshi/F-8/python-genshi.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- python-genshi.spec	1 Jul 2008 20:46:55 -0000	1.6
+++ python-genshi.spec	9 Oct 2008 03:07:21 -0000	1.7
@@ -1,7 +1,7 @@
 %{!?python_sitelib: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           python-genshi
-Version:        0.5
+Version:        0.5.1
 Release:        1%{?dist}
 Summary:        Toolkit for stream-based generation of output for the web
 
@@ -45,6 +45,26 @@
 %{python_sitearch}/*
 
 %changelog
+* Tue Oct  7 2008 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.5.1-1
+- Version 0.5.1
+- http://svn.edgewall.org/repos/genshi/tags/0.5.1/
+- (Jul 9 2008, from branches/stable/0.5.x)
+- 
+-  * Fix problem with nested match templates not being applied when buffering
+-    on the outer `py:match` is disabled. Thanks to Erik Bray for reporting the
+-    problem and providing a test case!
+-  * Fix problem in `Translator` filter that would cause the translation of
+-    text nodes to fail if the translation function returned an object that was
+-    not directly a string, but rather something like an instance of the
+-    `LazyProxy` class in Babel (ticket #145).
+-  * Fix problem with match templates incorrectly being applied multiple times.
+-  * Includes from templates loaded via an absolute path now include the correct
+-    file in nested directories as long if no search path has been configured
+-    (ticket #240).
+-  * Unbuffered match templates could result in parts of the matched content
+-    being included in the output if the match template didn't actually consume
+-    it via one or more calls to the `select()` function (ticket #243).
+
 * Mon Jun  9 2008 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.5-1
 - Update to released version of Genshi.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-genshi/F-8/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	1 Jul 2008 20:46:55 -0000	1.5
+++ sources	9 Oct 2008 03:07:21 -0000	1.6
@@ -1 +1 @@
-d8514ce763330d450bfa55869b375e5d  Genshi-0.5.tar.bz2
+822942bbc3109da9f6b472eb8ea4e3a4  Genshi-0.5.1.tar.bz2




More information about the fedora-extras-commits mailing list