From 61d47e1ca811c6e9e1570afa16d969c464deb9085841604397f4ad4f85d2fc9d Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 17 Jul 2018 07:47:37 +0000 Subject: [PATCH] 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 --- alabaster-0.7.10.tar.gz | 3 --- alabaster-0.7.11.tar.gz | 3 +++ python-alabaster.changes | 30 ++++++++++++++++++++++++++++++ python-alabaster.spec | 15 ++++++--------- 4 files changed, 39 insertions(+), 12 deletions(-) delete mode 100644 alabaster-0.7.10.tar.gz create mode 100644 alabaster-0.7.11.tar.gz diff --git a/alabaster-0.7.10.tar.gz b/alabaster-0.7.10.tar.gz deleted file mode 100644 index e4e4100..0000000 --- a/alabaster-0.7.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:37cdcb9e9954ed60912ebc1ca12a9d12178c26637abdf124e3cde2341c257fe0 -size 10486 diff --git a/alabaster-0.7.11.tar.gz b/alabaster-0.7.11.tar.gz new file mode 100644 index 0000000..5c71bd8 --- /dev/null +++ b/alabaster-0.7.11.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b63b1f4dc77c074d386752ec4a8a7517600f6c0db8cd42980cae17ab7b3275d7 +size 10998 diff --git a/python-alabaster.changes b/python-alabaster.changes index f386fcd..3f4fa2f 100644 --- a/python-alabaster.changes +++ b/python-alabaster.changes @@ -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 diff --git a/python-alabaster.spec b/python-alabaster.spec index f01a45e..df4e3ac 100644 --- a/python-alabaster.spec +++ b/python-alabaster.spec @@ -1,7 +1,7 @@ # # spec file for package python-alabaster # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,20 +18,17 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-alabaster -Version: 0.7.10 +Version: 0.7.11 Release: 0 Summary: Modified Kr Sphinx doc theme License: BSD-3-Clause Group: Development/Languages/Python -Url: https://github.com/bitprophet/alabaster +URL: https://github.com/bitprophet/alabaster Source: https://files.pythonhosted.org/packages/source/a/alabaster/alabaster-%{version}.tar.gz -BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch - %python_subpackages %description @@ -51,8 +48,8 @@ projects. %fdupes %{buildroot}%{_prefix} %files %{python_files} -%defattr(-,root,root,-) -%{python_sitelib}/* -%doc README.rst LICENSE +%{python_sitelib}/alabaster* +%license LICENSE +%doc README.rst %changelog