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:
commit
e10e6a6fed
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
## Default LFS
|
||||||
|
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.png filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
.osc
|
3
alabaster-0.7.16.tar.gz
Normal file
3
alabaster-0.7.16.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:75a8b99c28a5dad50dd7f8ccdd447a121ddb3892da9e53d1ca5cca3106d58d65
|
||||||
|
size 23776
|
BIN
alabaster-1.0.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
alabaster-1.0.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
280
python-alabaster.changes
Normal file
280
python-alabaster.changes
Normal file
@ -0,0 +1,280 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
||||||
|
|
||||||
|
- update to 0.7.16:
|
||||||
|
* :bug:`215` Do not display logo_name if it is set to False.
|
||||||
|
* :feature:`213` Allow an arbitrary string in the logo_name
|
||||||
|
option.
|
||||||
|
* :feature:`114` Improved sidebar CSS styles.
|
||||||
|
* :issue:`178` Deprecated canonical_url in favor of
|
||||||
|
html_baseurl.
|
||||||
|
* :bug:`200` Removed duplicate <meta name="viewport" ... />
|
||||||
|
tag.
|
||||||
|
* :bug:`188` Removed underline from whitespace.
|
||||||
|
* :bug:`164` Removed type="text/javascript" from <script>
|
||||||
|
elements.
|
||||||
|
* :bug:`161` Replaced © with unicode decimal code entity
|
||||||
|
#169;.
|
||||||
|
* Dropped support for Python 3.8 and earlier.
|
||||||
|
* Dropped support for Sphinx 3.3 and earlier.
|
||||||
|
* :issue:`198` Fix horizontal scrolling on mobile.
|
||||||
|
* :issue:`206` Properly support the html_support_sphinx config
|
||||||
|
value.
|
||||||
|
* :issue:`211` Fix the GitHub 'forkme' banner.
|
||||||
|
* Added alabaster_version_info to the HTML template context.
|
||||||
|
* Declare support for Python 3.13.
|
||||||
|
* Adopt the Ruff linter and formatter.
|
||||||
|
* Migrate from CircleCI to GitHub Actions.
|
||||||
|
* Modernized the project: s/Travis/Circle/ for CI, README
|
||||||
|
badges, setup.cfg removal, metadata refresh, etc.
|
||||||
|
* Modernized the project: s/Travis/Circle/ for CI, README
|
||||||
|
badges, setup.cfg removal, metadata refresh, etc.
|
||||||
|
* Dropped support for Python 2 and Python <3.6. This includes
|
||||||
|
various minor updates to work correctly with modern versions
|
||||||
|
of Sphinx (1.6 at the very least). Thanks to Adam Turner for
|
||||||
|
a pile of patches here. Warning This change is backwards
|
||||||
|
incompatible if you're on an old Python version.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 8 20:50:45 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 0.7.15:
|
||||||
|
* :feature:`213` Allow an arbitrary string in the logo_name
|
||||||
|
option.
|
||||||
|
* :feature:`114` Improved sidebar CSS styles.
|
||||||
|
* :issue:`178` Deprecated canonical_url in favor of
|
||||||
|
html_baseurl.
|
||||||
|
* :bug:`200` Removed duplicate <meta name="viewport" ... />
|
||||||
|
tag.
|
||||||
|
* :bug:`188` Removed underline from whitespace.
|
||||||
|
* :bug:`164` Removed type="text/javascript" from <script>
|
||||||
|
elements.
|
||||||
|
* :bug:`161` Replaced © with unicode decimal code entity
|
||||||
|
#169;.
|
||||||
|
* Dropped support for Python 3.8 and earlier.
|
||||||
|
* Dropped support for Sphinx 3.3 and earlier.
|
||||||
|
* :issue:`198` Fix horizontal scrolling on mobile.
|
||||||
|
* :issue:`206` Properly support the html_support_sphinx config
|
||||||
|
value.
|
||||||
|
* :issue:`211` Fix the GitHub 'forkme' banner.
|
||||||
|
* Added alabaster_version_info to the HTML template context.
|
||||||
|
* Declare support for Python 3.13.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 21 12:21:46 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- add sle15_python_module_pythons (jsc#PED-68)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 13 22:39:53 UTC 2023 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
- Make calling of %{sle15modernpython} optional.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 16 07:53:54 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 0.7.13:
|
||||||
|
* drop support for older than python 3.6
|
||||||
|
* require sphinx 6+
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 6 11:21:47 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
- Update to 0.7.12:
|
||||||
|
* many typo fixes
|
||||||
|
* see changelog.rst for the detailed changes
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 6 10:05:29 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
- Fix fdupes call
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
||||||
|
|
||||||
|
- use files.pythonhosted.org for Source
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 1 21:01:46 UTC 2017 - dmueller@suse.com
|
||||||
|
|
||||||
|
- update to 0.7.10
|
||||||
|
* Add code_highlight to README
|
||||||
|
* Anticipate releases 1.2 with unstable_prehistory feature
|
||||||
|
* Allow to set font-size for body and caption text
|
||||||
|
* Ignore pyenv version file
|
||||||
|
* Combine multiple div.sphinxsidebar definitions
|
||||||
|
* Allow control of body text alignment
|
||||||
|
* Fix a few html mismatched + closing tags
|
||||||
|
* krTheme does have a repo :)
|
||||||
|
* Positive margin-bottom for the sidebar #44
|
||||||
|
* Make directly nested lists indent in narrow screens
|
||||||
|
* Fix a much older typo too
|
||||||
|
* Tweaks to README, mostly layout
|
||||||
|
* Normalize case of faux-booleans in settings documentation.
|
||||||
|
* Fixed navigation for large screens #44
|
||||||
|
* Start putting GH issue numbers in changelog.
|
||||||
|
* Fix styling of emphasized/highlighted lines
|
||||||
|
* Fix duplicate-sphinx-link warning.
|
||||||
|
* New homepage
|
||||||
|
* Add div.highlight configurability
|
||||||
|
* Remove spurious close-LI tag, re #39
|
||||||
|
* That was a dumb typo, stupid self contained ecosystem
|
||||||
|
* Re-apply relations sidebar removed in 1fb8e2f5982b8c87642ae0fb5d953aa3faba82e7
|
||||||
|
* Fix caption config options
|
||||||
|
* Update LICENSE for 2016, also add date range
|
||||||
|
* Tweak changelog entry
|
||||||
|
* Add support for canonical URL headers
|
||||||
|
* remove demo, gitignore #57
|
||||||
|
* Yea let's do this instead, it's cleaner and less confusing.
|
||||||
|
* Removed Gap between Footnote Label and Description
|
||||||
|
* Make fixed sidebar behavior re #57, re #44 opt-in
|
||||||
|
* Include a modern .gitignore for python projects
|
||||||
|
* Move from 0.7 to 1.0
|
||||||
|
* Clean up formatting of example sidebars conf
|
||||||
|
* Configure wheels to be universal
|
||||||
|
* Add margin-bottom to field-list paragraphs so they stand apart
|
||||||
|
* Don't put an underline on linked images.
|
||||||
|
* Fix a couple typos
|
||||||
|
* Github button was deprecated and gave wrong icon
|
||||||
|
* GPG sign and build wheels by default
|
||||||
|
* Set correct variable name for admonition bg
|
||||||
|
* Make width settings configurable
|
||||||
|
* This was actually an overall bad idea due to Sphinx dep pinning :(
|
||||||
|
* Add Codecov support
|
||||||
|
* On second thought
|
||||||
|
* Wuups
|
||||||
|
* Fix up LI-indented code blocks to look consistent w/ top level code blocks
|
||||||
|
* RTD default still RTD's own theme, wuups
|
||||||
|
* Fix #32
|
||||||
|
* More Sphinx specific changelog formatting
|
||||||
|
* Wrap relations sidebar in div, replace div.related styling w/ hide of div.relations
|
||||||
|
* Shuffle README around a bit to make it clear it's now Sphinx default theme.
|
||||||
|
* Ensure dev environments have Sphinx installed, heh
|
||||||
|
* Whitespace & comment in layout
|
||||||
|
* Insert show_related setting & ensure both instances of related nav styling honor it
|
||||||
|
* Implement #78
|
||||||
|
* Update dev reqs re: new release tasks
|
||||||
|
* Remove top margin for sidebar #44
|
||||||
|
* Use correct variable for sidebar hr element.
|
||||||
|
* Use SVG icons for Travis CI button
|
||||||
|
* Expand explanation of enabling related links for existing installs
|
||||||
|
* Reverse order of changelog so appending to it / reading the end of it, is easier
|
||||||
|
* Changelog re #96
|
||||||
|
* Fix top margin for nav when collapsed #44
|
||||||
|
* Tweak README example list to include us now
|
||||||
|
* Fix admonition cross-ref selector
|
||||||
|
* Add div.topic configurability
|
||||||
|
* Use codecs.open w/ utf-8 for README containing Unicode
|
||||||
|
* Make it clearer what we mean by 'enabling' an html sidebar; fixes #98
|
||||||
|
* Use https URL for the "forkme" image on AWS
|
||||||
|
* Add viewcode target highlighting
|
||||||
|
* 1st stab at making a real docs site re #7
|
||||||
|
* Honor core Sphinx html_show_copyright option.
|
||||||
|
* translate "Navigation" in template
|
||||||
|
* Rearrange body so sidebar precedes main document #44
|
||||||
|
* Switch the link to requests from HTTPS to HTTP
|
||||||
|
* Overhaul install docs to be clearer, more informative
|
||||||
|
* fix documentation for `github_type` and `github_count`
|
||||||
|
* Start using invoke release tasks
|
||||||
|
* Add more configurable colors
|
||||||
|
* Might as well start using new changeloggy bits
|
||||||
|
* Move nav div above document div #44
|
||||||
|
* You'd think the syntax highlighting would have tipped me off here
|
||||||
|
* Fix sphinx-build warnings for demo
|
||||||
|
* Improved admonition differentiation
|
||||||
|
* Apply erasure of border-bottom to a.image-reference:hover too, re #77
|
||||||
|
* Copy demo from guzzle_sphinx for testing
|
||||||
|
* Add ability to override collapse in toctree variable.
|
||||||
|
* Remove demo/_build from git
|
||||||
|
* Ignore demo build artifacts
|
||||||
|
* Add setting for recent invocations changes
|
||||||
|
* WIP re: changelog cutover
|
||||||
|
* Happy New Year
|
||||||
|
* Do not show GitHub button if no github_user or github_repo specified
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 19 17:57:07 UTC 2016 - jmatejek@suse.com
|
||||||
|
|
||||||
|
- update for multipython build
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 8 14:29:06 UTC 2015 - cdenicolo@suse.com
|
||||||
|
|
||||||
|
- license update: BSD-3-Clause
|
||||||
|
see LICENSE file.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 23 11:11:44 UTC 2015 - mcihar@suse.com
|
||||||
|
|
||||||
|
- Compatibility with SLE11
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 13 16:29:47 UTC 2015 - alarrosa@suse.com
|
||||||
|
|
||||||
|
- Removed dependency with python-Sphinx to break a dependency loop when
|
||||||
|
building python-Sphinx (which in turns, requires python-alabaster
|
||||||
|
to be installed)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 9 01:54:05 UTC 2015 - termim@gmail.com
|
||||||
|
|
||||||
|
- copied from python3-alabaster
|
||||||
|
* add fdupes check
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 21 20:35:03 UTC 2015 - arun@gmx.de
|
||||||
|
|
||||||
|
- update to version 0.7.3:
|
||||||
|
* Hide shadow related styles on bibliography elements, in addition
|
||||||
|
to the earlier change re: border. Thanks again to Philippe Dessus.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 14 00:20:15 UTC 2015 - arun@gmx.de
|
||||||
|
|
||||||
|
- initial version
|
||||||
|
|
56
python-alabaster.spec
Normal file
56
python-alabaster.spec
Normal file
@ -0,0 +1,56 @@
|
|||||||
|
#
|
||||||
|
# spec file for package python-alabaster
|
||||||
|
#
|
||||||
|
# Copyright (c) 2024 SUSE LLC
|
||||||
|
#
|
||||||
|
# All modifications and additions to the file contributed by third parties
|
||||||
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
# upon. The license for this file, and modifications and additions to the
|
||||||
|
# file, is the same license as for the pristine package itself (unless the
|
||||||
|
# license for the pristine package is not an Open Source License, in which
|
||||||
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%{?sle15_python_module_pythons}
|
||||||
|
Name: python-alabaster
|
||||||
|
Version: 1.0.0
|
||||||
|
Release: 0
|
||||||
|
Summary: (c)lean, responsive, configurable theme for the Sphinx
|
||||||
|
License: BSD-3-Clause
|
||||||
|
Group: Development/Languages/Python
|
||||||
|
URL: https://alabaster.readthedocs.io/en/latest
|
||||||
|
Source: https://github.com/sphinx-doc/alabaster/archive/refs/tags/%{version}.tar.gz#/alabaster-%{version}.tar.gz
|
||||||
|
BuildRequires: %{python_module flit-core}
|
||||||
|
BuildRequires: %{python_module pip}
|
||||||
|
BuildRequires: %{python_module wheel}
|
||||||
|
BuildRequires: fdupes
|
||||||
|
BuildRequires: python-rpm-macros
|
||||||
|
BuildArch: noarch
|
||||||
|
%python_subpackages
|
||||||
|
|
||||||
|
%description
|
||||||
|
Alabaster is a visually (c)lean, responsive, configurable theme for the Sphinx documentation system.
|
||||||
|
It requires Python 3.10 or newer and Sphinx 6.2 or newer.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q -n alabaster-%{version}
|
||||||
|
|
||||||
|
%build
|
||||||
|
%pyproject_wheel
|
||||||
|
|
||||||
|
%install
|
||||||
|
%pyproject_install
|
||||||
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
|
%files %{python_files}
|
||||||
|
%license LICENSE.rst
|
||||||
|
%doc README.rst
|
||||||
|
%{python_sitelib}/alabaster
|
||||||
|
%{python_sitelib}/alabaster-%{version}.dist-info
|
||||||
|
|
||||||
|
%changelog
|
Loading…
Reference in New Issue
Block a user