14
0

Accepting request 1163708 from home:bnavigator:branches:devel:languages:python

- Fix update-alternatives updates: docutils is the master but
  rst2html from old installations can create update failures
- Fix bytecode cache errors: Don't modify python scripts after
  install

  * Docutils 0.20 is the last version supporting Python 3.7 and 3.8.
  * Support Python 3.11 (patch #198 by Hugo van Kemenade).

OBS-URL: https://build.opensuse.org/request/show/1163708
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-docutils?expand=0&rev=92
This commit is contained in:
2024-04-02 12:56:40 +00:00
committed by Git OBS Bridge
parent b50fb9c5bd
commit 0525ccfdd0
2 changed files with 34 additions and 20 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Mar 30 15:15:42 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Fix update-alternatives updates: docutils is the master but
rst2html from old installations can create update failures
- Fix bytecode cache errors: Don't modify python scripts after
install
-------------------------------------------------------------------
Fri Feb 23 11:02:30 UTC 2024 - Dan Čermák <dcermak@suse.com>
@@ -8,8 +16,8 @@ Fri Nov 10 02:31:29 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 0.20.1:
* Include tox.ini and docutils.conf in the source package
* Docutils 0.20 is the last version supporting Python 3.7 and 3.8.
* Support Python 3.11 (patch #198 by Hugo van Kemenade).
* Docutils 0.20 is the last version supporting Python 3.7 and 3.8.
* Support Python 3.11 (patch #198 by Hugo van Kemenade).
* New functions `rst2…()` for use as "console_scripts" `entry points`_.
* Fix `previous_sibling()` method that led to invalid HTML in some cases
* Fix bug #463. Spurious comma in deprecation warning.