Hello community,
here is the log from the commit of package python-oslo.vmware for
openSUSE:Factory checked in at 2017-02-21 13:42:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-oslo.vmware (Old)
and /work/SRC/openSUSE:Factory/.python-oslo.vmware.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-oslo.vmware"
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-oslo.vmware/python-oslo.vmware.changes
2016-10-13 11:28:58.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.python-oslo.vmware.new/python-oslo.vmware.changes
2017-02-21 13:42:40.705220232 +0100
@@ -1,0 +2,26 @@
+Mon Feb 13 09:53:36 UTC 2017 - [email protected]
+
+- update to version 2.17.0:
+ - Pass connection timeout so that invoke_api will not wait forever
+ - Update reno for stable/newton
+ - Remove mox3 in test-requirement.txt
+ - Add 'uncommitted' field to the 'Datastore' class
+ - Update home page link in cfg file
+ - Fix setting the SOAP headers for remote calls.
+ - Add Constraints support
+ - Remove some useless log messages
+ - Trivial fixes to the usage doc
+ - Show team and repo badges on README
+ - Imported Translations from Zanata
+ - Add operation ID for remote calls
+ - Remove references to Python 3.4
+ - Enable release notes translation
+ - Set pool size for HTTPS connections
+ - Fix image meta-data update for Glance v2
+ - Files with no code must be left completely empty
+ - Updated from global requirements
+ - Add SPBM WSDL for vSphere 6.5
+ - [TrivialFix] Replace 'assertTrue(a in b)' with 'assertIn(a, b)'
+- Add 0001-Make-the-mock-call-in-MemoryCacheTest-forward-compat.patch
+
+-------------------------------------------------------------------
Old:
----
oslo.vmware-2.14.0.tar.gz
New:
----
0001-Make-the-mock-call-in-MemoryCacheTest-forward-compat.patch
oslo.vmware-2.17.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-oslo.vmware.spec ++++++
--- /var/tmp/diff_new_pack.Gjirfq/_old 2017-02-21 13:42:41.293137291 +0100
+++ /var/tmp/diff_new_pack.Gjirfq/_new 2017-02-21 13:42:41.293137291 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-oslo.vmware
#
-# 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,13 +18,15 @@
%global pypi_name oslo.vmware
Name: python-oslo.vmware
-Version: 2.14.0
+Version: 2.17.0
Release: 0
Summary: Oslo VMware library for OpenStack projects
License: Apache-2.0
Group: Development/Languages/Python
Url: http://launchpad.net/oslo.vmware
Source0:
https://pypi.io/packages/source/o/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
+#FIXME(jpena): remove patch once it is fixed upstream
(https://review.openstack.org/355851)
+Patch0001: 0001-Make-the-mock-call-in-MemoryCacheTest-forward-compat.patch
BuildRequires: openstack-macros
BuildRequires: python-Babel >= 2.3.4
BuildRequires: python-devel
@@ -33,11 +35,11 @@
BuildRequires: python-lxml >= 2.3
BuildRequires: python-mock >= 2.0
BuildRequires: python-mox3 >= 0.7.0
-BuildRequires: python-netaddr >= 0.7.12
+BuildRequires: python-netaddr >= 0.7.13
BuildRequires: python-oslo.concurrency >= 3.8.0
BuildRequires: python-oslo.i18n >= 2.1.0
-BuildRequires: python-oslo.utils >= 3.16.0
-BuildRequires: python-pbr >= 1.6
+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
BuildRequires: python-suds-jurko >= 0.6
@@ -45,16 +47,16 @@
BuildRequires: python-testscenarios >= 0.4
BuildRequires: python-testtools >= 1.4.0
BuildRequires: python-urllib3 >= 1.15.1
-Requires: python-PyYAML >= 3.1.0
+Requires: python-PyYAML >= 3.10.0
Requires: python-eventlet >= 0.18.2
Requires: python-lxml >= 2.3
-Requires: python-netaddr >= 0.7.12
+Requires: python-netaddr >= 0.7.13
Requires: python-oslo.concurrency >= 3.8.0
Requires: python-oslo.i18n >= 2.1.0
-Requires: python-oslo.utils >= 3.16.0
+Requires: python-oslo.utils >= 3.18.0
Requires: python-requests >= 2.10.0
Requires: python-six >= 1.9.0
-Requires: python-stevedore >= 1.16.0
+Requires: python-stevedore >= 1.17.1
Requires: python-suds-jurko >= 0.6
Requires: python-urllib3 >= 1.15.1
BuildArch: noarch
@@ -71,14 +73,15 @@
Summary: Documentation for OpenStack common VMware library
Group: Development/Languages/Python
BuildRequires: python-Sphinx
-BuildRequires: python-oslosphinx >= 2.5.0
+BuildRequires: python-oslosphinx >= 4.7.0
Requires: %{name} = %{version}
%description doc
Documentation for OpenStack common VMware library.
%prep
-%setup -q -n %{pypi_name}-%{version}
+%autosetup -n %{pypi_name}-%{version} -p1
+%py_req_cleanup
%build
%py2_build
++++++ 0001-Make-the-mock-call-in-MemoryCacheTest-forward-compat.patch ++++++
diff -ru oslo.vmware.orig/oslo_vmware/tests/test_service.py
oslo.vmware/oslo_vmware/tests/test_service.py
--- oslo.vmware.orig/oslo_vmware/tests/test_service.py 2016-10-28
09:30:41.292421303 +0200
+++ oslo.vmware/oslo_vmware/tests/test_service.py 2016-10-28
09:21:19.992499965 +0200
@@ -386,8 +386,10 @@
self.assertEqual('value2', cache.get('key2'))
self.assertIsNone(cache.get('key3'))
- @mock.patch('suds.reader.DocumentReader.download')
- def test_shared_cache(self, mock_reader):
+ @mock.patch('suds.reader.DocumentReader._DocumentReader__fetch',
+ create=True)
+ @mock.patch('suds.reader.DocumentReader.download', create=True)
+ def test_shared_cache(self, mock_reader, mock_fetch):
cache1 = service.Service().client.options.cache
cache2 = service.Service().client.options.cache
self.assertIs(cache1, cache2)
++++++ _service ++++++
--- /var/tmp/diff_new_pack.Gjirfq/_old 2017-02-21 13:42:41.329132214 +0100
+++ /var/tmp/diff_new_pack.Gjirfq/_new 2017-02-21 13:42:41.329132214 +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/oslo.vmware/oslo.vmware.spec.j2</param>
+ <param
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/openstack/oslo.vmware/oslo.vmware.spec.j2</param>
<param name="output-name">python-oslo.vmware.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">[email protected]</param>
+ <param name="changelog-provider">gh,openstack,oslo.vmware</param>
</service>
<service mode="disabled" name="download_files">
- <param name="changesgenerate">enable</param>
</service>
<service name="format_spec_file" mode="disabled"/>
</services>
++++++ oslo.vmware-2.14.0.tar.gz -> oslo.vmware-2.17.0.tar.gz ++++++
++++ 39849 lines of diff (skipped)