Hello community,

here is the log from the commit of package python-zaqarclient for 
openSUSE:Factory checked in at 2017-08-28 15:32:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-zaqarclient (Old)
 and      /work/SRC/openSUSE:Factory/.python-zaqarclient.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-zaqarclient"

Mon Aug 28 15:32:02 2017 rev:5 rq:515026 version:1.7.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-zaqarclient/python-zaqarclient.changes    
2017-04-06 11:01:57.445218456 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-zaqarclient.new/python-zaqarclient.changes   
    2017-08-28 15:32:08.778387514 +0200
@@ -1,0 +2,42 @@
+Mon Aug  7 14:35:39 UTC 2017 - cloud-de...@suse.de
+
+- update to version 1.7.0
+  - Support `age` and `confirmed` for subscription
+  - Add Ocata version mapping
+  - Add subscription other properties
+  - CLI: support detailed in queue list
+  - Remove "detailed" parser from subscription list
+  - Add an example for pre signed URL
+  - [Fix gate]Update test requirement
+  - Add 'pool' description to pool flavor commands
+  - Update reno for stable/ocata
+  - Fix query claim NoneType error
+  - Fix The header X-PROJECT-ID  missing bug
+  - Add ZaqarClient "set metadata" help message
+  - CLI: support homedoc in client
+  - Update the documentation link for doc migration
+  - Change resource_types action
+  - Revert "Fix The header X-PROJECT-ID  missing bug"
+  - Fix the creation issue when special meanings words in queue name
+  - Add new command guide doc
+  - Replace the github with git.openstack.org
+  - remove "--detailed" in subscription list doc
+  - Fix flavor creation issue with CLI
+  - Remove log translations
+  - Support post and list messages
+  - Update purge doc
+  - Support purge queue
+  - Remove support for py34
+  - Switch from oslosphinx to openstackdocstheme
+  - Replace uuid.uuid4() with uuidutils.generate_uuid()
+  - Drop "os" prefix for project id
+  - Fix the inconsistent command format in openstackclient
+  - Updated from global requirements
+  - Don not show 'capabilities' if not specify '--detailed'
+
+-------------------------------------------------------------------
+Thu Jul  6 08:07:45 UTC 2017 - dmuel...@suse.com
+
+- remove doc-tools dependency
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ python-zaqarclient.spec ++++++
--- /var/tmp/diff_new_pack.sH0NWO/_old  2017-08-28 15:32:09.694258754 +0200
+++ /var/tmp/diff_new_pack.sH0NWO/_new  2017-08-28 15:32:09.710256506 +0200
@@ -18,7 +18,7 @@
 
 %global sname zaqarclient
 Name:           python-zaqarclient
-Version:        1.4.0
+Version:        1.7.0
 Release:        0
 Summary:        Client Library for OpenStack Zaqar Queueing API
 License:        Apache-2.0
@@ -30,35 +30,32 @@
 BuildRequires:  python-devel
 BuildRequires:  python-fixtures >= 3.0.0
 BuildRequires:  python-jsonschema >= 2.0.0
-BuildRequires:  python-keystoneauth1 >= 2.18.0
+BuildRequires:  python-keystoneauth1 >= 2.21.0
 BuildRequires:  python-mock >= 2.0
 BuildRequires:  python-nose
 BuildRequires:  python-nose-exclude
-BuildRequires:  python-openstack-doc-tools >= 0.23
-BuildRequires:  python-os-client-config >= 1.22.0
-BuildRequires:  python-osc-lib >= 1.2.0
+BuildRequires:  python-os-client-config >= 1.27.0
+BuildRequires:  python-osc-lib >= 1.5.1
 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-oslo.log >= 3.22.0
+BuildRequires:  python-pbr >= 2.0.0
 BuildRequires:  python-python-subunit >= 0.0.18
-BuildRequires:  python-requests >= 2.10.0
+BuildRequires:  python-requests >= 2.14.2
 BuildRequires:  python-requests-mock >= 1.1
 BuildRequires:  python-setuptools >= 16.0
 BuildRequires:  python-testrepository >= 0.0.18
 BuildRequires:  python-testscenarios >= 0.4
 BuildRequires:  python-testtools >= 1.4.0
 Requires:       python-jsonschema >= 2.0.0
-Requires:       python-keystoneauth1 >= 2.18.0
-Requires:       python-openstack-doc-tools >= 0.23
-Requires:       python-osc-lib >= 1.2.0
+Requires:       python-keystoneauth1 >= 2.21.0
+Requires:       python-osc-lib >= 1.5.1
 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-oslo.log >= 3.22.0
+Requires:       python-oslo.utils >= 3.20.0
+Requires:       python-pbr >= 2.0.0
+Requires:       python-requests >= 2.14.2
 Requires:       python-six >= 1.9.0
-Requires:       python-stevedore >= 1.17.1
+Requires:       python-stevedore >= 1.20.0
 BuildArch:      noarch
 
 %description
@@ -68,7 +65,7 @@
 Summary:        Documentation for OpenStack Zaqar Queueing API
 Group:          Documentation
 BuildRequires:  python-Sphinx
-BuildRequires:  python-oslosphinx >= 4.7.0
+BuildRequires:  python-openstackdocstheme >= 1.11.0
 
 %description doc
 Documentation for the client library for interacting with Openstack
@@ -77,6 +74,7 @@
 %prep
 %autosetup -n %{name}-%{version}
 %py_req_cleanup
+sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
 
 %build
 %py2_build

++++++ _service ++++++
--- /var/tmp/diff_new_pack.sH0NWO/_old  2017-08-28 15:32:09.846237388 +0200
+++ /var/tmp/diff_new_pack.sH0NWO/_new  2017-08-28 15:32:09.846237388 +0200
@@ -1,8 +1,8 @@
 <services>
   <service mode="disabled" name="renderspec">
-    <param 
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/openstack/python-zaqarclient/python-zaqarclient.spec.j2</param>
+    <param 
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/openstack/python-zaqarclient/python-zaqarclient.spec.j2</param>
     <param name="output-name">python-zaqarclient.spec</param>
-    <param 
name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/global-requirements.txt</param>
+    <param 
name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/global-requirements.txt</param>
     <param name="changelog-email">cloud-de...@suse.de</param>
     <param name="changelog-provider">gh,openstack,python-zaqarclient</param>
   </service>

++++++ python-zaqarclient-1.4.0.tar.gz -> python-zaqarclient-1.7.0.tar.gz ++++++
++++ 3510 lines of diff (skipped)


Reply via email to