diff --git a/python-et_xmlfile.spec b/python-et_xmlfile.spec index 889d5d5..fac9002 100644 --- a/python-et_xmlfile.spec +++ b/python-et_xmlfile.spec @@ -1,5 +1,5 @@ Name: python-et_xmlfile -Version: 1.0.1 +Version: 1.1.0 Release: 1mamba Summary: An implementation of lxml.xmlfile for the standard library Group: System/Libraries @@ -7,13 +7,11 @@ Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://pypi.python.org/pypi/et_xmlfile -Source: https://pypi.python.org/packages/source/e/et_xmlfile/et_xmlfile-%{version}.tar.gz +Source: https://pypi.debian.net/et_xmlfile/et_xmlfile-%{version}.tar.gz License: MIT ## AUTOBUILDREQ-BEGIN -BuildRequires: libpython-devel ## AUTOBUILDREQ-END Requires: python >= %python_version -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description %{summary}. @@ -41,5 +39,8 @@ CFLAGS="%{optflags}" %{__python} setup.py build %defattr(-,root,root) %changelog +* Tue Apr 27 2021 Automatic Build System 1.1.0-1mamba +- automatic version update by autodist + * Fri Apr 08 2016 Silvan Calarco 1.0.1-1mamba - package created using the webbuild interface