From 3559f53856ec3dbdfff28f49582131cf11f38edd99776f2a1436523485c06a9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 14 May 2019 20:03:32 +0000 Subject: [PATCH] Accepting request 702960 from home:aballiet:branches:devel:languages:python - Updated testing line to current standard - Removed symlink in install line OBS-URL: https://build.opensuse.org/request/show/702960 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-h2?expand=0&rev=8 --- python-h2.changes | 6 ++++++ python-h2.spec | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/python-h2.changes b/python-h2.changes index 30b0120..fefd19d 100644 --- a/python-h2.changes +++ b/python-h2.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue May 14 19:21:59 UTC 2019 - Drew Balliet + +- Updated testing line to current standard +- Removed symlink in install line + ------------------------------------------------------------------- Thu Mar 28 04:06:48 UTC 2019 - John Vandenberg diff --git a/python-h2.spec b/python-h2.spec index 461e703..d8762e6 100644 --- a/python-h2.spec +++ b/python-h2.spec @@ -54,10 +54,10 @@ your programming paradigm. %install %python_install -%python_expand %fdupes -s %{buildroot}%{$python_sitelib} +%python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_version} +%pytest %files %{python_files} %license LICENSE