File python-sphinxcontrib-programoutput.changes of Package python-sphinxcontrib-programoutput
-------------------------------------------------------------------
Mon Feb 24 12:57:23 UTC 2025 - Markéta Machová <mmachova@suse.com>
- update to 0.18:
* Drop support for Python < 3.8. This means Python 2 is no longer
supported.
* Drop setuptools dependency. Instead, use a native pkgutil namespace
package.
* Now requires docutils >= 0.18.1. This effectively requires Sphinx
versions newer than 5.0.
* Add the language option. Added in :pr:`62` by Even Rouault.
-------------------------------------------------------------------
Fri Jan 5 12:36:56 UTC 2024 - ecsos <ecsos@opensuse.org>
- Add %{?sle15_python_module_pythons}
-------------------------------------------------------------------
Fri Sep 10 11:53:19 UTC 2021 - pgajdos@suse.com
- %check: use %pyunittest rpm macro
-------------------------------------------------------------------
Sat Jul 17 13:30:21 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 0.17:
- Add support for Python 3.9.
- Drop support for python 3.5.
- Include program output and current working directory in the warning
logged when a program returns an unexpected return code
-------------------------------------------------------------------
Wed Apr 29 10:28:47 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- udpate to 0.16:
- Add ``name`` and ``caption`` options. Added in
`PR 41 <https://github.com/NextThought/sphinxcontrib-programoutput/pull/41>`_
by Raphaël.
- Add support for Python 3.8.
-------------------------------------------------------------------
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>
- export LANG=en_US.UTF-8 during %build and %install . This fixes
the build for older distros which fail with:
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position \
1468: ordinal not in range(128)
-------------------------------------------------------------------
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>
- Remove wrong BR on python-sphinxcontrib
-------------------------------------------------------------------
Tue Dec 4 12:54:45 UTC 2018 - Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
-------------------------------------------------------------------
Mon Sep 18 22:29:06 UTC 2017 - toddrme2178@gmail.com
- Use new python-sphinxcontrib package to provide namespace
directory.
-------------------------------------------------------------------
Mon Sep 18 20:36:57 UTC 2017 - toddrme2178@gmail.com
- Specify files to guarantee namespace package doesn't conflict
with python(2|3)-Sphinx
-------------------------------------------------------------------
Mon Apr 24 13:50:12 UTC 2017 - sebix+novell.com@sebix.at
- update to version 0.10
- convert to singlespec package
- change source url to files.pythonhosted.org
-------------------------------------------------------------------
Mon Sep 16 09:03:22 UTC 2013 - speilicke@suse.com
- Initial version