Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
49ffac0999
!24 Update to version 0.7.13
From: @wang--ge 
Reviewed-by: @lyn1001 
Signed-off-by: @lyn1001
2023-05-16 08:25:00 +00:00
wang--ge
1f01bfe174 update to version 0.7.13 2023-05-16 15:56:33 +08:00
openeuler-ci-bot
4ac08ee6ae
!16 backport update-LICENSE-newyear
From: @zhang-liang-pengkun 
Reviewed-by: @Charlie_li 
Signed-off-by: @Charlie_li
2023-01-07 08:57:07 +00:00
zhangliangpengkun
02837eba1c update-LICENSE-newyear
Signed-off-by: zhangliangpengkun <zhangliangpengkun@xfusion.com>
2023-01-07 16:44:17 +08:00
openeuler-ci-bot
e93d053157
!13 [sync] PR-12: Update release version for 22.09
From: @openeuler-sync-bot 
Reviewed-by: @ruebb 
Signed-off-by: @ruebb
2022-08-03 01:17:21 +00:00
wk333
9dbdf1765a Update release version for 22.09
(cherry picked from commit 68b7bdb14af8543b3a8e0ad312cdd849e54b1817)
2022-08-02 18:54:13 +08:00
openeuler-ci-bot
e0e3660f69 !5 remove python2
From: @jlwwlsqc
Reviewed-by: @small_leek
Signed-off-by: @small_leek
2020-11-02 21:01:26 +08:00
openeuler-ci-bot
49c9a2bacf remove python2
Merge pull request !3 from xinghe/master
2020-11-02 15:06:24 +08:00
openeuler-ci-bot
27b47a0675 !3 python-sphinx-theme-alabaster
Merge pull request !3 from xinghe/master
2020-07-24 14:11:11 +08:00
jinzhimin369
16c1b60cd1 update version 2020-07-24 09:45:53 +08:00
4 changed files with 43 additions and 22 deletions

Binary file not shown.

BIN
alabaster-0.7.13.tar.gz Normal file

Binary file not shown.

View File

@ -1,14 +1,12 @@
name: python-sphinx-theme-alabaster
Version: 0.7.11
Release: 6
Version: 0.7.13
Release: 1
Summary: Configurable sidebar-enabled Sphinx theme
License: BSD
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
BuildRequires: python2-devel python2-setuptools
%description
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.
%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
Summary: Configurable sidebar-enabled Sphinx theme
BuildArch: noarch
@ -44,19 +33,11 @@ rm -rf alabaster.egg-info
%build
%py2_build
%py3_build
%install
%py2_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
%doc LICENSE README.rst
%{python3_sitelib}/alabaster-%{version}-py%{python3_version}.egg-info/
@ -64,5 +45,23 @@ rm -rf alabaster.egg-info
%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
- Initial packaging

View 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