14
0

Accepting request 509079 from home:tbechtold:branches:devel:languages:python

- update to 0.4.17:
    * req: #374 [critical] -- mode nla init
    * iproute: #378 [critical] -- fix `flush_routes()` to respect filters
    * ifinfmsg: #376 -- fix data plugins API to support pyinstaller
    * ipdb: race fixed: remove port/bridge
    * ipdb: #280 -- race fixed: port/bridge
    * ipdb: #302 -- ipaddr views: [ifname].ipaddr.ipv4, [ifname]ipaddr.ipv6
    * ipdb: #357 -- allow bridge timings to have some delta
    * ipdb: #338 -- allow to fix interface objects from failed `create()`
    * rtnl: #336 -- fix vlan flags
    * iproute: #342 -- the match method takes any callable
    * nlsocket: #367 -- increase default SO_SNDBUF
    * ifinfmsg: support tuntap on armv6l, armv7l platforms
- convert to singlespec

OBS-URL: https://build.opensuse.org/request/show/509079
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyroute2?expand=0&rev=13
This commit is contained in:
Thomas Bechtold
2017-07-10 07:14:32 +00:00
committed by Git OBS Bridge
parent 1155d6efcc
commit eb35d79dc9
4 changed files with 31 additions and 13 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Mon Jul 10 07:03:26 UTC 2017 - tbechtold@suse.com
- update to 0.4.17:
* req: #374 [critical] -- mode nla init
* iproute: #378 [critical] -- fix `flush_routes()` to respect filters
* ifinfmsg: #376 -- fix data plugins API to support pyinstaller
* ipdb: race fixed: remove port/bridge
* ipdb: #280 -- race fixed: port/bridge
* ipdb: #302 -- ipaddr views: [ifname].ipaddr.ipv4, [ifname]ipaddr.ipv6
* ipdb: #357 -- allow bridge timings to have some delta
* ipdb: #338 -- allow to fix interface objects from failed `create()`
* rtnl: #336 -- fix vlan flags
* iproute: #342 -- the match method takes any callable
* nlsocket: #367 -- increase default SO_SNDBUF
* ifinfmsg: support tuntap on armv6l, armv7l platforms
- convert to singlespec
-------------------------------------------------------------------
Tue Jun 13 09:49:31 UTC 2017 - dmueller@suse.com