Hello community,

here is the log from the commit of package python-oslo.config for 
openSUSE:Factory checked in at 2019-01-24 14:13:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-oslo.config (Old)
 and      /work/SRC/openSUSE:Factory/.python-oslo.config.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-oslo.config"

Thu Jan 24 14:13:49 2019 rev:28 rq:667838 version:6.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-oslo.config/python-oslo.config.changes    
2018-09-07 15:38:47.658575398 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-oslo.config.new.28833/python-oslo.config.changes
 2019-01-24 14:13:51.663331568 +0100
@@ -1,0 +2,5 @@
+Thu Jan 17 12:09:19 UTC 2019 - Dirk Mueller <dmuel...@suse.com>
+
+- avoid oslo.log dependency (bsc#1121609) 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-oslo.config.spec ++++++
--- /var/tmp/diff_new_pack.ZmGE5A/_old  2019-01-24 14:13:52.179330972 +0100
+++ /var/tmp/diff_new_pack.ZmGE5A/_new  2019-01-24 14:13:52.187330963 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-oslo.config
 #
-# Copyright (c) 2018 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,7 +12,7 @@
 # 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/
 #
 
 
@@ -32,7 +32,6 @@
 BuildRequires:  python2-mock
 BuildRequires:  python2-netaddr >= 0.7.18
 BuildRequires:  python2-oslo.i18n >= 3.15.3
-BuildRequires:  python2-oslo.log
 BuildRequires:  python2-oslotest
 BuildRequires:  python2-pbr
 BuildRequires:  python2-python-subunit
@@ -51,7 +50,6 @@
 BuildRequires:  python3-mock
 BuildRequires:  python3-netaddr >= 0.7.18
 BuildRequires:  python3-oslo.i18n >= 3.15.3
-BuildRequires:  python3-oslo.log
 BuildRequires:  python3-oslotest
 BuildRequires:  python3-pbr
 BuildRequires:  python3-python-subunit
@@ -112,7 +110,8 @@
 %build
 %{python_build}
 
-PBR_VERSION=6.4.0 sphinx-build -b html doc/source doc/build/html
+PBR_VERSION=6.4.0 PYTHONPATH=. \
+    sphinx-build -b html doc/source doc/build/html
 # remove the sphinx-build leftovers
 rm -rf doc/build/html/.{doctrees,buildinfo}
 
@@ -127,6 +126,8 @@
 %python_uninstall_alternative oslo-config-generator
 
 %check
+# Requires oslo.log which we can't depend on for build cycle reasons
+rm -v oslo_config/tests/test_cfg.py
 %{python_expand rm -rf .testrepository
 $python setup.py testr
 }


Reply via email to