Hello community,

here is the log from the commit of package python-pysmi for openSUSE:Leap:15.2 
checked in at 2020-02-21 23:53:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-pysmi (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.python-pysmi.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pysmi"

Fri Feb 21 23:53:19 2020 rev:12 rq:778099 version:0.3.4

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-pysmi/python-pysmi.changes      
2020-01-15 15:52:12.027555159 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.python-pysmi.new.26092/python-pysmi.changes   
2020-02-21 23:53:20.421042054 +0100
@@ -1,0 +2,29 @@
+Mon Oct 14 14:17:08 UTC 2019 - Matej Cepl <[email protected]>
+
+- Replace %fdupes -s with plain %fdupes; hardlinks are better.
+
+-------------------------------------------------------------------
+Mon May  6 13:46:05 UTC 2019 - [email protected]
+
+- 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 - [email protected]
+
+- 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 <[email protected]>
+
+- Remove superfluous devel dependency for noarch package
+
+-------------------------------------------------------------------

Old:
----
  pysmi-0.1.3.tar.gz

New:
----
  pysmi-0.3.4.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-pysmi.spec ++++++
--- /var/tmp/diff_new_pack.HRkdxR/_old  2020-02-21 23:53:20.681042571 +0100
+++ /var/tmp/diff_new_pack.HRkdxR/_new  2020-02-21 23:53:20.685042579 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pysmi
 #
-# Copyright (c) 2017 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,29 +12,25 @@
 # 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.1.3
+Version:        0.3.4
 Release:        0
 Summary:        SNMP SMI/MIB Parser
 License:        BSD-2-Clause
-Group:          Development/Languages/Python
-Url:            http://pysmi.sourceforge.net/
+URL:            http://pysmi.sourceforge.net/
 Source:         
https://files.pythonhosted.org/packages/source/p/pysmi/pysmi-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module ply}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-ply
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
 BuildArch:      noarch
-
 %python_subpackages
 
 %description
@@ -52,8 +48,10 @@
 %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_expand %fdupes -s %{buildroot}%{$python_sitelib}
+%python_clone -a %{buildroot}%{_bindir}/mibcopy
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %post
 %python_install_alternative mibdump
@@ -65,9 +63,10 @@
 #nosetests # cannot be run without pysmnp which needs this package
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc README.md LICENSE.rst CHANGES.rst
+%license LICENSE.rst
+%doc README.md CHANGES.rst
 %{python_sitelib}/*
 %python_alternative %{_bindir}/mibdump
+%python_alternative %{_bindir}/mibcopy
 
 %changelog

++++++ pysmi-0.1.3.tar.gz -> pysmi-0.3.4.tar.gz ++++++
++++ 6046 lines of diff (skipped)


Reply via email to