14
0

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:
Thomas Bechtold
2016-08-08 08:27:17 +00:00
committed by Git OBS Bridge
parent e46a6dd0db
commit fe85090f7c
4 changed files with 33 additions and 7 deletions

View File

@@ -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
View File

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

View File

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

View File

@@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@@ -13,15 +13,16 @@
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: python-pyroute2
Version: 0.4.0
Version: 0.4.5
Release: 0
License: GPL-2.0+ or Apache-2.0
Summary: Python Netlink library
Url: https://github.com/svinota/pyroute2
License: GPL-2.0+ or Apache-2.0
Group: Development/Languages/Python
Url: https://github.com/svinota/pyroute2
Source: https://pypi.python.org/packages/source/p/pyroute2/pyroute2-%{version}.tar.gz
BuildRequires: python-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build