From d35c035b484174cb12971e61e3e2eb3f4ccd0249 Mon Sep 17 00:00:00 2001 From: Julien Enselme Date: Sat, 21 Oct 2023 13:57:17 +0000 Subject: [PATCH] Update to 0.7.13 --- python-sphinx-theme-alabaster.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/python-sphinx-theme-alabaster.spec b/python-sphinx-theme-alabaster.spec index 67b0111..8a2a841 100644 --- a/python-sphinx-theme-alabaster.spec +++ b/python-sphinx-theme-alabaster.spec @@ -2,13 +2,13 @@ %global srcname sphinx-theme-%{pypi_name} Name: python-%{srcname} -Version: 0.7.12 -Release: 20%{?dist} +Version: 0.7.13 +Release: 1%{?dist} Summary: Configurable sidebar-enabled Sphinx theme License: BSD-3-Clause 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 @@ -32,6 +32,7 @@ theme used for Flask & related projects. %prep +ls -alh %setup -qn %{pypi_name}-%{version} # Remove bundled eggs @@ -54,6 +55,9 @@ rm -rf %{pypi_name}.egg-info %changelog +* Sat Oct 21 2023 Julien Enselme - 0.7.13-1 +- Update to 0.7.13 + * Mon Sep 11 2023 Karolina Surma - 0.7.12-20 - Declare the license as an SPDX expression