Compare commits

..

No commits in common. "4a06b20941de692e1005ee8eff9c424d918a27e9" and "52c9eaeaab3ce6248a56eec06e1cd13770a224c0" have entirely different histories.

5 changed files with 1 additions and 133 deletions

View File

@ -1,24 +0,0 @@
From b23b4dc9b23fe89e0f6594b503cf354f9aa07931 Mon Sep 17 00:00:00 2001
From: Jeff Forcier <jeff@bitprophet.org>
Date: Thu, 12 Jan 2023 22:11:45 -0500
Subject: [PATCH] Add python_requires
---
setup.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/setup.py b/setup.py
index 9393391..6833b0e 100644
--- a/setup.py
+++ b/setup.py
@@ -24,6 +24,7 @@ setup(
packages=["alabaster"],
include_package_data=True,
entry_points={"sphinx.html_themes": ["alabaster = alabaster"]},
+ python_requires=">=3.6",
classifiers=[
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
--
2.39.0.windows.2

View File

@ -1,30 +0,0 @@
From c284cff00bfb15f6a912384dad75ad1146c8a186 Mon Sep 17 00:00:00 2001
From: Jeff Forcier <jeff@bitprophet.org>
Date: Thu, 12 Jan 2023 22:14:36 -0500
Subject: [PATCH] Nix setup.cfg
---
setup.cfg => .flake8 | 6 ------
1 file changed, 6 deletions(-)
rename setup.cfg => .flake8 (53%)
diff --git a/setup.cfg b/.flake8
similarity index 53%
rename from setup.cfg
rename to .flake8
index 04af7cb..fbcb0b2 100644
--- a/setup.cfg
+++ b/.flake8
@@ -1,9 +1,3 @@
-[bdist_wheel]
-universal = 1
-
-[metadata]
-license_file = LICENSE
-
[flake8]
ignore = E124,E125,E128,E261,E301,E302,E303
max-line-length = 79
--
2.39.0.windows.2

View File

@ -1,37 +0,0 @@
From 3eff1f68d0d957421421f57477e3961bcf61c849 Mon Sep 17 00:00:00 2001
From: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Date: Fri, 6 Jan 2023 21:51:12 +0000
Subject: [PATCH] Declare support for Python 3.8+ only (#195)
---
setup.py | 13 ++++++---------
1 files changed, 4 insertions(+), 9 deletions(-)
diff --git a/setup.py b/setup.py
index b7a1779..d1644e7 100644
--- a/setup.py
+++ b/setup.py
@@ -29,16 +29,11 @@ setup(
"Intended Audience :: Developers",
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
- "Programming Language :: Python",
- "Programming Language :: Python :: 2",
- "Programming Language :: Python :: 2.6",
- "Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
- "Programming Language :: Python :: 3.2",
- "Programming Language :: Python :: 3.3",
- "Programming Language :: Python :: 3.4",
- "Programming Language :: Python :: 3.5",
- "Programming Language :: Python :: 3.6",
+ "Programming Language :: Python :: 3 :: Only",
+ "Programming Language :: Python :: 3.8",
+ "Programming Language :: Python :: 3.9",
+ "Programming Language :: Python :: 3.10",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Documentation",
--
2.39.0.windows.2

View File

@ -1,15 +1,11 @@
name: python-sphinx-theme-alabaster
Version: 0.7.12
Release: 8
Release: 3
Summary: Configurable sidebar-enabled Sphinx theme
License: BSD
URL: https://pypi.python.org/pypi/alabaster
Source0: https://files.pythonhosted.org/packages/cc/b4/ed8dcb0d67d5cfb7f83c4d5463a7614cb1d078ad7ae890c9143edebbf072/alabaster-0.7.12.tar.gz
Patch0001: update-LICENSE-newyear.patch
Patch0002: Declare-support-for-Python-3_8+only.patch
Patch0003: 0001-Add-python_requires.patch
Patch0004: 0002-Nix-setup.cfg.patch
BuildArch: noarch
@ -52,21 +48,6 @@ rm -rf alabaster.egg-info
%changelog
* Thu Nov 23 2023 zhangliangpengkun<zhangliangpengkun@xfusion.com> - 0.7.12-8
- Nix setup.cfg
* Thu Nov 16 2023 zhangliangpengkun<zhangliangpengkun@xfusion.com> - 0.7.12-7
- Add python_requires
* Mon Jan 9 2023 zhangliangpengkun<zhangliangpengkun@xfusion.com> - 0.7.12-6
- Declare support for Python 3.8+ only
* Sat Jan 7 2023 zhangliangpengkun<zhangliangpengkun@xfusion.com> - 0.7.12-5
- update-LICENSE-newyear
* Thu Oct 27 2022 zhangruifang <zhangruifang1@h-partners.com> - 0.7.12-4
- Rebuild for next release
* Wed Dec 29 2021 shixuantong <shixuantong@huawei.com> - 0.7.12-3
- Type:bugfix
- ID:NA

View File

@ -1,22 +0,0 @@
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