rpms/python-lxml/devel .cvsignore, 1.20, 1.21 python-lxml.spec, 1.28, 1.29 sources, 1.20, 1.21

Jeffrey C. Ollie jcollie at fedoraproject.org
Sat Dec 13 01:06:27 UTC 2008


Author: jcollie

Update of /cvs/pkgs/rpms/python-lxml/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25589

Modified Files:
	.cvsignore python-lxml.spec sources 
Log Message:
* Fri Dec 12 2008 Jeffrey C. Ollie <jeff at ocjtech.us> - 2.2-0.4.beta1
- 2.2beta1 (2008-12-12)
- Features added
- 
-    * Allow lxml.html.diff.htmldiff to accept Element objects,
-      not just HTML strings.
- 
- Bugs fixed
- 
-    * Crash when using an XPath evaluator in multiple threads.
-    * Fixed missing whitespace before Link:... in lxml.html.diff.
- 
- Other changes
- 
-    * Export lxml.html.parse.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-lxml/devel/.cvsignore,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- .cvsignore	24 Nov 2008 19:42:46 -0000	1.20
+++ .cvsignore	13 Dec 2008 01:05:57 -0000	1.21
@@ -1 +1 @@
-lxml-2.2alpha1.tar.gz
+lxml-2.2beta1.tar.gz


Index: python-lxml.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-lxml/devel/python-lxml.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- python-lxml.spec	29 Nov 2008 04:33:16 -0000	1.28
+++ python-lxml.spec	13 Dec 2008 01:05:57 -0000	1.29
@@ -1,15 +1,15 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
-%define alpha 1
+%define beta 1
 
 Name:           python-lxml
 Version:        2.2
-Release:        0.3.alpha%{alpha}%{?dist}
+Release:        0.4.beta%{beta}%{?dist}
 Summary:        ElementTree-like Python bindings for libxml2 and libxslt
 
 Group:          Development/Libraries
 License:        BSD
 URL:            http://codespeak.net/lxml/
-Source0:        http://cheeseshop.python.org/packages/source/l/lxml/lxml-%{version}alpha%{alpha}.tar.gz
+Source0:        http://cheeseshop.python.org/packages/source/l/lxml/lxml-%{version}beta%{beta}.tar.gz
 #Source0:        http://codespeak.net/lxml/lxml-%{version}.tgz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -30,7 +30,7 @@
 unlike the default bindings.
 
 %prep
-%setup -q -n lxml-%{version}alpha%{alpha}
+%setup -q -n lxml-%{version}beta%{beta}
 
 chmod a-x doc/rest2html.py
 
@@ -50,6 +50,22 @@
 %{python_sitearch}/*
 
 %changelog
+* Fri Dec 12 2008 Jeffrey C. Ollie <jeff at ocjtech.us> - 2.2-0.4.beta1
+- 2.2beta1 (2008-12-12)
+- Features added
+- 
+-    * Allow lxml.html.diff.htmldiff to accept Element objects,
+-      not just HTML strings.
+- 
+- Bugs fixed
+- 
+-    * Crash when using an XPath evaluator in multiple threads.
+-    * Fixed missing whitespace before Link:... in lxml.html.diff.
+- 
+- Other changes
+- 
+-    * Export lxml.html.parse.
+
 * Fri Nov 28 2008 Jeffrey C. Ollie <jeff at ocjtech.us> - 2.2-0.3.alpha1
 - Rebuild for Python 2.6
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-lxml/devel/sources,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- sources	24 Nov 2008 19:42:47 -0000	1.20
+++ sources	13 Dec 2008 01:05:57 -0000	1.21
@@ -1 +1 @@
-15044cdcc332daac60d4ba60457911f7  lxml-2.2alpha1.tar.gz
+f811008505aba17ed09dd494c4ccc20a  lxml-2.2beta1.tar.gz




More information about the fedora-extras-commits mailing list