14
0

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:
2023-12-15 20:48:31 +00:00
committed by Git OBS Bridge
4 changed files with 50 additions and 15 deletions

3
pyroute2-0.7.10.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cc2f90aad1517cb0b301041f678cc8d3c3427c26e53f15c78c93c67928d89a02
size 422192

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7041040db1c2d187fbccd151485b1244c41d758be821785847946370eb6bb706
size 408552

View File

@@ -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>

View File

@@ -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