diff --git a/python-netifaces.spec b/python-netifaces.spec index 87b4e01..8b66996 100644 --- a/python-netifaces.spec +++ b/python-netifaces.spec @@ -1,20 +1,19 @@ Name: python-netifaces -Version: 0.10.9 -Release: 2mamba +Version: 0.11.0 +Release: 1mamba Summary: Portable network interface information Group: System/Libraries/Python Vendor: openmamba Distribution: openmamba Packager: Stefano Cotta Ramusino -URL: http://alastairs-place.net/netifaces +URL: https://alastairs-place.net/projects/netifaces/ Source: https://pypi.debian.net/netifaces/netifaces-%{version}.tar.gz License: MIT Requires: python >= %python_version ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: libpython-devel +BuildRequires: libpython3-devel ## AUTOBUILDREQ-END -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Portable network interface information. @@ -47,6 +46,9 @@ CFLAGS="%{optflags}" %{__python} setup.py build %defattr(-,root,root) %changelog +* Tue Jun 01 2021 Automatic Build System 0.11.0-1mamba +- automatic version update by autodist + * Mon Apr 13 2020 Silvan Calarco 0.10.9-2mamba - rebuilt with py3* packages