Update to 0.7.13
This commit is contained in:
parent
c04a0fee8b
commit
d35c035b48
@ -2,13 +2,13 @@
|
|||||||
%global srcname sphinx-theme-%{pypi_name}
|
%global srcname sphinx-theme-%{pypi_name}
|
||||||
|
|
||||||
Name: python-%{srcname}
|
Name: python-%{srcname}
|
||||||
Version: 0.7.12
|
Version: 0.7.13
|
||||||
Release: 20%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Configurable sidebar-enabled Sphinx theme
|
Summary: Configurable sidebar-enabled Sphinx theme
|
||||||
|
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
URL: https://pypi.python.org/pypi/%{pypi_name}
|
URL: https://pypi.python.org/pypi/%{pypi_name}
|
||||||
Source0: https://files.pythonhosted.org/packages/cc/b4/ed8dcb0d67d5cfb7f83c4d5463a7614cb1d078ad7ae890c9143edebbf072/alabaster-0.7.12.tar.gz
|
Source0: https://files.pythonhosted.org/packages/94/71/a8ee96d1fd95ca04a0d2e2d9c4081dac4c2d2b12f7ddb899c8cb9bfd1532/alabaster-0.7.13.tar.gz
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
@ -32,6 +32,7 @@ theme used for Flask & related projects.
|
|||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
|
ls -alh
|
||||||
%setup -qn %{pypi_name}-%{version}
|
%setup -qn %{pypi_name}-%{version}
|
||||||
|
|
||||||
# Remove bundled eggs
|
# Remove bundled eggs
|
||||||
@ -54,6 +55,9 @@ rm -rf %{pypi_name}.egg-info
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Oct 21 2023 Julien Enselme <jujens@jujens.eu> - 0.7.13-1
|
||||||
|
- Update to 0.7.13
|
||||||
|
|
||||||
* Mon Sep 11 2023 Karolina Surma <ksurma@redhat.com> - 0.7.12-20
|
* Mon Sep 11 2023 Karolina Surma <ksurma@redhat.com> - 0.7.12-20
|
||||||
- Declare the license as an SPDX expression
|
- Declare the license as an SPDX expression
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user