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

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

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

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

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri Apr 12 13:10:15 UTC 2019 - pgajdos@suse.com
- 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
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 4 11:51:42 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com> Mon Mar 4 11:51:42 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -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.5.4 Version: 0.5.5
Release: 0 Release: 0
Summary: Python Netlink library Summary: Python Netlink library
License: GPL-2.0-or-later OR Apache-2.0 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 %license LICENSE.Apache.v2 LICENSE.GPL.v2
%{python_sitelib}/* %{python_sitelib}/*
%python3_only %{_bindir}/ss2 %python3_only %{_bindir}/ss2
%python3_only %{_bindir}/pyroute2-cli
%changelog %changelog