Hello community,

here is the log from the commit of package python-openstack.nose_plugin for 
openSUSE:Leap:15.2 checked in at 2020-03-09 18:09:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-openstack.nose_plugin (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.python-openstack.nose_plugin.new.26092 
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-openstack.nose_plugin"

Mon Mar  9 18:09:43 2020 rev:11 rq:776872 version:0.11

Changes:
--------
--- 
/work/SRC/openSUSE:Leap:15.2/python-openstack.nose_plugin/python-openstack.nose_plugin.changes
      2020-01-15 15:50:56.735512003 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-openstack.nose_plugin.new.26092/python-openstack.nose_plugin.changes
   2020-03-09 18:09:43.997056193 +0100
@@ -1,0 +2,5 @@
+Wed Jan  2 09:47:34 UTC 2019 - Thomas Bechtold <[email protected]>
+
+- convert to singlespec
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-openstack.nose_plugin.spec ++++++
--- /var/tmp/diff_new_pack.ne1njW/_old  2020-03-09 18:09:44.357056709 +0100
+++ /var/tmp/diff_new_pack.ne1njW/_new  2020-03-09 18:09:44.365056720 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-openstack.nose_plugin
 #
-# Copyright (c) 2015 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,10 +12,11 @@
 # 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-openstack.nose_plugin
 Version:        0.11
 Release:        0
@@ -24,18 +25,14 @@
 Group:          Development/Languages/Python
 Url:            https://github.com/jkoelker/openstack-nose
 Source:         
http://pypi.python.org/packages/source/o/openstack.nose_plugin/openstack.nose_plugin-%{version}.tar.gz
+BuildRequires:  %{python_module setuptools}
 BuildRequires:  openstack-suse-macros
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools
+BuildRequires:  python-rpm-macros
 Requires:       python-colorama
 Requires:       python-nose
 Requires:       python-termcolor
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%else
-BuildArch:      noarch
-%endif
+
+%python_subpackages
 
 %description
 openstack.nose_plugin provides a nose plugin that allow's nosetests output to
@@ -45,14 +42,14 @@
 %setup -q -n openstack.nose_plugin-%{version}
 
 %build
-%{__python2} setup.py build
+%python_build
 
 %install
-%{__python2} setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%python_install
 
-%files
+%files %{python_files}
 %defattr(-,root,root,-)
 %doc README.rst
-%{python2_sitelib}/*
+%{python_sitelib}/*
 
 %changelog


Reply via email to