diff --git a/netifaces-0.10.9.tar.gz b/netifaces-0.10.9.tar.gz deleted file mode 100644 index 97ea2e70f2f78ae539c4a5ecb097f9c2d64215c6..0000000000000000000000000000000000000000 Binary files a/netifaces-0.10.9.tar.gz and /dev/null differ diff --git a/netifaces-0.11.0.tar.gz b/netifaces-0.11.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..3a35596a416364861289f59b08277af3950fab75 Binary files /dev/null and b/netifaces-0.11.0.tar.gz differ diff --git a/python-netifaces.spec b/python-netifaces.spec index b826f178c61d10593609dc0d56da3426d3c99466..3cba565a3f85b4e6d8bcf441a9d08c4a39aa7662 100644 --- a/python-netifaces.spec +++ b/python-netifaces.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-netifaces -Version: 0.10.9 -Release: 2 +Version: 0.11.0 +Release: 1 Summary: Portable network interface information. License: MIT License URL: https://github.com/al45tair/netifaces -Source0: https://files.pythonhosted.org/packages/0d/18/fd6e9c71a35b67a73160ec80a49da63d1eed2d2055054cc2995714949132/netifaces-0.10.9.tar.gz +Source0: https://files.pythonhosted.org/packages/source/n/netifaces/netifaces-%{version}.tar.gz %description It’s been annoying me for some time that there’s no easy way to get the @@ -52,7 +52,7 @@ system-dependent low-level networking APIs. This package attempts to solve that problem. %prep -%autosetup -n netifaces-0.10.9 +%autosetup -n netifaces-%{version} %build %py3_build @@ -92,6 +92,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Nov 03 2022 zhuofeng - 0.11.0-1 +- update to 0.11.0 + * Wed Oct 26 2022 zhangruifang - 0.10.9-2 - Rebuild for next release