diff --git a/pyroute2-0.9.4.tar.gz b/pyroute2-0.9.4.tar.gz deleted file mode 100644 index e4deee805cafa5996dec7a48ecfe0455c392b9f7..0000000000000000000000000000000000000000 Binary files a/pyroute2-0.9.4.tar.gz and /dev/null differ diff --git a/pyroute2-0.9.5.tar.gz b/pyroute2-0.9.5.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..7db70b16670d11702d0848d0c16268512d79aa6f Binary files /dev/null and b/pyroute2-0.9.5.tar.gz differ diff --git a/python-pyroute2.spec b/python-pyroute2.spec index 6eca748ee4e1d1d96d848c872dba0161a618dde3..fdf84adc5c52675b1cbef44c3f97e5a1878ea32d 100644 --- a/python-pyroute2.spec +++ b/python-pyroute2.spec @@ -1,12 +1,12 @@ %global _empty_manifest_terminate_build 0 %global srcname pyroute2 Name: python-pyroute2 -Version: 0.9.4 +Version: 0.9.5 Release: 1 Summary: Python Netlink library License: GPL-2.0-or-later and Apache-2.0 URL: https://github.com/svinota/pyroute2 -Source0: https://files.pythonhosted.org/packages/b0/5e/fc64e211cce0078555c6db98aaf14348aed527565f3c4876913a290a5b2c/pyroute2-0.9.4.tar.gz +Source0: https://files.pythonhosted.org/packages/1d/b2/1019ddc278549fb7e64a16d7775e0f7d981135f762b8706e583414d655e3/pyroute2-0.9.5.tar.gz BuildArch: noarch Patch1: 0001-add-system-call-of-setns-at-sw_64.patch @@ -66,6 +66,13 @@ if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* Sat Nov 08 2025 xiejing - 0.9.5-1 +- Upgrade to 0.9.5 + * async: AsyncIPSet, AsyncIPVS, AsyncWiSet + * ndb: fix snapshot cleanup + * wirouting: initial version + * process: use poll instead of select + * Mon Sep 22 2025 Yu Peng - 0.9.4-1 - Upgrade to 0.9.4 * Support custom IOLOOPs