Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-senlinclient for 
openSUSE:Factory checked in at 2024-01-15 22:18:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-senlinclient (Old)
 and      /work/SRC/openSUSE:Factory/.python-senlinclient.new.21961 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-senlinclient"

Mon Jan 15 22:18:05 2024 rev:14 rq:1138710 version:3.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-senlinclient/python-senlinclient.changes  
2022-05-25 20:35:10.544279009 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-senlinclient.new.21961/python-senlinclient.changes
       2024-01-15 22:19:27.175337749 +0100
@@ -1,0 +2,14 @@
+Sun Jan 14 18:05:01 UTC 2024 - [email protected]
+
+- update to version 3.1.0
+  - Imported Translations from Zanata
+  - Switch to 2023.1 Python3 unit tests and generic template name
+  - Update master for stable/yoga
+  - Update master for stable/2023.1
+  - Update master for stable/zed
+  - Add Python3 zed unit tests
+  - Fix tox.ini with tox4
+  - Drop lower-constraints.txt and its testing
+  - The Python 3.6 and Python 3.7 Support has been dropped since zed
+
+-------------------------------------------------------------------

Old:
----
  python-senlinclient-2.4.0.tar.gz

New:
----
  python-senlinclient-3.1.0.tar.gz

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

Other differences:
------------------
++++++ python-senlinclient.spec ++++++
--- /var/tmp/diff_new_pack.yI0kKo/_old  2024-01-15 22:19:27.947366122 +0100
+++ /var/tmp/diff_new_pack.yI0kKo/_new  2024-01-15 22:19:27.947366122 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-senlinclient
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:           python-senlinclient
-Version:        2.4.0
+Version:        3.1.0
 Release:        0
 Summary:        Python API and CLI for OpenStack Senlin
 License:        Apache-2.0
 Group:          Development/Languages/Python
 URL:            https://docs.openstack.org/python-senlinclient
-Source0:        
https://files.pythonhosted.org/packages/source/p/python-senlinclient/python-senlinclient-2.4.0.tar.gz
+Source0:        
https://files.pythonhosted.org/packages/source/p/python-senlinclient/python-senlinclient-3.1.0.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python3-PrettyTable >= 0.7.2
 BuildRequires:  python3-PyYAML >= 5.3.1
@@ -85,7 +85,7 @@
 auto-generated documentation.
 
 %prep
-%autosetup -p1 -n python-senlinclient-2.4.0
+%autosetup -p1 -n python-senlinclient-3.1.0
 %py_req_cleanup
 
 %build
@@ -99,7 +99,7 @@
 %{py3_install}
 
 %check
-python3 -m stestr.cli run
+%{openstack_stestr_run}
 
 %files -n python3-senlinclient
 %license LICENSE

++++++ _service ++++++
--- /var/tmp/diff_new_pack.yI0kKo/_old  2024-01-15 22:19:27.975367151 +0100
+++ /var/tmp/diff_new_pack.yI0kKo/_new  2024-01-15 22:19:27.979367297 +0100
@@ -1,13 +1,13 @@
 <services>
-  <service mode="disabled" name="renderspec">
+  <service mode="manual" name="renderspec">
     <param 
name="input-template">https://opendev.org/openstack/rpm-packaging/raw/master/openstack/python-senlinclient/python-senlinclient.spec.j2</param>
     <param name="output-name">python-senlinclient.spec</param>
     <param 
name="requirements">https://opendev.org/openstack/python-senlinclient/raw/branch/master/requirements.txt</param>
     <param name="changelog-email">[email protected]</param>
     <param name="changelog-provider">gh,openstack,python-senlinclient</param>
   </service>
-  <service mode="disabled" name="download_files">
+  <service mode="manual" name="download_files">
   </service>
-  <service name="format_spec_file" mode="disabled"/>
+  <service name="format_spec_file" mode="manual"/>
 </services>
 

++++++ python-senlinclient-2.4.0.tar.gz -> python-senlinclient-3.1.0.tar.gz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-senlinclient-2.4.0/.zuul.yaml 
new/python-senlinclient-3.1.0/.zuul.yaml
--- old/python-senlinclient-2.4.0/.zuul.yaml    2022-02-25 17:20:21.000000000 
+0100
+++ new/python-senlinclient-3.1.0/.zuul.yaml    2023-08-30 14:39:35.000000000 
+0200
@@ -31,8 +31,7 @@
 - project:
     templates:
       - check-requirements
-      - openstack-lower-constraints-jobs
-      - openstack-python3-yoga-jobs
+      - openstack-python3-jobs
       - openstackclient-plugin-jobs
       - publish-openstack-docs-pti
       - release-notes-jobs-python3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-senlinclient-2.4.0/ChangeLog 
new/python-senlinclient-3.1.0/ChangeLog
--- old/python-senlinclient-2.4.0/ChangeLog     2022-02-25 17:21:06.000000000 
+0100
+++ new/python-senlinclient-3.1.0/ChangeLog     2023-08-30 14:40:03.000000000 
+0200
@@ -1,6 +1,28 @@
 CHANGES
 =======
 
+3.1.0
+-----
+
+* Imported Translations from Zanata
+* Update master for stable/2023.1
+
+3.0.0
+-----
+
+* Drop lower-constraints.txt and its testing
+* Fix tox.ini with tox4
+* The Python 3.6 and Python 3.7 Support has been dropped since zed
+* Switch to 2023.1 Python3 unit tests and generic template name
+* Update master for stable/zed
+
+2.5.0
+-----
+
+* Imported Translations from Zanata
+* Add Python3 zed unit tests
+* Update master for stable/yoga
+
 2.4.0
 -----
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-senlinclient-2.4.0/PKG-INFO 
new/python-senlinclient-3.1.0/PKG-INFO
--- old/python-senlinclient-2.4.0/PKG-INFO      2022-02-25 17:21:06.534387400 
+0100
+++ new/python-senlinclient-3.1.0/PKG-INFO      2023-08-30 14:40:04.140455000 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: python-senlinclient
-Version: 2.4.0
+Version: 3.1.0
 Summary: OpenStack Clustering API Client Library
 Home-page: https://docs.openstack.org/python-senlinclient/latest/
 Author: OpenStack
@@ -36,7 +36,5 @@
 Classifier: Programming Language :: Python :: Implementation :: CPython
 Classifier: Programming Language :: Python :: 3 :: Only
 Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.6
-Classifier: Programming Language :: Python :: 3.7
 Classifier: Programming Language :: Python :: 3.8
-Requires-Python: >=3.6
+Requires-Python: >=3.8
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-senlinclient-2.4.0/lower-constraints.txt 
new/python-senlinclient-3.1.0/lower-constraints.txt
--- old/python-senlinclient-2.4.0/lower-constraints.txt 2022-02-25 
17:20:21.000000000 +0100
+++ new/python-senlinclient-3.1.0/lower-constraints.txt 1970-01-01 
01:00:00.000000000 +0100
@@ -1,86 +0,0 @@
-alabaster==0.7.10
-appdirs==1.3.0
-asn1crypto==0.23.0
-cffi==1.14.0
-cliff==2.8.0
-cmd2==0.8.0
-coverage==4.0
-cryptography==2.7
-debtcollector==1.2.0
-decorator==4.1.0
-deprecation==1.0
-docutils==0.11
-dogpile.cache==0.8.0
-dulwich==0.15.0
-extras==1.0.0
-fasteners==0.7.0
-fixtures==3.0.0
-future==0.16.0
-idna==2.6
-imagesize==0.7.1
-iso8601==0.1.11
-Jinja2==2.10
-jmespath==0.9.0
-jsonpatch==1.16
-jsonpointer==1.13
-jsonschema==2.6.0
-keystoneauth1==3.11.0
-linecache2==1.0.0
-MarkupSafe==1.0
-monotonic==0.6
-mox3==0.20.0
-msgpack-python==0.4.0
-munch==2.1.0
-netaddr==0.8.0
-netifaces==0.10.4
-openstacksdk==0.24.0
-os-client-config==1.28.0
-os-service-types==1.2.0
-osc-lib==1.11.0
-oslo.concurrency==3.25.0
-oslo.config==5.2.0
-oslo.context==2.19.2
-oslo.i18n==3.15.3
-oslo.log==3.36.0
-oslo.serialization==2.18.0
-oslo.utils==3.33.0
-oslotest==3.2.0
-paramiko==2.0.0
-pbr==2.0.0
-positional==1.2.1
-prettytable==0.7.2
-pyasn1==0.1.8
-pycparser==2.18
-pyinotify==0.9.6
-pyOpenSSL==17.1.0
-pyparsing==2.1.0
-pyperclip==1.5.27
-python-cinderclient==3.3.0
-python-dateutil==2.5.3
-python-glanceclient==2.8.0
-python-heatclient==1.10.0
-python-keystoneclient==3.8.0
-python-mimeparse==1.6.0
-python-novaclient==9.1.0
-python-openstackclient==3.12.0
-python-subunit==1.0.0
-python-swiftclient==3.2.0
-pytz==2015.7
-PyYAML==5.3.1
-requests==2.14.2
-requests-mock==1.2.0
-requestsexceptions==1.2.0
-rfc3986==0.3.1
-setuptools==21.0.0
-simplejson==3.5.1
-snowballstemmer==1.2.1
-stestr==2.0.0
-stevedore==1.20.0
-tempest==17.1.0
-testscenarios==0.4
-testtools==2.2.0
-traceback2==1.4.0
-unittest2==1.1.0
-urllib3==1.21.1
-warlock==1.2.0
-wrapt==1.7.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-senlinclient-2.4.0/python_senlinclient.egg-info/PKG-INFO 
new/python-senlinclient-3.1.0/python_senlinclient.egg-info/PKG-INFO
--- old/python-senlinclient-2.4.0/python_senlinclient.egg-info/PKG-INFO 
2022-02-25 17:21:06.000000000 +0100
+++ new/python-senlinclient-3.1.0/python_senlinclient.egg-info/PKG-INFO 
2023-08-30 14:40:03.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: python-senlinclient
-Version: 2.4.0
+Version: 3.1.0
 Summary: OpenStack Clustering API Client Library
 Home-page: https://docs.openstack.org/python-senlinclient/latest/
 Author: OpenStack
@@ -36,7 +36,5 @@
 Classifier: Programming Language :: Python :: Implementation :: CPython
 Classifier: Programming Language :: Python :: 3 :: Only
 Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.6
-Classifier: Programming Language :: Python :: 3.7
 Classifier: Programming Language :: Python :: 3.8
-Requires-Python: >=3.6
+Requires-Python: >=3.8
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-senlinclient-2.4.0/python_senlinclient.egg-info/SOURCES.txt 
new/python-senlinclient-3.1.0/python_senlinclient.egg-info/SOURCES.txt
--- old/python-senlinclient-2.4.0/python_senlinclient.egg-info/SOURCES.txt      
2022-02-25 17:21:06.000000000 +0100
+++ new/python-senlinclient-3.1.0/python_senlinclient.egg-info/SOURCES.txt      
2023-08-30 14:40:04.000000000 +0200
@@ -7,7 +7,6 @@
 README.rst
 TODO
 bindep.txt
-lower-constraints.txt
 requirements.txt
 setup.cfg
 setup.py
@@ -52,6 +51,7 @@
 releasenotes/notes/senlinclient-1.1.0-daf1f24c73ee8b17.yaml
 releasenotes/notes/senlinclient-1.2.0-4680ea85ba2dc6c8.yaml
 releasenotes/notes/test-function-test-d90d7af1994a5f88.yaml
+releasenotes/source/2023.1.rst
 releasenotes/source/conf.py
 releasenotes/source/index.rst
 releasenotes/source/newton.rst
@@ -66,6 +66,8 @@
 releasenotes/source/victoria.rst
 releasenotes/source/wallaby.rst
 releasenotes/source/xena.rst
+releasenotes/source/yoga.rst
+releasenotes/source/zed.rst
 releasenotes/source/_static/.placeholder
 releasenotes/source/_templates/.placeholder
 releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-senlinclient-2.4.0/python_senlinclient.egg-info/pbr.json 
new/python-senlinclient-3.1.0/python_senlinclient.egg-info/pbr.json
--- old/python-senlinclient-2.4.0/python_senlinclient.egg-info/pbr.json 
2022-02-25 17:21:06.000000000 +0100
+++ new/python-senlinclient-3.1.0/python_senlinclient.egg-info/pbr.json 
2023-08-30 14:40:03.000000000 +0200
@@ -1 +1 @@
-{"git_version": "9fc2edc", "is_release": true}
\ No newline at end of file
+{"git_version": "1644b1b", "is_release": true}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-senlinclient-2.4.0/releasenotes/source/2023.1.rst 
new/python-senlinclient-3.1.0/releasenotes/source/2023.1.rst
--- old/python-senlinclient-2.4.0/releasenotes/source/2023.1.rst        
1970-01-01 01:00:00.000000000 +0100
+++ new/python-senlinclient-3.1.0/releasenotes/source/2023.1.rst        
2023-08-30 14:39:35.000000000 +0200
@@ -0,0 +1,6 @@
+===========================
+2023.1 Series Release Notes
+===========================
+
+.. release-notes::
+   :branch: stable/2023.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-senlinclient-2.4.0/releasenotes/source/index.rst 
new/python-senlinclient-3.1.0/releasenotes/source/index.rst
--- old/python-senlinclient-2.4.0/releasenotes/source/index.rst 2022-02-25 
17:20:21.000000000 +0100
+++ new/python-senlinclient-3.1.0/releasenotes/source/index.rst 2023-08-30 
14:39:35.000000000 +0200
@@ -6,6 +6,9 @@
    :maxdepth: 1
 
    unreleased
+   2023.1
+   zed
+   yoga
    xena
    wallaby
    victoria
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-senlinclient-2.4.0/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po
 
new/python-senlinclient-3.1.0/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po
--- 
old/python-senlinclient-2.4.0/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po
  2022-02-25 17:20:21.000000000 +0100
+++ 
new/python-senlinclient-3.1.0/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po
  2023-08-30 14:39:35.000000000 +0200
@@ -1,14 +1,16 @@
 # Andi Chandler <[email protected]>, 2017. #zanata
 # Andi Chandler <[email protected]>, 2018. #zanata
+# Andi Chandler <[email protected]>, 2022. #zanata
+# Andi Chandler <[email protected]>, 2023. #zanata
 msgid ""
 msgstr ""
-"Project-Id-Version: python-senlinclient\n"
+"Project-Id-Version: Senlin Client Release Notes\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-08-13 16:27+0000\n"
+"POT-Creation-Date: 2023-02-28 05:32+0000\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"PO-Revision-Date: 2018-08-08 07:57+0000\n"
+"PO-Revision-Date: 2023-07-28 12:45+0000\n"
 "Last-Translator: Andi Chandler <[email protected]>\n"
 "Language-Team: English (United Kingdom)\n"
 "Language: en_GB\n"
@@ -24,12 +26,24 @@
 msgid "1.1.0"
 msgstr "1.1.0"
 
+msgid "1.10.0"
+msgstr "1.10.0"
+
 msgid "1.2.0"
 msgstr "1.2.0"
 
 msgid "1.6.0"
 msgstr "1.6.0"
 
+msgid "1.8.0"
+msgstr "1.8.0"
+
+msgid "2.0.0"
+msgstr "2.0.0"
+
+msgid "2023.1 Series Release Notes"
+msgstr "2023.1 Series Release Notes"
+
 msgid ""
 "A new CLI command 'senlin cluster-run' and a new OSC plugin command "
 "'openstack cluster run' have been added. Use the 'help' command to find out "
@@ -155,6 +169,15 @@
 msgid "Pike Series Release Notes"
 msgstr "Pike Series Release Notes"
 
+msgid ""
+"Python 2.7 support has been dropped. Last release of python-senlinclient to "
+"support python 2.7 is OpenStack Train. The minimum version of Python now "
+"supported by python-senlinclient is Python 3.6."
+msgstr ""
+"Python 2.7 support has been dropped. Last release of python-senlinclient to "
+"support python 2.7 is OpenStack Train. The minimum version of Python now "
+"supported by python-senlinclient is Python 3.6."
+
 msgid "Queens Series Release Notes"
 msgstr "Queens Series Release Notes"
 
@@ -164,9 +187,15 @@
 msgid "Removed pypy because pypy is no longer supported by oslo libraries."
 msgstr "Removed pypy because pypy is no longer supported by oslo libraries."
 
+msgid "Rocky Series Release Notes"
+msgstr "Rocky Series Release Notes"
+
 msgid "Senlin Client Release Notes"
 msgstr "Senlin Client Release Notes"
 
+msgid "Stein Series Release Notes"
+msgstr "Stein Series Release Notes"
+
 msgid "Support \"global_project\" arguments for action-list."
 msgstr "Support \"global_project\" arguments for action-list."
 
@@ -225,5 +254,35 @@
 msgid "The support to python 3.5 has been verified and gated."
 msgstr "The support to python 3.5 has been verified and gated."
 
+msgid "Train Series Release Notes"
+msgstr "Train Series Release Notes"
+
 msgid "Upgrade Notes"
 msgstr "Upgrade Notes"
+
+msgid "Ussuri Series Release Notes"
+msgstr "Ussuri Series Release Notes"
+
+msgid "Victoria Series Release Notes"
+msgstr "Victoria Series Release Notes"
+
+msgid "Wallaby Series Release Notes"
+msgstr "Wallaby Series Release Notes"
+
+msgid "Xena Series Release Notes"
+msgstr "Xena Series Release Notes"
+
+msgid "Yoga Series Release Notes"
+msgstr "Yoga Series Release Notes"
+
+msgid "Zed Series Release Notes"
+msgstr "Zed Series Release Notes"
+
+msgid ""
+"[`bug 1814171 <https://bugs.launchpad.net/senlin/+bug/1814171>`_] Fixed a "
+"bug so that cluster delete and node delete return action id associated with "
+"the delete action."
+msgstr ""
+"[`bug 1814171 <https://bugs.launchpad.net/senlin/+bug/1814171>`_] Fixed a "
+"bug so that cluster delete and node delete return action id associated with "
+"the delete action."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-senlinclient-2.4.0/releasenotes/source/yoga.rst 
new/python-senlinclient-3.1.0/releasenotes/source/yoga.rst
--- old/python-senlinclient-2.4.0/releasenotes/source/yoga.rst  1970-01-01 
01:00:00.000000000 +0100
+++ new/python-senlinclient-3.1.0/releasenotes/source/yoga.rst  2023-08-30 
14:39:35.000000000 +0200
@@ -0,0 +1,6 @@
+=========================
+Yoga Series Release Notes
+=========================
+
+.. release-notes::
+   :branch: stable/yoga
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-senlinclient-2.4.0/releasenotes/source/zed.rst 
new/python-senlinclient-3.1.0/releasenotes/source/zed.rst
--- old/python-senlinclient-2.4.0/releasenotes/source/zed.rst   1970-01-01 
01:00:00.000000000 +0100
+++ new/python-senlinclient-3.1.0/releasenotes/source/zed.rst   2023-08-30 
14:39:35.000000000 +0200
@@ -0,0 +1,6 @@
+========================
+Zed Series Release Notes
+========================
+
+.. release-notes::
+   :branch: stable/zed
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-senlinclient-2.4.0/requirements.txt 
new/python-senlinclient-3.1.0/requirements.txt
--- old/python-senlinclient-2.4.0/requirements.txt      2022-02-25 
17:20:21.000000000 +0100
+++ new/python-senlinclient-3.1.0/requirements.txt      2023-08-30 
14:39:35.000000000 +0200
@@ -1,3 +1,7 @@
+# Requirements lower bounds listed here are our best effort to keep them up to
+# date but we do not test them so no guarantee of having them all correct. If
+# you find any incorrect lower bounds, let us know or propose a fix. 
+
 # The order of packages is significant, because pip processes them in the order
 # of appearance. Changing the order has an impact on the overall integration
 # process, which may cause wedges in the gate later.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-senlinclient-2.4.0/setup.cfg 
new/python-senlinclient-3.1.0/setup.cfg
--- old/python-senlinclient-2.4.0/setup.cfg     2022-02-25 17:21:06.534387400 
+0100
+++ new/python-senlinclient-3.1.0/setup.cfg     2023-08-30 14:40:04.140455000 
+0200
@@ -6,7 +6,7 @@
 author = OpenStack
 author-email = [email protected]
 home-page = https://docs.openstack.org/python-senlinclient/latest/
-python-requires = >=3.6
+python-requires = >=3.8
 classifier = 
        Environment :: OpenStack
        Intended Audience :: Information Technology
@@ -17,8 +17,6 @@
        Programming Language :: Python :: Implementation :: CPython
        Programming Language :: Python :: 3 :: Only
        Programming Language :: Python :: 3
-       Programming Language :: Python :: 3.6
-       Programming Language :: Python :: 3.7
        Programming Language :: Python :: 3.8
 
 [files]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-senlinclient-2.4.0/tox.ini 
new/python-senlinclient-3.1.0/tox.ini
--- old/python-senlinclient-2.4.0/tox.ini       2022-02-25 17:20:21.000000000 
+0100
+++ new/python-senlinclient-3.1.0/tox.ini       2023-08-30 14:39:35.000000000 
+0200
@@ -1,7 +1,6 @@
 [tox]
 envlist = py3,pep8,releasenotes
 minversion = 3.1.1
-skipsdist = True
 ignore_basepython_conflict = True
 
 [testenv]
@@ -17,7 +16,7 @@
 commands =
     find . -type f -name "*.py[c|o]" -delete
     stestr run --slowest {posargs}
-whitelist_externals = find
+allowlist_externals = find
 
 [testenv:bandit]
 deps = -r{toxinidir}/test-requirements.txt
@@ -28,7 +27,7 @@
     flake8
     # Check that .po and .pot files are valid:
     bash -c "find senlinclient -type f -regex '.*\.pot?' -print0|xargs -0 -n 1 
--no-run-if-empty msgfmt --check-format -o /dev/null"
-whitelist_externals = bash
+allowlist_externals = bash
 
 [testenv:venv]
 commands = {posargs}
@@ -75,9 +74,3 @@
 
 [hacking]
 import_exceptions = senlinclient.common.i18n
-
-[testenv:lower-constraints]
-deps =
-  -c{toxinidir}/lower-constraints.txt
-  -r{toxinidir}/test-requirements.txt
-  -r{toxinidir}/requirements.txt

Reply via email to