From 7a472b873e7a652b730d8659fe6f02b8b240d7027b22ed1b0ccdf3ed5d244f79 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 4 Aug 2020 16:08:17 +0000 Subject: [PATCH] - update to 0.5.13: * netns: allow to pass custom libc reference * generic: att L2TP support * iproute: link_lookup() optimization * ndb: basic cluster support OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyroute2?expand=0&rev=47 --- pyroute2-0.5.12.tar.gz | 3 --- pyroute2-0.5.13.tar.gz | 3 +++ python-pyroute2.changes | 9 +++++++++ python-pyroute2.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 pyroute2-0.5.12.tar.gz create mode 100644 pyroute2-0.5.13.tar.gz diff --git a/pyroute2-0.5.12.tar.gz b/pyroute2-0.5.12.tar.gz deleted file mode 100644 index 9fdd97e..0000000 --- a/pyroute2-0.5.12.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0157801c5496177856c3296b590065e691b041a3adde6fb8ffad2a8d05013ed3 -size 864017 diff --git a/pyroute2-0.5.13.tar.gz b/pyroute2-0.5.13.tar.gz new file mode 100644 index 0000000..978a97e --- /dev/null +++ b/pyroute2-0.5.13.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:518365f3313e73b0f024b9fa7a580b29bfa2fe2c5230be0bc69c068bbf6637e9 +size 870800 diff --git a/python-pyroute2.changes b/python-pyroute2.changes index 99bcc6a..8ae4e8d 100644 --- a/python-pyroute2.changes +++ b/python-pyroute2.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Aug 4 16:07:22 UTC 2020 - Dirk Mueller + +- update to 0.5.13: + * netns: allow to pass custom libc reference + * generic: att L2TP support + * iproute: link_lookup() optimization + * ndb: basic cluster support + ------------------------------------------------------------------- Thu Jul 2 13:39:28 UTC 2020 - pgajdos@suse.com diff --git a/python-pyroute2.spec b/python-pyroute2.spec index 6553be5..ce500cf 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.12 +Version: 0.5.13 Release: 0 Summary: Python Netlink library License: GPL-2.0-or-later OR Apache-2.0