14
0

Accepting request 693725 from home:pgajdos

- version update to 0.5.5
  * nftables: rules expressions
      * <https://github.com/svinota/pyroute2/pull/592>
  * netns: ns_pids
      * <https://github.com/svinota/pyroute2/pull/593>
  * ndb: wait() method
  * ndb: add extra logging, log state transitions
  * ndb: nested views, e.g. `ndb.interfaces['br0'].ports
  * cli: port pyroute2-cli to use NDB instead of IPDB
  * iproute: basic Windows support (proof of concept only)
  * remote: support mitogen proxy chains, support remote netns

OBS-URL: https://build.opensuse.org/request/show/693725
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyroute2?expand=0&rev=27
This commit is contained in:
Tomáš Chvátal
2019-04-15 09:52:08 +00:00
committed by Git OBS Bridge
parent 5313188484
commit 102deb548f
4 changed files with 20 additions and 4 deletions

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pyroute2
Version: 0.5.4
Version: 0.5.5
Release: 0
Summary: Python Netlink library
License: GPL-2.0-or-later OR Apache-2.0
@@ -69,5 +69,6 @@ protocols. Some supported netlink families and protocols:
%license LICENSE.Apache.v2 LICENSE.GPL.v2
%{python_sitelib}/*
%python3_only %{_bindir}/ss2
%python3_only %{_bindir}/pyroute2-cli
%changelog