forked from pool/python-pysmi
Accepting request 417354 from devel:languages:python
1 OBS-URL: https://build.opensuse.org/request/show/417354 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pysmi?expand=0&rev=2
This commit is contained in:
parent
b064a72596
commit
f8e396d603
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f04641fd88239ad6708aad9f8b24bc1606b225346bb6a7bb7253cc2103a7d9a0
|
|
||||||
size 55917
|
|
3
pysmi-0.0.7.tar.gz
Normal file
3
pysmi-0.0.7.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:999f6db9e16f4cc2804263d825553dbdd188c4313ca5c1244eeb20a3c4a60116
|
||||||
|
size 56233
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 1 20:59:32 UTC 2016 - mardnh@gmx.de
|
||||||
|
|
||||||
|
- Update to version 0.0.07
|
||||||
|
* Crash on existing .py file handling fixed.
|
||||||
|
* Fix to __doc__ use in setup.py to make -O0 installation mode working.
|
||||||
|
* Fix to PyPackageSearcher not to fail on broken Python packages.
|
||||||
|
* Source code pep8'ed
|
||||||
|
* Copyright added to source files.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Nov 21 15:33:19 UTC 2015 - bwiedemann@suse.com
|
Sat Nov 21 15:33:19 UTC 2015 - bwiedemann@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pysmi
|
# spec file for package python-pysmi
|
||||||
#
|
#
|
||||||
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-pysmi
|
Name: python-pysmi
|
||||||
Version: 0.0.6
|
Version: 0.0.7
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: SNMP SMI/MIB Parser
|
Summary: SNMP SMI/MIB Parser
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
@ -50,7 +50,7 @@ python setup.py build
|
|||||||
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||||
mv %{buildroot}%{_bindir}/mibdump.py %{buildroot}%{_bindir}/mibdump
|
mv %{buildroot}%{_bindir}/mibdump.py %{buildroot}%{_bindir}/mibdump
|
||||||
|
|
||||||
#%check
|
#%%check
|
||||||
#nosetests # cannot be run without pysmnp which needs this package
|
#nosetests # cannot be run without pysmnp which needs this package
|
||||||
|
|
||||||
%files
|
%files
|
||||||
|
Loading…
Reference in New Issue
Block a user