Accepting request 123577 from home:poorboywilly:branches: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? OBS-URL: https://build.opensuse.org/request/show/123577 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lxml?expand=0&rev=42
This commit is contained in:
parent
cda848c210
commit
bc3382c174
@ -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
3
lxml-2.3.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e2e9e0eb39a35fe22c390ca8dbda97cadcfbeb89b3bb66b08909b599e64c6d41
|
||||||
|
size 3268305
|
@ -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
3
lxmldoc-2.3.4.pdf
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2514eda33336de00765c5bb6bd6a5019413d6fd5af87a87fc3da92726ec8806e
|
||||||
|
size 1727626
|
@ -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
|
Thu May 24 08:06:36 UTC 2012 - highwaystar.ru@gmail.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-lxml
|
Name: python-lxml
|
||||||
Version: 2.3.3
|
Version: 2.3.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Powerful and Pythonic XML processing library
|
Summary: Powerful and Pythonic XML processing library
|
||||||
License: BSD-3-Clause and GPL-2.0+
|
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
|
%doc CHANGES.txt CREDITS.txt LICENSES.txt README.rst
|
||||||
%{python_sitearch}/lxml/
|
%{python_sitearch}/lxml/
|
||||||
%{python_sitearch}/lxml-%{version}-py%{py_ver}.egg-info
|
%{python_sitearch}/lxml-%{version}-py%{py_ver}.egg-info
|
||||||
|
%exclude %{python_sitearch}/lxml/etree_defs.h
|
||||||
|
|
||||||
%files doc
|
%files doc
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python3-lxml
|
Name: python3-lxml
|
||||||
Version: 2.3.3
|
Version: 2.3.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Powerful and Pythonic XML processing library
|
Summary: Powerful and Pythonic XML processing library
|
||||||
License: BSD-3-Clause and GPL-2.0+
|
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
|
%doc CHANGES.txt CREDITS.txt LICENSES.txt README.rst
|
||||||
%{python3_sitearch}/lxml/
|
%{python3_sitearch}/lxml/
|
||||||
%{python3_sitearch}/lxml-%{version}-py%{py3_ver}.egg-info
|
%{python3_sitearch}/lxml-%{version}-py%{py3_ver}.egg-info
|
||||||
|
%exclude %{python3_sitearch}/lxml/etree_defs.h
|
||||||
|
|
||||||
%files doc
|
%files doc
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
Loading…
Reference in New Issue
Block a user