diff --git a/pyroute2-0.5.14.tar.gz b/pyroute2-0.5.14.tar.gz deleted file mode 100644 index 41e45dc37151c1e6da059a928ef647194eaa9aac..0000000000000000000000000000000000000000 Binary files a/pyroute2-0.5.14.tar.gz and /dev/null differ diff --git a/pyroute2-0.6.6.tar.gz b/pyroute2-0.6.6.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..f40a0fe5b74fe6a807f516f3288cf5a467f1a36a Binary files /dev/null and b/pyroute2-0.6.6.tar.gz differ diff --git a/pyroute2.core-0.6.6.tar.gz b/pyroute2.core-0.6.6.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..b205c958491d7e3ba47ff1c019865ac84a42e3cb Binary files /dev/null and b/pyroute2.core-0.6.6.tar.gz differ diff --git a/pyroute2.ethtool-0.6.6.tar.gz b/pyroute2.ethtool-0.6.6.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..e664587e46132e71f2ced8d6ebc0fba71faba55a Binary files /dev/null and b/pyroute2.ethtool-0.6.6.tar.gz differ diff --git a/pyroute2.ipdb-0.6.6.tar.gz b/pyroute2.ipdb-0.6.6.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..5152c8b6c5803e272072d6baa7501946efe36177 Binary files /dev/null and b/pyroute2.ipdb-0.6.6.tar.gz differ diff --git a/pyroute2.ipset-0.6.6.tar.gz b/pyroute2.ipset-0.6.6.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..bd4666abd72d1920e903047cbbcefe7162d06d95 Binary files /dev/null and b/pyroute2.ipset-0.6.6.tar.gz differ diff --git a/pyroute2.ndb-0.6.6.tar.gz b/pyroute2.ndb-0.6.6.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..8916b350589d180509d0dc46cb62a673524d6b9d Binary files /dev/null and b/pyroute2.ndb-0.6.6.tar.gz differ diff --git a/pyroute2.nftables-0.6.6.tar.gz b/pyroute2.nftables-0.6.6.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..713d0870287b30f92512b7b80af4662ea19250b8 Binary files /dev/null and b/pyroute2.nftables-0.6.6.tar.gz differ diff --git a/pyroute2.nslink-0.6.6.tar.gz b/pyroute2.nslink-0.6.6.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..90f763e4cdc02d248dbe97da395a01fb6dd95a93 Binary files /dev/null and b/pyroute2.nslink-0.6.6.tar.gz differ diff --git a/python-pyroute2.spec b/python-pyroute2.spec index 45697fd400b7e6478102a70f2647ad8b0f459cb9..d69d35383a6cb807e369e1428d32d55176e90b47 100644 --- a/python-pyroute2.spec +++ b/python-pyroute2.spec @@ -1,10 +1,17 @@ Name: python-pyroute2 -Version: 0.5.14 +Version: 0.6.6 Release: 1 Summary: Python Netlink library -License: dual license GPLv2+ and Apache v2 +License: GPL-2.0-or-later OR Apache-2.0 URL: https://github.com/svinota/pyroute2 -Source0: https://files.pythonhosted.org/packages/0b/71/2920f854ef3cbb8472aa70539cf63fcc214e5c1b40f21c7cdb4910a6f5e9/pyroute2-0.5.14.tar.gz +Source0: https://files.pythonhosted.org/packages/6a/65/d2475a01926dbbf55746ec208c37d557b4dcb848635eb4d59b198910b856/pyroute2-0.6.6.tar.gz +Source1: https://files.pythonhosted.org/packages/1b/1b/09de58c2d0261e47d46d3a830ea64e1da3f64174454d42cecaad12cbc63e/pyroute2.core-0.6.6.tar.gz +Source2: https://files.pythonhosted.org/packages/d5/bb/2b141093afe9d17b4ff5cffe922625eeace8fb44703e167e340b3c4152e8/pyroute2.nslink-0.6.6.tar.gz +Source3: https://files.pythonhosted.org/packages/65/57/74800f222762259e5bdb33f838347bcb00f01b42f61fba16b41a901d4f95/pyroute2.nftables-0.6.6.tar.gz +Source4: https://files.pythonhosted.org/packages/0f/0f/a2b8cc62d49427a0ea1f5bee50425625388c305d1ecb6c43a7dac706b2ea/pyroute2.ethtool-0.6.6.tar.gz +Source5: https://files.pythonhosted.org/packages/8a/59/ff562d69359bd99efd6f3660a74f189111eda2dd0a293069819e248789b9/pyroute2.ipset-0.6.6.tar.gz +Source6: https://files.pythonhosted.org/packages/aa/24/2155d9de17cb3043f9d33f2d7be54b0e906942f86232d1c3b9b625894ca5/pyroute2.ipdb-0.6.6.tar.gz +Source7: https://files.pythonhosted.org/packages/42/bd/81cdca446d36006b1e7ca99881eaf444a71e741a6063d7e124380ec561d0/pyroute2.ndb-0.6.6.tar.gz BuildArch: noarch @@ -32,14 +39,51 @@ Provides: python3-pyroute2-doc Development documents and examples for pyroute2. %prep -%autosetup -n pyroute2-0.5.14 +%autosetup -n pyroute2-%{version} +cd .. +tar xzvf %SOURCE1 +tar xzvf %SOURCE2 +tar xzvf %SOURCE3 +tar xzvf %SOURCE4 +tar xzvf %SOURCE5 +tar xzvf %SOURCE6 +tar xzvf %SOURCE7 %build %py3_build +cd ../pyroute2.core-%{version} +%py3_build +cd ../pyroute2.nslink-%{version} +%py3_build +cd ../pyroute2.nftables-%{version} +%py3_build +cd ../pyroute2.ethtool-%{version} +%py3_build +cd ../pyroute2.ipset-%{version} +%py3_build +cd ../pyroute2.ipdb-%{version} +%py3_build +cd ../pyroute2.ndb-%{version} +%py3_build %install %py3_install install -d -m755 %{buildroot}/%{_pkgdocdir} +cd ../pyroute2.core-%{version} +%py3_install +cd ../pyroute2.nslink-%{version} +%py3_install +cd ../pyroute2.nftables-%{version} +%py3_install +cd ../pyroute2.ethtool-%{version} +%py3_install +cd ../pyroute2.ipset-%{version} +%py3_install +cd ../pyroute2.ipdb-%{version} +%py3_install +cd ../pyroute2.ndb-%{version} +%py3_install +cd ../pyroute2-%{version} if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi @@ -72,6 +116,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Apr 24 2023 OpenStack_SIG - 0.6.6-1 +- Upgrade package python3-pyroute2 to version 0.6.6 + * Fri Oct 23 2020 wutao - 0.5.14-1 - upgrade and disable python2 build