Hello community,

here is the log from the commit of package python-heatclient for 
openSUSE:Factory checked in at 2015-10-30 13:41:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-heatclient (Old)
 and      /work/SRC/openSUSE:Factory/.python-heatclient.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-heatclient"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-heatclient/python-heatclient.changes      
2015-08-27 08:55:04.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-heatclient.new/python-heatclient.changes 
2015-10-30 13:42:01.000000000 +0100
@@ -1,0 +2,82 @@
+Sat Sep 19 07:01:26 UTC 2015 - tbecht...@suse.com
+
+- update to 0.8.0:
+  * stack-update -x tolerate no template
+  * Ability to specify show_nested for template validation
+  * Fix deployment create error when using  existing config
+  * Fix stack sorting support
+  * Enable filters for heat resource-type-list
+  * Modify test templates and the path to subunit2html
+  * Add CLI option for update dry-run
+  * Add py34 env to default tox run
+
+-------------------------------------------------------------------
+Mon Sep 14 09:42:08 UTC 2015 - tbecht...@suse.com
+
+- update to 0.7.0:
+  * Fix a nit in resource-list help
+  * Replace deprecated function
+  * Updated from global requirements
+  * Improve the format hint of -Pf option
+  * Support tags parameter for stack-preview
+  * Do not show snapshot data when doing snapshot-list
+  * Updated from global requirements
+  * Poll functionality for stack create action
+  * Updated from global requirements
+  * Use Heat resource to validate resource_type_show
+  * Update python3 classifiers
+  * Updated from global requirements
+  * Updated from global requirements
+  * add with_detail parameter in heat resource-list request
+  * Fix docstrings and add missing
+  * Add missing `deployment-list` to cli
+  * Updated from global requirements
+  * Support 'with_attr' parameter for resource-show
+  * Updated from global requirements
+  * New mock release(1.1.0) broke unit tests
+  * Fix error when creating deployment from cli
+  * Add support for template-function-list command
+  * Fix TypeError when call keystoneclient session.request()
+  * Add support for template-version-list command
+  * Add tests for SessionClient
+  * Updated from global requirements
+  * Move SessionClient from HTTPClient to adapter
+  * resource-list --nested-depth stack_name column
+  * Fix argument order for assertEqual
+  * Updated from global requirements
+  * Fixed VerifyAll() when test case does ReplayAll()
+  * Updated from global requirements
+  * Move test_event_utils.py module to unit directory
+  * Add first pass at post_test_hook for functional
+  * cleanup openstack-common.conf and sync updated files
+  * Move usage methods *_request to get/post/etc
+  * Updated from global requirements
+  * Add functional tests from Tempest
+  * Update hacking version to fix pep8 gate job
+  * Adds --format=log option to event-list
+  * Add --tags option to stack-create and stack-update
+  * Add stack tag filtering options to stack-list
+  * Add OS_TEST_PATH to testr
+  * Move unittests to subdir unit
+  * Updated from global requirements
+  * Make hook type optional for hook-clear
+  * Refactor common event code into event_utils module
+  * Add hook-poll function to check if a stack has pending hooks
+  * Work around pypy testing issue
+  * Implement --limit option for event-list with --nested-depth
+  * event-list marker, only slice when needed
+  * Add option to show hidden stacks in stack-list
+  * Add an option to generate template based on resource type
+  * Updated from global requirements
+  * Implement --marker for event-list --nested-depth
+  * Fix sort column for event-list with nested-depth
+  * Unit tests for stack actions
+  * correction in function names under test_resource
+  * Uncap library requirements for liberty
+  * Add --nested-depth option to event-list
+  * Make README.rst comply with expected format
+  * Remove the deprecated shell commands
+- Adjust Requires according to requirements.txt
+- Add python_requires to _service file
+
+-------------------------------------------------------------------

Old:
----
  python-heatclient-0.4.0.tar.gz

New:
----
  python-heatclient-0.8.0.tar.gz

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

Other differences:
------------------
++++++ python-heatclient.spec ++++++
--- /var/tmp/diff_new_pack.RS1pv2/_old  2015-10-30 13:42:02.000000000 +0100
+++ /var/tmp/diff_new_pack.RS1pv2/_new  2015-10-30 13:42:02.000000000 +0100
@@ -19,7 +19,7 @@
 %define component heatclient
 
 Name:           python-%{component}
-Version:        0.4.0
+Version:        0.8.0
 Release:        0
 Summary:        OpenStack Orchestration (Heat) API Client
 License:        Apache-2.0
@@ -38,14 +38,19 @@
 BuildRequires:  python-oslosphinx
 BuildRequires:  python-pbr
 Requires:       python >= 2.6.8
+Requires:       python-Babel >= 1.3
 Requires:       python-PrettyTable >= 0.7
 Requires:       python-PyYAML >= 3.1.0
 Requires:       python-argparse
-Requires:       python-iso8601 >= 0.1.8
-Requires:       python-keystoneclient >= 0.4.2
-Requires:       python-pbr >= 0.5.21
-Requires:       python-requests >= 1.1
-Requires:       python-six >= 1.4.1
+Requires:       python-iso8601 >= 0.1.9
+Requires:       python-keystoneclient >= 1.6.0
+Requires:       python-oslo.i18n >= 1.5.0
+Requires:       python-oslo.serialization >= 1.4.0
+Requires:       python-oslo.utils >= 2.0.0
+Requires:       python-pbr >= 1.6
+Requires:       python-requests >= 2.5.2
+Requires:       python-six >= 1.9.0
+Requires:       python-swiftclient >= 2.2.0
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
@@ -69,16 +74,15 @@
 Summary:        OpenStack Orchestration (Heat) API Client - Testsuite
 Group:          Development/Languages/Python
 Requires:       %{name} = %{version}
-Requires:       python-coverage >= 3.6
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-Requires:       python-discover
-%endif
-Requires:       python-fixtures >= 0.3.14
-Requires:       python-mock >= 1.0
+Requires:       python-fixtures >= 1.3.1
+Requires:       python-mock >= 1.2
 Requires:       python-mox3 >= 0.7.0
-Requires:       python-testrepository >= 0.0.17
+Requires:       python-oslotest >= 1.10.0
+Requires:       python-requests-mock >= 0.6.0
+Requires:       python-tempest-lib >= 0.6.1
+Requires:       python-testrepository >= 0.0.18
 Requires:       python-testscenarios >= 0.4
-Requires:       python-testtools >= 0.9.32
+Requires:       python-testtools >= 1.4.0
 
 %description test
 This package contains testsuite files for %{name}.

++++++ _service ++++++
--- /var/tmp/diff_new_pack.RS1pv2/_old  2015-10-30 13:42:02.000000000 +0100
+++ /var/tmp/diff_new_pack.RS1pv2/_new  2015-10-30 13:42:02.000000000 +0100
@@ -1,10 +1,12 @@
 <services>
-  <service mode="disabled" name="download_files"> 
+  <service mode="disabled" name="download_files">
     <param name="changesgenerate">enable</param>
   </service>
   <service mode="disabled" name="set_version">
     <param name="basename">python-heatclient</param>
   </service>
+  <service mode="disabled" name="python_requires">
+  </service>
   <service name="refresh_patches" mode="disabled">
     <param name="changesgenerate">enable</param>
   </service>

++++++ python-heatclient-0.4.0.tar.gz -> python-heatclient-0.8.0.tar.gz ++++++
++++ 19822 lines of diff (skipped)


Reply via email to