From b583cde383a5075fa0da1c87b976f278a824ff22b35f9fc7ecd904440b97b67e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 30 Apr 2021 09:06:28 +0000 Subject: [PATCH] Accepting request 889491 from home:alarrosa:branches:devel:languages:python - update to 0.5.18: * netlink: support zero length lladdr - update to 0.5.17: * license: aligned cli/ss2 * ndb: del_ip() improvements * ndb: wait(timeout=...) - update to 0.5.16: * ndb: fix syntax for Python < 3.6 - update to 0.5.15: * ndb: don't mess with SQL adapters unless really needed * ndb: support more virtual interface types * ndb: support in for views and record sets * ndb: fix nested fetches from DB * tests: start migration to pytest OBS-URL: https://build.opensuse.org/request/show/889491 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyroute2?expand=0&rev=51 --- pyroute2-0.5.14.tar.gz | 3 --- pyroute2-0.5.18.tar.gz | 3 +++ python-pyroute2.changes | 21 +++++++++++++++++++++ python-pyroute2.spec | 8 ++++---- 4 files changed, 28 insertions(+), 7 deletions(-) delete mode 100644 pyroute2-0.5.14.tar.gz create mode 100644 pyroute2-0.5.18.tar.gz diff --git a/pyroute2-0.5.14.tar.gz b/pyroute2-0.5.14.tar.gz deleted file mode 100644 index 1225db6..0000000 --- a/pyroute2-0.5.14.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:774c5ecf05fe40f0f601a7ab33c19ca0b24f00bf4a094e58deaa5333b7ca49b5 -size 873722 diff --git a/pyroute2-0.5.18.tar.gz b/pyroute2-0.5.18.tar.gz new file mode 100644 index 0000000..8cfab55 --- /dev/null +++ b/pyroute2-0.5.18.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08ac40cad52c0bb2e0f20087520599aa91fcce0b221dd26e9042330428810bc5 +size 715991 diff --git a/python-pyroute2.changes b/python-pyroute2.changes index f8b3bbb..c8c09b4 100644 --- a/python-pyroute2.changes +++ b/python-pyroute2.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Fri Apr 30 08:34:54 UTC 2021 - Antonio Larrosa + +- update to 0.5.18: + * netlink: support zero length lladdr + +- update to 0.5.17: + * license: aligned cli/ss2 + + * ndb: del_ip() improvements + * ndb: wait(timeout=...) +- update to 0.5.16: + * ndb: fix syntax for Python < 3.6 + +- update to 0.5.15: + * ndb: don't mess with SQL adapters unless really needed + * ndb: support more virtual interface types + * ndb: support in for views and record sets + * ndb: fix nested fetches from DB + * tests: start migration to pytest + ------------------------------------------------------------------- Wed Sep 16 11:14:53 UTC 2020 - Dirk Mueller diff --git a/python-pyroute2.spec b/python-pyroute2.spec index 0c1f61f..50d3c9e 100644 --- a/python-pyroute2.spec +++ b/python-pyroute2.spec @@ -1,7 +1,7 @@ # # spec file for package python-pyroute2 # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,10 +18,10 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pyroute2 -Version: 0.5.14 +Version: 0.5.18 Release: 0 Summary: Python Netlink library -License: GPL-2.0-or-later OR Apache-2.0 +License: Apache-2.0 OR GPL-2.0-or-later URL: https://github.com/svinota/pyroute2 Source: https://files.pythonhosted.org/packages/source/p/pyroute2/pyroute2-%{version}.tar.gz BuildRequires: %{python_module pytest} @@ -29,7 +29,7 @@ BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives BuildArch: noarch %python_subpackages