Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pysmi for openSUSE:Factory 
checked in at 2021-10-26 20:13:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pysmi (Old)
 and      /work/SRC/openSUSE:Factory/.python-pysmi.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pysmi"

Tue Oct 26 20:13:33 2021 rev:8 rq:925025 version:0.3.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pysmi/python-pysmi.changes        
2019-10-16 09:15:23.631450784 +0200
+++ /work/SRC/openSUSE:Factory/.python-pysmi.new.1890/python-pysmi.changes      
2021-10-26 20:13:51.542015044 +0200
@@ -1,0 +2,15 @@
+Wed Oct  6 07:40:43 UTC 2021 - Matej Cepl <[email protected]>
+
+- Add multibuild to separate test phase from the build one.
+
+-------------------------------------------------------------------
+Tue Oct  5 15:33:49 UTC 2021 - Stefan Schubert <[email protected]>
+
+- Added BuildRequires:  alts
+
+-------------------------------------------------------------------
+Thu Sep 30 20:13:20 UTC 2021 - Stefan Schubert <[email protected]>
+
+- Use libalternatives instead of update-alternatives.
+
+-------------------------------------------------------------------

New:
----
  _multibuild

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

Other differences:
------------------
++++++ python-pysmi.spec ++++++
--- /var/tmp/diff_new_pack.jxyB42/_old  2021-10-26 20:13:51.990015281 +0200
+++ /var/tmp/diff_new_pack.jxyB42/_new  2021-10-26 20:13:51.990015281 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package python-pysmi
+# spec file
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,8 +16,22 @@
 #
 
 
+%if 0%{?suse_version} > 1500
+%bcond_without libalternatives
+%else
+%bcond_with libalternatives
+%endif
+
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-Name:           python-pysmi
+%global flavor @BUILD_FLAVOR@%{nil}
+%if "%{flavor}" == "test"
+%define psuffix -test
+%bcond_without test
+%else
+%define psuffix %{nil}
+%bcond_with test
+%endif
+Name:           python-pysmi%{psuffix}
 Version:        0.3.4
 Release:        0
 Summary:        SNMP SMI/MIB Parser
@@ -26,10 +40,18 @@
 Source:         
https://files.pythonhosted.org/packages/source/p/pysmi/pysmi-%{version}.tar.gz
 BuildRequires:  %{python_module ply}
 BuildRequires:  fdupes
-BuildRequires:  python-rpm-macros
+BuildRequires:  python-rpm-macros >= 20210929
+%if %{with test}
+BuildRequires:  %{python_module pysnmp}
+%endif
 Requires:       python-ply
+%if %{with libalternatives}
+BuildRequires:  alts
+Requires:       alts
+%else
 Requires(post): update-alternatives
-Requires(postun): update-alternatives
+Requires(postun):update-alternatives
+%endif
 BuildArch:      noarch
 %python_subpackages
 
@@ -46,12 +68,24 @@
 %python_build
 
 %install
+%if !%{with test}
 %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 %{buildroot}%{$python_sitelib}
+%endif
+
+%check
+%if %{with test}
+%pyunittest -v tests
+%endif
+
+%if !%{with test}
+%pre
+# If libalternatives is used: Removing old update-alternatives entries.
+%python_libalternatives_reset_alternative mibdump
 
 %post
 %python_install_alternative mibdump
@@ -59,14 +93,12 @@
 %postun
 %python_uninstall_alternative mibdump
 
-#%%check
-#nosetests # cannot be run without pysmnp which needs this package
-
 %files %{python_files}
 %license LICENSE.rst
 %doc README.md CHANGES.rst
 %{python_sitelib}/*
 %python_alternative %{_bindir}/mibdump
 %python_alternative %{_bindir}/mibcopy
+%endif
 
 %changelog

++++++ _multibuild ++++++
<multibuild>
  <package>test</package>
</multibuild>

Reply via email to