Hello community, here is the log from the commit of package python-opcodes for openSUSE:Factory checked in at 2020-04-15 19:55:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-opcodes (Old) and /work/SRC/openSUSE:Factory/.python-opcodes.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-opcodes" Wed Apr 15 19:55:55 2020 rev:2 rq:794068 version:0.3.14 Changes: -------- --- /work/SRC/openSUSE:Factory/python-opcodes/python-opcodes.changes 2019-09-05 12:42:27.167477723 +0200 +++ /work/SRC/openSUSE:Factory/.python-opcodes.new.2738/python-opcodes.changes 2020-04-15 19:55:57.941639449 +0200 @@ -1,0 +2,5 @@ +Wed Apr 15 08:15:23 UTC 2020 - Paolo Stivanin <[email protected]> + +- Switch to pytest + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-opcodes.spec ++++++ --- /var/tmp/diff_new_pack.rYjB16/_old 2020-04-15 19:55:59.533640644 +0200 +++ /var/tmp/diff_new_pack.rYjB16/_new 2020-04-15 19:55:59.537640647 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-opcodes # -# 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,10 +23,10 @@ Summary: Database of Processor Instructions/Opcodes License: BSD-2-Clause Group: Development/Languages/Python -Url: https://github.com/Maratyszcza/Opcodes +URL: https://github.com/Maratyszcza/Opcodes Source: https://files.pythonhosted.org/packages/source/o/opcodes/opcodes-%{version}.tar.gz +BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module nose} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch @@ -56,7 +56,7 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_expand %{_bindir}/nosetests-%{$python_bin_suffix} +%pytest %files %{python_files} %doc readme.rst
