14
0
forked from pool/python-pysnmp

Accepting request 416227 from home:mnhauke

- Update to version 4.3.2

OBS-URL: https://build.opensuse.org/request/show/416227
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysnmp?expand=0&rev=22
This commit is contained in:
2016-08-07 11:52:14 +00:00
committed by Git OBS Bridge
parent e5eb99e909
commit 55b47a1b94
4 changed files with 52 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pysnmp
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2016 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
@@ -17,7 +17,7 @@
Name: python-pysnmp
Version: 4.3.0
Version: 4.3.2
Release: 0
Url: http://pysnmp.sourceforge.net/
Summary: A pure-Python SNMPv1/v2c/v3 library
@@ -60,6 +60,8 @@ PySNMP documentation and examples.
%prep
%setup -q -n pysnmp-%{version}
# Remove uneeded files
find docs -name "\.*" | xargs rm -rf
%build
python setup.py build