From fe85090f7c40a39c1c2cccff0504999969ca48833e729b5466fd0ab4fe409e55 Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Mon, 8 Aug 2016 08:27:17 +0000 Subject: [PATCH] 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 --- pyroute2-0.4.0.tar.gz | 3 --- pyroute2-0.4.5.tar.gz | 3 +++ python-pyroute2.changes | 25 +++++++++++++++++++++++++ python-pyroute2.spec | 9 +++++---- 4 files changed, 33 insertions(+), 7 deletions(-) delete mode 100644 pyroute2-0.4.0.tar.gz create mode 100644 pyroute2-0.4.5.tar.gz diff --git a/pyroute2-0.4.0.tar.gz b/pyroute2-0.4.0.tar.gz deleted file mode 100644 index c7027bd..0000000 --- a/pyroute2-0.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:70cfa0cccbc136197b61a7e19a560ea506e6d4a1aa5f8082ea3aa3260a3690af -size 415126 diff --git a/pyroute2-0.4.5.tar.gz b/pyroute2-0.4.5.tar.gz new file mode 100644 index 0000000..b9b27e3 --- /dev/null +++ b/pyroute2-0.4.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d80c83fcbb6385bf126d69345cabce01d0fbb870b6ad46dd4583e6c54e775061 +size 454780 diff --git a/python-pyroute2.changes b/python-pyroute2.changes index 8ed2579..61d565f 100644 --- a/python-pyroute2.changes +++ b/python-pyroute2.changes @@ -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 diff --git a/python-pyroute2.spec b/python-pyroute2.spec index 570cf46..9af89bc 100644 --- a/python-pyroute2.spec +++ b/python-pyroute2.spec @@ -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