Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-gmpy for openSUSE:Factory checked in at 2022-02-10 23:11:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-gmpy (Old) and /work/SRC/openSUSE:Factory/.python-gmpy.new.1956 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-gmpy" Thu Feb 10 23:11:25 2022 rev:3 rq:952273 version:1.17 Changes: -------- --- /work/SRC/openSUSE:Factory/python-gmpy/python-gmpy.changes 2017-09-12 19:53:27.963349641 +0200 +++ /work/SRC/openSUSE:Factory/.python-gmpy.new.1956/python-gmpy.changes 2022-02-10 23:11:28.204116219 +0100 @@ -1,0 +2,5 @@ +Mon Feb 7 23:14:36 UTC 2022 - Steve Kowalik <steven.kowa...@suse.com> + +- Use pytest for the testsuite. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-gmpy.spec ++++++ --- /var/tmp/diff_new_pack.BQSgKT/_old 2022-02-10 23:11:28.932118063 +0100 +++ /var/tmp/diff_new_pack.BQSgKT/_new 2022-02-10 23:11:28.936118073 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-gmpy # -# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,29 +12,30 @@ # 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/ # + %bcond_without tests %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-gmpy Version: 1.17 -Release: 1 -License: LGPL-2.1 +Release: 0 +License: LGPL-2.1-only Summary: Multiprecision arithmetic for Python -Url: https://pypi.python.org/pypi/gmpy/ +URL: https://pypi.python.org/pypi/gmpy/ Group: Development/Libraries/Python Source0: https://files.pythonhosted.org/packages/source/g/gmpy/gmpy-%{version}.zip +BuildRequires: %{python_module devel} +BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: gmp-devel >= 4.0.1 BuildRequires: libmpir-devel -BuildRequires: unzip BuildRequires: python-rpm-macros -BuildRequires: %{python_module devel} -BuildRequires: %{python_module setuptools} +BuildRequires: unzip %if %{with test} -BuildRequires: %{python_module nose} +BuildRequires: %{python_module pytest} %endif BuildRoot: %{_tmppath}/%{name}-%{version}-build %python_subpackages @@ -58,9 +59,7 @@ %if %{with test} %check pushd test -%{python_expand PYTHONPATH="%{buildroot}%{$python_sitearch}" -$python gmpy_test.py -} +%pytest popd %endif