forked from pool/python-pyroute2
- update to 0.4.12:
* ipdb: #314 -- let users choose RTNL groups IPDB listens to * ipdb: #321 -- isolate `net_ns_.*` setup in a separate code block * ipdb: #322 -- IPv6 updates on interfaces in DOWN state * ifinfmsg: allow absolute/relative paths in the net_ns_fd NLA * ipset: #323 -- support setting counters on ipset add * ipset: `headers()` command * ipset: revisions * ipset: #326 -- mark types OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyroute2?expand=0&rev=9
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4a1745ee752ea802127fe41c6e0b991e0c5564477c46936e3c2f57b8bed05a87
|
||||
size 185750
|
3
pyroute2-0.4.12.tar.gz
Normal file
3
pyroute2-0.4.12.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:98e2e4841541aa180d14e301c5bfbc2d258e697e6dc76c88855cbf8b86375733
|
||||
size 562555
|
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 10 17:18:02 UTC 2017 - dmueller@suse.com
|
||||
|
||||
- update to 0.4.12:
|
||||
* ipdb: #314 -- let users choose RTNL groups IPDB listens to
|
||||
* ipdb: #321 -- isolate `net_ns_.*` setup in a separate code block
|
||||
* ipdb: #322 -- IPv6 updates on interfaces in DOWN state
|
||||
* ifinfmsg: allow absolute/relative paths in the net_ns_fd NLA
|
||||
* ipset: #323 -- support setting counters on ipset add
|
||||
* ipset: `headers()` command
|
||||
* ipset: revisions
|
||||
* ipset: #326 -- mark types
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 21 08:17:08 UTC 2016 - glin@suse.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pyroute2
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python-pyroute2
|
||||
Version: 0.4.11
|
||||
Version: 0.4.12
|
||||
Release: 0
|
||||
Summary: Python Netlink library
|
||||
License: GPL-2.0+ or Apache-2.0
|
||||
|
Reference in New Issue
Block a user