Hello community,

here is the log from the commit of package python-manilaclient for 
openSUSE:Factory checked in at 2017-02-21 13:44:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-manilaclient (Old)
 and      /work/SRC/openSUSE:Factory/.python-manilaclient.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-manilaclient"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-manilaclient/python-manilaclient.changes  
2016-11-17 12:43:24.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-manilaclient.new/python-manilaclient.changes 
    2017-02-21 13:44:41.452185852 +0100
@@ -1,0 +2,40 @@
+Mon Feb 13 12:04:19 UTC 2017 - cloud-de...@suse.de
+
+- update to version 1.14.0:
+  - Run pre_test_hook.sh of manila in client's CI
+  - Fix share-server-delete command
+  - Enable coverage report in console output
+  - Add create_share_from_snapshot_support extra spec
+  - Use assertGreater(len(x), 0) instead of assertTrue(len(x) > 0)
+  - Add support of Identity API V3 in functional tests
+  - Update help message for share-instance-reset-state command
+  - type-create should support specifying extra-specs
+  - Enable release notes translation
+  - Add share group support to Manila client
+  - Configures coverage tool
+  - Update reno for stable/newton
+  - Add Constraints support
+  - Show team and repo badges on README
+  - Allow deletion of multiple resources for some manila commands
+  - Fix misleading help text
+  - Remove copy of incubated Oslo code
+  - Add Python 3.5 classifier and venv
+  - Remove Nova Net option for share networks
+  - Add support of Availability Zones API
+  - Switch test runner to ostestr wrapper
+  - Fix "replication_type" extra-spec values in tests
+  - Removes unnecessary utf-8 encoding
+  - Modify use of assertTrue(A in B)
+  - Add mountable snapshots support to manila client
+  - Use dummy driver in functional tests CI job
+  - Add reno for availability-zone-list
+  - Support share revert to snapshot in Manila client
+  - Config: no need to set default=None
+  - Add share_type filter to pool_list
+  - Support changes to access rules APIs
+  - Implement Share Migration Ocata improvements
+  - Add the ability to check tenant quota detail
+  - Add __ne__ built-in function
+  - Updated from global requirements
+
+-------------------------------------------------------------------

Old:
----
  python-manilaclient-1.11.0.tar.gz

New:
----
  python-manilaclient-1.14.0.tar.gz

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

Other differences:
------------------
++++++ python-manilaclient.spec ++++++
--- /var/tmp/diff_new_pack.lNdu4f/_old  2017-02-21 13:44:41.900122660 +0100
+++ /var/tmp/diff_new_pack.lNdu4f/_new  2017-02-21 13:44:41.900122660 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-manilaclient
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %global sname python-manilaclient
 Name:           python-manilaclient
-Version:        1.11.0
+Version:        1.14.0
 Release:        0
 Summary:        Client Library for OpenStack Share API
 License:        Apache-2.0
@@ -31,17 +31,17 @@
 BuildRequires:  python-devel
 BuildRequires:  python-fixtures >= 3.0.0
 BuildRequires:  python-mock >= 2.0
-BuildRequires:  python-openstackclient >= 2.1.0
+BuildRequires:  python-openstackclient >= 3.3.0
 BuildRequires:  python-oslotest >= 1.10.0
 BuildRequires:  python-testrepository >= 0.0.18
 BuildRequires:  python-testtools >= 1.4.0
 Requires:       python-Babel >= 2.3.4
-Requires:       python-PrettyTable >= 0.7
-Requires:       python-keystoneclient >= 2.0.0
+Requires:       python-PrettyTable >= 0.7.1
+Requires:       python-keystoneclient >= 3.8.0
 Requires:       python-oslo.config >= 3.14.0
-Requires:       python-oslo.log >= 1.14.0
+Requires:       python-oslo.log >= 3.11.0
 Requires:       python-oslo.serialization >= 1.10.0
-Requires:       python-oslo.utils >= 3.16.0
+Requires:       python-oslo.utils >= 3.18.0
 Requires:       python-requests >= 2.10.0
 Requires:       python-simplejson >= 2.2.0
 Requires:       python-six >= 1.9.0
@@ -55,7 +55,7 @@
 Summary:        Documentation for OpenStack Share API Client
 Group:          Documentation
 BuildRequires:  python-Sphinx
-BuildRequires:  python-oslosphinx >= 2.5.0
+BuildRequires:  python-oslosphinx >= 4.7.0
 
 %description      doc
 Client library and command line utility for interacting with Openstack
@@ -70,7 +70,7 @@
 Requires:       python-ddt >= 1.0.1
 Requires:       python-fixtures >= 3.0.0
 Requires:       python-mock >= 2.0
-Requires:       python-openstackclient >= 2.1.0
+Requires:       python-openstackclient >= 3.3.0
 Requires:       python-oslotest >= 1.10.0
 Requires:       python-testrepository >= 0.0.18
 Requires:       python-testtools >= 1.4.0
@@ -81,7 +81,8 @@
 This package contains the testsuite.
 
 %prep
-%setup -q -n %{sname}-%{version}
+%autosetup -n %{sname}-%{version}
+%py_req_cleanup
 
 %build
 %{py2_build}

++++++ _service ++++++
--- /var/tmp/diff_new_pack.lNdu4f/_old  2017-02-21 13:44:41.932118146 +0100
+++ /var/tmp/diff_new_pack.lNdu4f/_new  2017-02-21 13:44:41.936117582 +0100
@@ -1,11 +1,12 @@
 <services>
   <service mode="disabled" name="renderspec">
-    <param 
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/newton/openstack/python-manilaclient/python-manilaclient.spec.j2</param>
+    <param 
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/openstack/python-manilaclient/python-manilaclient.spec.j2</param>
     <param name="output-name">python-manilaclient.spec</param>
-    <param 
name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/newton/global-requirements.txt</param>
+    <param 
name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/global-requirements.txt</param>
+    <param name="changelog-email">cloud-de...@suse.de</param>
+    <param name="changelog-provider">gh,openstack,python-manilaclient</param>
   </service>
   <service mode="disabled" name="download_files">
-    <param name="changesgenerate">enable</param>
   </service>
-  <service mode="disabled" name="format_spec_file"/>
+  <service name="format_spec_file" mode="disabled"/>
 </services>

++++++ python-manilaclient-1.11.0.tar.gz -> python-manilaclient-1.14.0.tar.gz 
++++++
++++ 16060 lines of diff (skipped)


Reply via email to