Hello community,

here is the log from the commit of package python-peppercorn for 
openSUSE:Factory checked in at 2020-05-04 18:42:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-peppercorn (Old)
 and      /work/SRC/openSUSE:Factory/.python-peppercorn.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-peppercorn"

Mon May  4 18:42:55 2020 rev:5 rq:800057 version:0.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-peppercorn/python-peppercorn.changes      
2019-10-16 09:15:11.751481402 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-peppercorn.new.2738/python-peppercorn.changes
    2020-05-04 18:43:48.757458767 +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.FC5TjQ/_old  2020-05-04 18:43:50.181461704 +0200
+++ /var/tmp/diff_new_pack.FC5TjQ/_new  2020-05-04 18:43:50.185461712 +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}/*
 


Reply via email to