diff --git a/python-click.changes b/python-click.changes index 26a4e4c..28c4a71 100644 --- a/python-click.changes +++ b/python-click.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 4 15:50:59 UTC 2017 - jmatejek@suse.com + +- better test runner that works with pypy + ------------------------------------------------------------------- Wed Mar 22 15:44:17 UTC 2017 - aloisio@gmx.com diff --git a/python-click.spec b/python-click.spec index 5bc3615..77993cb 100644 --- a/python-click.spec +++ b/python-click.spec @@ -24,7 +24,7 @@ Summary: A simple wrapper around optparse for powerful command line utili License: BSD-3-Clause Group: Development/Languages/Python Url: http://github.com/mitsuhiko/click -Source: https://pypi.io/packages/source/c/click/click-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/c/click/click-%{version}.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} @@ -55,12 +55,12 @@ an intended CLI API. %check export LANG=en_US.UTF-8 -%{python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} %{_bindir}/py.test-%{$python_version} --tb=short} +%{python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} $python -m pytest --tb=short} %files %{python_files} %defattr(-,root,root,-) %doc CHANGES LICENSE README %{python_sitelib}/click -%{python_sitelib}/click-%{version}-py%{py_ver}.egg-info +%{python_sitelib}/click-%{version}-py%{python_version}.egg-info %changelog