rebuilt with -py3 package [release 3.4.4-2mamba;Mon Jun 22 2015]

This commit is contained in:
Silvan Calarco 2024-01-06 11:25:00 +01:00
parent 37e1c5b091
commit 169025713a

View File

@ -1,6 +1,6 @@
Name: python-lxml Name: python-lxml
Version: 3.4.4 Version: 3.4.4
Release: 1mamba Release: 2mamba
Summary: Python binding for the libxml2 and libxslt libraries Summary: Python binding for the libxml2 and libxslt libraries
Group: System/Libraries/Python Group: System/Libraries/Python
Vendor: openmamba Vendor: openmamba
@ -31,9 +31,12 @@ Requires: %{name} = %{?epoch:epoch:}%{version}-%{release}
%description doc %description doc
lxml is a Pythonic binding for the libxml2 and libxslt libraries. lxml is a Pythonic binding for the libxml2 and libxslt libraries.
It is unique in that it combines the speed and feature completeness of these libraries with the simplicity of a native Python API, mostly compatible but superior to the well-known ElementTree API. It is unique in that it combines the speed and feature completeness of these libraries with the simplicity of a native Python API, mostly compatible but superior to the well-known ElementTree API.
This package contains the documentation files. This package contains the documentation files.
%if "%{?with_pyver}"
%pyver_package
%endif
%prep %prep
%setup -q -n lxml-%{version} %setup -q -n lxml-%{version}
chmod a-x doc/rest2html.py chmod a-x doc/rest2html.py
@ -58,7 +61,7 @@ rm -f doc/html/pubkey.asc
%clean %clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files -f %{name}.filelist %files %{?pyappend} -f %{name}.filelist
%defattr(-,root,root) %defattr(-,root,root)
%doc CREDITS.txt LICENSES.txt %doc CREDITS.txt LICENSES.txt
@ -68,6 +71,9 @@ rm -f doc/html/pubkey.asc
%doc CHANGES.txt TODO.txt %doc CHANGES.txt TODO.txt
%changelog %changelog
* Mon Jun 22 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 3.4.4-2mamba
- rebuilt with -py3 package
* Mon Apr 27 2015 Automatic Build System <autodist@mambasoft.it> 3.4.4-1mamba * Mon Apr 27 2015 Automatic Build System <autodist@mambasoft.it> 3.4.4-1mamba
- automatic version update by autodist - automatic version update by autodist