3.3.5
This commit is contained in:
parent
716fd21260
commit
d357fa2a65
3 changed files with 31 additions and 4 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -34,3 +34,5 @@ lxml-2.2.7.tar.gz.asc
|
|||
/lxml-3.3.2.tgz.asc
|
||||
/lxml-3.3.3.tgz
|
||||
/lxml-3.3.3.tgz.asc
|
||||
/lxml-3.3.5.tgz
|
||||
/lxml-3.3.5.tgz.asc
|
||||
|
|
|
|||
|
|
@ -9,8 +9,8 @@
|
|||
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||
|
||||
Name: python-lxml
|
||||
Version: 3.3.3
|
||||
Release: 4%{?dist}
|
||||
Version: 3.3.5
|
||||
Release: 1%{?dist}
|
||||
Summary: ElementTree-like Python bindings for libxml2 and libxslt
|
||||
|
||||
Group: Development/Libraries
|
||||
|
|
@ -159,6 +159,31 @@ rm -rf %{buildroot}
|
|||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Apr 28 2014 Jeffrey Ollie <jeff@ocjtech.us> - 3.3.5-1
|
||||
- 3.3.5 (2014-04-18)
|
||||
- ==================
|
||||
-
|
||||
- Bugs fixed
|
||||
- ----------
|
||||
-
|
||||
- * HTML cleaning could fail to strip javascript links that mix control
|
||||
- characters into the link scheme.
|
||||
|
||||
* Mon Apr 28 2014 Jeffrey Ollie <jeff@ocjtech.us> - 3.3.4-1
|
||||
- 3.3.4 (2014-04-03)
|
||||
- ==================
|
||||
-
|
||||
- Features added
|
||||
- --------------
|
||||
-
|
||||
- * Source line numbers above 65535 are available on Elements when
|
||||
- using libxml2 2.9 or later.
|
||||
-
|
||||
- Bugs fixed
|
||||
- ----------
|
||||
-
|
||||
- * lxml.html.fragment_fromstring() failed for bytes input in Py3.
|
||||
|
||||
* Wed Mar 26 2014 Jeffrey Ollie <jeff@ocjtech.us> - 3.3.3-4
|
||||
- Fix macro definition
|
||||
|
||||
|
|
|
|||
4
sources
4
sources
|
|
@ -1,2 +1,2 @@
|
|||
f2675837b4358a5ecab5fd9a783fd0e5 lxml-3.3.3.tgz
|
||||
26f18a151c2a976324c1aa5001c324ee lxml-3.3.3.tgz.asc
|
||||
88c75f4c73fc8f59c9ebb17495044f2f lxml-3.3.5.tgz
|
||||
2f3ac9916a4c0e95d7d4b18f2fae06f0 lxml-3.3.5.tgz.asc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue