diff --git a/python-sphinxcontrib-programoutput.changes b/python-sphinxcontrib-programoutput.changes index e8e3717..c5ee100 100644 --- a/python-sphinxcontrib-programoutput.changes +++ b/python-sphinxcontrib-programoutput.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Sep 16 11:42:03 UTC 2019 - John Vandenberg + +- Remove tests from runtime installation +- Update to v0.15 + * Make the test suite stop assuming the presence of a 'python' + executable on the path. Instead it uses ``sys.executable`` + (which shouldn't have spaces). Note that it does continue to + assume the presence of other executables, such as 'echo' + ------------------------------------------------------------------- Wed Jun 19 07:28:43 UTC 2019 - Thomas Bechtold diff --git a/python-sphinxcontrib-programoutput.spec b/python-sphinxcontrib-programoutput.spec index 8739e68..5d60192 100644 --- a/python-sphinxcontrib-programoutput.spec +++ b/python-sphinxcontrib-programoutput.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without test Name: python-sphinxcontrib-programoutput -Version: 0.14 +Version: 0.15 Release: 0 Summary: Sphinx extension to include program output License: BSD-2-Clause @@ -51,10 +51,13 @@ export LANG=en_US.UTF-8 %install export LANG=en_US.UTF-8 %python_install -%python_expand %fdupes %{buildroot}%{$python_sitelib} +%{python_expand rm -r %{buildroot}%{$python_sitelib}/sphinxcontrib/programoutput/tests/ +%fdupes %{buildroot}%{$python_sitelib} +} %if %{with test} %check +# https://github.com/NextThought/sphinxcontrib-programoutput/issues/38 export LANG=en_US.UTF-8 %python_exec setup.py test %endif diff --git a/sphinxcontrib-programoutput-0.14.tar.gz b/sphinxcontrib-programoutput-0.14.tar.gz deleted file mode 100644 index 98b9b5e..0000000 --- a/sphinxcontrib-programoutput-0.14.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:75b182e9e8cf7efe828cac2c351bb737b00a76bc3aa60fd1a9b2b7096e99c383 -size 21398 diff --git a/sphinxcontrib-programoutput-0.15.tar.gz b/sphinxcontrib-programoutput-0.15.tar.gz new file mode 100644 index 0000000..99c6a54 --- /dev/null +++ b/sphinxcontrib-programoutput-0.15.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80dd5b4eab780a13ff2c23500cac3dbf0e04ef9976b409ef25a47c263ef8ab94 +size 21772