From 9172c624d428812a468c481de2202d6c77bfe9586b5fbf1502f5ac1451c0bbf9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 7 Mar 2019 11:18:38 +0000 Subject: [PATCH 1/2] - Fix test macro expansion OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wcwidth?expand=0&rev=10 --- python-wcwidth.changes | 5 +++++ python-wcwidth.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/python-wcwidth.changes b/python-wcwidth.changes index bb4b507..b029a44 100644 --- a/python-wcwidth.changes +++ b/python-wcwidth.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 7 11:18:22 UTC 2019 - Tomáš Chvátal + +- Fix test macro expansion + ------------------------------------------------------------------- Thu Sep 6 10:10:27 UTC 2018 - Tomáš Chvátal diff --git a/python-wcwidth.spec b/python-wcwidth.spec index b0d88d4..c7d96cd 100644 --- a/python-wcwidth.spec +++ b/python-wcwidth.spec @@ -1,7 +1,7 @@ # # spec file for package python-wcwidth # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # 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/ # @@ -59,7 +59,7 @@ release files, which this project aims to track. %check pushd wcwidth/tests -%python_expand PYTHONPATH=%{buildroot}%{python_sitelib} nosetests-%{python_bin_suffix} +%python_expand PYTHONPATH=%{buildroot}%{python_sitelib} nosetests-%{$python_bin_suffix} popd %files %{python_files} From ac20289831928dd191407c1944ce40f42bd0361ffb5138adeb640e8eb58a077f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 7 Mar 2019 11:24:52 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wcwidth?expand=0&rev=11 --- python-wcwidth.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-wcwidth.spec b/python-wcwidth.spec index c7d96cd..07bf8b4 100644 --- a/python-wcwidth.spec +++ b/python-wcwidth.spec @@ -59,7 +59,7 @@ release files, which this project aims to track. %check pushd wcwidth/tests -%python_expand PYTHONPATH=%{buildroot}%{python_sitelib} nosetests-%{$python_bin_suffix} +%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} nosetests-%{$python_bin_suffix} popd %files %{python_files}