Accepting request 123601 from devel:languages:python

Sorry, don't know how I forgot the changes.  My feeling is that I don't need to update python3-lxml.changes because there were no changes specific to the python3 version, is this right? (forwarded request 123577 from poorboywilly)

OBS-URL: https://build.opensuse.org/request/show/123601
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-lxml?expand=0&rev=33
This commit is contained in:
Stephan Kulow 2012-06-06 14:09:31 +00:00 committed by Git OBS Bridge
commit 92ae2148f6
7 changed files with 19 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2a3ca34f63b062ee8e059ca2460ac18040ec9622f0a31e143383f0db944ceb36
size 3145451

3
lxml-2.3.4.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e2e9e0eb39a35fe22c390ca8dbda97cadcfbeb89b3bb66b08909b599e64c6d41
size 3268305

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8c2f878090a27c8065822f4df0e9b3062bc672ebb3d88526fe515f4b1e6c9ef6
size 1723289

3
lxmldoc-2.3.4.pdf Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2514eda33336de00765c5bb6bd6a5019413d6fd5af87a87fc3da92726ec8806e
size 1727626

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Jun 4 20:55:38 UTC 2012 - os-dev@jacraig.com
- Update to version 2.3.4; bugs fixed:
* Crash due to race condition when errors (or user messages) occur during
threaded XSLT processing.
* XSLT stylesheet compilation could ignore compilation errors.
- Exclude etree_defs.h from RPM
-------------------------------------------------------------------
Thu May 24 08:06:36 UTC 2012 - highwaystar.ru@gmail.com

View File

@ -17,7 +17,7 @@
Name: python-lxml
Version: 2.3.3
Version: 2.3.4
Release: 0
Summary: Powerful and Pythonic XML processing library
License: BSD-3-Clause and GPL-2.0+
@ -67,6 +67,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%doc CHANGES.txt CREDITS.txt LICENSES.txt README.rst
%{python_sitearch}/lxml/
%{python_sitearch}/lxml-%{version}-py%{py_ver}.egg-info
%exclude %{python_sitearch}/lxml/etree_defs.h
%files doc
%defattr(-,root,root)

View File

@ -17,7 +17,7 @@
Name: python3-lxml
Version: 2.3.3
Version: 2.3.4
Release: 0
Summary: Powerful and Pythonic XML processing library
License: BSD-3-Clause and GPL-2.0+
@ -73,6 +73,7 @@ python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
%doc CHANGES.txt CREDITS.txt LICENSES.txt README.rst
%{python3_sitearch}/lxml/
%{python3_sitearch}/lxml-%{version}-py%{py3_ver}.egg-info
%exclude %{python3_sitearch}/lxml/etree_defs.h
%files doc
%defattr(-,root,root)