Accepting request 1137635 from devel:languages:python

- 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/request/show/1137635
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-alabaster?expand=0&rev=9
This commit is contained in:
Ana Guerrero 2024-01-09 19:49:06 +00:00 committed by Git OBS Bridge
commit 4aa1d241ca
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>
@ -13,7 +38,7 @@ 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+
* require sphinx 6+
-------------------------------------------------------------------
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
#
# Copyright (c) 2023 SUSE LLC
# 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
@ -16,17 +16,18 @@
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%{?sle15_python_module_pythons}
Name: python-alabaster
Version: 0.7.13
Version: 0.7.15
Release: 0
Summary: Modified Kr Sphinx doc theme
License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://github.com/bitprophet/alabaster
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: python-rpm-macros
BuildArch: noarch
@ -42,15 +43,16 @@ projects.
%setup -q -n alabaster-%{version}
%build
%python_build
%pyproject_wheel
%install
%python_install
%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files}
%{python_sitelib}/alabaster*
%license LICENSE
%license LICENSE.rst
%doc README.rst
%{python_sitelib}/alabaster
%{python_sitelib}/alabaster-%{version}.dist-info
%changelog