Package Release Info

python-sphinxcontrib-programoutput-0.18-bp160.1.3

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python313-sphinxcontrib-programoutput

Change Logs

* Mon Feb 24 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 05 2024 ecsos <ecsos@opensuse.org>
- Add %{?sle15_python_module_pythons}
* Fri Sep 10 2021 pgajdos@suse.com
- %check: use %pyunittest rpm macro
* Sat Jul 17 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 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 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 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 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 07 2018 Matej Cepl <mcepl@suse.com>
- Remove wrong BR on python-sphinxcontrib
* Tue Dec 04 2018 Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
Version: 0.10-bp150.2.4
* Mon Sep 18 2017 toddrme2178@gmail.com
- Use new python-sphinxcontrib package to provide namespace
  directory.
* Mon Sep 18 2017 toddrme2178@gmail.com
- Specify files to guarantee namespace package doesn't conflict
  with python(2|3)-Sphinx
* Mon Apr 24 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 2013 speilicke@suse.com
- Initial version