rpms/python-lxml/devel .cvsignore, 1.24, 1.25 python-lxml.spec, 1.33, 1.34 sources, 1.24, 1.25

Jeffrey C. Ollie jcollie at fedoraproject.org
Tue Mar 24 12:49:23 UTC 2009


Author: jcollie

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

Modified Files:
	.cvsignore python-lxml.spec sources 
Log Message:
* Tue Mar 24 2009 Jeffrey C. Ollie <jeff at ocjtech.us> - 2.2-1
- 2.2 (2009-03-21)
- Features added
- 
-    * Support for standalone flag in XML declaration through
-      tree.docinfo.standalone and by passing standalone=True/False on
-      serialisation.
- 
- Bugs fixed
- 
-    * Crash when parsing an XML Schema with external imports from a
-      filename.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-lxml/devel/.cvsignore,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- .cvsignore	27 Feb 2009 16:21:16 -0000	1.24
+++ .cvsignore	24 Mar 2009 12:48:53 -0000	1.25
@@ -1 +1 @@
-lxml-2.2beta4.tar.gz
+lxml-2.2.tar.gz


Index: python-lxml.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-lxml/devel/python-lxml.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- python-lxml.spec	27 Feb 2009 16:21:16 -0000	1.33
+++ python-lxml.spec	24 Mar 2009 12:48:53 -0000	1.34
@@ -1,15 +1,14 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
-%define beta 4
 
 Name:           python-lxml
 Version:        2.2
-Release:        0.8.beta%{beta}%{?dist}
+Release:        1%{?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}beta%{beta}.tar.gz
+Source0:        http://cheeseshop.python.org/packages/source/l/lxml/lxml-%{version}.tar.gz
 #Source0:        http://codespeak.net/lxml/lxml-%{version}.tgz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -30,7 +29,7 @@
 unlike the default bindings.
 
 %prep
-%setup -q -n lxml-%{version}beta%{beta}
+%setup -q -n lxml-%{version}
 
 chmod a-x doc/rest2html.py
 
@@ -50,6 +49,19 @@
 %{python_sitearch}/*
 
 %changelog
+* Tue Mar 24 2009 Jeffrey C. Ollie <jeff at ocjtech.us> - 2.2-1
+- 2.2 (2009-03-21)
+- Features added
+- 
+-    * Support for standalone flag in XML declaration through
+-      tree.docinfo.standalone and by passing standalone=True/False on
+-      serialisation.
+- 
+- Bugs fixed
+- 
+-    * Crash when parsing an XML Schema with external imports from a
+-      filename.
+
 * Fri Feb 27 2009 Jeffrey C. Ollie <jeff at ocjtech.us> - 2.2-0.8.beta4
 - 2.2beta4 (2009-02-27)
 - Features added


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-lxml/devel/sources,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- sources	27 Feb 2009 16:21:16 -0000	1.24
+++ sources	24 Mar 2009 12:48:53 -0000	1.25
@@ -1 +1 @@
-892f96ec22ff940ed7cfc4ce8d1d814b  lxml-2.2beta4.tar.gz
+b3f12344291aa0d393915e7d8358b480  lxml-2.2.tar.gz




More information about the fedora-extras-commits mailing list