Hello community, here is the log from the commit of package python-nose2 for openSUSE:Factory checked in at 2019-10-02 11:57:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-nose2 (Old) and /work/SRC/openSUSE:Factory/.python-nose2.new.2352 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-nose2" Wed Oct 2 11:57:50 2019 rev:5 rq:734078 version:0.9.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-nose2/python-nose2.changes 2019-05-15 12:34:12.652565544 +0200 +++ /work/SRC/openSUSE:Factory/.python-nose2.new.2352/python-nose2.changes 2019-10-02 11:57:52.275189225 +0200 @@ -1,0 +2,5 @@ +Mon Sep 30 13:20:05 UTC 2019 - Tomáš Chvátal <[email protected]> + +- Add dep on coverage as it is hard requirement based on requires + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-nose2.spec ++++++ --- /var/tmp/diff_new_pack.ddtIqX/_old 2019-10-02 11:57:52.779187933 +0200 +++ /var/tmp/diff_new_pack.ddtIqX/_new 2019-10-02 11:57:52.779187933 +0200 @@ -27,16 +27,16 @@ Source: https://files.pythonhosted.org/packages/source/n/nose2/nose2-%{version}.tar.gz Patch0: remove_unittest2.patch Patch1: fix-mock-dep.patch -BuildRequires: %{python_module cov-core >= 1.12} +BuildRequires: %{python_module coverage >= 4.4.1} BuildRequires: %{python_module mock} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six >= 1.1} BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: python-coverage >= 4.4.1 Requires: python-six >= 1.1 Requires(post): update-alternatives Requires(postun): update-alternatives -Suggests: python-cov-core >= 1.12 BuildArch: noarch %python_subpackages @@ -52,6 +52,7 @@ %prep %setup -q -n nose2-%{version} %autopatch -p1 +rm -rf *.egg-info/ %build %python_build
