forked from pool/python-pyroute2
- update to 0.7.12:
* cli: move readline import to the script * nl80211: decoder improvements * remote: fix dump() on RemoteIPRoute * ndb: add ensure() call * ethtool: ring support ndb: fix sources objects counting * ethtool: ring support * ndb: fix FDB records index * ndb: fix sources objects counting OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyroute2?expand=0&rev=62
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:cc2f90aad1517cb0b301041f678cc8d3c3427c26e53f15c78c93c67928d89a02
|
|
||||||
size 422192
|
|
3
pyroute2-0.7.12.tar.gz
Normal file
3
pyroute2-0.7.12.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:54d226fc3ff2732f49bac9b26853c50c9d05be05a4d9daf09c7cf6d77301eff3
|
||||||
|
size 423519
|
@@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 1 09:54:09 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 0.7.12:
|
||||||
|
* cli: move readline import to the script
|
||||||
|
* nl80211: decoder improvements
|
||||||
|
* remote: fix dump() on RemoteIPRoute
|
||||||
|
* ndb: add ensure() call
|
||||||
|
* ethtool: ring support
|
||||||
|
ndb: fix sources objects counting
|
||||||
|
* ethtool: ring support
|
||||||
|
* ndb: fix FDB records index
|
||||||
|
* ndb: fix sources objects counting
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 14 21:34:00 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
Thu Dec 14 21:34:00 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pyroute2
|
# spec file for package python-pyroute2
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-pyroute2
|
Name: python-pyroute2
|
||||||
Version: 0.7.10
|
Version: 0.7.12
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python Netlink library
|
Summary: Python Netlink library
|
||||||
License: Apache-2.0 OR GPL-2.0-or-later
|
License: Apache-2.0 OR GPL-2.0-or-later
|
||||||
@@ -30,7 +30,7 @@ BuildRequires: %{python_module wheel}
|
|||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun):update-alternatives
|
Requires(postun): update-alternatives
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Provides: python-pyroute2.core = %{version}
|
Provides: python-pyroute2.core = %{version}
|
||||||
Obsoletes: python-pyroute2.core < %{version}
|
Obsoletes: python-pyroute2.core < %{version}
|
||||||
|
Reference in New Issue
Block a user