Compare commits
3 commits
rawhide
...
python-lxm
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
31e8c554d1 | ||
|
|
96d762a7bb | ||
|
|
44d7aecef2 |
4 changed files with 38 additions and 6 deletions
|
|
@ -1,2 +1,2 @@
|
||||||
lxml-2.2.4.tar.gz
|
lxml-2.2.6.tar.gz
|
||||||
lxml-2.2.4.tar.gz.asc
|
lxml-2.2.6.tar.gz.asc
|
||||||
|
|
|
||||||
1
branch
Normal file
1
branch
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
F-13
|
||||||
|
|
@ -5,8 +5,8 @@
|
||||||
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||||
|
|
||||||
Name: python-lxml
|
Name: python-lxml
|
||||||
Version: 2.2.4
|
Version: 2.2.6
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: ElementTree-like Python bindings for libxml2 and libxslt
|
Summary: ElementTree-like Python bindings for libxml2 and libxslt
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
|
|
@ -128,6 +128,37 @@ rm -rf %{buildroot}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 2 2010 Jeffrey C. Ollie <jeff@ocjtech.us> - 2.2.6-1
|
||||||
|
- 2.2.6 (2010-03-02)
|
||||||
|
-
|
||||||
|
- Bugs fixed
|
||||||
|
-
|
||||||
|
- * Fixed several Python 3 regressions by building with Cython 0.11.3.
|
||||||
|
|
||||||
|
* Mon Mar 1 2010 Jeffrey C. Ollie <jeff@ocjtech.us> - 2.2.5-1
|
||||||
|
- 2.2.5 (2010-02-28)
|
||||||
|
-
|
||||||
|
- Features added
|
||||||
|
-
|
||||||
|
- * Support for running XSLT extension elements on the input root node
|
||||||
|
- (e.g. in a template matching on "/").
|
||||||
|
-
|
||||||
|
- Bugs fixed
|
||||||
|
-
|
||||||
|
- * Crash in XPath evaluation when reading smart strings from a document
|
||||||
|
- other than the original context document.
|
||||||
|
- * Support recent versions of html5lib by not requiring its XHTMLParser
|
||||||
|
- in htmlparser.py anymore.
|
||||||
|
- * Manually instantiating the custom element classes in lxml.objectify
|
||||||
|
- could crash.
|
||||||
|
- * Invalid XML text characters were not rejected by the API when they
|
||||||
|
- appeared in unicode strings directly after non-ASCII characters.
|
||||||
|
- * lxml.html.open_http_urllib() did not work in Python 3.
|
||||||
|
- * The functions strip_tags() and strip_elements() in lxml.etree did
|
||||||
|
- not remove all occurrences of a tag in all cases.
|
||||||
|
- * Crash in XSLT extension elements when the XSLT context node is not
|
||||||
|
- an element.
|
||||||
|
|
||||||
* Mon Feb 15 2010 Thomas Spura <tomspur@fedoraproject.org> - 2.2.4-2
|
* Mon Feb 15 2010 Thomas Spura <tomspur@fedoraproject.org> - 2.2.4-2
|
||||||
- update to current python3 guidelines
|
- update to current python3 guidelines
|
||||||
- be more explicit in %%files
|
- be more explicit in %%files
|
||||||
|
|
|
||||||
4
sources
4
sources
|
|
@ -1,2 +1,2 @@
|
||||||
077841e74ee728e7746b65d8483274be lxml-2.2.4.tar.gz
|
b1f700fb22d7ee9b977ee3eceb65b20c lxml-2.2.6.tar.gz
|
||||||
146a5316476dac830fcbe7164d635df7 lxml-2.2.4.tar.gz.asc
|
00720dfea0c1974d4bd97a3a3de9cbb6 lxml-2.2.6.tar.gz.asc
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue