15
0

Accepting request 1196039 from home:frantisek.simorda:branches:openSUSE:Factory

- Update to 1.0.0:
   * Dropped support for Python 3.9 and earlier.
   * Dropped support for Sphinx 6.1 and earlier.
   * Use a new SVG image for the GitHub banner.
   * #217 Use the new searchfield component for the search box. Patch by Tim Hoffmann.
   * #104 Allow translating strings in relations.html.
   * #125 Do not underline linked images.
   * Patch by Joshua Bronson.
   * #169 Do not ignore the Pygments background colour. Patch by Matthias Geier.
   * #174 Fix clipping caused by incorrect CSS breakpoints.

OBS-URL: https://build.opensuse.org/request/show/1196039
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-alabaster?expand=0&rev=26
This commit is contained in:
2024-08-26 11:16:47 +00:00
committed by Git OBS Bridge
parent 8f6ba299d5
commit 1694b17cd4
4 changed files with 24 additions and 11 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Thu Aug 22 09:00:16 UTC 2024 - Frantisek Simorda <frantisek.simorda@suse.com>
- Update to 1.0.0:
* Dropped support for Python 3.9 and earlier.
* Dropped support for Sphinx 6.1 and earlier.
* Use a new SVG image for the GitHub banner.
* #217 Use the new searchfield component for the search box. Patch by Tim Hoffmann.
* #104 Allow translating strings in relations.html.
* #125 Do not underline linked images.
* Patch by Joshua Bronson.
* #169 Do not ignore the Pygments background colour. Patch by Matthias Geier.
* #174 Fix clipping caused by incorrect CSS breakpoints.
-------------------------------------------------------------------
Sun Jan 14 15:46:36 UTC 2024 - Dirk Müller <dmueller@suse.com>