Hello community,

here is the log from the commit of package python-zaqarclient for 
openSUSE:Factory checked in at 2017-04-06 11:01:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-zaqarclient (Old)
 and      /work/SRC/openSUSE:Factory/.python-zaqarclient.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-zaqarclient"

Thu Apr  6 11:01:50 2017 rev:4 rq:482825 version:1.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-zaqarclient/python-zaqarclient.changes    
2017-02-21 13:45:12.471809734 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-zaqarclient.new/python-zaqarclient.changes   
    2017-04-06 11:01:57.445218456 +0200
@@ -1,0 +2,10 @@
+Mon Mar 27 09:01:44 UTC 2017 - cloud-de...@suse.de
+
+- update to version 1.4.0:
+  - Switch to oslo_log
+  - Set client module __version__
+  - Updated from global requirements
+  - Enable release notes translation
+  - Remove unnecessary utf8 coding format in the head of files
+
+-------------------------------------------------------------------

Old:
----
  python-zaqarclient-1.3.0.tar.gz

New:
----
  python-zaqarclient-1.4.0.tar.gz

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

Other differences:
------------------
++++++ python-zaqarclient.spec ++++++
--- /var/tmp/diff_new_pack.SirKZn/_old  2017-04-06 11:01:58.037134797 +0200
+++ /var/tmp/diff_new_pack.SirKZn/_new  2017-04-06 11:01:58.041134232 +0200
@@ -18,7 +18,7 @@
 
 %global sname zaqarclient
 Name:           python-zaqarclient
-Version:        1.3.0
+Version:        1.4.0
 Release:        0
 Summary:        Client Library for OpenStack Zaqar Queueing API
 License:        Apache-2.0
@@ -30,7 +30,7 @@
 BuildRequires:  python-devel
 BuildRequires:  python-fixtures >= 3.0.0
 BuildRequires:  python-jsonschema >= 2.0.0
-BuildRequires:  python-keystoneclient >= 3.8.0
+BuildRequires:  python-keystoneauth1 >= 2.18.0
 BuildRequires:  python-mock >= 2.0
 BuildRequires:  python-nose
 BuildRequires:  python-nose-exclude
@@ -38,6 +38,8 @@
 BuildRequires:  python-os-client-config >= 1.22.0
 BuildRequires:  python-osc-lib >= 1.2.0
 BuildRequires:  python-oslo.i18n >= 2.1.0
+BuildRequires:  python-oslo.log >= 3.11.0
+BuildRequires:  python-oslo.utils >= 3.18.0
 BuildRequires:  python-pbr >= 1.8
 BuildRequires:  python-python-subunit >= 0.0.18
 BuildRequires:  python-requests >= 2.10.0
@@ -47,10 +49,12 @@
 BuildRequires:  python-testscenarios >= 0.4
 BuildRequires:  python-testtools >= 1.4.0
 Requires:       python-jsonschema >= 2.0.0
-Requires:       python-keystoneclient >= 3.8.0
+Requires:       python-keystoneauth1 >= 2.18.0
 Requires:       python-openstack-doc-tools >= 0.23
 Requires:       python-osc-lib >= 1.2.0
 Requires:       python-oslo.i18n >= 2.1.0
+Requires:       python-oslo.log >= 3.11.0
+Requires:       python-oslo.utils >= 3.18.0
 Requires:       python-pbr >= 1.8
 Requires:       python-requests >= 2.10.0
 Requires:       python-six >= 1.9.0

++++++ python-zaqarclient-1.3.0.tar.gz -> python-zaqarclient-1.4.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-zaqarclient-1.3.0/AUTHORS 
new/python-zaqarclient-1.4.0/AUTHORS
--- old/python-zaqarclient-1.3.0/AUTHORS        2017-01-05 16:09:34.000000000 
+0100
+++ new/python-zaqarclient-1.4.0/AUTHORS        2017-02-13 21:58:55.000000000 
+0100
@@ -36,7 +36,9 @@
 Muharem Hrnjadovic <o...@lbox.cc>
 Oleksii Chuprykov <ochupry...@mirantis.com>
 Ondřej Nový <ondrej.n...@firma.seznam.cz>
+Rajiv Kumar <rajiv.ku...@nectechnologies.in>
 Robert Collins <rbtcoll...@hp.com>
+Rui Chen <chenrui.m...@gmail.com>
 Ryan S. Brown <s...@ryansb.com>
 Sascha Peilicke <sasc...@gmx.de>
 Sascha Peilicke <speili...@suse.com>
@@ -59,11 +61,13 @@
 Yuuichi Fujioka <fujioka-yuui...@zx.mxh.nes.nec.co.jp>
 ZhaoBo <zhao...@huawei.com>
 Zhi Yan Liu <zhiy...@cn.ibm.com>
+avnish <avnish....@nectechnologies.in>
 digambar <digambarpati...@yahoo.co.in>
 dynarro <doralynava...@gmail.com>
 gecong1973 <ge.c...@zte.com.cn>
 howardlee <lihongwe...@inspur.com>
 kgriffs <kurt.griffi...@rackspace.com>
+miaohb <miao.hong...@zte.com.cn>
 ricolin <ric...@inwinstack.com>
 shu-mutou <shu-mu...@rf.jp.nec.com>
 wanghao <sxmatch1...@gmail.com>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-zaqarclient-1.3.0/ChangeLog 
new/python-zaqarclient-1.4.0/ChangeLog
--- old/python-zaqarclient-1.3.0/ChangeLog      2017-01-05 16:09:34.000000000 
+0100
+++ new/python-zaqarclient-1.4.0/ChangeLog      2017-02-13 21:58:55.000000000 
+0100
@@ -1,9 +1,18 @@
 CHANGES
 =======
 
+1.4.0
+-----
+
+* Updated from global requirements
+* Set client module __version__
+* Enable release notes translation
+* Switch to oslo_log
+
 1.3.0
 -----
 
+* Remove unnecessary utf8 coding format in the head of files
 * Updated from global requirements
 * Add doc for subscription cli
 * Update release note doc
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-zaqarclient-1.3.0/PKG-INFO 
new/python-zaqarclient-1.4.0/PKG-INFO
--- old/python-zaqarclient-1.3.0/PKG-INFO       2017-01-05 16:09:35.000000000 
+0100
+++ new/python-zaqarclient-1.4.0/PKG-INFO       2017-02-13 21:58:55.000000000 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: python-zaqarclient
-Version: 1.3.0
+Version: 1.4.0
 Summary: Client Library for OpenStack Zaqar Messaging API
 Home-page: http://docs.openstack.org/developer/zaqar/
 Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-zaqarclient-1.3.0/doc/source/conf.py 
new/python-zaqarclient-1.4.0/doc/source/conf.py
--- old/python-zaqarclient-1.3.0/doc/source/conf.py     2017-01-05 
16:07:59.000000000 +0100
+++ new/python-zaqarclient-1.4.0/doc/source/conf.py     2017-02-13 
21:57:27.000000000 +0100
@@ -1,5 +1,3 @@
-# -*- coding: utf-8 -*-
-#
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
 # You may obtain a copy of the License at
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-zaqarclient-1.3.0/python_zaqarclient.egg-info/PKG-INFO 
new/python-zaqarclient-1.4.0/python_zaqarclient.egg-info/PKG-INFO
--- old/python-zaqarclient-1.3.0/python_zaqarclient.egg-info/PKG-INFO   
2017-01-05 16:09:34.000000000 +0100
+++ new/python-zaqarclient-1.4.0/python_zaqarclient.egg-info/PKG-INFO   
2017-02-13 21:58:55.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: python-zaqarclient
-Version: 1.3.0
+Version: 1.4.0
 Summary: Client Library for OpenStack Zaqar Messaging API
 Home-page: http://docs.openstack.org/developer/zaqar/
 Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-zaqarclient-1.3.0/python_zaqarclient.egg-info/pbr.json 
new/python-zaqarclient-1.4.0/python_zaqarclient.egg-info/pbr.json
--- old/python-zaqarclient-1.3.0/python_zaqarclient.egg-info/pbr.json   
2017-01-05 16:09:34.000000000 +0100
+++ new/python-zaqarclient-1.4.0/python_zaqarclient.egg-info/pbr.json   
2017-02-13 21:58:55.000000000 +0100
@@ -1 +1 @@
-{"git_version": "cb635f5", "is_release": true}
\ No newline at end of file
+{"is_release": true, "git_version": "bdeb81f"}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-zaqarclient-1.3.0/python_zaqarclient.egg-info/requires.txt 
new/python-zaqarclient-1.4.0/python_zaqarclient.egg-info/requires.txt
--- old/python-zaqarclient-1.3.0/python_zaqarclient.egg-info/requires.txt       
2017-01-05 16:09:34.000000000 +0100
+++ new/python-zaqarclient-1.4.0/python_zaqarclient.egg-info/requires.txt       
2017-02-13 21:58:55.000000000 +0100
@@ -4,6 +4,7 @@
 stevedore>=1.17.1
 jsonschema!=2.5.0,<3.0.0,>=2.0.0
 oslo.i18n>=2.1.0
+oslo.log>=3.11.0
 oslo.utils>=3.18.0
-keystoneauth1>=2.16.0
+keystoneauth1>=2.18.0
 osc-lib>=1.2.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-zaqarclient-1.3.0/releasenotes/source/conf.py 
new/python-zaqarclient-1.4.0/releasenotes/source/conf.py
--- old/python-zaqarclient-1.3.0/releasenotes/source/conf.py    2017-01-05 
16:07:59.000000000 +0100
+++ new/python-zaqarclient-1.4.0/releasenotes/source/conf.py    2017-02-13 
21:57:28.000000000 +0100
@@ -1,5 +1,3 @@
-# -*- coding: utf-8 -*-
-#
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
 # You may obtain a copy of the License at
@@ -273,3 +271,6 @@
 
 # If true, do not generate a @detailmenu in the "Top" node's menu.
 # texinfo_no_detailmenu = False
+
+# -- Options for Internationalization output ------------------------------
+locale_dirs = ['locale/']
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-zaqarclient-1.3.0/requirements.txt 
new/python-zaqarclient-1.4.0/requirements.txt
--- old/python-zaqarclient-1.3.0/requirements.txt       2017-01-05 
16:07:59.000000000 +0100
+++ new/python-zaqarclient-1.4.0/requirements.txt       2017-02-13 
21:57:28.000000000 +0100
@@ -9,7 +9,8 @@
 
 # Oslo Packages
 oslo.i18n>=2.1.0 # Apache-2.0
+oslo.log>=3.11.0 # Apache-2.0
 oslo.utils>=3.18.0 # Apache-2.0
 
-keystoneauth1>=2.16.0 # Apache-2.0
+keystoneauth1>=2.18.0 # Apache-2.0
 osc-lib>=1.2.0 # Apache-2.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-zaqarclient-1.3.0/setup.cfg 
new/python-zaqarclient-1.4.0/setup.cfg
--- old/python-zaqarclient-1.3.0/setup.cfg      2017-01-05 16:09:35.000000000 
+0100
+++ new/python-zaqarclient-1.4.0/setup.cfg      2017-02-13 21:58:55.000000000 
+0100
@@ -117,5 +117,4 @@
 [egg_info]
 tag_build = 
 tag_date = 0
-tag_svn_revision = 0
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-zaqarclient-1.3.0/tests/unit/queues/test_client.py 
new/python-zaqarclient-1.4.0/tests/unit/queues/test_client.py
--- old/python-zaqarclient-1.3.0/tests/unit/queues/test_client.py       
2017-01-05 16:07:59.000000000 +0100
+++ new/python-zaqarclient-1.4.0/tests/unit/queues/test_client.py       
2017-02-13 21:57:28.000000000 +0100
@@ -13,6 +13,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+import zaqarclient
 from zaqarclient import errors
 from zaqarclient.queues import client
 from zaqarclient.tests import base
@@ -32,3 +33,6 @@
                           client.Client,
                           'http://example.org',
                           -1, {})
+
+    def test_module_version(self):
+        self.assertTrue(hasattr(zaqarclient, '__version__'))
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-zaqarclient-1.3.0/tests/unit/transport/test_ws.py 
new/python-zaqarclient-1.4.0/tests/unit/transport/test_ws.py
--- old/python-zaqarclient-1.3.0/tests/unit/transport/test_ws.py        
2017-01-05 16:07:59.000000000 +0100
+++ new/python-zaqarclient-1.4.0/tests/unit/transport/test_ws.py        
2017-02-13 21:57:28.000000000 +0100
@@ -1,5 +1,3 @@
-# -*- coding: utf-8 -*-
-
 # Licensed under the Apache License, Version 2.0 (the "License"); you may
 # not use this file except in compliance with the License. You may obtain
 # a copy of the License at
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-zaqarclient-1.3.0/zaqarclient/__init__.py 
new/python-zaqarclient-1.4.0/zaqarclient/__init__.py
--- old/python-zaqarclient-1.3.0/zaqarclient/__init__.py        2017-01-05 
16:07:59.000000000 +0100
+++ new/python-zaqarclient-1.4.0/zaqarclient/__init__.py        2017-02-13 
21:57:28.000000000 +0100
@@ -0,0 +1,19 @@
+#   Copyright 2017 Huawei, Inc. All rights reserved.
+#
+#   Licensed under the Apache License, Version 2.0 (the "License"); you may
+#   not use this file except in compliance with the License. You may obtain
+#   a copy of the License at
+#
+#        http://www.apache.org/licenses/LICENSE-2.0
+#
+#   Unless required by applicable law or agreed to in writing, software
+#   distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+#   WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+#   License for the specific language governing permissions and limitations
+#   under the License.
+#
+
+from zaqarclient import version
+
+
+__version__ = version.version_string
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-zaqarclient-1.3.0/zaqarclient/queues/cli.py 
new/python-zaqarclient-1.4.0/zaqarclient/queues/cli.py
--- old/python-zaqarclient-1.3.0/zaqarclient/queues/cli.py      2017-01-05 
16:07:59.000000000 +0100
+++ new/python-zaqarclient-1.4.0/zaqarclient/queues/cli.py      2017-02-13 
21:57:28.000000000 +0100
@@ -14,10 +14,8 @@
 
 """OpenStackClient plugin for Messaging service."""
 
-import logging
-
 from osc_lib import utils
-
+from oslo_log import log as logging
 
 LOG = logging.getLogger(__name__)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-zaqarclient-1.3.0/zaqarclient/queues/v1/cli.py 
new/python-zaqarclient-1.4.0/zaqarclient/queues/v1/cli.py
--- old/python-zaqarclient-1.3.0/zaqarclient/queues/v1/cli.py   2017-01-05 
16:07:59.000000000 +0100
+++ new/python-zaqarclient-1.4.0/zaqarclient/queues/v1/cli.py   2017-02-13 
21:57:28.000000000 +0100
@@ -13,10 +13,10 @@
 # under the License.
 
 import json
-import logging
 
 from osc_lib.command import command
 from osc_lib import utils
+from oslo_log import log as logging
 
 from zaqarclient._i18n import _
 from zaqarclient.transport import errors
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-zaqarclient-1.3.0/zaqarclient/queues/v2/cli.py 
new/python-zaqarclient-1.4.0/zaqarclient/queues/v2/cli.py
--- old/python-zaqarclient-1.3.0/zaqarclient/queues/v2/cli.py   2017-01-05 
16:07:59.000000000 +0100
+++ new/python-zaqarclient-1.4.0/zaqarclient/queues/v2/cli.py   2017-02-13 
21:57:28.000000000 +0100
@@ -13,10 +13,10 @@
 #    under the License.
 
 import json
-import logging
 
 from osc_lib.command import command
 from osc_lib import utils
+from oslo_log import log as logging
 
 from zaqarclient._i18n import _
 from zaqarclient.queues.v1 import cli
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-zaqarclient-1.3.0/zaqarclient/transport/ws.py 
new/python-zaqarclient-1.4.0/zaqarclient/transport/ws.py
--- old/python-zaqarclient-1.3.0/zaqarclient/transport/ws.py    2017-01-05 
16:07:59.000000000 +0100
+++ new/python-zaqarclient-1.4.0/zaqarclient/transport/ws.py    2017-02-13 
21:57:28.000000000 +0100
@@ -13,9 +13,9 @@
 #   under the License.
 #
 import json
-import logging
 import uuid
 
+from oslo_log import log as logging
 from oslo_utils import importutils
 
 from zaqarclient.transport import base


Reply via email to