From 3d401892e5acdce2ed34b385be4c08577f2dc8bfd3e53798109cee5dd5b2ca5c Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 29 Sep 2022 19:02:30 +0000 Subject: [PATCH] Accepting request 1006985 from home:yarunachalam:branches:devel:languages:python - Update to version 3.2.1 * Fix non ASCII API word encoding OBS-URL: https://build.opensuse.org/request/show/1006985 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-librouteros?expand=0&rev=15 --- librouteros-3.2.0.tar.gz | 3 --- librouteros-3.2.1.tar.gz | 3 +++ python-librouteros.changes | 6 ++++++ python-librouteros.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 librouteros-3.2.0.tar.gz create mode 100644 librouteros-3.2.1.tar.gz diff --git a/librouteros-3.2.0.tar.gz b/librouteros-3.2.0.tar.gz deleted file mode 100644 index af7d553..0000000 --- a/librouteros-3.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:44c1b782efc9185fcfa09270f0b322256642849f644399e5f47fe49dfd385d57 -size 34223 diff --git a/librouteros-3.2.1.tar.gz b/librouteros-3.2.1.tar.gz new file mode 100644 index 0000000..cfdaa18 --- /dev/null +++ b/librouteros-3.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aec31ae8b7c88f5c248a18a5624b74d72c3e1f65e0cbaab0cee9151a9de5d393 +size 34545 diff --git a/python-librouteros.changes b/python-librouteros.changes index d0a4673..b2f7d5d 100644 --- a/python-librouteros.changes +++ b/python-librouteros.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Sep 29 14:49:07 UTC 2022 - Yogalakshmi Arunachalam + +- Update to version 3.2.1 + * Fix non ASCII API word encoding + ------------------------------------------------------------------- Wed Mar 23 13:40:02 UTC 2022 - pgajdos@suse.com diff --git a/python-librouteros.spec b/python-librouteros.spec index 490c9c5..147c82d 100644 --- a/python-librouteros.spec +++ b/python-librouteros.spec @@ -20,7 +20,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-librouteros -Version: 3.2.0 +Version: 3.2.1 Release: 0 Summary: Python implementation of MikroTik RouterOS API License: GPL-2.0-or-later