SHA256
1
0
forked from pool/python-pysmi

Accepting request 664308 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/664308
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pysmi?expand=0&rev=5
This commit is contained in:
Dominique Leuenberger 2019-01-21 09:48:50 +00:00 committed by Git OBS Bridge
commit 4687a911aa
4 changed files with 20 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:99c74d6a0b502c04cedbf5f8f2d17656b830e5c364b92a947f4cb79240206e1b
size 78325

3
pysmi-0.3.3.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4e35c2b935ba5a68e086d7781dae1b508c228a960279620d182e876448acf02f
size 94674

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Jan 10 08:34:25 UTC 2019 - mardnh@gmx.de
- Update to version 0.3.3
* Exit code indication of the command-line tools aligned with
sysexits.h to report more useful termination status
- Update to version 0.3.2
* Fixed compiler crash when building comments at a platform
which has broken users/groups databases
-------------------------------------------------------------------
Tue Dec 4 12:52:52 UTC 2018 - Matej Cepl <mcepl@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-pysmi
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -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 https://bugs.opensuse.org/
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pysmi
Version: 0.1.3
Version: 0.3.3
Release: 0
Summary: SNMP SMI/MIB Parser
License: BSD-2-Clause
@ -49,7 +49,9 @@ Documentation: http://pysmi.sf.net
%install
%python_install
mv %{buildroot}%{_bindir}/mibdump.py %{buildroot}%{_bindir}/mibdump
mv %{buildroot}%{_bindir}/mibcopy.py %{buildroot}%{_bindir}/mibcopy
%python_clone -a %{buildroot}%{_bindir}/mibdump
%python_clone -a %{buildroot}%{_bindir}/mibcopy
%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
%post
@ -66,5 +68,6 @@ mv %{buildroot}%{_bindir}/mibdump.py %{buildroot}%{_bindir}/mibdump
%doc README.md CHANGES.rst
%{python_sitelib}/*
%python_alternative %{_bindir}/mibdump
%python_alternative %{_bindir}/mibcopy
%changelog