diff --git a/pysmi-0.0.6.tar.gz b/pysmi-0.0.6.tar.gz deleted file mode 100644 index 089760a..0000000 --- a/pysmi-0.0.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f04641fd88239ad6708aad9f8b24bc1606b225346bb6a7bb7253cc2103a7d9a0 -size 55917 diff --git a/pysmi-0.0.7.tar.gz b/pysmi-0.0.7.tar.gz new file mode 100644 index 0000000..884d3e9 --- /dev/null +++ b/pysmi-0.0.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:999f6db9e16f4cc2804263d825553dbdd188c4313ca5c1244eeb20a3c4a60116 +size 56233 diff --git a/python-pysmi.changes b/python-pysmi.changes index 87e6122..d7ab325 100644 --- a/python-pysmi.changes +++ b/python-pysmi.changes @@ -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 diff --git a/python-pysmi.spec b/python-pysmi.spec index d8eb16c..e61dcda 100644 --- a/python-pysmi.spec +++ b/python-pysmi.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-pysmi -Version: 0.0.6 +Version: 0.0.7 Release: 0 Summary: SNMP SMI/MIB Parser License: BSD-2-Clause @@ -50,7 +50,7 @@ python setup.py build python setup.py install --prefix=%{_prefix} --root=%{buildroot} mv %{buildroot}%{_bindir}/mibdump.py %{buildroot}%{_bindir}/mibdump -#%check +#%%check #nosetests # cannot be run without pysmnp which needs this package %files