Compare commits
10 Commits
2f0e352c48
...
49ffac0999
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
49ffac0999 | ||
|
|
1f01bfe174 | ||
|
|
4ac08ee6ae | ||
|
|
02837eba1c | ||
|
|
e93d053157 | ||
|
|
9dbdf1765a | ||
|
|
e0e3660f69 | ||
|
|
49c9a2bacf | ||
|
|
27b47a0675 | ||
|
|
16c1b60cd1 |
Binary file not shown.
BIN
alabaster-0.7.13.tar.gz
Normal file
BIN
alabaster-0.7.13.tar.gz
Normal file
Binary file not shown.
@ -1,14 +1,12 @@
|
|||||||
name: python-sphinx-theme-alabaster
|
name: python-sphinx-theme-alabaster
|
||||||
Version: 0.7.11
|
Version: 0.7.13
|
||||||
Release: 6
|
Release: 1
|
||||||
Summary: Configurable sidebar-enabled Sphinx theme
|
Summary: Configurable sidebar-enabled Sphinx theme
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: https://pypi.python.org/pypi/alabaster
|
URL: https://pypi.python.org/pypi/alabaster
|
||||||
Source0: https://files.pythonhosted.org/packages/3f/46/9346ea429931d80244ab7f11c4fce83671df0b7ae5a60247a2b588592c46/alabaster-0.7.11.tar.gz
|
Source0: %{pypi_source alabaster}
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: python2-devel python2-setuptools
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This theme is a modified "Kr" Sphinx theme from @kennethreitz (especially as
|
This theme is a modified "Kr" Sphinx theme from @kennethreitz (especially as
|
||||||
@ -16,15 +14,6 @@ used in his Requests project), which was itself originally based on @mitsuhiko's
|
|||||||
theme used for Flask & related projects.
|
theme used for Flask & related projects.
|
||||||
|
|
||||||
|
|
||||||
%package -n python2-sphinx-theme-alabaster
|
|
||||||
Summary: Configurable sidebar-enabled Sphinx theme
|
|
||||||
%{?python_provide:%python_provide python2-sphinx-theme-alabaster}
|
|
||||||
|
|
||||||
%description -n python2-sphinx-theme-alabaster
|
|
||||||
Alabaster is a visually (c)lean, responsive, configurable theme for the Sphinx documentation system.
|
|
||||||
It is Python 2+3 compatible.
|
|
||||||
|
|
||||||
|
|
||||||
%package -n python%{python3_pkgversion}-sphinx-theme-alabaster
|
%package -n python%{python3_pkgversion}-sphinx-theme-alabaster
|
||||||
Summary: Configurable sidebar-enabled Sphinx theme
|
Summary: Configurable sidebar-enabled Sphinx theme
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -44,19 +33,11 @@ rm -rf alabaster.egg-info
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py2_build
|
|
||||||
%py3_build
|
%py3_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%py2_install
|
|
||||||
%py3_install
|
%py3_install
|
||||||
|
|
||||||
|
|
||||||
%files -n python2-sphinx-theme-alabaster
|
|
||||||
%doc LICENSE README.rst
|
|
||||||
%{python2_sitelib}/alabaster-%{version}-py%{python2_version}.egg-info/
|
|
||||||
%{python2_sitelib}/alabaster/
|
|
||||||
|
|
||||||
%files -n python%{python3_pkgversion}-sphinx-theme-alabaster
|
%files -n python%{python3_pkgversion}-sphinx-theme-alabaster
|
||||||
%doc LICENSE README.rst
|
%doc LICENSE README.rst
|
||||||
%{python3_sitelib}/alabaster-%{version}-py%{python3_version}.egg-info/
|
%{python3_sitelib}/alabaster-%{version}-py%{python3_version}.egg-info/
|
||||||
@ -64,5 +45,23 @@ rm -rf alabaster.egg-info
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 16 2023 Ge Wang <wang__ge@126.com> - 0.7.13-1
|
||||||
|
- Update to version 0.7.13
|
||||||
|
|
||||||
|
* Sat Jan 7 2023 zhangliangpengkun<zhangliangpengkun@xfusion.com> - 0.7.12-4
|
||||||
|
- update-LICENSE-newyear
|
||||||
|
|
||||||
|
* Tue Aug 02 2022 wangkai <wangkai385@h-partners.com> - 0.7.12-3
|
||||||
|
- Update release version for 22.09
|
||||||
|
|
||||||
|
* Mon Nov 02 2020 wangjie <wangjie294@huawei.com> - 0.7.12-2
|
||||||
|
- Type:NA
|
||||||
|
- ID:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:remove python2
|
||||||
|
|
||||||
|
* Fri Jul 24 2020 xinghe <xinghe1@huawei.com> - 0.7.12-1
|
||||||
|
- update version to 0.7.12
|
||||||
|
|
||||||
* Thu Nov 21 2019 Wanjiankang <wanjiankang@huawei.com> - 0.7.11-6
|
* Thu Nov 21 2019 Wanjiankang <wanjiankang@huawei.com> - 0.7.11-6
|
||||||
- Initial packaging
|
- Initial packaging
|
||||||
|
|||||||
22
update-LICENSE-newyear.patch
Normal file
22
update-LICENSE-newyear.patch
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
From ef26b96905992c66b448fc26f76248833d2a2131 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Jeff Forcier <jeff@bitprophet.org>
|
||||||
|
Date: Thu, 3 Jan 2019 13:12:45 -0800
|
||||||
|
Subject: [PATCH] Happy New Year
|
||||||
|
|
||||||
|
---
|
||||||
|
LICENSE | 2 +-
|
||||||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/LICENSE b/LICENSE
|
||||||
|
index b5abb04..90409d5 100644
|
||||||
|
--- a/LICENSE
|
||||||
|
+++ b/LICENSE
|
||||||
|
@@ -1,4 +1,4 @@
|
||||||
|
-Copyright (c) 2018 Jeff Forcier.
|
||||||
|
+Copyright (c) 2020 Jeff Forcier.
|
||||||
|
|
||||||
|
Based on original work copyright (c) 2011 Kenneth Reitz and copyright (c) 2010
|
||||||
|
Armin Ronacher.
|
||||||
|
--
|
||||||
|
2.39.0.windows.2
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user