Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-mistralclient for
openSUSE:Factory checked in at 2025-12-01 11:15:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-mistralclient (Old)
and /work/SRC/openSUSE:Factory/.python-mistralclient.new.14147 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-mistralclient"
Mon Dec 1 11:15:04 2025 rev:21 rq:1320675 version:6.1.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-mistralclient/python-mistralclient.changes
2025-11-10 19:17:29.720736238 +0100
+++
/work/SRC/openSUSE:Factory/.python-mistralclient.new.14147/python-mistralclient.changes
2025-12-01 11:15:49.308855292 +0100
@@ -1,0 +2,8 @@
+Sun Nov 30 21:59:10 UTC 2025 - Dirk Müller <[email protected]>
+
+- update to 6.1.0:
+ * Fix mistralclient not pass ca\_cert when using OpenStack CLI
+ * Replace MISTRAL\_URL in functional tests
+ * Update master for stable/2025.2
+
+-------------------------------------------------------------------
@@ -72 +80 @@
-- update to version 4.3.0
+- update to version 4.3.0 (bsc#1254289, CVE-2021-4472):
Old:
----
python_mistralclient-6.0.0.tar.gz
New:
----
python_mistralclient-6.1.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-mistralclient.spec ++++++
--- /var/tmp/diff_new_pack.nlIFKL/_old 2025-12-01 11:15:50.132889989 +0100
+++ /var/tmp/diff_new_pack.nlIFKL/_new 2025-12-01 11:15:50.132889989 +0100
@@ -18,7 +18,7 @@
%global pythons %{primary_python}
Name: python-mistralclient
-Version: 6.0.0
+Version: 6.1.0
Release: 0
Summary: Python API and CLI for OpenStack Mistral
License: Apache-2.0
++++++ python_mistralclient-6.0.0.tar.gz -> python_mistralclient-6.1.0.tar.gz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/python_mistralclient-6.0.0/.zuul.yaml
new/python_mistralclient-6.1.0/.zuul.yaml
--- old/python_mistralclient-6.0.0/.zuul.yaml 2025-09-01 15:37:27.000000000
+0200
+++ new/python_mistralclient-6.1.0/.zuul.yaml 2025-11-13 14:42:21.000000000
+0100
@@ -14,10 +14,8 @@
h-eng: true
tox_envlist: functional
tox_environment:
+ # NOTE(amorin) is it still needed?
IDENTITY_API_VERSION: 3
- PYTHONUNBUFFERED: 'true'
- MISTRAL_USE_MOD_WSGI: true
- MISTRAL_RPC_IMPLEMENTATION: oslo
MYSQL_ROOT_PW: secretdatabase
required-projects:
- openstack/heat
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/python_mistralclient-6.0.0/AUTHORS
new/python_mistralclient-6.1.0/AUTHORS
--- old/python_mistralclient-6.0.0/AUTHORS 2025-09-01 15:38:14.000000000
+0200
+++ new/python_mistralclient-6.1.0/AUTHORS 2025-11-13 14:42:55.000000000
+0100
@@ -112,6 +112,7 @@
ricolin <[email protected]>
ricolin <[email protected]>
shu-mutou <[email protected]>
+shuwcai <[email protected]>
sunjia <[email protected]>
venkatamahesh <[email protected]>
wangqi <[email protected]>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/python_mistralclient-6.0.0/ChangeLog
new/python_mistralclient-6.1.0/ChangeLog
--- old/python_mistralclient-6.0.0/ChangeLog 2025-09-01 15:38:14.000000000
+0200
+++ new/python_mistralclient-6.1.0/ChangeLog 2025-11-13 14:42:55.000000000
+0100
@@ -1,6 +1,13 @@
CHANGES
=======
+6.1.0
+-----
+
+* Fix mistralclient not pass ca\_cert when using OpenStack CLI
+* Replace MISTRAL\_URL in functional tests
+* Update master for stable/2025.2
+
6.0.0
-----
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/python_mistralclient-6.0.0/PKG-INFO
new/python_mistralclient-6.1.0/PKG-INFO
--- old/python_mistralclient-6.0.0/PKG-INFO 2025-09-01 15:38:14.261350600
+0200
+++ new/python_mistralclient-6.1.0/PKG-INFO 2025-11-13 14:42:55.222916000
+0100
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: python-mistralclient
-Version: 6.0.0
+Version: 6.1.0
Summary: Mistral Client Library
Home-page: https://docs.openstack.org/python-mistralclient/latest/
Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/python_mistralclient-6.0.0/mistralclient/osc/plugin.py
new/python_mistralclient-6.1.0/mistralclient/osc/plugin.py
--- old/python_mistralclient-6.0.0/mistralclient/osc/plugin.py 2025-09-01
15:37:27.000000000 +0200
+++ new/python_mistralclient-6.1.0/mistralclient/osc/plugin.py 2025-11-13
14:42:21.000000000 +0100
@@ -43,7 +43,9 @@
interface='publicURL'
)
- client = workflow_client(mistral_url=mistral_url, session=instance.session)
+ client = workflow_client(
+ mistral_url=mistral_url, session=instance.session,
+ cacert=instance._cacert if instance._cacert else None)
return client
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/python_mistralclient-6.0.0/mistralclient/tests/functional/cli/v2/base_v2.py
new/python_mistralclient-6.1.0/mistralclient/tests/functional/cli/v2/base_v2.py
---
old/python_mistralclient-6.0.0/mistralclient/tests/functional/cli/v2/base_v2.py
2025-09-01 15:37:27.000000000 +0200
+++
new/python_mistralclient-6.1.0/mistralclient/tests/functional/cli/v2/base_v2.py
2025-11-13 14:42:21.000000000 +0100
@@ -21,7 +21,9 @@
from mistralclient.tests.functional.cli import base
-MISTRAL_URL = "http://localhost:8989/v2"
+# NOTE(amorin) this is the hardcoded mistral URL in devstack
+# Since we moved to uwsgi, this is behind apache ProxyPass /workflow
+MISTRAL_URL = "http://localhost/workflow/v2"
class MistralClientTestBase(base.MistralCLIAuth, base.MistralCLIAltAuth):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/python_mistralclient-6.0.0/mistralclient/tests/functional/cli/v2/test_cli_v2.py
new/python_mistralclient-6.1.0/mistralclient/tests/functional/cli/v2/test_cli_v2.py
---
old/python_mistralclient-6.0.0/mistralclient/tests/functional/cli/v2/test_cli_v2.py
2025-09-01 15:37:27.000000000 +0200
+++
new/python_mistralclient-6.1.0/mistralclient/tests/functional/cli/v2/test_cli_v2.py
2025-11-13 14:42:21.000000000 +0100
@@ -21,7 +21,9 @@
from mistralclient.tests.functional.cli.v2 import base_v2
-MISTRAL_URL = "http://localhost:8989/v2"
+# NOTE(amorin) this is the hardcoded mistral URL in devstack
+# Since we moved to uwsgi, this is behind apache ProxyPass /workflow
+MISTRAL_URL = "http://localhost/workflow/v2"
class SimpleMistralCLITests(base.MistralCLIAuth):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/python_mistralclient-6.0.0/python_mistralclient.egg-info/PKG-INFO
new/python_mistralclient-6.1.0/python_mistralclient.egg-info/PKG-INFO
--- old/python_mistralclient-6.0.0/python_mistralclient.egg-info/PKG-INFO
2025-09-01 15:38:14.000000000 +0200
+++ new/python_mistralclient-6.1.0/python_mistralclient.egg-info/PKG-INFO
2025-11-13 14:42:55.000000000 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: python-mistralclient
-Version: 6.0.0
+Version: 6.1.0
Summary: Mistral Client Library
Home-page: https://docs.openstack.org/python-mistralclient/latest/
Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/python_mistralclient-6.0.0/python_mistralclient.egg-info/SOURCES.txt
new/python_mistralclient-6.1.0/python_mistralclient.egg-info/SOURCES.txt
--- old/python_mistralclient-6.0.0/python_mistralclient.egg-info/SOURCES.txt
2025-09-01 15:38:14.000000000 +0200
+++ new/python_mistralclient-6.1.0/python_mistralclient.egg-info/SOURCES.txt
2025-11-13 14:42:55.000000000 +0100
@@ -151,6 +151,7 @@
releasenotes/source/2024.1.rst
releasenotes/source/2024.2.rst
releasenotes/source/2025.1.rst
+releasenotes/source/2025.2.rst
releasenotes/source/conf.py
releasenotes/source/index.rst
releasenotes/source/liberty.rst
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/python_mistralclient-6.0.0/python_mistralclient.egg-info/pbr.json
new/python_mistralclient-6.1.0/python_mistralclient.egg-info/pbr.json
--- old/python_mistralclient-6.0.0/python_mistralclient.egg-info/pbr.json
2025-09-01 15:38:14.000000000 +0200
+++ new/python_mistralclient-6.1.0/python_mistralclient.egg-info/pbr.json
2025-11-13 14:42:55.000000000 +0100
@@ -1 +1 @@
-{"git_version": "2fc5a83", "is_release": true}
\ No newline at end of file
+{"git_version": "10a0682", "is_release": true}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/python_mistralclient-6.0.0/releasenotes/source/2025.2.rst
new/python_mistralclient-6.1.0/releasenotes/source/2025.2.rst
--- old/python_mistralclient-6.0.0/releasenotes/source/2025.2.rst
1970-01-01 01:00:00.000000000 +0100
+++ new/python_mistralclient-6.1.0/releasenotes/source/2025.2.rst
2025-11-13 14:42:21.000000000 +0100
@@ -0,0 +1,6 @@
+===========================
+2025.2 Series Release Notes
+===========================
+
+.. release-notes::
+ :branch: stable/2025.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/python_mistralclient-6.0.0/releasenotes/source/index.rst
new/python_mistralclient-6.1.0/releasenotes/source/index.rst
--- old/python_mistralclient-6.0.0/releasenotes/source/index.rst
2025-09-01 15:37:27.000000000 +0200
+++ new/python_mistralclient-6.1.0/releasenotes/source/index.rst
2025-11-13 14:42:21.000000000 +0100
@@ -8,6 +8,7 @@
:maxdepth: 2
unreleased
+ 2025.2
2025.1
2024.2
2024.1