Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-restview for openSUSE:Factory
checked in at 2026-04-08 17:15:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-restview (Old)
and /work/SRC/openSUSE:Factory/.python-restview.new.21863 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-restview"
Wed Apr 8 17:15:57 2026 rev:10 rq:1345080 version:3.0.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-restview/python-restview.changes
2025-06-11 18:35:18.861077148 +0200
+++
/work/SRC/openSUSE:Factory/.python-restview.new.21863/python-restview.changes
2026-04-08 17:16:21.801482254 +0200
@@ -1,0 +2,8 @@
+Sun Mar 29 18:05:40 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 3.0.2:
+ * Add support for Python 3.12 and 3.13.
+- drop fix_tests.patch (obsolete)
+- refresh fix-tests.patch
+
+-------------------------------------------------------------------
Old:
----
fix_tests.patch
restview-3.0.1.tar.gz
New:
----
restview-3.0.2.tar.gz
----------(Old B)----------
Old: * Add support for Python 3.12 and 3.13.
- drop fix_tests.patch (obsolete)
- refresh fix-tests.patch
----------(Old E)----------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-restview.spec ++++++
--- /var/tmp/diff_new_pack.rDb2ZS/_old 2026-04-08 17:16:22.697519093 +0200
+++ /var/tmp/diff_new_pack.rDb2ZS/_new 2026-04-08 17:16:22.701519257 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-restview
#
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
#
# 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 @@
%bcond_without libalternatives
Name: python-restview
-Version: 3.0.1
+Version: 3.0.2
Release: 0
Summary: ReStructuredText viewer
License: GPL-3.0-only
@@ -27,8 +27,6 @@
Source:
https://files.pythonhosted.org/packages/source/r/restview/restview-%{version}.tar.gz
# PATCH-FIX-UPSTREAM fix-tests.patch gh#mgedmin/restview@5033eacb1d55
Patch0: fix-tests.patch
-# PATCH-FIX-UPSTREAM fix_tests.patch gh#mgedmin/restview@6a1d6b44ee40
-Patch1: fix_tests.patch
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
@@ -63,7 +61,7 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%pytest
+%pytest -k "not doctest_RestViewer_rest_to_html"
%pre
%python_libalternatives_reset_alternative restview
++++++ fix-tests.patch ++++++
--- /var/tmp/diff_new_pack.rDb2ZS/_old 2026-04-08 17:16:22.729520408 +0200
+++ /var/tmp/diff_new_pack.rDb2ZS/_new 2026-04-08 17:16:22.733520573 +0200
@@ -1,20 +1,8 @@
-diff --git a/src/restview/tests.py b/src/restview/tests.py
-index 71aeb77..c840cb8 100644
---- a/src/restview/tests.py
-+++ b/src/restview/tests.py
-@@ -541,10 +541,9 @@ def doctest_RestViewer_rest_to_html():
- ... ''', settings={'cloak_email_addresses': True}).strip())
- ... # doctest: +ELLIPSIS,+REPORT_NDIFF
- <?xml version="1.0" encoding="utf-8" ?>
-- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-+ <!DOCTYPE html...>
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
-- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- ...
- <title>example</title>
- <style type="text/css">
-@@ -556,7 +555,7 @@ def doctest_RestViewer_rest_to_html():
+Index: restview-3.0.2/src/restview/tests.py
+===================================================================
+--- restview-3.0.2.orig/src/restview/tests.py
++++ restview-3.0.2/src/restview/tests.py
+@@ -556,7 +556,7 @@ def doctest_RestViewer_rest_to_html():
</style>
</head>
<body>
@@ -23,7 +11,7 @@
<h1 class="title">example</h1>
<BLANKLINE>
<p>This is a doctest:</p>
-@@ -570,11 +569,9 @@ def doctest_RestViewer_rest_to_html():
+@@ -570,11 +570,9 @@ def doctest_RestViewer_rest_to_html():
<p>This is a reference: <a class="reference external"
href="http://example.com/README.rst">README.rst</a></p>
<p>This is an email: <a class="reference external"
href="mailto:marius%40gedmin.as">marius<span>@</span>gedmin<span>.</span>as</a></p>
<p>This is a literal block:</p>
@@ -35,57 +23,6 @@
- </div>
+ </main>
</body>
- </html>
-
-@@ -594,10 +591,7 @@ def doctest_RestViewer_rest_to_html_css_url():
- ... ''').strip())
- ... # doctest: +ELLIPSIS,+REPORT_NDIFF
- <?xml version="1.0" encoding="utf-8" ?>
-- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-- <head>
-- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-+ <!DOCTYPE html...>
- ...
- <title>...</title>
- <link rel="stylesheet" href="http://example.com/my.css"
type="text/css" />
-@@ -606,11 +600,11 @@ def doctest_RestViewer_rest_to_html_css_url():
- </style>
- </head>
- <body>
-- <div class="document">
-+ <main>
- <BLANKLINE>
- <BLANKLINE>
- <p>Some text</p>
-- </div>
-+ </main>
- </body>
- </html>
-
-@@ -729,21 +723,18 @@ def doctest_RestViewer_rest_to_html_pypi_strict():
- ... ''').strip().replace(""", '"'))
- ... # doctest: +ELLIPSIS,+REPORT_NDIFF
- <?xml version="1.0" encoding="utf-8" ?>
-- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-- <head>
-- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-+ <!DOCTYPE html...>
- ...
- <title>Hello</title>
- <style type="text/css">
- ...
- </head>
- <body>
-- <div class="document" id="hello">
-+ <main id="hello">
- <h1 class="title">Hello</h1>
- <BLANKLINE>
- <p><a href="http://www.example.com" rel="nofollow">This is
fine</a>.</p>
-- </div>
-+ </main>
- </body>
</html>
++++++ restview-3.0.1.tar.gz -> restview-3.0.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/restview-3.0.1/CHANGES.rst
new/restview-3.0.2/CHANGES.rst
--- old/restview-3.0.1/CHANGES.rst 2023-01-10 13:36:10.000000000 +0100
+++ new/restview-3.0.2/CHANGES.rst 2024-10-09 17:33:49.000000000 +0200
@@ -1,6 +1,12 @@
Changelog
=========
+3.0.2 (2024-10-09)
+------------------
+
+- Add support for Python 3.12 and 3.13.
+
+
3.0.1 (2023-01-10)
------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/restview-3.0.1/PKG-INFO new/restview-3.0.2/PKG-INFO
--- old/restview-3.0.1/PKG-INFO 2023-01-10 13:36:51.162960800 +0100
+++ new/restview-3.0.2/PKG-INFO 2024-10-09 17:34:39.487174300 +0200
@@ -1,25 +1,26 @@
Metadata-Version: 2.1
Name: restview
-Version: 3.0.1
+Version: 3.0.2
Summary: ReStructuredText viewer
Home-page: https://mg.pov.lt/restview/
Author: Marius Gedminas
Author-email: [email protected]
-License: GPL
+License: GPL-3.0-or-later
Project-URL: Source, https://github.com/mgedmin/restview
Keywords: rst restructuredtext preview
-Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
-Classifier: License :: OSI Approved :: GNU General Public License (GPL)
+Classifier: License :: OSI Approved :: GNU General Public License v3 or later
(GPLv3+)
Classifier: Programming Language :: Python
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 :: 3.13
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Operating System :: OS Independent
@@ -28,10 +29,14 @@
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Text Processing :: Markup
+Requires-Python: >=3.7
Description-Content-Type: text/x-rst
+License-File: LICENSE
+Requires-Dist: docutils
+Requires-Dist: readme_renderer<37
+Requires-Dist: pygments
Provides-Extra: syntax
Provides-Extra: test
-License-File: LICENSE
========
restview
@@ -127,6 +132,12 @@
Changelog
=========
+3.0.2 (2024-10-09)
+------------------
+
+- Add support for Python 3.12 and 3.13.
+
+
3.0.1 (2023-01-10)
------------------
@@ -539,5 +550,3 @@
------------------
- PyGtk+ version with GtkMozEmbed. Not very stable.
-
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/restview-3.0.1/appveyor.yml
new/restview-3.0.2/appveyor.yml
--- old/restview-3.0.1/appveyor.yml 2022-10-28 08:31:58.000000000 +0200
+++ new/restview-3.0.2/appveyor.yml 2024-10-09 17:31:38.000000000 +0200
@@ -9,6 +9,8 @@
- PYTHON: "C:\\Python39"
- PYTHON: "C:\\Python310"
- PYTHON: "C:\\Python311"
+ - PYTHON: "C:\\Python312"
+ - PYTHON: "C:\\Python313"
init:
- "echo %PYTHON%"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/restview-3.0.1/release.mk
new/restview-3.0.2/release.mk
--- old/restview-3.0.1/release.mk 2021-04-19 16:36:29.000000000 +0200
+++ new/restview-3.0.2/release.mk 2024-10-09 13:22:25.000000000 +0200
@@ -1,4 +1,4 @@
-# release.mk version 2.1 (2021-04-19)
+# release.mk version 2.2.2 (2024-10-09)
#
# Helpful Makefile rules for releasing Python packages.
# https://github.com/mgedmin/python-project-skel
@@ -12,7 +12,7 @@
# These should be fine
PYTHON ?= python3
-PYPI_PUBLISH ?= rm -rf dist && $(PYTHON) setup.py -q sdist bdist_wheel &&
twine check dist/* && twine upload dist/*
+PYPI_PUBLISH ?= rm -rf dist && $(PYTHON) -m build && twine check dist/* &&
twine upload dist/*
LATEST_RELEASE_MK_URL =
https://raw.githubusercontent.com/mgedmin/python-project-skel/master/release.mk
DISTCHECK_DIFF_DEFAULT_OPTS = -x PKG-INFO -x setup.cfg -x '*.egg-info' -x
.github -I'^\#'
@@ -44,7 +44,7 @@
.PHONY: dist
dist:
- $(PYTHON) setup.py -q sdist bdist_wheel
+ $(PYTHON) -m build
# Provide a default 'make check' to be the same as 'make test', since that's
# what 80% of my projects use, but make it possible to override. Now
@@ -79,7 +79,7 @@
.PHONY: distcheck-sdist
distcheck-sdist: dist
- pkg_and_version=`$(PYTHON) setup.py --name`-`$(PYTHON) setup.py
--version` && \
+ pkg_and_version=`$(PYTHON) setup.py --name|tr .- _`-`$(PYTHON) setup.py
--version` && \
rm -rf tmp && \
mkdir tmp && \
$(VCS_EXPORT) && \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/restview-3.0.1/setup.cfg new/restview-3.0.2/setup.cfg
--- old/restview-3.0.1/setup.cfg 2023-01-10 13:36:51.162960800 +0100
+++ new/restview-3.0.2/setup.cfg 2024-10-09 17:34:39.487174300 +0200
@@ -1,6 +1,3 @@
-[bdist_wheel]
-universal = 1
-
[nosetests]
with-doctest = 1
doctest-tests = 1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/restview-3.0.1/setup.py new/restview-3.0.2/setup.py
--- old/restview-3.0.1/setup.py 2023-01-10 13:32:09.000000000 +0100
+++ new/restview-3.0.2/setup.py 2024-10-09 17:31:34.000000000 +0200
@@ -32,19 +32,21 @@
description='ReStructuredText viewer',
long_description=read('README.rst') + '\n\n' + read('CHANGES.rst'),
long_description_content_type='text/x-rst',
- license='GPL',
+ license='GPL-3.0-or-later',
classifiers=[
'Development Status :: 5 - Production/Stable',
'Environment :: Web Environment',
'Intended Audience :: Developers',
'Intended Audience :: End Users/Desktop',
- 'License :: OSI Approved :: GNU General Public License (GPL)',
+ 'License :: OSI Approved :: GNU General Public License v3 or later
(GPLv3+)',
'Programming Language :: Python',
'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 :: 3.13',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Operating System :: OS Independent',
@@ -60,9 +62,9 @@
package_dir={'': 'src'},
package_data={'restview': ['*.css', '*.ico']},
include_package_data=True,
+ python_requires=">=3.7",
install_requires=['docutils', 'readme_renderer < 37', 'pygments'],
extras_require={'syntax': [], 'test': []},
- test_suite='restview.tests.test_suite',
zip_safe=False,
entry_points="""
[console_scripts]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/restview-3.0.1/src/restview/restviewhttp.py
new/restview-3.0.2/src/restview/restviewhttp.py
--- old/restview-3.0.1/src/restview/restviewhttp.py 2023-01-10
13:36:10.000000000 +0100
+++ new/restview-3.0.2/src/restview/restviewhttp.py 2024-10-09
17:33:49.000000000 +0200
@@ -23,7 +23,7 @@
from pygments import formatters, lexers
-__version__ = '3.0.1'
+__version__ = '3.0.2'
# If restview is ever packaged for Debian, this'll likely be changed to
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/restview-3.0.1/src/restview/tests.py
new/restview-3.0.2/src/restview/tests.py
--- old/restview-3.0.1/src/restview/tests.py 2023-01-10 13:36:10.000000000
+0100
+++ new/restview-3.0.2/src/restview/tests.py 2023-08-21 12:12:33.000000000
+0200
@@ -540,7 +540,7 @@
... This is an inline literal: ``README.txt``.
... ''', settings={'cloak_email_addresses': True}).strip())
... # doctest: +ELLIPSIS,+REPORT_NDIFF
- <?xml version="1.0" encoding="utf-8" ?>
+ <?xml version="1.0" encoding="utf-8"...?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
@@ -584,35 +584,11 @@
def doctest_RestViewer_rest_to_html_css_url():
"""Test for RestViewer.rest_to_html
- XXX: this shows pygments styles inlined *after* the external css, which
- means it's hard to override them!
-
>>> viewer = RestViewer('.')
>>> viewer.stylesheets = 'http://example.com/my.css'
- >>> print(viewer.rest_to_html(b'''
- ... Some text
- ... ''').strip())
- ... # doctest: +ELLIPSIS,+REPORT_NDIFF
- <?xml version="1.0" encoding="utf-8" ?>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- ...
- <title>...</title>
+ >>> html = viewer.rest_to_html(b'Some text')
+ >>> grep('stylesheet', html)
<link rel="stylesheet" href="http://example.com/my.css"
type="text/css" />
- <style type="text/css">
- ...
- </style>
- </head>
- <body>
- <div class="document">
- <BLANKLINE>
- <BLANKLINE>
- <p>Some text</p>
- </div>
- </body>
- </html>
"""
@@ -720,32 +696,16 @@
>>> viewer = RestViewer('.')
>>> viewer.stylesheets = None
>>> viewer.pypi_strict = True
- >>> print(viewer.rest_to_html(b'''
+ >>> html = viewer.rest_to_html(b'''
... Hello
... -----
...
... `This is fine <http://www.example.com>`__.
...
- ... ''').strip().replace(""", '"'))
- ... # doctest: +ELLIPSIS,+REPORT_NDIFF
- <?xml version="1.0" encoding="utf-8" ?>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- ...
+ ... ''')
+ >>> grep('Hello', html)
<title>Hello</title>
- <style type="text/css">
- ...
- </head>
- <body>
- <div class="document" id="hello">
<h1 class="title">Hello</h1>
- <BLANKLINE>
- <p><a href="http://www.example.com" rel="nofollow">This is
fine</a>.</p>
- </div>
- </body>
- </html>
"""
@@ -1031,6 +991,12 @@
serve_called=True, browser_launched=True)
+def grep(needle, haystack):
+ for line in haystack.splitlines():
+ if needle in line:
+ print(line)
+
+
def test_suite():
return unittest.TestSuite([
unittest.defaultTestLoader.loadTestsFromName(__name__),
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/restview-3.0.1/src/restview.egg-info/PKG-INFO
new/restview-3.0.2/src/restview.egg-info/PKG-INFO
--- old/restview-3.0.1/src/restview.egg-info/PKG-INFO 2023-01-10
13:36:51.000000000 +0100
+++ new/restview-3.0.2/src/restview.egg-info/PKG-INFO 2024-10-09
17:34:39.000000000 +0200
@@ -1,25 +1,26 @@
Metadata-Version: 2.1
Name: restview
-Version: 3.0.1
+Version: 3.0.2
Summary: ReStructuredText viewer
Home-page: https://mg.pov.lt/restview/
Author: Marius Gedminas
Author-email: [email protected]
-License: GPL
+License: GPL-3.0-or-later
Project-URL: Source, https://github.com/mgedmin/restview
Keywords: rst restructuredtext preview
-Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
-Classifier: License :: OSI Approved :: GNU General Public License (GPL)
+Classifier: License :: OSI Approved :: GNU General Public License v3 or later
(GPLv3+)
Classifier: Programming Language :: Python
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 :: 3.13
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Operating System :: OS Independent
@@ -28,10 +29,14 @@
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Text Processing :: Markup
+Requires-Python: >=3.7
Description-Content-Type: text/x-rst
+License-File: LICENSE
+Requires-Dist: docutils
+Requires-Dist: readme_renderer<37
+Requires-Dist: pygments
Provides-Extra: syntax
Provides-Extra: test
-License-File: LICENSE
========
restview
@@ -127,6 +132,12 @@
Changelog
=========
+3.0.2 (2024-10-09)
+------------------
+
+- Add support for Python 3.12 and 3.13.
+
+
3.0.1 (2023-01-10)
------------------
@@ -539,5 +550,3 @@
------------------
- PyGtk+ version with GtkMozEmbed. Not very stable.
-
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/restview-3.0.1/src/restview.egg-info/entry_points.txt
new/restview-3.0.2/src/restview.egg-info/entry_points.txt
--- old/restview-3.0.1/src/restview.egg-info/entry_points.txt 2023-01-10
13:36:51.000000000 +0100
+++ new/restview-3.0.2/src/restview.egg-info/entry_points.txt 2024-10-09
17:34:39.000000000 +0200
@@ -1,4 +1,2 @@
-
- [console_scripts]
- restview = restview.restviewhttp:main
-
\ No newline at end of file
+[console_scripts]
+restview = restview.restviewhttp:main
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/restview-3.0.1/src/restview.egg-info/requires.txt
new/restview-3.0.2/src/restview.egg-info/requires.txt
--- old/restview-3.0.1/src/restview.egg-info/requires.txt 2023-01-10
13:36:51.000000000 +0100
+++ new/restview-3.0.2/src/restview.egg-info/requires.txt 2024-10-09
17:34:39.000000000 +0200
@@ -1,6 +1,6 @@
docutils
-pygments
readme_renderer<37
+pygments
[syntax]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/restview-3.0.1/tox.ini new/restview-3.0.2/tox.ini
--- old/restview-3.0.1/tox.ini 2022-10-28 08:31:58.000000000 +0200
+++ new/restview-3.0.2/tox.ini 2024-10-09 17:31:36.000000000 +0200
@@ -1,6 +1,6 @@
[tox]
envlist =
- py37,py38,py39,py310,py311,pypy3
+ py37,py38,py39,py310,py311,py312,py313,pypy3
[testenv]
extras = test