Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-readthedocs-sphinx-ext for
openSUSE:Factory checked in at 2022-06-06 11:10:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-readthedocs-sphinx-ext (Old)
and /work/SRC/openSUSE:Factory/.python-readthedocs-sphinx-ext.new.1548
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-readthedocs-sphinx-ext"
Mon Jun 6 11:10:05 2022 rev:10 rq:980906 version:2.1.8
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-readthedocs-sphinx-ext/python-readthedocs-sphinx-ext.changes
2022-03-31 17:18:08.257645032 +0200
+++
/work/SRC/openSUSE:Factory/.python-readthedocs-sphinx-ext.new.1548/python-readthedocs-sphinx-ext.changes
2022-06-06 11:10:12.171279862 +0200
@@ -1,0 +2,15 @@
+Sat Jun 4 20:40:15 UTC 2022 - Arun Persaud <[email protected]>
+
+- update to version 2.1.8:
+ * Remove direct call to distutils in favor of more modern packaging
+
+- changes from version 2.1.7:
+ * Use proxied_static_path if available
+
+- changes from version 2.1.6:
+ * External version warning: avoid using the deprecated traverse
+ method
+ * Update tox.ini to reflect the current package state
+ * Update some deps
+
+-------------------------------------------------------------------
Old:
----
readthedocs-sphinx-ext-2.1.5.tar.gz
New:
----
readthedocs-sphinx-ext-2.1.8.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-readthedocs-sphinx-ext.spec ++++++
--- /var/tmp/diff_new_pack.ABGQfo/_old 2022-06-06 11:10:13.367281593 +0200
+++ /var/tmp/diff_new_pack.ABGQfo/_new 2022-06-06 11:10:13.375281605 +0200
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-readthedocs-sphinx-ext
-Version: 2.1.5
+Version: 2.1.8
Release: 0
Summary: Sphinx extension for Read the Docs overrides
License: MIT
++++++ readthedocs-sphinx-ext-2.1.5.tar.gz ->
readthedocs-sphinx-ext-2.1.8.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/readthedocs-sphinx-ext-2.1.5/PKG-INFO
new/readthedocs-sphinx-ext-2.1.8/PKG-INFO
--- old/readthedocs-sphinx-ext-2.1.5/PKG-INFO 2022-03-15 22:57:16.469287400
+0100
+++ new/readthedocs-sphinx-ext-2.1.8/PKG-INFO 2022-06-01 20:48:20.639508500
+0200
@@ -1,12 +1,11 @@
Metadata-Version: 2.1
Name: readthedocs-sphinx-ext
-Version: 2.1.5
+Version: 2.1.8
Summary: Sphinx extension for Read the Docs overrides
Home-page: http://github.com/readthedocs/readthedocs-sphinx-ext
Author: Read the Docs, Inc
Author-email: [email protected]
License: MIT
-Platform: UNKNOWN
License-File: LICENSE
Read the Docs Sphinx Extensions
@@ -15,8 +14,8 @@
.. image:: https://img.shields.io/pypi/v/readthedocs-sphinx-ext.svg
:target: https://pypi.python.org/pypi/readthedocs-sphinx-ext
:alt: Pypi Version
-.. image::
https://travis-ci.org/readthedocs/readthedocs-sphinx-ext.svg?branch=master
- :target: https://travis-ci.org/readthedocs/readthedocs-sphinx-ext
+.. image::
https://circleci.com/gh/readthedocs/readthedocs-sphinx-ext.svg?style=svg
+ :target: https://circleci.com/gh/readthedocs/readthedocs-sphinx-ext
:alt: Build Status
This module adds extensions that make Sphinx easier to use.
@@ -34,7 +33,7 @@
#. Increment the version in ``setup.py``
#. Tag the release in git: ``git tag $NEW_VERSION``.
-#. Push the tag to GitHub: ``git push --tags origin master``
+#. Push the tag to GitHub: ``git push --tags origin main``
#. Upload the package to PyPI:
.. code:: bash
@@ -42,5 +41,3 @@
$ rm -rf dist/
$ python setup.py sdist bdist_wheel
$ twine upload --sign --identity [email protected] dist/*
-
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/readthedocs-sphinx-ext-2.1.5/README.rst
new/readthedocs-sphinx-ext-2.1.8/README.rst
--- old/readthedocs-sphinx-ext-2.1.5/README.rst 2022-01-31 18:00:17.000000000
+0100
+++ new/readthedocs-sphinx-ext-2.1.8/README.rst 2022-03-28 20:56:53.000000000
+0200
@@ -4,8 +4,8 @@
.. image:: https://img.shields.io/pypi/v/readthedocs-sphinx-ext.svg
:target: https://pypi.python.org/pypi/readthedocs-sphinx-ext
:alt: Pypi Version
-.. image::
https://travis-ci.org/readthedocs/readthedocs-sphinx-ext.svg?branch=master
- :target: https://travis-ci.org/readthedocs/readthedocs-sphinx-ext
+.. image::
https://circleci.com/gh/readthedocs/readthedocs-sphinx-ext.svg?style=svg
+ :target: https://circleci.com/gh/readthedocs/readthedocs-sphinx-ext
:alt: Build Status
This module adds extensions that make Sphinx easier to use.
@@ -23,7 +23,7 @@
#. Increment the version in ``setup.py``
#. Tag the release in git: ``git tag $NEW_VERSION``.
-#. Push the tag to GitHub: ``git push --tags origin master``
+#. Push the tag to GitHub: ``git push --tags origin main``
#. Upload the package to PyPI:
.. code:: bash
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/readthedocs-sphinx-ext-2.1.5/readthedocs_ext/external_version_warning.py
new/readthedocs-sphinx-ext-2.1.8/readthedocs_ext/external_version_warning.py
---
old/readthedocs-sphinx-ext-2.1.5/readthedocs_ext/external_version_warning.py
2022-01-31 18:00:17.000000000 +0100
+++
new/readthedocs-sphinx-ext-2.1.8/readthedocs_ext/external_version_warning.py
2022-05-11 19:52:14.000000000 +0200
@@ -1,7 +1,7 @@
from docutils import nodes
try:
- # Avaliable from Sphinx 1.6
+ # Available from Sphinx 1.6
from sphinx.util.logging import getLogger
except ImportError:
from logging import getLogger
@@ -48,9 +48,7 @@
]
prose = nodes.paragraph('', '', *children)
warning_node = nodes.warning(prose, prose)
-
- for document in doctree.traverse(nodes.document):
- document.insert(0, warning_node)
+ doctree.insert(0, warning_node)
def setup(app):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/readthedocs-sphinx-ext-2.1.5/readthedocs_ext/readthedocs.py
new/readthedocs-sphinx-ext-2.1.8/readthedocs_ext/readthedocs.py
--- old/readthedocs-sphinx-ext-2.1.5/readthedocs_ext/readthedocs.py
2022-03-15 22:43:49.000000000 +0100
+++ new/readthedocs-sphinx-ext-2.1.8/readthedocs_ext/readthedocs.py
2022-06-01 20:38:30.000000000 +0200
@@ -8,7 +8,7 @@
import re
import types
from datetime import datetime
-from distutils.version import LooseVersion
+from packaging.version import Version
import sphinx
from sphinx import package_dir
@@ -18,7 +18,7 @@
from .embed import EmbedDirective
try:
- # Avaliable from Sphinx 1.6
+ # Available from Sphinx 1.6
from sphinx.util.logging import getLogger
except ImportError:
from logging import getLogger
@@ -79,7 +79,7 @@
This is the most reliable way to inject our content into the page.
"""
- STATIC_URL = context.get('STATIC_URL', DEFAULT_STATIC_URL)
+ STATIC_URL = context.get('proxied_static_path', context.get('STATIC_URL',
DEFAULT_STATIC_URL))
if app.builder.name == 'readthedocssinglehtmllocalmedia':
if 'html_theme' in context and context['html_theme'] ==
'sphinx_rtd_theme':
theme_css = '_static/css/theme.css'
@@ -101,7 +101,7 @@
if theme_css.endswith('sphinx_rtd_theme.css'):
try:
import sphinx_rtd_theme # noqa
- inject_css = LooseVersion(sphinx_rtd_theme.__version__) <
LooseVersion('0.4.0')
+ inject_css = Version(sphinx_rtd_theme.__version__) <
Version('0.4.0')
except ImportError:
pass
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/readthedocs-sphinx-ext-2.1.5/readthedocs_ext/versionwarning.py
new/readthedocs-sphinx-ext-2.1.8/readthedocs_ext/versionwarning.py
--- old/readthedocs-sphinx-ext-2.1.5/readthedocs_ext/versionwarning.py
2022-01-31 18:00:17.000000000 +0100
+++ new/readthedocs-sphinx-ext-2.1.8/readthedocs_ext/versionwarning.py
2022-03-28 20:56:53.000000000 +0200
@@ -22,7 +22,7 @@
from docutils import nodes
try:
- # Avaliable from Sphinx 1.6
+ # Available from Sphinx 1.6
from sphinx.util.logging import getLogger
except ImportError:
from logging import getLogger
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/readthedocs-sphinx-ext-2.1.5/readthedocs_sphinx_ext.egg-info/PKG-INFO
new/readthedocs-sphinx-ext-2.1.8/readthedocs_sphinx_ext.egg-info/PKG-INFO
--- old/readthedocs-sphinx-ext-2.1.5/readthedocs_sphinx_ext.egg-info/PKG-INFO
2022-03-15 22:57:16.000000000 +0100
+++ new/readthedocs-sphinx-ext-2.1.8/readthedocs_sphinx_ext.egg-info/PKG-INFO
2022-06-01 20:48:19.000000000 +0200
@@ -1,12 +1,11 @@
Metadata-Version: 2.1
Name: readthedocs-sphinx-ext
-Version: 2.1.5
+Version: 2.1.8
Summary: Sphinx extension for Read the Docs overrides
Home-page: http://github.com/readthedocs/readthedocs-sphinx-ext
Author: Read the Docs, Inc
Author-email: [email protected]
License: MIT
-Platform: UNKNOWN
License-File: LICENSE
Read the Docs Sphinx Extensions
@@ -15,8 +14,8 @@
.. image:: https://img.shields.io/pypi/v/readthedocs-sphinx-ext.svg
:target: https://pypi.python.org/pypi/readthedocs-sphinx-ext
:alt: Pypi Version
-.. image::
https://travis-ci.org/readthedocs/readthedocs-sphinx-ext.svg?branch=master
- :target: https://travis-ci.org/readthedocs/readthedocs-sphinx-ext
+.. image::
https://circleci.com/gh/readthedocs/readthedocs-sphinx-ext.svg?style=svg
+ :target: https://circleci.com/gh/readthedocs/readthedocs-sphinx-ext
:alt: Build Status
This module adds extensions that make Sphinx easier to use.
@@ -34,7 +33,7 @@
#. Increment the version in ``setup.py``
#. Tag the release in git: ``git tag $NEW_VERSION``.
-#. Push the tag to GitHub: ``git push --tags origin master``
+#. Push the tag to GitHub: ``git push --tags origin main``
#. Upload the package to PyPI:
.. code:: bash
@@ -42,5 +41,3 @@
$ rm -rf dist/
$ python setup.py sdist bdist_wheel
$ twine upload --sign --identity [email protected] dist/*
-
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/readthedocs-sphinx-ext-2.1.5/readthedocs_sphinx_ext.egg-info/SOURCES.txt
new/readthedocs-sphinx-ext-2.1.8/readthedocs_sphinx_ext.egg-info/SOURCES.txt
---
old/readthedocs-sphinx-ext-2.1.5/readthedocs_sphinx_ext.egg-info/SOURCES.txt
2022-03-15 22:57:16.000000000 +0100
+++
new/readthedocs-sphinx-ext-2.1.8/readthedocs_sphinx_ext.egg-info/SOURCES.txt
2022-06-01 20:48:20.000000000 +0200
@@ -9,6 +9,7 @@
./readthedocs_ext/readthedocs.py
./readthedocs_ext/template-meta.py
./readthedocs_ext/versionwarning.py
+./readthedocs_ext/_templates/readthedocs-insert.html.tmpl
readthedocs_ext/_templates/readthedocs-insert.html.tmpl
readthedocs_sphinx_ext.egg-info/PKG-INFO
readthedocs_sphinx_ext.egg-info/SOURCES.txt
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/readthedocs-sphinx-ext-2.1.5/readthedocs_sphinx_ext.egg-info/requires.txt
new/readthedocs-sphinx-ext-2.1.8/readthedocs_sphinx_ext.egg-info/requires.txt
---
old/readthedocs-sphinx-ext-2.1.5/readthedocs_sphinx_ext.egg-info/requires.txt
2022-03-15 22:57:16.000000000 +0100
+++
new/readthedocs-sphinx-ext-2.1.8/readthedocs_sphinx_ext.egg-info/requires.txt
2022-06-01 20:48:20.000000000 +0200
@@ -1,2 +1,3 @@
requests
Jinja2>=2.9
+packaging
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/readthedocs-sphinx-ext-2.1.5/setup.py
new/readthedocs-sphinx-ext-2.1.8/setup.py
--- old/readthedocs-sphinx-ext-2.1.5/setup.py 2022-03-15 22:48:54.000000000
+0100
+++ new/readthedocs-sphinx-ext-2.1.8/setup.py 2022-06-01 20:47:36.000000000
+0200
@@ -4,13 +4,13 @@
setup(
name='readthedocs-sphinx-ext',
- version='2.1.5',
+ version='2.1.8',
author='Read the Docs, Inc',
author_email='[email protected]',
url='http://github.com/readthedocs/readthedocs-sphinx-ext',
license='MIT',
description='Sphinx extension for Read the Docs overrides',
- install_requires=['requests', 'Jinja2>=2.9'],
+ install_requires=['requests', 'Jinja2>=2.9', 'packaging'],
package_dir={'': '.'},
packages=find_packages('.', exclude=['tests']),
long_description=codecs.open("README.rst", "r", "utf-8").read(),