- 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.
  * 🐛`200` Removed duplicate <meta name="viewport" ... />
    tag.
  * 🐛`188` Removed underline from whitespace.
  * 🐛`164` Removed type="text/javascript" from <script>
    elements.
  * 🐛`161` Replaced &copy; 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.
  * require sphinx 6+

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-alabaster?expand=0&rev=22
This commit is contained in:
Dirk Mueller 2024-01-08 20:51:10 +00:00 committed by Git OBS Bridge
parent 796529445e
commit dd2187816d
4 changed files with 39 additions and 12 deletions

BIN
alabaster-0.7.13.tar.gz (Stored with Git LFS)

Binary file not shown.

3
alabaster-0.7.15.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0127f4b1db0afc914883f930e3d40763131aebac295522fc4a04d9e77c703705
size 23711

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
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 &copy; 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> Fri Apr 21 12:21:46 UTC 2023 - Dirk Müller <dmueller@suse.com>
@ -13,7 +38,7 @@ Mon Jan 16 07:53:54 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 0.7.13: - update to 0.7.13:
* drop support for older than python 3.6 * drop support for older than python 3.6
* require sphinx 6+ * require sphinx 6+
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Mar 6 11:21:47 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com> Wed Mar 6 11:21:47 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-alabaster # spec file for package python-alabaster
# #
# Copyright (c) 2023 SUSE LLC # Copyright (c) 2024 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -16,17 +16,18 @@
# #
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-alabaster Name: python-alabaster
Version: 0.7.13 Version: 0.7.15
Release: 0 Release: 0
Summary: Modified Kr Sphinx doc theme Summary: Modified Kr Sphinx doc theme
License: BSD-3-Clause License: BSD-3-Clause
Group: Development/Languages/Python 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 Source: https://files.pythonhosted.org/packages/source/a/alabaster/alabaster-%{version}.tar.gz
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module flit-core}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
BuildArch: noarch BuildArch: noarch
@ -42,15 +43,16 @@ projects.
%setup -q -n alabaster-%{version} %setup -q -n alabaster-%{version}
%build %build
%python_build %pyproject_wheel
%install %install
%python_install %pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib} %python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files} %files %{python_files}
%{python_sitelib}/alabaster* %license LICENSE.rst
%license LICENSE
%doc README.rst %doc README.rst
%{python_sitelib}/alabaster
%{python_sitelib}/alabaster-%{version}.dist-info
%changelog %changelog