Accepting request 697141 from home:mcalabkova:branches:devel:languages:python

- update to version 0.14
  * Add python_requires metadata to better allow tools like pip to 
    install a correct version.
  * Add support for Sphinx 2.0 on Python 3.
  * Avoid unicode errors when the program command or output produced 
    non-ASCII output and the configured prompt was a byte string.
  * Drop support for Sphinx < 1.7.
  * Fix tests on Sphinx >= 1.8.0.
  * Fix deprecation warnings on Sphinx >= 1.8. 
  * Explicitly set parallel_read_safe to true in the extension 
    metadata.

OBS-URL: https://build.opensuse.org/request/show/697141
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinxcontrib-programoutput?expand=0&rev=12
This commit is contained in:
Tomáš Chvátal
2019-04-24 08:46:20 +00:00
committed by Git OBS Bridge
parent ea1268634b
commit 5ef706a2bc
4 changed files with 24 additions and 11 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue Apr 23 11:54:16 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
- update to version 0.14
* Add python_requires metadata to better allow tools like pip to
install a correct version.
* Add support for Sphinx 2.0 on Python 3.
* Avoid unicode errors when the program command or output produced
non-ASCII output and the configured prompt was a byte string.
* Drop support for Sphinx < 1.7.
* Fix tests on Sphinx >= 1.8.0.
* Fix deprecation warnings on Sphinx >= 1.8.
* Explicitly set parallel_read_safe to true in the extension
metadata.
-------------------------------------------------------------------
Fri Dec 7 21:06:06 UTC 2018 - Matej Cepl <mcepl@suse.com>