Hello community,
here is the log from the commit of package python-muranoclient for
openSUSE:Factory checked in at 2017-07-11 08:24:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-muranoclient (Old)
and /work/SRC/openSUSE:Factory/.python-muranoclient.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-muranoclient"
Tue Jul 11 08:24:38 2017 rev:2 rq:505944 version:0.12.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-muranoclient/python-muranoclient.changes
2016-09-30 15:29:06.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.python-muranoclient.new/python-muranoclient.changes
2017-07-11 08:24:39.589480502 +0200
@@ -1,0 +2,45 @@
+Sat Mar 25 09:59:35 UTC 2017 - [email protected]
+
+- update to 0.12.0:
+ * Add debug to tox enviroment
+ * Remove white space between print ()
+ * Fixes filtering applications by name with glare
+ * Remove the data assert to pass the gate
+ * Add package delete to openstack CLI
+ * Using sys.exit(main()) instead of main()
+ * Return error code when a error occurred during package-import
+ * Fix Murano client to use V3 and MultiDomain Authentication
+ * Use assertGreater() and assertLess()
+ * Support i18n for LOG.warning
+ * Show team and repo badges on README
+ * Support for environment list filtering by project id
+ * Delete python bytecode file
+ * Fix typos in cover.sh
+ * Fix removes date_time items from dictionaries
+ * Fix removes date_time items from dictionaries
+ * Updated from global requirements
+ * Add functional test for environment-model-show
+ * Fix OpenStack Licensing
+ * OSC plugin should be using region/interface
+ * Enable release notes translation
+ * Add support for environment edit API
+ * Fixing environment creation from template
+ * Unskip the test due to bugfix
+ * Skip some tests when using glare in a right way
+ * Mark .testr.conf as non-executable
+ * Make some OSC tests more clean
+ * Updated from global requirements
+ * TrivialFix: Fix typo in the bash shell file
+ * Add package list to openstack CLI
+ * TrivialFix: Using assertTrue() instead of assertEqual(True)
+ * Remove unnecessary setUp
+ * Make --limit argument in package-list command robust
+ * Add opportunity to import package from directory
+
+-------------------------------------------------------------------
+Tue Nov 15 09:39:51 UTC 2016 - [email protected]
+
+- update to 0.11.1:
+ * Populate tenant information in client
+
+-------------------------------------------------------------------
Old:
----
python-muranoclient-0.11.0.tar.gz
New:
----
python-muranoclient-0.12.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-muranoclient.spec ++++++
--- /var/tmp/diff_new_pack.AvaYPJ/_old 2017-07-11 08:24:40.069412811 +0200
+++ /var/tmp/diff_new_pack.AvaYPJ/_new 2017-07-11 08:24:40.073412247 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-muranoclient
#
-# 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
@@ -17,7 +17,7 @@
Name: python-muranoclient
-Version: 0.11.0
+Version: 0.12.0
Release: 0
Summary: Python API and CLI for OpenStack Murano
License: Apache-2.0
@@ -25,36 +25,38 @@
Url: http://launchpad.net/%{name}
Source0:
https://pypi.io/packages/source/p/%{name}/%{name}-%{version}.tar.gz
BuildRequires: openstack-macros
-BuildRequires: python-PrettyTable >= 0.7
+BuildRequires: python-PrettyTable >= 0.7.1
BuildRequires: python-devel
BuildRequires: python-fixtures >= 3.0.0
-BuildRequires: python-glanceclient >= 2.0.0
-BuildRequires: python-keystoneclient >= 2.0.0
+BuildRequires: python-glanceclient >= 2.5.0
+BuildRequires: python-keystoneclient >= 3.8.0
BuildRequires: python-mock >= 2.0
-BuildRequires: python-osc-lib >= 0.4.0
-BuildRequires: python-oslo.log >= 1.14.0
+BuildRequires: python-murano-pkg-check >= 0.2.0
+BuildRequires: python-osc-lib >= 1.2.0
+BuildRequires: python-oslo.log >= 3.11.0
BuildRequires: python-oslo.serialization >= 1.10.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-pyOpenSSL >= 0.14
-BuildRequires: python-requests-mock >= 1.0
+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
BuildRequires: python-yaql >= 1.1.0
Requires: python-Babel >= 2.3.4
-Requires: python-PrettyTable >= 0.7
-Requires: python-PyYAML >= 3.1.0
-Requires: python-glanceclient >= 2.0.0
+Requires: python-PrettyTable >= 0.7.1
+Requires: python-PyYAML >= 3.10.0
+Requires: python-glanceclient >= 2.5.0
Requires: python-iso8601 >= 0.1.11
-Requires: python-keystoneclient >= 2.0.0
-Requires: python-osc-lib >= 0.4.0
+Requires: python-keystoneclient >= 3.8.0
+Requires: python-murano-pkg-check >= 0.2.0
+Requires: python-osc-lib >= 1.2.0
Requires: python-oslo.i18n >= 2.1.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-pbr >= 1.6
+Requires: python-oslo.utils >= 3.18.0
+Requires: python-pbr >= 1.8
Requires: python-pyOpenSSL >= 0.14
Requires: python-requests >= 2.10.0
Requires: python-six >= 1.9.0
@@ -69,7 +71,7 @@
Summary: Documentation for OpenStack Magnum API client libary
Group: Documentation
BuildRequires: python-Sphinx
-BuildRequires: python-oslosphinx >= 2.5.0
+BuildRequires: python-oslosphinx >= 4.7.0
BuildRequires: python-reno >= 1.8.0
%description doc
@@ -78,7 +80,8 @@
This package contains the documentation.
%prep
-%setup -q -n %{name}-%{version}
+%autosetup -n %{name}-%{version}
+%py_req_cleanup
%build
%py2_build
++++++ _service ++++++
--- /var/tmp/diff_new_pack.AvaYPJ/_old 2017-07-11 08:24:40.105407734 +0200
+++ /var/tmp/diff_new_pack.AvaYPJ/_new 2017-07-11 08:24:40.105407734 +0200
@@ -1,13 +1,11 @@
<services>
<service mode="disabled" name="renderspec">
- <param
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/master/openstack/python-muranoclient/python-muranoclient.spec.j2</param>
+ <param
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/openstack/python-muranoclient/python-muranoclient.spec.j2</param>
<param name="output-name">python-muranoclient.spec</param>
- <param
name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/master/global-requirements.txt</param>
+ <param
name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/global-requirements.txt</param>
</service>
<service mode="disabled" name="download_files">
<param name="changesgenerate">enable</param>
</service>
- <service name="refresh_patches" mode="disabled">
- <param name="changesgenerate">enable</param>
- </service>
+ <service name="format_spec_file" mode="disabled"/>
</services>
++++++ python-muranoclient-0.11.0.tar.gz -> python-muranoclient-0.12.0.tar.gz
++++++
++++ 6161 lines of diff (skipped)