forked from pool/python-pyroute2
Accepting request 1133205 from devel:languages:python
- 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/request/show/1133205 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyroute2?expand=0&rev=27
This commit is contained in:
3
pyroute2-0.7.10.tar.gz
Normal file
3
pyroute2-0.7.10.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cc2f90aad1517cb0b301041f678cc8d3c3427c26e53f15c78c93c67928d89a02
|
||||
size 422192
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7041040db1c2d187fbccd151485b1244c41d758be821785847946370eb6bb706
|
||||
size 408552
|
@@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 14 21:34:00 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <dmueller@suse.com>
|
||||
|
||||
@@ -59,23 +94,23 @@ Wed Jun 22 14:24:21 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
Tue May 10 19:01:23 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <dmueller@suse.com>
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user