Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-openstackdocstheme for 
openSUSE:Factory checked in at 2021-12-16 21:19:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-openstackdocstheme (Old)
 and      /work/SRC/openSUSE:Factory/.python-openstackdocstheme.new.2520 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-openstackdocstheme"

Thu Dec 16 21:19:21 2021 rev:15 rq:940196 version:2.3.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-openstackdocstheme/python-openstackdocstheme.changes
      2021-08-12 09:02:04.658111639 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-openstackdocstheme.new.2520/python-openstackdocstheme.changes
    2021-12-16 21:20:14.362542405 +0100
@@ -1,0 +2,16 @@
+Tue Oct 26 22:06:25 UTC 2021 - [email protected]
+
+- removed 0001-sphinx-4.0-Fix-sphinx.ext.extlinks.make_link_role-ca.patch
+- update to version 2.3.1
+  - Inherit from base "basic" template
+  - Change to OFTC
+  - Page header fix with Sphinx4
+  - trivial: Fix indentation
+  - setup.cfg: Replace dashes with underscores
+  - sphinx 4.0: Fix sphinx.ext.extlinks.make_link_role call
+  - Use TOX_CONSTRAINTS_FILE
+  - tox: Toggle 'usedevelop'
+  - sphinx 4.0: Handle HTML 5 changes
+  - Move flake8 as a pre-commit local target.
+
+-------------------------------------------------------------------

Old:
----
  0001-sphinx-4.0-Fix-sphinx.ext.extlinks.make_link_role-ca.patch
  openstackdocstheme-2.2.7.tar.gz

New:
----
  openstackdocstheme-2.3.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-openstackdocstheme.spec ++++++
--- /var/tmp/diff_new_pack.yX9um7/_old  2021-12-16 21:20:14.966542636 +0100
+++ /var/tmp/diff_new_pack.yX9um7/_new  2021-12-16 21:20:14.970542636 +0100
@@ -17,14 +17,13 @@
 
 
 Name:           python-openstackdocstheme
-Version:        2.2.7
+Version:        2.3.1
 Release:        0
 Summary:        OpenStack Docs Theme
 License:        Apache-2.0
 Group:          Development/Languages/Python
 URL:            https://docs.openstack.org/openstackdocstheme
-Source0:        
https://files.pythonhosted.org/packages/source/o/openstackdocstheme/openstackdocstheme-2.2.7.tar.gz
-Patch1:         0001-sphinx-4.0-Fix-sphinx.ext.extlinks.make_link_role-ca.patch
+Source0:        
https://files.pythonhosted.org/packages/source/o/openstackdocstheme/openstackdocstheme-2.3.1.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python3-Sphinx
 BuildRequires:  python3-dulwich >= 0.15.0
@@ -45,7 +44,7 @@
 to docs.openstack.org. Intended for use by OpenStack projects.
 
 %prep
-%autosetup -p1 -n openstackdocstheme-2.2.7
+%autosetup -p1 -n openstackdocstheme-2.3.1
 
 # we dont need hacking or pre-commit
 sed -i '/^hacking.*/d' test-requirements.txt

++++++ _service ++++++
--- /var/tmp/diff_new_pack.yX9um7/_old  2021-12-16 21:20:15.002542649 +0100
+++ /var/tmp/diff_new_pack.yX9um7/_new  2021-12-16 21:20:15.006542651 +0100
@@ -1,6 +1,6 @@
 <services>
   <service mode="disabled" name="renderspec">
-    <param 
name="input-template">https://opendev.org/openstack/rpm-packaging/raw/branch/stable/wallaby/openstack/openstackdocstheme/openstackdocstheme.spec.j2</param>
+    <param 
name="input-template">https://opendev.org/openstack/rpm-packaging/raw/master/openstack/openstackdocstheme/openstackdocstheme.spec.j2</param>
     <param name="output-name">python-openstackdocstheme.spec</param>
     <param 
name="requirements">https://opendev.org/openstack/openstackdocstheme/raw/branch/master/requirements.txt</param>
     <param name="changelog-email">[email protected]</param>

++++++ openstackdocstheme-2.2.7.tar.gz -> openstackdocstheme-2.3.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openstackdocstheme-2.2.7/.pre-commit-config.yaml 
new/openstackdocstheme-2.3.1/.pre-commit-config.yaml
--- old/openstackdocstheme-2.2.7/.pre-commit-config.yaml        2020-12-02 
21:51:29.000000000 +0100
+++ new/openstackdocstheme-2.3.1/.pre-commit-config.yaml        2021-09-20 
17:23:26.000000000 +0200
@@ -9,7 +9,7 @@
 
 repos:
   - repo: https://github.com/pre-commit/pre-commit-hooks
-    rev: ebc15addedad713c86ef18ae9632c88e187dd0af  # v3.1.0
+    rev: 9136088a246768144165fcc3ecc3d31bb686920a # v3.3.0
     hooks:
       - id: trailing-whitespace
       # Replaces or checks mixed line ending
@@ -27,9 +27,13 @@
       - id: debug-statements
       - id: check-yaml
         files: .*\.(yaml|yml)$
-  - repo: https://gitlab.com/pycqa/flake8
-    rev: 181bb46098dddf7e2d45319ea654b4b4d58c2840 # 3.8.3
+  - repo: local
     hooks:
       - id: flake8
+        name: flake8
         additional_dependencies:
           - hacking>=3.0.1,<3.1.0
+        language: python
+        entry: flake8
+        files: '^.*\.py$'
+        exclude: '^(doc|releasenotes|tools)/.*$'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openstackdocstheme-2.2.7/AUTHORS 
new/openstackdocstheme-2.3.1/AUTHORS
--- old/openstackdocstheme-2.2.7/AUTHORS        2020-12-02 21:52:11.000000000 
+0100
+++ new/openstackdocstheme-2.3.1/AUTHORS        2021-09-20 17:24:06.000000000 
+0200
@@ -6,6 +6,7 @@
 Anne Gentle <[email protected]>
 Anne Gentle <[email protected]>
 Anne Gentle <[email protected]>
+Artem Goncharov <[email protected]>
 Bernd <[email protected]>
 Bernd Bausch <[email protected]>
 Bernhard M. Wiedemann <[email protected]>
@@ -15,6 +16,7 @@
 Christian Berendt <[email protected]>
 Corey Bryant <[email protected]>
 Cory Benfield <[email protected]>
+Daniel Bengtsson <[email protected]>
 Dave Walker (Daviey) <[email protected]>
 Dean Troyer <[email protected]>
 Doug Hellmann <[email protected]>
@@ -58,6 +60,7 @@
 Thierry Carrez <[email protected]>
 Thomas Bechtold <[email protected]>
 Tony Breeds <[email protected]>
+YuehuiLei <[email protected]>
 blue55 <[email protected]>
 chenxing <[email protected]>
 chenxing <[email protected]>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openstackdocstheme-2.2.7/ChangeLog 
new/openstackdocstheme-2.3.1/ChangeLog
--- old/openstackdocstheme-2.2.7/ChangeLog      2020-12-02 21:52:11.000000000 
+0100
+++ new/openstackdocstheme-2.3.1/ChangeLog      2021-09-20 17:24:06.000000000 
+0200
@@ -1,6 +1,24 @@
 CHANGES
 =======
 
+2.3.1
+-----
+
+* Page header fix with Sphinx4
+
+2.3.0
+-----
+
+* Inherit from base "basic" template
+* sphinx 4.0: Handle HTML 5 changes
+* sphinx 4.0: Fix sphinx.ext.extlinks.make\_link\_role call
+* tox: Toggle 'usedevelop'
+* trivial: Fix indentation
+* Change to OFTC
+* setup.cfg: Replace dashes with underscores
+* Move flake8 as a pre-commit local target
+* Use TOX\_CONSTRAINTS\_FILE
+
 2.2.7
 -----
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openstackdocstheme-2.2.7/PKG-INFO 
new/openstackdocstheme-2.3.1/PKG-INFO
--- old/openstackdocstheme-2.2.7/PKG-INFO       2020-12-02 21:52:12.293508800 
+0100
+++ new/openstackdocstheme-2.3.1/PKG-INFO       2021-09-20 17:24:06.999984700 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: openstackdocstheme
-Version: 2.2.7
+Version: 2.3.1
 Summary: OpenStack Docs Theme
 Home-page: https://docs.openstack.org/openstackdocstheme/latest/
 Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openstackdocstheme-2.2.7/openstackdocstheme/ext.py 
new/openstackdocstheme-2.3.1/openstackdocstheme/ext.py
--- old/openstackdocstheme-2.2.7/openstackdocstheme/ext.py      2020-12-02 
21:51:30.000000000 +0100
+++ new/openstackdocstheme-2.3.1/openstackdocstheme/ext.py      2021-09-20 
17:23:26.000000000 +0200
@@ -19,6 +19,7 @@
 
 import dulwich.repo
 from pbr import packaging
+import sphinx
 from sphinx.ext import extlinks
 from sphinx.util import logging
 
@@ -298,7 +299,13 @@
             role_name,
             url,
         )
-        app.add_role(role_name, extlinks.make_link_role(url, project_name))
+
+        if sphinx.version_info >= (4, 0, 0):
+            role = extlinks.make_link_role(project_name, url, project_name)
+        else:
+            role = extlinks.make_link_role(url, project_name)
+
+        app.add_role(role_name, role)
 
 
 def _find_setup_cfg(srcdir):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openstackdocstheme-2.2.7/openstackdocstheme/theme/openstackdocs/layout.html 
new/openstackdocstheme-2.3.1/openstackdocstheme/theme/openstackdocs/layout.html
--- 
old/openstackdocstheme-2.2.7/openstackdocstheme/theme/openstackdocs/layout.html 
    2020-12-02 21:51:30.000000000 +0100
+++ 
new/openstackdocstheme-2.3.1/openstackdocstheme/theme/openstackdocs/layout.html 
    2021-09-20 17:23:26.000000000 +0200
@@ -1,24 +1,8 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
-<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml";>
-  <head>
-    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type"/>
-{% block header %}{% endblock %}
-    <title>{{ theme_root_title|striptags }}: {{ title|striptags }}</title>
-    <meta charset="utf-8">
-    <meta http-equiv="X-UA-Compatible" content="IE=edge">
-    <meta name="viewport" content="width=device-width, initial-scale=1">
-{{ metatags }}
+{% extends "basic/layout.html" %}
+
+{% block extrahead %}
+<meta name="viewport" content="width=device-width, initial-scale=1">
 {% include 'css.html' %}
-{%- for cssfile in css_files %}
-<link rel="stylesheet" href="{{ pathto(cssfile, 1) }}" type="text/css" />
-{%- endfor %}
-{%- for js in script_files %}
-<script type="text/javascript" src="{{ pathto(js, 1) }}"></script>
-{%- endfor %}
-  {# FAVICON #}
-{% if favicon %}
-    <link rel="shortcut icon" href="{{ pathto('_static/favicon.ico') }}"/>
-{% endif %}
 {% if theme_analytics_tracking_code %}
 <!-- Google Analytics -->
 <script>
@@ -32,9 +16,15 @@
 </script>
 <!-- End Google Analytics -->
 {% endif %}
-  </head>
-  <body>
+{% endblock %}
+
+{%- block header %}
 {% include 'header.html' %}
+{% endblock %}
+
+{%- block relbar1 %}{% endblock %}
+
+{%- block content %}
     <div class="container docs-book-wrapper">
       <div class="row">
         <div class="col-lg-9 col-md-8 col-sm-8 col-lg-push-3 col-md-push-4 
col-sm-push-4">
@@ -80,6 +70,11 @@
 {% include 'sidebartoc.html' %}
       </div>
     </div>
+{%- endblock %}
+
+{%- block relbar2 %}{% endblock %}
+
+{%- block footer %}
 {% include 'footer.html' %}
 {% include 'script_footer.html' %}
 {% block script_footer %}{% endblock %}
@@ -99,5 +94,4 @@
 </script>
 <div id="deprecated-badge-container"></div>
 {% endif %}
-  </body>
-</html>
+{%- endblock %}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openstackdocstheme-2.2.7/openstackdocstheme/theme/openstackdocs/static/css/combined.css
 
new/openstackdocstheme-2.3.1/openstackdocstheme/theme/openstackdocs/static/css/combined.css
--- 
old/openstackdocstheme-2.2.7/openstackdocstheme/theme/openstackdocs/static/css/combined.css
 2020-12-02 21:51:30.000000000 +0100
+++ 
new/openstackdocstheme-2.3.1/openstackdocstheme/theme/openstackdocs/static/css/combined.css
 2021-09-20 17:23:26.000000000 +0200
@@ -374,31 +374,31 @@
 /*Docs Version Dropdown*/
 
 .version-dropdown {
-    font-size: 10px;
-    color: #9eb5c3;
-    text-transform: uppercase;
-    position: relative;
-    display: inline-block;
-    vertical-align: middle;
-    margin-right: 8px;
-    margin-bottom: 6px;
-    border: solid 1px;
-    padding: 3px 5px 3px 5px; }
+  font-size: 10px;
+  color: #9eb5c3;
+  text-transform: uppercase;
+  position: relative;
+  display: inline-block;
+  vertical-align: middle;
+  margin-right: 8px;
+  margin-bottom: 6px;
+  border: solid 1px;
+  padding: 3px 5px 3px 5px; }
 
 .version-dropdown-content {
-    display: none;
-    text-align: left;
-    position: absolute;
-    background-color: #f9f9f9;
-    min-width: 160px;
-    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
-    padding: 12px 16px;
-    top: 25px;
-    right: 5px;
-    z-index: 1; }
+  display: none;
+  text-align: left;
+  position: absolute;
+  background-color: #f9f9f9;
+  min-width: 160px;
+  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
+  padding: 12px 16px;
+  top: 25px;
+  right: 5px;
+  z-index: 1; }
 
 .version-dropdown:hover .version-dropdown-content {
-    display: block; }
+  display: block; }
 
 /*Docs Book View*/
 .docs-book-wrapper {
@@ -722,7 +722,6 @@
   margin: 0 0 10px;
   padding: 20px 30px; }
 
-/* TODO(stephenfin): Did this change in Sphinx 2.0? */
 pre code,
 pre .line-number {
   font-family: "Courier New", Courier, Monospace;
@@ -741,16 +740,20 @@
   display: block;
   padding: 0 0.5em 0 1em; }
 
+.pre {
+  font-family: "Courier New", Courier, Monospace;
+}
+
 div.sidebar {
-    margin: 0 0 0.5em 1em;
-    border: 1px solid #ddb;
-    padding: 7px 7px 0 7px;
-    background-color: #ffe;
-    width: 40%;
-    float: right; }
+  margin: 0 0 0.5em 1em;
+  border: 1px solid #ddb;
+  padding: 7px 7px 0 7px;
+  background-color: #ffe;
+  width: 40%;
+  float: right; }
 
 p.sidebar-title {
-    font-weight: bold; }
+  font-weight: bold; }
 
 .admonition {
   background: #eee;
@@ -907,7 +910,7 @@
   display: inline-block; }
 
 div.tooltip-inner {
-    max-width: 350px; }
+  max-width: 350px; }
 
 table.highlighttable {
   width: 100%; }
@@ -915,6 +918,8 @@
 /* TODO(stephenfin): Group this */
 .docs-body .section h1 {
   display: none; }
+.docs-body section h1 {
+  display: none; }
 
 img.align-left,
 .figure.align-left {
@@ -935,11 +940,10 @@
 
 /* for search result highlighting */
 span.highlighted {
-    background-color: #fbe54e; }
+  background-color: #fbe54e; }
 
 /* handle rst rubric directives */
 p.rubric {
-    margin-top: 30px;
-    font-weight: bold;
+  margin-top: 30px;
+  font-weight: bold;
 }
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openstackdocstheme-2.2.7/openstackdocstheme/theme/openstackdocs/static/js/docs.js
 
new/openstackdocstheme-2.3.1/openstackdocstheme/theme/openstackdocs/static/js/docs.js
--- 
old/openstackdocstheme-2.2.7/openstackdocstheme/theme/openstackdocs/static/js/docs.js
       2020-12-02 21:51:30.000000000 +0100
+++ 
new/openstackdocstheme-2.3.1/openstackdocstheme/theme/openstackdocs/static/js/docs.js
       2021-09-20 17:23:26.000000000 +0200
@@ -45,7 +45,7 @@
         "If you have a troubleshooting or support issue, use the following " +
         " resources:" + lineFeed + lineFeed +
         " - The mailing list: https://lists.openstack.org"; + lineFeed +
-        " - IRC: 'openstack' channel on Freenode"+ lineFeed;
+        " - IRC: 'openstack' channel on OFTC"+ lineFeed;
 
     var urlBase = "https://bugs.launchpad.net/"; + bugProject + 
"/+filebug?field.title=";
     var currentURL = "URL: " + window.location.href;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openstackdocstheme-2.2.7/openstackdocstheme/theme/starlingxdocs/static/css/combined.css
 
new/openstackdocstheme-2.3.1/openstackdocstheme/theme/starlingxdocs/static/css/combined.css
--- 
old/openstackdocstheme-2.2.7/openstackdocstheme/theme/starlingxdocs/static/css/combined.css
 2020-12-02 21:51:30.000000000 +0100
+++ 
new/openstackdocstheme-2.3.1/openstackdocstheme/theme/starlingxdocs/static/css/combined.css
 2021-09-20 17:23:26.000000000 +0200
@@ -374,31 +374,31 @@
 /*Docs Version Dropdown*/
 
 .version-dropdown {
-    font-size: 10px;
-    color: #9eb5c3;
-    text-transform: uppercase;
-    position: relative;
-    display: inline-block;
-    vertical-align: middle;
-    margin-right: 8px;
-    margin-bottom: 6px;
-    border: solid 1px;
-    padding: 3px 5px 3px 5px; }
+  font-size: 10px;
+  color: #9eb5c3;
+  text-transform: uppercase;
+  position: relative;
+  display: inline-block;
+  vertical-align: middle;
+  margin-right: 8px;
+  margin-bottom: 6px;
+  border: solid 1px;
+  padding: 3px 5px 3px 5px; }
 
 .version-dropdown-content {
-    display: none;
-    text-align: left;
-    position: absolute;
-    background-color: #f9f9f9;
-    min-width: 160px;
-    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
-    padding: 12px 16px;
-    top: 25px;
-    right: 5px;
-    z-index: 1; }
+  display: none;
+  text-align: left;
+  position: absolute;
+  background-color: #f9f9f9;
+  min-width: 160px;
+  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
+  padding: 12px 16px;
+  top: 25px;
+  right: 5px;
+  z-index: 1; }
 
 .version-dropdown:hover .version-dropdown-content {
-    display: block; }
+  display: block; }
 
 /*Docs Book View*/
 .docs-book-wrapper {
@@ -722,7 +722,6 @@
   margin: 0 0 10px;
   padding: 20px 30px; }
 
-/* TODO(stephenfin): Did this change in Sphinx 2.0? */
 pre code,
 pre .line-number {
   font-family: "Courier New", Courier, Monospace;
@@ -741,16 +740,20 @@
   display: block;
   padding: 0 0.5em 0 1em; }
 
+.pre {
+  font-family: "Courier New", Courier, Monospace;
+}
+
 div.sidebar {
-    margin: 0 0 0.5em 1em;
-    border: 1px solid #ddb;
-    padding: 7px 7px 0 7px;
-    background-color: #ffe;
-    width: 40%;
-    float: right; }
+  margin: 0 0 0.5em 1em;
+  border: 1px solid #ddb;
+  padding: 7px 7px 0 7px;
+  background-color: #ffe;
+  width: 40%;
+  float: right; }
 
 p.sidebar-title {
-    font-weight: bold; }
+  font-weight: bold; }
 
 .admonition {
   background: #eee;
@@ -907,7 +910,7 @@
   display: inline-block; }
 
 div.tooltip-inner {
-    max-width: 350px; }
+  max-width: 350px; }
 
 table.highlighttable {
   width: 100%; }
@@ -915,6 +918,8 @@
 /* TODO(stephenfin): Group this */
 .docs-body .section h1 {
   display: none; }
+.docs-body section h1 {
+  display: none; }
 
 img.align-left,
 .figure.align-left {
@@ -935,11 +940,10 @@
 
 /* for search result highlighting */
 span.highlighted {
-    background-color: #fbe54e; }
+  background-color: #fbe54e; }
 
 /* handle rst rubric directives */
 p.rubric {
-    margin-top: 30px;
-    font-weight: bold;
+  margin-top: 30px;
+  font-weight: bold;
 }
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openstackdocstheme-2.2.7/openstackdocstheme.egg-info/PKG-INFO 
new/openstackdocstheme-2.3.1/openstackdocstheme.egg-info/PKG-INFO
--- old/openstackdocstheme-2.2.7/openstackdocstheme.egg-info/PKG-INFO   
2020-12-02 21:52:11.000000000 +0100
+++ new/openstackdocstheme-2.3.1/openstackdocstheme.egg-info/PKG-INFO   
2021-09-20 17:24:06.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: openstackdocstheme
-Version: 2.2.7
+Version: 2.3.1
 Summary: OpenStack Docs Theme
 Home-page: https://docs.openstack.org/openstackdocstheme/latest/
 Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openstackdocstheme-2.2.7/openstackdocstheme.egg-info/pbr.json 
new/openstackdocstheme-2.3.1/openstackdocstheme.egg-info/pbr.json
--- old/openstackdocstheme-2.2.7/openstackdocstheme.egg-info/pbr.json   
2020-12-02 21:52:11.000000000 +0100
+++ new/openstackdocstheme-2.3.1/openstackdocstheme.egg-info/pbr.json   
2021-09-20 17:24:06.000000000 +0200
@@ -1 +1 @@
-{"git_version": "c7f7eec", "is_release": true}
\ No newline at end of file
+{"git_version": "4c6d655", "is_release": true}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openstackdocstheme-2.2.7/setup.cfg 
new/openstackdocstheme-2.3.1/setup.cfg
--- old/openstackdocstheme-2.2.7/setup.cfg      2020-12-02 21:52:12.293508800 
+0100
+++ new/openstackdocstheme-2.3.1/setup.cfg      2021-09-20 17:24:06.999984700 
+0200
@@ -1,12 +1,12 @@
 [metadata]
 name = openstackdocstheme
 summary = OpenStack Docs Theme
-description-file = 
+description_file = 
        README.rst
 author = OpenStack
-author-email = [email protected]
-home-page = https://docs.openstack.org/openstackdocstheme/latest/
-python-requires = >=3.6
+author_email = [email protected]
+home_page = https://docs.openstack.org/openstackdocstheme/latest/
+python_requires = >=3.6
 classifier = 
        Environment :: OpenStack
        Intended Audience :: Information Technology
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openstackdocstheme-2.2.7/tox.ini 
new/openstackdocstheme-2.3.1/tox.ini
--- old/openstackdocstheme-2.2.7/tox.ini        2020-12-02 21:51:30.000000000 
+0100
+++ new/openstackdocstheme-2.3.1/tox.ini        2021-09-20 17:23:26.000000000 
+0200
@@ -5,9 +5,9 @@
 
 [testenv]
 basepython = python3
-usedevelop = False
+usedevelop = true
 deps =
-    
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/upper-constraints.txt}
+    
-c{env:TOX_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/upper-constraints.txt}
     -r{toxinidir}/test-requirements.txt
     -r{toxinidir}/requirements.txt
     -r{toxinidir}/doc/requirements.txt

Reply via email to