Hello community,

here is the log from the commit of package python-kitchen for openSUSE:Factory 
checked in at 2020-09-09 18:07:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-kitchen (Old)
 and      /work/SRC/openSUSE:Factory/.python-kitchen.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-kitchen"

Wed Sep  9 18:07:37 2020 rev:6 rq:833239 version:1.2.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-kitchen/python-kitchen.changes    
2019-07-24 20:36:13.470569548 +0200
+++ /work/SRC/openSUSE:Factory/.python-kitchen.new.3399/python-kitchen.changes  
2020-09-09 18:12:10.555757312 +0200
@@ -1,0 +2,8 @@
+Wed Sep  9 12:53:34 UTC 2020 - pgaj...@suse.com
+
+- do not depend on nose
+- added patches
+  fix https://github.com/fedora-infra/kitchen/pull/33
+  + python-kitchen-remove-nose.patch
+
+-------------------------------------------------------------------

New:
----
  python-kitchen-remove-nose.patch

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

Other differences:
------------------
++++++ python-kitchen.spec ++++++
--- /var/tmp/diff_new_pack.RG3MTe/_old  2020-09-09 18:12:11.223757920 +0200
+++ /var/tmp/diff_new_pack.RG3MTe/_new  2020-09-09 18:12:11.227757924 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-kitchen
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,14 +23,16 @@
 Summary:        Kitchen contains a cornucopia of useful code
 License:        LGPL-2.1-or-later
 Group:          Development/Languages/Python
-URL:            https://fedorahosted.org/kitchen/
+URL:            https://github.com/fedora-infra/kitchen/
 Source:         
https://files.pythonhosted.org/packages/source/k/kitchen/kitchen-%{version}.tar.gz
+# https://github.com/fedora-infra/kitchen/pull/33
+Patch0:         python-kitchen-remove-nose.patch
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildArch:      noarch
 # SECTION tests
-BuildRequires:  %{python_module nose}
+BuildRequires:  %{python_module pytest}
 # /SECTION
 %python_subpackages
 
@@ -39,6 +41,7 @@
 
 %prep
 %setup -q -n kitchen-%{version}
+%patch0 -p1
 sed -i '1s/^#!.*//' kitchen2/kitchen/pycompat24/base64/_base64.py
 
 %build
@@ -56,7 +59,7 @@
 %else
 pushd kitchen3
 %endif
-nosetests-%{$python_version} -e test_internal_generate_combining_table
+$python -m pytest -k 'not test_internal_generate_combining_table'
 popd}
 
 %files %{python_files}

++++++ python-kitchen-remove-nose.patch ++++++
++++ 4796 lines (skipped)


Reply via email to