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:
parent
0c90c830ca
commit
61d47e1ca8
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:37cdcb9e9954ed60912ebc1ca12a9d12178c26637abdf124e3cde2341c257fe0
|
||||
size 10486
|
3
alabaster-0.7.11.tar.gz
Normal file
3
alabaster-0.7.11.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b63b1f4dc77c074d386752ec4a8a7517600f6c0db8cd42980cae17ab7b3275d7
|
||||
size 10998
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user