Projects
openEuler:Mainline
python-sphinx-theme-alabaster
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 2
View file
_service:tar_scm:python-sphinx-theme-alabaster.spec
Changed
@@ -1,12 +1,11 @@ name: python-sphinx-theme-alabaster -Version: 0.7.12 -Release: 2 +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/cc/b4/ed8dcb0d67d5cfb7f83c4d5463a7614cb1d078ad7ae890c9143edebbf072/alabaster-0.7.12.tar.gz - +Source0: %{pypi_source alabaster} BuildArch: noarch %description @@ -46,7 +45,16 @@ %changelog -* Mon Nov 2 2020 wangjie<wangjie294@huawei.com> -0.7.12-2 +* 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
View file
_service:tar_scm:update-LICENSE-newyear.patch
Added
@@ -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 +
View file
_service
Changed
@@ -2,7 +2,7 @@ <service name="tar_scm"> <param name="scm">git</param> <param name="url">git@gitee.com:src-openeuler/python-sphinx-theme-alabaster.git</param> - <param name="revision">e0e3660f69f67f64785c2f9d6c0f5b7e78a00c67</param> + <param name="revision">master</param> <param name="exclude">*</param> <param name="extract">*</param> </service>
View file
_service:tar_scm:alabaster-0.7.12.tar.gz/LICENSE -> _service:tar_scm:alabaster-0.7.13.tar.gz/LICENSE
Changed
@@ -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.
View file
_service:tar_scm:alabaster-0.7.12.tar.gz/MANIFEST.in -> _service:tar_scm:alabaster-0.7.13.tar.gz/MANIFEST.in
Changed
@@ -1,4 +1,4 @@ include LICENSE -include README.md +include README.rst recursive-include alabaster *.* recursive-exclude alabaster .*.swp
View file
_service:tar_scm:alabaster-0.7.12.tar.gz/PKG-INFO -> _service:tar_scm:alabaster-0.7.13.tar.gz/PKG-INFO
Changed
@@ -1,16 +1,34 @@ -Metadata-Version: 1.1 +Metadata-Version: 1.2 Name: alabaster -Version: 0.7.12 +Version: 0.7.13 Summary: A configurable sidebar-enabled Sphinx theme Home-page: https://alabaster.readthedocs.io Author: Jeff Forcier Author-email: jeff@bitprophet.org License: UNKNOWN -Description: What is Alabaster? +Project-URL: Source, https://github.com/bitprophet/alabaster +Project-URL: Changelog, https://github.com/bitprophet/alabaster/blob/main/docs/changelog.rst +Project-URL: CI, https://app.circleci.com/pipelines/github/bitprophet/alabaster +Description: |version| |python| |license| |ci| + + .. |version| image:: https://img.shields.io/pypi/v/alabaster + :target: https://pypi.org/project/alabaster/ + :alt: PyPI - Package Version + .. |python| image:: https://img.shields.io/pypi/pyversions/alabaster + :target: https://pypi.org/project/alabaster/ + :alt: PyPI - Python Version + .. |license| image:: https://img.shields.io/pypi/l/alabaster + :target: https://github.com/bitprophet/alabaster/blob/main/LICENSE + :alt: PyPI - License + .. |ci| image:: https://img.shields.io/circleci/build/github/bitprophet/alabaster/main + :target: https://app.circleci.com/pipelines/github/bitprophet/alabaster + :alt: CircleCI + + What is Alabaster? ================== Alabaster is a visually (c)lean, responsive, configurable theme for the `Sphinx - <http://sphinx-doc.org>`_ documentation system. It is Python 2+3 compatible. + <http://sphinx-doc.org>`_ documentation system. It is Python 3.6+ compatible. It began as a third-party theme, and is still maintained separately, but as of Sphinx 1.3, Alabaster is an install-time dependency of Sphinx and is selected @@ -20,7 +38,9 @@ <http://alabaster.readthedocs.io>`_, `paramiko.org <http://paramiko.org>`_, `fabfile.org <http://fabfile.org>`_ and `pyinvoke.org <http://pyinvoke.org>`_. - For more documentation, please see http://alabaster.readthedocs.io. + For more documentation, please see http://alabaster.readthedocs.io. For a + roadmap, see the maintainer's `roadmap page + <http://bitprophet.org/projects#roadmap>`_. .. note:: You can install the development version via ``pip install -e @@ -31,17 +51,17 @@ Classifier: Intended Audience :: Developers Classifier: License :: OSI Approved :: BSD License Classifier: Operating System :: OS Independent -Classifier: Programming Language :: Python -Classifier: Programming Language :: Python :: 2 -Classifier: Programming Language :: Python :: 2.6 -Classifier: Programming Language :: Python :: 2.7 Classifier: Programming Language :: Python :: 3 -Classifier: Programming Language :: Python :: 3.2 -Classifier: Programming Language :: Python :: 3.3 -Classifier: Programming Language :: Python :: 3.4 -Classifier: Programming Language :: Python :: 3.5 +Classifier: Programming Language :: Python :: 3 :: Only Classifier: Programming Language :: Python :: 3.6 +Classifier: Programming Language :: Python :: 3.7 +Classifier: Programming Language :: Python :: 3.8 +Classifier: Programming Language :: Python :: 3.9 +Classifier: Programming Language :: Python :: 3.10 +Classifier: Programming Language :: Python :: 3.11 +Classifier: Programming Language :: Python :: 3.12 Classifier: Programming Language :: Python :: Implementation :: CPython Classifier: Programming Language :: Python :: Implementation :: PyPy Classifier: Topic :: Documentation Classifier: Topic :: Software Development :: Documentation +Requires-Python: >=3.6
View file
_service:tar_scm:alabaster-0.7.12.tar.gz/README.rst -> _service:tar_scm:alabaster-0.7.13.tar.gz/README.rst
Changed
@@ -1,8 +1,23 @@ +|version| |python| |license| |ci| + +.. |version| image:: https://img.shields.io/pypi/v/alabaster + :target: https://pypi.org/project/alabaster/ + :alt: PyPI - Package Version +.. |python| image:: https://img.shields.io/pypi/pyversions/alabaster + :target: https://pypi.org/project/alabaster/ + :alt: PyPI - Python Version +.. |license| image:: https://img.shields.io/pypi/l/alabaster + :target: https://github.com/bitprophet/alabaster/blob/main/LICENSE + :alt: PyPI - License +.. |ci| image:: https://img.shields.io/circleci/build/github/bitprophet/alabaster/main + :target: https://app.circleci.com/pipelines/github/bitprophet/alabaster + :alt: CircleCI + What is Alabaster? ================== Alabaster is a visually (c)lean, responsive, configurable theme for the `Sphinx -<http://sphinx-doc.org>`_ documentation system. It is Python 2+3 compatible. +<http://sphinx-doc.org>`_ documentation system. It is Python 3.6+ compatible. It began as a third-party theme, and is still maintained separately, but as of Sphinx 1.3, Alabaster is an install-time dependency of Sphinx and is selected @@ -12,7 +27,9 @@ <http://alabaster.readthedocs.io>`_, `paramiko.org <http://paramiko.org>`_, `fabfile.org <http://fabfile.org>`_ and `pyinvoke.org <http://pyinvoke.org>`_. -For more documentation, please see http://alabaster.readthedocs.io. +For more documentation, please see http://alabaster.readthedocs.io. For a +roadmap, see the maintainer's `roadmap page +<http://bitprophet.org/projects#roadmap>`_. .. note:: You can install the development version via ``pip install -e
View file
_service:tar_scm:alabaster-0.7.12.tar.gz/alabaster.egg-info/PKG-INFO -> _service:tar_scm:alabaster-0.7.13.tar.gz/alabaster.egg-info/PKG-INFO
Changed
@@ -1,16 +1,34 @@ -Metadata-Version: 1.1 +Metadata-Version: 1.2 Name: alabaster -Version: 0.7.12 +Version: 0.7.13 Summary: A configurable sidebar-enabled Sphinx theme Home-page: https://alabaster.readthedocs.io Author: Jeff Forcier Author-email: jeff@bitprophet.org License: UNKNOWN -Description: What is Alabaster? +Project-URL: Source, https://github.com/bitprophet/alabaster +Project-URL: Changelog, https://github.com/bitprophet/alabaster/blob/main/docs/changelog.rst +Project-URL: CI, https://app.circleci.com/pipelines/github/bitprophet/alabaster +Description: |version| |python| |license| |ci| + + .. |version| image:: https://img.shields.io/pypi/v/alabaster + :target: https://pypi.org/project/alabaster/ + :alt: PyPI - Package Version + .. |python| image:: https://img.shields.io/pypi/pyversions/alabaster + :target: https://pypi.org/project/alabaster/ + :alt: PyPI - Python Version + .. |license| image:: https://img.shields.io/pypi/l/alabaster + :target: https://github.com/bitprophet/alabaster/blob/main/LICENSE + :alt: PyPI - License + .. |ci| image:: https://img.shields.io/circleci/build/github/bitprophet/alabaster/main + :target: https://app.circleci.com/pipelines/github/bitprophet/alabaster + :alt: CircleCI + + What is Alabaster? ================== Alabaster is a visually (c)lean, responsive, configurable theme for the `Sphinx - <http://sphinx-doc.org>`_ documentation system. It is Python 2+3 compatible. + <http://sphinx-doc.org>`_ documentation system. It is Python 3.6+ compatible. It began as a third-party theme, and is still maintained separately, but as of Sphinx 1.3, Alabaster is an install-time dependency of Sphinx and is selected @@ -20,7 +38,9 @@ <http://alabaster.readthedocs.io>`_, `paramiko.org <http://paramiko.org>`_, `fabfile.org <http://fabfile.org>`_ and `pyinvoke.org <http://pyinvoke.org>`_. - For more documentation, please see http://alabaster.readthedocs.io. + For more documentation, please see http://alabaster.readthedocs.io. For a + roadmap, see the maintainer's `roadmap page + <http://bitprophet.org/projects#roadmap>`_. .. note:: You can install the development version via ``pip install -e @@ -31,17 +51,17 @@ Classifier: Intended Audience :: Developers Classifier: License :: OSI Approved :: BSD License Classifier: Operating System :: OS Independent -Classifier: Programming Language :: Python -Classifier: Programming Language :: Python :: 2 -Classifier: Programming Language :: Python :: 2.6 -Classifier: Programming Language :: Python :: 2.7 Classifier: Programming Language :: Python :: 3 -Classifier: Programming Language :: Python :: 3.2 -Classifier: Programming Language :: Python :: 3.3 -Classifier: Programming Language :: Python :: 3.4 -Classifier: Programming Language :: Python :: 3.5 +Classifier: Programming Language :: Python :: 3 :: Only Classifier: Programming Language :: Python :: 3.6 +Classifier: Programming Language :: Python :: 3.7 +Classifier: Programming Language :: Python :: 3.8 +Classifier: Programming Language :: Python :: 3.9 +Classifier: Programming Language :: Python :: 3.10 +Classifier: Programming Language :: Python :: 3.11 +Classifier: Programming Language :: Python :: 3.12 Classifier: Programming Language :: Python :: Implementation :: CPython Classifier: Programming Language :: Python :: Implementation :: PyPy Classifier: Topic :: Documentation Classifier: Topic :: Software Development :: Documentation +Requires-Python: >=3.6
View file
_service:tar_scm:alabaster-0.7.12.tar.gz/alabaster.egg-info/SOURCES.txt -> _service:tar_scm:alabaster-0.7.13.tar.gz/alabaster.egg-info/SOURCES.txt
Changed
@@ -1,7 +1,6 @@ LICENSE MANIFEST.in README.rst -setup.cfg setup.py alabaster/__init__.py alabaster/_version.py
View file
_service:tar_scm:alabaster-0.7.12.tar.gz/alabaster/__init__.py -> _service:tar_scm:alabaster-0.7.13.tar.gz/alabaster/__init__.py
Changed
@@ -16,9 +16,8 @@ def setup(app): - # add_html_theme is new in Sphinx 1.6+ - if hasattr(app, "add_html_theme"): - theme_path = os.path.abspath(os.path.dirname(__file__)) - app.add_html_theme("alabaster", theme_path) + app.require_sphinx("1.6") + theme_path = os.path.abspath(os.path.dirname(__file__)) + app.add_html_theme("alabaster", theme_path) app.connect("html-page-context", update_context) return {"version": version.__version__, "parallel_read_safe": True}
View file
_service:tar_scm:alabaster-0.7.12.tar.gz/alabaster/_version.py -> _service:tar_scm:alabaster-0.7.13.tar.gz/alabaster/_version.py
Changed
@@ -1,2 +1,2 @@ -__version_info__ = (0, 7, 12) +__version_info__ = (0, 7, 13) __version__ = ".".join(map(str, __version_info__))
View file
_service:tar_scm:alabaster-0.7.12.tar.gz/alabaster/static/alabaster.css_t -> _service:tar_scm:alabaster-0.7.13.tar.gz/alabaster/static/alabaster.css_t
Changed
@@ -474,7 +474,9 @@ } dl { - margin: 0; + margin-left: 0; + margin-right: 0; + margin-top: 0; padding: 0; }
View file
_service:tar_scm:alabaster-0.7.12.tar.gz/setup.cfg -> _service:tar_scm:alabaster-0.7.13.tar.gz/setup.cfg
Changed
@@ -1,13 +1,3 @@ -bdist_wheel -universal = 1 - -metadata -license_file = LICENSE - -flake8 -ignore = E124,E125,E128,E261,E301,E302,E303 -max-line-length = 79 - egg_info tag_build = tag_date = 0
View file
_service:tar_scm:alabaster-0.7.12.tar.gz/setup.py -> _service:tar_scm:alabaster-0.7.13.tar.gz/setup.py
Changed
@@ -13,6 +13,8 @@ with codecs.open("README.rst", encoding="utf-8") as f: readme = f.read() +code_ns = "bitprophet/alabaster" + setup( name="alabaster", version=version, @@ -21,24 +23,29 @@ author="Jeff Forcier", author_email="jeff@bitprophet.org", url="https://alabaster.readthedocs.io", + project_urls={ + "Source": f"https://github.com/{code_ns}", + "Changelog": f"https://github.com/{code_ns}/blob/main/docs/changelog.rst", # noqa + "CI": f"https://app.circleci.com/pipelines/github/{code_ns}", + }, 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", "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 :: Only", "Programming Language :: Python :: 3.6", + "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Documentation",
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.
浙ICP备2022010568号-2