This commit is contained in:
Jeffrey C. Ollie 2014-03-11 10:19:56 -05:00
parent 42d104291d
commit 789f01d7e3
3 changed files with 21 additions and 4 deletions

2
.gitignore vendored
View File

@ -32,3 +32,5 @@ lxml-2.2.7.tar.gz.asc
/lxml-3.3.0.tgz.asc
/lxml-3.3.2.tgz
/lxml-3.3.2.tgz.asc
/lxml-3.3.3.tgz
/lxml-3.3.3.tgz.asc

View File

@ -5,8 +5,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.2
Release: 2%{?dist}
Version: 3.3.3
Release: 1%{?dist}
Summary: ElementTree-like Python bindings for libxml2 and libxslt
Group: Development/Libraries
@ -148,6 +148,21 @@ rm -rf %{buildroot}
%endif
%changelog
* Tue Mar 11 2014 Jeffrey Ollie <jeff@ocjtech.us> - 3.3.3-1
- 3.3.3 (2014-03-04)
- ==================
-
- Bugs fixed
- ----------
-
- * LP#1287118: Crash when using Element subtypes with ``__slots__``.
-
- Other changes
- -------------
-
- * The internal classes ``_LogEntry`` and ``_Attrib`` can no longer be
- subclassed from Python code.
* Tue Mar 11 2014 Alexander Todorov <atodorov@redhat.com> - 3.3.2-2
- Add check section #1075070

View File

@ -1,2 +1,2 @@
a3ea7bf74b718ecb46d9fd5198eec92d lxml-3.3.2.tgz
e13c5bca5b9df53813b52fc1a0717880 lxml-3.3.2.tgz.asc
f2675837b4358a5ecab5fd9a783fd0e5 lxml-3.3.3.tgz
26f18a151c2a976324c1aa5001c324ee lxml-3.3.3.tgz.asc