Hello community, here is the log from the commit of package python-case for openSUSE:Factory checked in at 2019-10-09 15:17:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-case (Old) and /work/SRC/openSUSE:Factory/.python-case.new.2352 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-case" Wed Oct 9 15:17:20 2019 rev:3 rq:734914 version:1.5.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-case/python-case.changes 2018-08-24 17:04:13.338079810 +0200 +++ /work/SRC/openSUSE:Factory/.python-case.new.2352/python-case.changes 2019-10-09 15:17:22.556820022 +0200 @@ -1,0 +2,6 @@ +Thu Oct 3 16:35:14 UTC 2019 - John Vandenberg <[email protected]> + +- Remove dependency on coverage + Add remove_coverage.patch to facilitate that + +------------------------------------------------------------------- New: ---- remove_coverage.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-case.spec ++++++ --- /var/tmp/diff_new_pack.b7mnDE/_old 2019-10-09 15:17:23.604817322 +0200 +++ /var/tmp/diff_new_pack.b7mnDE/_new 2019-10-09 15:17:23.608817312 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-case # -# 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/ # @@ -25,8 +25,8 @@ Group: Development/Languages/Python URL: http://github.com/celery/case Source: https://files.pythonhosted.org/packages/source/c/case/case-%{version}.tar.gz -Patch: remove_unittest2.patch -BuildRequires: %{python_module coverage} +Patch0: remove_unittest2.patch +Patch1: remove_coverage.patch BuildRequires: %{python_module mock} BuildRequires: %{python_module nose} BuildRequires: %{python_module setuptools} @@ -41,7 +41,7 @@ %python_subpackages %description -Python unittest Utilities +Python unittest Utilities. %prep %setup -q -n case-%{version} ++++++ remove_coverage.patch ++++++ Index: case-1.5.3/requirements/test.txt =================================================================== --- case-1.5.3.orig/requirements/test.txt +++ case-1.5.3/requirements/test.txt @@ -1 +0,0 @@ -coverage>=3.0
