From 81f629218e20336bf1d89a087dc978b211e1a1014108458654cbf5716ce2a11e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 21 Apr 2020 05:51:04 +0000 Subject: [PATCH] Accepting request 795890 from home:mnhauke:network:automation - Update to version 3.0.1 * Add typing annotations OBS-URL: https://build.opensuse.org/request/show/795890 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-librouteros?expand=0&rev=5 --- librouteros-3.0.0.tar.gz | 3 --- librouteros-3.0.1.tar.gz | 3 +++ python-librouteros.changes | 6 ++++++ python-librouteros.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 librouteros-3.0.0.tar.gz create mode 100644 librouteros-3.0.1.tar.gz diff --git a/librouteros-3.0.0.tar.gz b/librouteros-3.0.0.tar.gz deleted file mode 100644 index 92c74bf..0000000 --- a/librouteros-3.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9462fc8e15b489e439eecbddbaadda7555cbc565bf4496e11d8e47922fc554ef -size 31984 diff --git a/librouteros-3.0.1.tar.gz b/librouteros-3.0.1.tar.gz new file mode 100644 index 0000000..4fc9390 --- /dev/null +++ b/librouteros-3.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:694bc91a65acb993fa519b2a80fb572399c4f7677afc4868de98d2e2ac3e0cfa +size 32710 diff --git a/python-librouteros.changes b/python-librouteros.changes index 1570b5f..842f04e 100644 --- a/python-librouteros.changes +++ b/python-librouteros.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Apr 20 17:58:37 UTC 2020 - Martin Hauke + +- Update to version 3.0.1 + * Add typing annotations + ------------------------------------------------------------------- Thu Nov 7 19:51:02 UTC 2019 - Martin Hauke diff --git a/python-librouteros.spec b/python-librouteros.spec index 151532e..e22bfcf 100644 --- a/python-librouteros.spec +++ b/python-librouteros.spec @@ -1,7 +1,7 @@ # # spec file for package python-librouteros # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # Copyright (c) 2017-2019, Martin Hauke # # All modifications and additions to the file contributed by third parties @@ -20,7 +20,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-librouteros -Version: 3.0.0 +Version: 3.0.1 Release: 0 Summary: Python implementation of MikroTik RouterOS API License: GPL-2.0-or-later