From aabf6ef801b492b536f6ad8bbfbb8978b595dcbb830e641f38f7f90dcfc7673c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 3 Jun 2019 10:17:11 +0000 Subject: [PATCH] - Update to 0.5.6: * ndb.objects.route: multipath routes * ndb.objects.rule: basic support * ndb.objects.interface: veth fixed * ndb.source: fix source restart * ndb.log: logging setup OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyroute2?expand=0&rev=29 --- pyroute2-0.5.5.tar.gz | 3 --- pyroute2-0.5.6.tar.gz | 3 +++ python-pyroute2.changes | 10 ++++++++++ python-pyroute2.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 pyroute2-0.5.5.tar.gz create mode 100644 pyroute2-0.5.6.tar.gz diff --git a/pyroute2-0.5.5.tar.gz b/pyroute2-0.5.5.tar.gz deleted file mode 100644 index 7c1de34..0000000 --- a/pyroute2-0.5.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ad679a91d453fe8426c4076d0da3a67265e5ccfe641879d75c9bc7660d075dfa -size 702481 diff --git a/pyroute2-0.5.6.tar.gz b/pyroute2-0.5.6.tar.gz new file mode 100644 index 0000000..07197e1 --- /dev/null +++ b/pyroute2-0.5.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:deae0e6191a04c3ee213c6fae6ed779602ef5da5ca5e2fa533f27bc04326bfbe +size 723915 diff --git a/python-pyroute2.changes b/python-pyroute2.changes index b890f3a..f507dfb 100644 --- a/python-pyroute2.changes +++ b/python-pyroute2.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Jun 3 10:15:55 UTC 2019 - Tomáš Chvátal + +- Update to 0.5.6: + * ndb.objects.route: multipath routes + * ndb.objects.rule: basic support + * ndb.objects.interface: veth fixed + * ndb.source: fix source restart + * ndb.log: logging setup + ------------------------------------------------------------------- Fri Apr 12 13:10:15 UTC 2019 - pgajdos@suse.com diff --git a/python-pyroute2.spec b/python-pyroute2.spec index c6f143d..f9c5963 100644 --- a/python-pyroute2.spec +++ b/python-pyroute2.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pyroute2 -Version: 0.5.5 +Version: 0.5.6 Release: 0 Summary: Python Netlink library License: GPL-2.0-or-later OR Apache-2.0