From 52dc759df7ec841ccd01882c525e8dd812317bfc76560bf6a21d4a98c5f2e1ce Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 14 Dec 2023 21:34:53 +0000 Subject: [PATCH] - update to 0.7.10: * ss2: fix classful flow data * ci: add Python versions 3.8 and 3.12, update platform versions * l2tp: fix get_tunnel/get_session * ndb: compat fix * ndb: recordset pipes * netns: RISCV64 fix * netns: loongarch support * ethtool: statistics support * ethtool: dynamic ioctl gstrings * NetNS: set_netnsid fix * iproute: nsid allocation * iproute: dump mpls routes * rtnl: CAN support * minimal: fix for embedded envs * diag: support CGROUP_ID * iwutil: get/set interface (by ifindex) type * tc: 'duplicate' parameter fix * ss2: more fixes * ss2: user context patch * ndb: basic altname support * nl80211: decoder improvements * setup: static loader * iproute: support altname in link_lookup() * ethtool: fd leaks * nlsocket: fix marshal reference * rtnl: SRv6 updates * connector: basic implementation * nftables: sets draft OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyroute2?expand=0&rev=60 --- pyroute2-0.7.10.tar.gz | 3 +++ pyroute2-0.7.3.tar.gz | 3 --- python-pyroute2.changes | 55 +++++++++++++++++++++++++++++++++-------- python-pyroute2.spec | 4 +-- 4 files changed, 50 insertions(+), 15 deletions(-) create mode 100644 pyroute2-0.7.10.tar.gz delete mode 100644 pyroute2-0.7.3.tar.gz diff --git a/pyroute2-0.7.10.tar.gz b/pyroute2-0.7.10.tar.gz new file mode 100644 index 0000000..d7a9a30 --- /dev/null +++ b/pyroute2-0.7.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc2f90aad1517cb0b301041f678cc8d3c3427c26e53f15c78c93c67928d89a02 +size 422192 diff --git a/pyroute2-0.7.3.tar.gz b/pyroute2-0.7.3.tar.gz deleted file mode 100644 index c6f480b..0000000 --- a/pyroute2-0.7.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7041040db1c2d187fbccd151485b1244c41d758be821785847946370eb6bb706 -size 408552 diff --git a/python-pyroute2.changes b/python-pyroute2.changes index ac2f342..4e03d4a 100644 --- a/python-pyroute2.changes +++ b/python-pyroute2.changes @@ -1,3 +1,38 @@ +------------------------------------------------------------------- +Thu Dec 14 21:34:00 UTC 2023 - Dirk Müller + +- update to 0.7.10: + * ss2: fix classful flow data + * ci: add Python versions 3.8 and 3.12, update platform + versions + * l2tp: fix get_tunnel/get_session + * ndb: compat fix + * ndb: recordset pipes + * netns: RISCV64 fix + * netns: loongarch support + * ethtool: statistics support + * ethtool: dynamic ioctl gstrings + * NetNS: set_netnsid fix + * iproute: nsid allocation + * iproute: dump mpls routes + * rtnl: CAN support + * minimal: fix for embedded envs + * diag: support CGROUP_ID + * iwutil: get/set interface (by ifindex) type + * tc: 'duplicate' parameter fix + * ss2: more fixes + * ss2: user context patch + * ndb: basic altname support + * nl80211: decoder improvements + * setup: static loader + * iproute: support altname in link_lookup() + * ethtool: fd leaks + * nlsocket: fix marshal reference + * rtnl: SRv6 updates + * connector: basic implementation + * nftables: sets draft + * ss2: provide as a module + ------------------------------------------------------------------- Sat Oct 1 13:44:24 UTC 2022 - Dirk Müller @@ -59,23 +94,23 @@ Wed Jun 22 14:24:21 UTC 2022 - Yogalakshmi Arunachalam Tue May 10 19:01:23 UTC 2022 - Dirk Müller - update to 0.6.9: - * wireguard peer fix for both IPv4 and IPv6: - * netns: avoid extra libc reloads: - * wireguard: IPv6 fixes: + * wireguard peer fix for both IPv4 and IPv6: + * netns: avoid extra libc reloads: + * wireguard: IPv6 fixes: * ndb: support arbitrary IPRoute-compatible source classes * ndb: tolerate source failures * ndb: chaotic tests - * general: kernel version parser: - * package: static version file: - * iproute: support custom link kind classes: - * ndb: reload of tunnels in the down state + * general: kernel version parser: + * package: static version file: + * iproute: support custom link kind classes: + * ndb: reload of tunnels in the down state * ndb: improved reliability in the state sync, affected multihop and encap routes * ndb: improved neighbours management - * tuntap: support loongarch - * ndb: fix routes cleanup + * tuntap: support loongarch + * ndb: fix routes cleanup * ndb: support `in` for sources, interfaces and addresses * ndb: support changing tunnel (gre, ipip, ...) attributes - * netlink: support NLM_F_DUMP_INTR + * netlink: support NLM_F_DUMP_INTR ------------------------------------------------------------------- Sat Oct 16 21:54:19 UTC 2021 - Dirk Müller diff --git a/python-pyroute2.spec b/python-pyroute2.spec index f742b61..387cabc 100644 --- a/python-pyroute2.spec +++ b/python-pyroute2.spec @@ -1,7 +1,7 @@ # # spec file for package python-pyroute2 # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pyroute2 -Version: 0.7.3 +Version: 0.7.10 Release: 0 Summary: Python Netlink library License: Apache-2.0 OR GPL-2.0-or-later