forked from pool/python-pyroute2
Accepting request 417410 from home:gary_lin:branches:devel:languages:python
- Update to 0.4.5 OBS-URL: https://build.opensuse.org/request/show/417410 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyroute2?expand=0&rev=3
This commit is contained in:
committed by
Git OBS Bridge
parent
e46a6dd0db
commit
fe85090f7c
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:70cfa0cccbc136197b61a7e19a560ea506e6d4a1aa5f8082ea3aa3260a3690af
|
|
||||||
size 415126
|
|
3
pyroute2-0.4.5.tar.gz
Normal file
3
pyroute2-0.4.5.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d80c83fcbb6385bf126d69345cabce01d0fbb870b6ad46dd4583e6c54e775061
|
||||||
|
size 454780
|
@@ -1,3 +1,28 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 8 06:37:20 UTC 2016 - glin@suse.com
|
||||||
|
|
||||||
|
- Update to 0.4.5
|
||||||
|
+ ifinfmsg: GTP interfaces support
|
||||||
|
+ generic: devlink protocol support
|
||||||
|
+ generic: code cleanup
|
||||||
|
+ iproute: #262 -- `get_vlans()` fix
|
||||||
|
+ iproute: default mask 32 for IPv4 in `addr()`
|
||||||
|
+ rtmsg: #260 -- RTA_FLOW support
|
||||||
|
+ ipdb: #259 -- critical `Interface` class fix
|
||||||
|
+ benchmark: initial release
|
||||||
|
+ ipdb: event modules
|
||||||
|
+ ipdb: on-demand views
|
||||||
|
+ ipdb: rules management
|
||||||
|
+ ipdb: bridge controls
|
||||||
|
+ ipdb: #258 -- important Python compatibility fixes
|
||||||
|
+ netns: #257 -- pipe leak fix
|
||||||
|
+ netlink: support pickling for nlmsg
|
||||||
|
+ netlink: no buffer copying in the parser
|
||||||
|
+ netlink: parse NLA on demand
|
||||||
|
+ ipdb: #244 -- lwtunnel multipath fixes
|
||||||
|
+ iproute: #235 -- route types
|
||||||
|
+ docs updated
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun May 8 14:43:49 UTC 2016 - michael@stroeder.com
|
Sun May 8 14:43:49 UTC 2016 - michael@stroeder.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pyroute2
|
# spec file for package python-pyroute2
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -13,15 +13,16 @@
|
|||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: python-pyroute2
|
Name: python-pyroute2
|
||||||
Version: 0.4.0
|
Version: 0.4.5
|
||||||
Release: 0
|
Release: 0
|
||||||
License: GPL-2.0+ or Apache-2.0
|
|
||||||
Summary: Python Netlink library
|
Summary: Python Netlink library
|
||||||
Url: https://github.com/svinota/pyroute2
|
License: GPL-2.0+ or Apache-2.0
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
|
Url: https://github.com/svinota/pyroute2
|
||||||
Source: https://pypi.python.org/packages/source/p/pyroute2/pyroute2-%{version}.tar.gz
|
Source: https://pypi.python.org/packages/source/p/pyroute2/pyroute2-%{version}.tar.gz
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
Reference in New Issue
Block a user