Hello community,
here is the log from the commit of package python-mistralclient for
openSUSE:Factory checked in at 2019-06-12 13:16:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-mistralclient (Old)
and /work/SRC/openSUSE:Factory/.python-mistralclient.new.4811 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-mistralclient"
Wed Jun 12 13:16:06 2019 rev:9 rq:709044 version:3.8.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-mistralclient/python-mistralclient.changes
2019-05-03 22:41:23.099109894 +0200
+++
/work/SRC/openSUSE:Factory/.python-mistralclient.new.4811/python-mistralclient.changes
2019-06-12 13:16:07.816701473 +0200
@@ -1,0 +2,10 @@
+Tue Jun 11 06:19:23 UTC 2019 - [email protected]
+
+- update to version 3.8.1
+ - Replace openstack.org git:// URLs with https://
+ - OpenDev Migration Patch
+ - Update .gitreview for stable/stein
+ - Fix typo for self.list
+ - Update UPPER_CONSTRAINTS_FILE for stable/stein
+
+-------------------------------------------------------------------
Old:
----
python-mistralclient-3.8.0.tar.gz
New:
----
python-mistralclient-3.8.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-mistralclient.spec ++++++
--- /var/tmp/diff_new_pack.gQnqQz/_old 2019-06-12 13:16:08.212701058 +0200
+++ /var/tmp/diff_new_pack.gQnqQz/_new 2019-06-12 13:16:08.216701054 +0200
@@ -17,7 +17,7 @@
Name: python-mistralclient
-Version: 3.8.0
+Version: 3.8.1
Release: 0
Summary: Python API and CLI for OpenStack Mistral
License: Apache-2.0
++++++ python-mistralclient-3.8.0.tar.gz -> python-mistralclient-3.8.1.tar.gz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/python-mistralclient-3.8.0/.zuul.yaml
new/python-mistralclient-3.8.1/.zuul.yaml
--- old/python-mistralclient-3.8.0/.zuul.yaml 2019-03-08 21:11:36.000000000
+0100
+++ new/python-mistralclient-3.8.1/.zuul.yaml 2019-05-14 16:12:23.000000000
+0200
@@ -4,8 +4,8 @@
timeout: 9000
vars:
devstack_plugins:
- mistral: https://git.openstack.org/openstack/mistral
- heat: https://git.openstack.org/openstack/heat
+ mistral: https://opendev.org/openstack/mistral
+ heat: https://opendev.org/openstack/heat
devstack_services:
heat: true
h-api: true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/python-mistralclient-3.8.0/AUTHORS
new/python-mistralclient-3.8.1/AUTHORS
--- old/python-mistralclient-3.8.0/AUTHORS 2019-03-08 21:13:29.000000000
+0100
+++ new/python-mistralclient-3.8.1/AUTHORS 2019-05-14 16:14:14.000000000
+0200
@@ -24,6 +24,7 @@
GouthamPratapa <[email protected]>
Hangdong Zhang <[email protected]>
Hardik Parekh <[email protected]>
+Ian Wienand <[email protected]>
Istvan Imre <[email protected]>
Jamie Lennox <[email protected]>
Jeremy Liu <[email protected]>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/python-mistralclient-3.8.0/ChangeLog
new/python-mistralclient-3.8.1/ChangeLog
--- old/python-mistralclient-3.8.0/ChangeLog 2019-03-08 21:13:28.000000000
+0100
+++ new/python-mistralclient-3.8.1/ChangeLog 2019-05-14 16:14:14.000000000
+0200
@@ -1,6 +1,15 @@
CHANGES
=======
+3.8.1
+-----
+
+* OpenDev Migration Patch
+* Fix typo for self.list
+* Update .gitreview for stable/stein
+* Update UPPER\_CONSTRAINTS\_FILE for stable/stein
+* Replace openstack.org git:// URLs with https://
+
3.8.0
-----
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/python-mistralclient-3.8.0/PKG-INFO
new/python-mistralclient-3.8.1/PKG-INFO
--- old/python-mistralclient-3.8.0/PKG-INFO 2019-03-08 21:13:29.000000000
+0100
+++ new/python-mistralclient-3.8.1/PKG-INFO 2019-05-14 16:14:14.000000000
+0200
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: python-mistralclient
-Version: 3.8.0
+Version: 3.8.1
Summary: Mistral Client Library
Home-page: https://docs.openstack.org/python-mistralclient/latest/
Author: OpenStack
@@ -43,7 +43,7 @@
First of all, clone the repo and go to the repo directory::
- $ git clone
git://git.openstack.org/openstack/python-mistralclient.git
+ $ git clone
https://git.openstack.org/openstack/python-mistralclient.git
$ cd python-mistralclient
Then just run::
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/python-mistralclient-3.8.0/README.rst
new/python-mistralclient-3.8.1/README.rst
--- old/python-mistralclient-3.8.0/README.rst 2019-03-08 21:11:36.000000000
+0100
+++ new/python-mistralclient-3.8.1/README.rst 2019-05-14 16:12:23.000000000
+0200
@@ -35,7 +35,7 @@
First of all, clone the repo and go to the repo directory::
- $ git clone git://git.openstack.org/openstack/python-mistralclient.git
+ $ git clone https://git.openstack.org/openstack/python-mistralclient.git
$ cd python-mistralclient
Then just run::
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/python-mistralclient-3.8.0/mistralclient/api/base.py
new/python-mistralclient-3.8.1/mistralclient/api/base.py
--- old/python-mistralclient-3.8.0/mistralclient/api/base.py 2019-03-08
21:11:36.000000000 +0100
+++ new/python-mistralclient-3.8.1/mistralclient/api/base.py 2019-05-14
16:12:23.000000000 +0200
@@ -74,7 +74,15 @@
self.http_client = http_client
def find(self, **kwargs):
- return [i for i in self._list() if _check_items(i, kwargs.items())]
+ return [i for i in self.list() if _check_items(i, kwargs.items())]
+
+ def list(self):
+ """This is an abstract method
+
+ This is added here so that the find method gains some clarity.
+ It must be implemented by the child class in order to find to work
+ """
+ raise NotImplementedError("abstract method list must be implemented")
@staticmethod
def _build_query_params(marker=None, limit=None, sort_keys=None,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/python-mistralclient-3.8.0/python_mistralclient.egg-info/PKG-INFO
new/python-mistralclient-3.8.1/python_mistralclient.egg-info/PKG-INFO
--- old/python-mistralclient-3.8.0/python_mistralclient.egg-info/PKG-INFO
2019-03-08 21:13:29.000000000 +0100
+++ new/python-mistralclient-3.8.1/python_mistralclient.egg-info/PKG-INFO
2019-05-14 16:14:14.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: python-mistralclient
-Version: 3.8.0
+Version: 3.8.1
Summary: Mistral Client Library
Home-page: https://docs.openstack.org/python-mistralclient/latest/
Author: OpenStack
@@ -43,7 +43,7 @@
First of all, clone the repo and go to the repo directory::
- $ git clone
git://git.openstack.org/openstack/python-mistralclient.git
+ $ git clone
https://git.openstack.org/openstack/python-mistralclient.git
$ cd python-mistralclient
Then just run::
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/python-mistralclient-3.8.0/python_mistralclient.egg-info/pbr.json
new/python-mistralclient-3.8.1/python_mistralclient.egg-info/pbr.json
--- old/python-mistralclient-3.8.0/python_mistralclient.egg-info/pbr.json
2019-03-08 21:13:29.000000000 +0100
+++ new/python-mistralclient-3.8.1/python_mistralclient.egg-info/pbr.json
2019-05-14 16:14:14.000000000 +0200
@@ -1 +1 @@
-{"git_version": "6ffd1f3", "is_release": true}
\ No newline at end of file
+{"git_version": "1712bd4", "is_release": true}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/python-mistralclient-3.8.0/tox.ini
new/python-mistralclient-3.8.1/tox.ini
--- old/python-mistralclient-3.8.0/tox.ini 2019-03-08 21:11:36.000000000
+0100
+++ new/python-mistralclient-3.8.1/tox.ini 2019-05-14 16:12:23.000000000
+0200
@@ -12,7 +12,7 @@
PYTHONWARNINGS=default::DeprecationWarning
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
deps =
-
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
+
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/stein}
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands =
@@ -40,7 +40,7 @@
[testenv:docs]
basepython = python3
deps =
-
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
+
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/stein}
-r{toxinidir}/requirements.txt
-r{toxinidir}/doc/requirements.txt
commands =
@@ -59,7 +59,7 @@
[testenv:releasenotes]
basepython = python3
deps =
-
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
+
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/stein}
-r{toxinidir}/requirements.txt
-r{toxinidir}/doc/requirements.txt
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html
releasenotes/source releasenotes/build/html