From efd14845bf64c0ff71a418beb0fa344e1175dcc2fb170c7e85656309d4ccaadf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 6 May 2019 13:57:38 +0000 Subject: [PATCH] Accepting request 701108 from home:pgajdos - version update to 0.3.4 - Rebased MIB importing code onto `importlib` because `imp` is long deprecated - Fixed Py file borrower to become functional OBS-URL: https://build.opensuse.org/request/show/701108 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysmi?expand=0&rev=15 --- pysmi-0.3.3.tar.gz | 3 --- pysmi-0.3.4.tar.gz | 3 +++ python-pysmi.changes | 8 ++++++++ python-pysmi.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 pysmi-0.3.3.tar.gz create mode 100644 pysmi-0.3.4.tar.gz diff --git a/pysmi-0.3.3.tar.gz b/pysmi-0.3.3.tar.gz deleted file mode 100644 index 6e8ff0e..0000000 --- a/pysmi-0.3.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4e35c2b935ba5a68e086d7781dae1b508c228a960279620d182e876448acf02f -size 94674 diff --git a/pysmi-0.3.4.tar.gz b/pysmi-0.3.4.tar.gz new file mode 100644 index 0000000..0109931 --- /dev/null +++ b/pysmi-0.3.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd15a15020aee8376cab5be264c26330824a8b8164ed0195bd402dd59e4e8f7c +size 93985 diff --git a/python-pysmi.changes b/python-pysmi.changes index ba424ca..d5663fd 100644 --- a/python-pysmi.changes +++ b/python-pysmi.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon May 6 13:46:05 UTC 2019 - pgajdos@suse.com + +- version update to 0.3.4 + - Rebased MIB importing code onto `importlib` because `imp` is long + deprecated + - Fixed Py file borrower to become functional + ------------------------------------------------------------------- Thu Jan 10 08:34:25 UTC 2019 - mardnh@gmx.de diff --git a/python-pysmi.spec b/python-pysmi.spec index 9eaa75a..19a3f15 100644 --- a/python-pysmi.spec +++ b/python-pysmi.spec @@ -12,13 +12,13 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pysmi -Version: 0.3.3 +Version: 0.3.4 Release: 0 Summary: SNMP SMI/MIB Parser License: BSD-2-Clause