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