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