Hello community, here is the log from the commit of package python-peppercorn for openSUSE:Leap:15.2 checked in at 2020-05-06 20:41:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/python-peppercorn (Old) and /work/SRC/openSUSE:Leap:15.2/.python-peppercorn.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-peppercorn" Wed May 6 20:41:46 2020 rev:2 rq:800704 version:0.6 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/python-peppercorn/python-peppercorn.changes 2020-02-22 17:51:11.585619962 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.python-peppercorn.new.2738/python-peppercorn.changes 2020-05-06 20:41:49.756823947 +0200 @@ -1,0 +2,5 @@ +Mon May 4 12:21:19 UTC 2020 - Paolo Stivanin <[email protected]> + +- Remove nose and use unittest instead + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-peppercorn.spec ++++++ --- /var/tmp/diff_new_pack.hrIVNJ/_old 2020-05-06 20:41:50.136824734 +0200 +++ /var/tmp/diff_new_pack.hrIVNJ/_new 2020-05-06 20:41:50.140824742 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-peppercorn # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # Copyright (c) 2017 LISA GmbH, Bingen, Germany. # # All modifications and additions to the file contributed by third parties @@ -25,13 +25,11 @@ License: BSD-4-Clause AND ZPL-2.1 AND MIT URL: https://docs.pylonsproject.org/projects/peppercorn/en/latest/ Source: https://files.pythonhosted.org/packages/source/p/peppercorn/peppercorn-%{version}.tar.gz -# Testing requirements: -BuildRequires: %{python_module coverage} -BuildRequires: %{python_module nose} BuildRequires: %{python_module pylons-sphinx-themes} +BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -# Documentation requirements: +# Documentation requirement BuildRequires: python3-Sphinx BuildArch: noarch %python_subpackages @@ -41,10 +39,6 @@ sequences, mappings, and scalars, developed primarily for converting HTTP form POST data into a richer data structure. -Please see the -doc package or -http://docs.pylonsproject.org/projects/peppercorn/en/latest/ for the -documentation. - %package -n %{name}-doc Summary: Documentation for Pyramid exceptions logger @@ -63,14 +57,10 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_exec setup.py nosetests --with-coverage +%python_exec -m unittest discover -v %files %{python_files} -%if 0%{?leap_version} >= 420200 || 0%{?suse_version} > 1320 -%license LICENSE.txt -%else %license LICENSE.txt -%endif %doc CHANGES.rst CONTRIBUTORS.txt COPYRIGHT.txt README.rst contributing.md %{python_sitelib}/*
