From 5e3b69462b97ae29eaaff3d8eb9cac3e0638174255aef94d6b1ab195a6918d1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Fri, 3 May 2024 22:12:09 +0200 Subject: [PATCH] Sync from SUSE:SLFO:Main python-pylons-sphinx-themes revision a7365a63a5ba5c2eed07adb0d8c93589 --- .gitattributes | 23 ++++++++ pylons-sphinx-themes-1.0.13.tar.gz | 3 ++ python-pylons-sphinx-themes.changes | 84 +++++++++++++++++++++++++++++ python-pylons-sphinx-themes.spec | 70 ++++++++++++++++++++++++ 4 files changed, 180 insertions(+) create mode 100644 .gitattributes create mode 100644 pylons-sphinx-themes-1.0.13.tar.gz create mode 100644 python-pylons-sphinx-themes.changes create mode 100644 python-pylons-sphinx-themes.spec diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -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 diff --git a/pylons-sphinx-themes-1.0.13.tar.gz b/pylons-sphinx-themes-1.0.13.tar.gz new file mode 100644 index 0000000..9c3be12 --- /dev/null +++ b/pylons-sphinx-themes-1.0.13.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbc4061bd2412ae38dc636284275bc3ad431051fb8a0102173aa50cbaac89ea6 +size 143056 diff --git a/python-pylons-sphinx-themes.changes b/python-pylons-sphinx-themes.changes new file mode 100644 index 0000000..a023ca5 --- /dev/null +++ b/python-pylons-sphinx-themes.changes @@ -0,0 +1,84 @@ +------------------------------------------------------------------- +Wed Oct 5 00:21:55 UTC 2022 - Yogalakshmi Arunachalam + +- Update to v1.0.13 (2020-11-30) + Revert fix of linenos in tables. Sphinx fixed this issue in v3.0. RTD rolled it out as a feature flag in April 2020, + and it now appears to be rolling out in more projects. + Add padding to the top of linenodiv to align with code in tables and its extra 2px top border. + +- Update to v1.0.12 (2020-11-28) + Added style .wy-table-responsive { overflow-x: scroll; } to prevent tables from blowout by long dotted method names. + +------------------------------------------------------------------- +Sat Jan 18 18:44:20 UTC 2020 - Arun Persaud + +- specfile: + * update copyright year + +- update to version 1.0.11: + * Fix the width of linenos table column when used in code-blocks. + +------------------------------------------------------------------- +Mon Oct 14 14:15:59 UTC 2019 - Matej Cepl + +- Replace %fdupes -s with plain %fdupes; hardlinks are better. + +------------------------------------------------------------------- +Thu Feb 7 15:55:46 UTC 2019 - Hans-Peter Jansen + +- Update to version 1.0.10 (2018-09-25) + + Add Read the Docs to the recipients of ad revenue. + +- Update to version 1.0.9 (2018-09-23) + + Remove hyphenation because it sometimes hyphenates + inappropriately, such as in code. + +- Update to version 1.0.8 (2018-09-21) + + Fix support for Ethical Ads. + +- Update to version 1.0.7 (2018-09-21) + + Added support for Ethical Ads for Read The Docs. + See https://github.com/Pylons/pylons-sphinx-themes/pull/12 + +------------------------------------------------------------------- +Tue Dec 4 12:52:27 UTC 2018 - Matej Cepl + +- Remove superfluous devel dependency for noarch package + +------------------------------------------------------------------- +Tue Jan 30 15:26:14 UTC 2018 - toddrme2178@gmail.com + +- Update to version 1.0.6 + * Update zest.releaser in order to release to PyPI. +- Update to version 1.0.5 + * Clean up licensing + https://github.com/Pylons/pylons-sphinx-themes/issues/8 + +------------------------------------------------------------------- +Mon Sep 18 16:19:18 UTC 2017 - toddrme2178@gmail.com + +- Provide/obsolete old pylons_sphinx_theme + +------------------------------------------------------------------- +Thu Jun 22 21:32:20 UTC 2017 - aloisio@gmx.com + +- Update to version 1.0.4 + * Specify line spacing for list items for only within the + .body class. + version 1.0.3 + * Add line spacing for list items. Closes #4. + version 1.0.2: + * Remove HTTPS protocol to allow either HTTPS or HTTP. + version 1.0.1: + * Use HTTPS for protocol of stylesheets. + version 1.0: + * Use zest.releaser for releasing. + * Improve documentation. + +- Converted to single-spec + +------------------------------------------------------------------- +Wed Oct 7 06:44:10 UTC 2015 - hpj@urpla.net + +- version 0.3.1: initial build + diff --git a/python-pylons-sphinx-themes.spec b/python-pylons-sphinx-themes.spec new file mode 100644 index 0000000..71c050f --- /dev/null +++ b/python-pylons-sphinx-themes.spec @@ -0,0 +1,70 @@ +# +# spec file for package python-pylons-sphinx-themes +# +# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2015 LISA GmbH, Bingen, Germany. +# +# 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/ +# + + +%{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define oldpython python +Name: python-pylons-sphinx-themes +Version: 1.0.13 +Release: 0 +Summary: Pylons Sphinx themes for documentation styling +License: SUSE-Repoze +URL: https://github.com/Pylons/pylons-sphinx-themes +Source: https://files.pythonhosted.org/packages/source/p/pylons-sphinx-themes/pylons-sphinx-themes-%{version}.tar.gz +BuildRequires: %{python_module setuptools} +BuildRequires: fdupes +BuildRequires: python-rpm-macros +Requires: python-Pygments +Obsoletes: python-pylons_sphinx_theme < %{version} +Provides: python-pylons_sphinx_theme = %{version} +Obsoletes: python-pylons_theme_support < %{version} +Provides: python-pylons_theme_support = %{version} +BuildArch: noarch +%ifpython2 +Obsoletes: %{oldpython}-pylons_sphinx_theme < %{version} +Provides: %{oldpython}-pylons_sphinx_theme = %{version} +Obsoletes: %{oldpython}-pylons_theme_support < %{version} +Provides: %{oldpython}-pylons_theme_support = %{version} +%endif +%python_subpackages + +%description +This repository is a Python package that contains Sphinx themes for Pylons +related projects. This project is based on Pylons Sphinx Theme (singular), +but uses a package implementation instead of git submodules and +manual steps. + +To use a theme in your Sphinx documentation, follow the guide in README.md. + +%prep +%setup -q -n pylons-sphinx-themes-%{version} + +%build +%python_build + +%install +%python_install +%python_expand %fdupes %{buildroot}%{$python_sitelib} + +%files %{python_files} +%license LICENSE.txt +%doc CHANGES.txt CONTRIBUTORS.txt README.md +%{python_sitelib}/pylons_sphinx_themes +%{python_sitelib}/pylons_sphinx_themes-%{version}-py*.egg-info + +%changelog