From 14e913359195c10f18fd09e2e6c6e74b2798f371 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 11:25:02 +0100 Subject: [PATCH] rebuilt with distdeps [release 4.6.3-2mamba;Sat Apr 10 2021] --- python-lxml.spec | 31 ++++++++++++++++++++++--------- 1 file changed, 22 insertions(+), 9 deletions(-) diff --git a/python-lxml.spec b/python-lxml.spec index 8832433..8624976 100644 --- a/python-lxml.spec +++ b/python-lxml.spec @@ -1,24 +1,21 @@ Name: python-lxml -Version: 4.5.2 -Release: 1mamba +Version: 4.6.3 +Release: 2mamba Summary: Python binding for the libxml2 and libxslt libraries Group: System/Libraries/Python Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://codespeak.net/lxml/ +URL: https://codespeak.net/lxml/ Source: http://pypi.debian.net/lxml/lxml-%{version}.tar.gz License: BSD, MIT ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: libpython-devel +BuildRequires: libpython3-devel BuildRequires: libxml2-devel BuildRequires: libxslt-devel BuildRequires: libz-devel ## AUTOBUILDREQ-END -BuildRequires: libpython3-devel >= 3.7.4 -Requires: python >= %python_version -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description lxml is a Pythonic binding for the libxml2 and libxslt libraries. @@ -27,7 +24,6 @@ It is unique in that it combines the speed and feature completeness of these lib %package doc Group: Documentation Summary: Documentation package for %{name} -Requires: %{name} = %{?epoch:epoch:}%{version}-%{release} %description doc lxml is a Pythonic binding for the libxml2 and libxslt libraries. @@ -55,7 +51,7 @@ CFLAGS="%{optflags}" %{__python} setup.py build --single-version-externally-managed \ --record=%{name}.filelist -#sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist +sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist rm -f doc/html/pubkey.asc @@ -64,6 +60,8 @@ rm -f doc/html/pubkey.asc %files %{?pyappend} -f %{name}.filelist %defattr(-,root,root) +%dir %{python_sitearch}/lxml-%{version}-py*.egg-info +%{python_sitearch}/lxml-%{version}-py*.egg-info/* %doc CREDITS.txt LICENSES.txt %files doc @@ -72,6 +70,21 @@ rm -f doc/html/pubkey.asc %doc CHANGES.txt TODO.txt %changelog +* Sat Apr 10 2021 Silvan Calarco 4.6.3-2mamba +- rebuilt with distdeps + +* Mon Mar 22 2021 Automatic Build System 4.6.3-1mamba +- automatic version update by autodist + +* Wed Dec 02 2020 Automatic Build System 4.6.2-1mamba +- automatic version update by autodist + +* Mon Oct 19 2020 Automatic Build System 4.6.1-1mamba +- automatic version update by autodist + +* Sun Oct 18 2020 Automatic Build System 4.6.0-1mamba +- automatic version update by autodist + * Sat Jul 11 2020 Automatic Build System 4.5.2-1mamba - automatic version update by autodist