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

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

OBS-URL: https://build.opensuse.org/request/show/1248134
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinxcontrib-programoutput?expand=0&rev=24
This commit is contained in:
2025-02-24 14:34:39 +00:00
committed by Git OBS Bridge
parent b9fff3f9f0
commit fbfb02aada
4 changed files with 26 additions and 14 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
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>