Accepting request 731365 from home:jayvdb:py3only

- 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'

OBS-URL: https://build.opensuse.org/request/show/731365
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinxcontrib-programoutput?expand=0&rev=16
This commit is contained in:
Tomáš Chvátal
2019-09-17 08:45:03 +00:00
committed by Git OBS Bridge
parent 2ee3d53918
commit b8073239e4
4 changed files with 18 additions and 5 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Sep 16 11:42:03 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- 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 <tbechtold@suse.com>