Hello community, here is the log from the commit of package python-mox3 for openSUSE:Factory checked in at 2019-02-14 14:32:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-mox3 (Old) and /work/SRC/openSUSE:Factory/.python-mox3.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-mox3" Thu Feb 14 14:32:58 2019 rev:8 rq:674437 version:0.26.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-mox3/python-mox3.changes 2019-01-03 18:06:57.752122527 +0100 +++ /work/SRC/openSUSE:Factory/.python-mox3.new.28833/python-mox3.changes 2019-02-14 14:33:01.115661921 +0100 @@ -1,0 +2,6 @@ +Wed Feb 13 09:32:10 UTC 2019 - Tomáš Chvátal <[email protected]> + +- Update URL to point to the project page +- Remove tests from installed package + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-mox3.spec ++++++ --- /var/tmp/diff_new_pack.Iny5eM/_old 2019-02-14 14:33:01.539661728 +0100 +++ /var/tmp/diff_new_pack.Iny5eM/_new 2019-02-14 14:33:01.543661726 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-mox3 # -# 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 @@ -23,7 +23,7 @@ Summary: An unofficial port of the Google mox framework to Python 3 License: Apache-2.0 Group: Development/Languages/Python -Url: http://bugs.launchpad.net/python-mox3 +URL: https://docs.openstack.org/mox3/latest/ Source0: https://files.pythonhosted.org/packages/source/m/mox3/mox3-%{version}.tar.gz BuildRequires: %{python_module fixtures >= 3.0.0} BuildRequires: %{python_module pbr >= 2.0.0} @@ -31,6 +31,9 @@ BuildRequires: fdupes BuildRequires: openstack-macros BuildRequires: python-rpm-macros +Requires: python-fixtures >= 3.0.0 +Requires: python-pbr >= 2.0.0 +BuildArch: noarch # SECTION documentation requirements BuildRequires: python3-Sphinx >= 1.6.5 BuildRequires: python3-openstackdocstheme >= 1.18.1 @@ -43,10 +46,6 @@ BuildRequires: %{python_module testtools >= 2.2.0} BuildRequires: %{python_module unittest2} # /SECTION -Requires: python-fixtures >= 3.0.0 -Requires: python-pbr >= 2.0.0 -BuildArch: noarch - %python_subpackages %description @@ -69,7 +68,7 @@ %prep %autosetup -n mox3-%{version} -%py_req_cleanup +%{py_req_cleanup} sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg %build @@ -82,6 +81,7 @@ %install %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} +%python_expand rm -rf %{buildroot}%{$python_sitelib}/mox3/tests mkdir -p %{buildroot}%{_docdir}/%{name} cp -r doc/build/html %{buildroot}%{_docdir}/%{name}
