Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-alabaster for openSUSE:Factory checked in at 2023-02-02 18:07:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-alabaster (Old) and /work/SRC/openSUSE:Factory/.python-alabaster.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-alabaster" Thu Feb 2 18:07:01 2023 rev:7 rq:1058612 version:0.7.13 Changes: -------- --- /work/SRC/openSUSE:Factory/python-alabaster/python-alabaster.changes 2019-03-08 11:01:11.320542841 +0100 +++ /work/SRC/openSUSE:Factory/.python-alabaster.new.32243/python-alabaster.changes 2023-02-02 18:31:43.568695075 +0100 @@ -1,0 +2,7 @@ +Mon Jan 16 07:53:54 UTC 2023 - Dirk Müller <dmuel...@suse.com> + +- update to 0.7.13: + * drop support for older than python 3.6 + * require sphinx 6+ + +------------------------------------------------------------------- Old: ---- alabaster-0.7.12.tar.gz New: ---- alabaster-0.7.13.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-alabaster.spec ++++++ --- /var/tmp/diff_new_pack.KJx9I8/_old 2023-02-02 18:31:43.916697216 +0100 +++ /var/tmp/diff_new_pack.KJx9I8/_new 2023-02-02 18:31:43.920697241 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-alabaster # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-alabaster -Version: 0.7.12 +Version: 0.7.13 Release: 0 Summary: Modified Kr Sphinx doc theme License: BSD-3-Clause ++++++ alabaster-0.7.12.tar.gz -> alabaster-0.7.13.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/alabaster-0.7.12/LICENSE new/alabaster-0.7.13/LICENSE --- old/alabaster-0.7.12/LICENSE 2017-12-31 21:59:45.000000000 +0100 +++ new/alabaster-0.7.13/LICENSE 2022-09-08 23:39:12.000000000 +0200 @@ -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. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/alabaster-0.7.12/MANIFEST.in new/alabaster-0.7.13/MANIFEST.in --- old/alabaster-0.7.12/MANIFEST.in 2017-05-15 20:58:47.000000000 +0200 +++ new/alabaster-0.7.13/MANIFEST.in 2023-01-13 07:41:50.000000000 +0100 @@ -1,4 +1,4 @@ include LICENSE -include README.md +include README.rst recursive-include alabaster *.* recursive-exclude alabaster .*.swp diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/alabaster-0.7.12/PKG-INFO new/alabaster-0.7.13/PKG-INFO --- old/alabaster-0.7.12/PKG-INFO 2018-10-03 03:39:12.000000000 +0200 +++ new/alabaster-0.7.13/PKG-INFO 2023-01-13 07:42:41.000000000 +0100 @@ -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: j...@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 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/alabaster-0.7.12/README.rst new/alabaster-0.7.13/README.rst --- old/alabaster-0.7.12/README.rst 2017-05-15 20:58:47.000000000 +0200 +++ new/alabaster-0.7.13/README.rst 2023-01-13 07:34:13.000000000 +0100 @@ -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 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/alabaster-0.7.12/alabaster/__init__.py new/alabaster-0.7.13/alabaster/__init__.py --- old/alabaster-0.7.12/alabaster/__init__.py 2018-06-19 06:52:36.000000000 +0200 +++ new/alabaster-0.7.13/alabaster/__init__.py 2023-01-13 02:02:06.000000000 +0100 @@ -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} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/alabaster-0.7.12/alabaster/_version.py new/alabaster-0.7.13/alabaster/_version.py --- old/alabaster-0.7.12/alabaster/_version.py 2018-10-03 03:38:28.000000000 +0200 +++ new/alabaster-0.7.13/alabaster/_version.py 2023-01-13 07:39:43.000000000 +0100 @@ -1,2 +1,2 @@ -__version_info__ = (0, 7, 12) +__version_info__ = (0, 7, 13) __version__ = ".".join(map(str, __version_info__)) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/alabaster-0.7.12/alabaster/static/alabaster.css_t new/alabaster-0.7.13/alabaster/static/alabaster.css_t --- old/alabaster-0.7.12/alabaster/static/alabaster.css_t 2018-10-03 02:50:47.000000000 +0200 +++ new/alabaster-0.7.13/alabaster/static/alabaster.css_t 2023-01-13 01:54:47.000000000 +0100 @@ -474,7 +474,9 @@ } dl { - margin: 0; + margin-left: 0; + margin-right: 0; + margin-top: 0; padding: 0; } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/alabaster-0.7.12/alabaster.egg-info/PKG-INFO new/alabaster-0.7.13/alabaster.egg-info/PKG-INFO --- old/alabaster-0.7.12/alabaster.egg-info/PKG-INFO 2018-10-03 03:39:12.000000000 +0200 +++ new/alabaster-0.7.13/alabaster.egg-info/PKG-INFO 2023-01-13 07:42:41.000000000 +0100 @@ -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: j...@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 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/alabaster-0.7.12/alabaster.egg-info/SOURCES.txt new/alabaster-0.7.13/alabaster.egg-info/SOURCES.txt --- old/alabaster-0.7.12/alabaster.egg-info/SOURCES.txt 2018-10-03 03:39:12.000000000 +0200 +++ new/alabaster-0.7.13/alabaster.egg-info/SOURCES.txt 2023-01-13 07:42:41.000000000 +0100 @@ -1,7 +1,6 @@ LICENSE MANIFEST.in README.rst -setup.cfg setup.py alabaster/__init__.py alabaster/_version.py diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/alabaster-0.7.12/setup.cfg new/alabaster-0.7.13/setup.cfg --- old/alabaster-0.7.12/setup.cfg 2018-10-03 03:39:12.000000000 +0200 +++ new/alabaster-0.7.13/setup.cfg 2023-01-13 07:42:41.000000000 +0100 @@ -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 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/alabaster-0.7.12/setup.py new/alabaster-0.7.13/setup.py --- old/alabaster-0.7.12/setup.py 2018-06-19 06:52:36.000000000 +0200 +++ new/alabaster-0.7.13/setup.py 2023-01-13 06:41:15.000000000 +0100 @@ -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="j...@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",