14
0

Accepting request 970084 from home:pgajdos:python

- version update to 3.0.0
  3.0.0 (2022-01-12)
  - Drop support for Python 2.7.
  2.9.3 (2021-11-29)
  - Fix incompatibility with docutils 0.18.1 that resulted in "Cannot embed
    stylesheet" errors (`issue 61 <https://github.com/mgedmin/restview/pull/61>`_,
    contributed by Sébastien Besson).
  - Add support for Python 3.8, 3.9, and 3.10.
  - Drop support for Python 3.5.
- deleted patches
  - false.patch (upstreamed)

OBS-URL: https://build.opensuse.org/request/show/970084
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-restview?expand=0&rev=11
This commit is contained in:
2022-04-14 08:59:50 +00:00
committed by Git OBS Bridge
parent d7b367e228
commit 5d1777cab5
5 changed files with 21 additions and 40 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Thu Apr 14 07:20:58 UTC 2022 - pgajdos@suse.com
- version update to 3.0.0
3.0.0 (2022-01-12)
- Drop support for Python 2.7.
2.9.3 (2021-11-29)
- Fix incompatibility with docutils 0.18.1 that resulted in "Cannot embed
stylesheet" errors (`issue 61 <https://github.com/mgedmin/restview/pull/61>`_,
contributed by Sébastien Besson).
- Add support for Python 3.8, 3.9, and 3.10.
- Drop support for Python 3.5.
- deleted patches
- false.patch (upstreamed)
-------------------------------------------------------------------
Thu Apr 1 12:58:17 UTC 2021 - Markéta Machová <mmachova@suse.com>