Accepting request 523408 from home:jengelh:branches:devel:languages:python
- Ensure neutrality of description. Adjust RPM categories. OBS-URL: https://build.opensuse.org/request/show/523408 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lxml?expand=0&rev=98
This commit is contained in:
parent
ff9e734451
commit
29cc2c2774
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 11 19:36:14 UTC 2017 - jengelh@inai.de
|
||||
|
||||
- Ensure neutrality of description. Adjust RPM categories.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 28 17:24:27 UTC 2017 - ecsos@opensuse.org
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
Name: python-lxml
|
||||
Version: 3.8.0
|
||||
Release: 0
|
||||
Summary: Powerful and Pythonic XML processing library
|
||||
Summary: Pythonic XML processing library
|
||||
License: BSD-3-Clause and GPL-2.0+
|
||||
Group: Development/Languages/Python
|
||||
Url: https://lxml.de/
|
||||
@ -40,34 +40,34 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
lxml is a Pythonic, mature binding for the libxml2 and libxslt libraries. It
|
||||
provides safe and convenient access to these libraries using the ElementTree
|
||||
lxml is a Pythonic binding for the libxml2 and libxslt libraries. It
|
||||
provides convenient access to these libraries using the ElementTree
|
||||
API. It extends the ElementTree API significantly to offer support for XPath,
|
||||
RelaxNG, XML Schema, XSLT, C14N and much more.
|
||||
RelaxNG, XML Schema, XSLT and C14N.
|
||||
|
||||
%package doc
|
||||
Summary: Powerful and Pythonic XML processing library - Documentation
|
||||
Group: Development/Libraries/Python
|
||||
Summary: Documentation for python-lxml, an XML processing library
|
||||
Group: Documentation/HTML
|
||||
BuildArch: noarch
|
||||
|
||||
%description doc
|
||||
lxml is a Pythonic, mature binding for the libxml2 and libxslt libraries. It
|
||||
provides safe and convenient access to these libraries using the ElementTree
|
||||
lxml is a Pythonic binding for the libxml2 and libxslt libraries. It
|
||||
provides convenient access to these libraries using the ElementTree
|
||||
API. It extends the ElementTree API significantly to offer support for XPath,
|
||||
RelaxNG, XML Schema, XSLT, C14N and much more.
|
||||
RelaxNG, XML Schema, XSLT and C14N.
|
||||
|
||||
This package contains documentation for lxml (HTML and PDF).
|
||||
|
||||
%package devel
|
||||
Summary: Powerful and Pythonic XML processing library - Devel files
|
||||
Summary: Development files for python-lxml
|
||||
Group: Development/Libraries/Python
|
||||
Requires: %{name} = %{version}
|
||||
|
||||
%description devel
|
||||
lxml is a Pythonic, mature binding for the libxml2 and libxslt libraries. It
|
||||
provides safe and convenient access to these libraries using the ElementTree
|
||||
lxml is a Pythonic binding for the libxml2 and libxslt libraries. It
|
||||
provides convenient access to these libraries using the ElementTree
|
||||
API. It extends the ElementTree API significantly to offer support for XPath,
|
||||
RelaxNG, XML Schema, XSLT, C14N and much more.
|
||||
RelaxNG, XML Schema, XSLT and C14N.
|
||||
|
||||
This package contains header files needed to use lxml's C API.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user