From 9b9e11a39a60567aaf2fb9262611767758b17e8e621a2c9c834c17952ebc4f60 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 3 Jun 2021 12:30:31 +0000 Subject: [PATCH] Accepting request 897173 from home:pgajdos:python - use %pyunittest_arch rpm macro OBS-URL: https://build.opensuse.org/request/show/897173 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyECLib?expand=0&rev=8 --- python-PyECLib.changes | 5 +++++ python-PyECLib.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/python-PyECLib.changes b/python-PyECLib.changes index cc1447f..1e8105b 100644 --- a/python-PyECLib.changes +++ b/python-PyECLib.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jun 3 10:34:02 UTC 2021 - pgajdos@suse.com + +- use %pyunittest_arch rpm macro + ------------------------------------------------------------------- Tue Jun 18 08:45:55 UTC 2019 - Tomáš Chvátal diff --git a/python-PyECLib.spec b/python-PyECLib.spec index 2a04038..9b385a4 100644 --- a/python-PyECLib.spec +++ b/python-PyECLib.spec @@ -1,7 +1,7 @@ # # spec file for package python-PyECLib # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,7 +23,7 @@ Release: 0 Summary: Simple interface for implementing erasure codes License: BSD-3-Clause Group: Development/Languages/Python -URL: http://git.openstack.org/cgit/openstack/pyeclib/ +URL: https://git.openstack.org/cgit/openstack/pyeclib/ Source: https://files.pythonhosted.org/packages/source/p/pyeclib/pyeclib-%{version}.tar.gz Source99: https://opendev.org/openstack/pyeclib/raw/branch/master/License.txt BuildRequires: %{python_module devel} @@ -55,7 +55,7 @@ cp %{SOURCE99} . %python_expand %fdupes %{buildroot}%{$python_sitearch} %check -%python_exec setup.py test +%pyunittest_arch discover -v %files %{python_files} %doc README.rst