15
0

Accepting request 623189 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/623189
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-alabaster?expand=0&rev=12
This commit is contained in:
2018-07-17 07:47:37 +00:00
committed by Git OBS Bridge
parent 0c90c830ca
commit 61d47e1ca8
4 changed files with 39 additions and 12 deletions

View File

@@ -1,3 +1,33 @@
-------------------------------------------------------------------
Mon Jul 16 16:17:11 UTC 2018 - arun@gmx.de
- specfile:
* update copyright year
* removed devel from noarch package
* made %files section more specific
- update to version 0.7.11:
* Clean up some problematic font issues:
+ Remove the outright broken Goudy Old Style, plus other mostly
Adobe-only fonts, from the font_family config setting; it is now
simply Georgia, serif which is what the majority of users were
rendering anyways.
+ Clear out the default value of head_font_family (which contained
Garamond, a nice but also Adobe only font)
+ Set head_font_family so it falls back to the value of
font_family unless a user has explicitly set it themselves.
* :feature:`18 backported` (via :issue:`101`) Add optional next and
previous links at the top and bottom of page content. Use theme
option show_relbars to enable these. Credit: William Minchin.
* :support:`- backported` Miscellaneous project maintenance updates
such as adding to Travis CI and enforcing the use of flake8.
* :feature:`110 backported` Add badge_branch option allowing
configurability of which specific Git branch the Travis, Codecov,
etc buttons default to. Credit: @TitanSnow.
* :support:`111 backported` Add setuptools-level entrypoint for
improved theme distribution compatibility. Thanks to Aaron
Carlisle for the patch.
-------------------------------------------------------------------
Mon Sep 18 05:33:38 UTC 2017 - tbechtold@suse.com