commit python-heatclient for openSUSE:Factory

2020-10-26 Thread root
Hello community,

here is the log from the commit of package python-heatclient for 
openSUSE:Factory checked in at 2020-10-26 16:15:11

Comparing /work/SRC/openSUSE:Factory/python-heatclient (Old)
 and  /work/SRC/openSUSE:Factory/.python-heatclient.new.3463 (New)


Package is "python-heatclient"

Mon Oct 26 16:15:11 2020 rev:33 rq:841180 version:2.2.1

Changes:

--- /work/SRC/openSUSE:Factory/python-heatclient/python-heatclient.changes  
2020-06-05 20:13:13.182320424 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-heatclient.new.3463/python-heatclient.changes
2020-10-26 16:16:01.494921195 +0100
@@ -1,0 +2,12 @@
+Fri Oct  9 19:13:48 UTC 2020 - cloud-de...@suse.de
+
+- update to version 2.2.1
+  - Add py38 package metadata
+  - Fix hacking min version to 3.0.1
+  - Native Zuul v3 version of the functional legacy job
+  - Update master for stable/ussuri
+  - Use unittest.mock instead of third party mock
+  - Add Python3 victoria unit tests
+  - Switch to newer openstackdocstheme and reno versions
+
+---

Old:

  python-heatclient-2.1.0.tar.gz

New:

  python-heatclient-2.2.1.tar.gz



Other differences:
--
++ python-heatclient.spec ++
--- /var/tmp/diff_new_pack.kaRh9m/_old  2020-10-26 16:16:02.438921967 +0100
+++ /var/tmp/diff_new_pack.kaRh9m/_new  2020-10-26 16:16:02.442921969 +0100
@@ -17,20 +17,19 @@
 
 
 Name:   python-heatclient
-Version:2.1.0
+Version:2.2.1
 Release:0
 Summary:Python API and CLI for OpenStack Heat
 License:Apache-2.0
 Group:  Development/Languages/Python
 URL:https://launchpad.net/python-heatclient
-Source0:
https://files.pythonhosted.org/packages/source/p/python-heatclient/python-heatclient-2.1.0.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/p/python-heatclient/python-heatclient-2.2.1.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python3-PyYAML >= 3.12
 BuildRequires:  python3-cliff >= 2.8.0
 BuildRequires:  python3-devel
 BuildRequires:  python3-fixtures
 BuildRequires:  python3-mock
-BuildRequires:  python3-mox3
 BuildRequires:  python3-osc-lib >= 1.8.0
 BuildRequires:  python3-oslo.serialization >= 2.18.0
 BuildRequires:  python3-pbr >= 2.0.0
@@ -97,14 +96,14 @@
 This package contains auto-generated documentation.
 
 %prep
-%autosetup -p1 -n python-heatclient-2.1.0
+%autosetup -p1 -n python-heatclient-2.2.1
 %py_req_cleanup
 
 %build
 %{py3_build}
 
-PBR_VERSION=2.1.0 %sphinx_build -b html doc/source doc/build/html
-PBR_VERSION=2.1.0 %sphinx_build -b man doc/source doc/build/man
+PBR_VERSION=2.2.1 %sphinx_build -b html doc/source doc/build/html
+PBR_VERSION=2.2.1 %sphinx_build -b man doc/source doc/build/man
 # remove the sphinx-build leftovers
 rm -rf doc/build/html/.{doctrees,buildinfo}
 

++ _service ++
--- /var/tmp/diff_new_pack.kaRh9m/_old  2020-10-26 16:16:02.478921998 +0100
+++ /var/tmp/diff_new_pack.kaRh9m/_new  2020-10-26 16:16:02.478921998 +0100
@@ -1,8 +1,8 @@
 
   
-https://opendev.org/openstack/rpm-packaging/raw/branch/stable/ussuri/openstack/python-heatclient/python-heatclient.spec.j2
+https://opendev.org/openstack/rpm-packaging/raw/branch/stable/victoria/openstack/python-heatclient/python-heatclient.spec.j2
 python-heatclient.spec
-https://opendev.org/openstack/python-heatclient/raw/branch/stable/ussuri/requirements.txt
+https://opendev.org/openstack/python-heatclient/raw/branch/stable/victoria/requirements.txt
 cloud-de...@suse.de
 gh,openstack,python-heatclient
   

++ python-heatclient-2.1.0.tar.gz -> python-heatclient-2.2.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-heatclient-2.1.0/.zuul.yaml 
new/python-heatclient-2.2.1/.zuul.yaml
--- old/python-heatclient-2.1.0/.zuul.yaml  2020-04-10 19:59:50.0 
+0200
+++ new/python-heatclient-2.2.1/.zuul.yaml  2020-09-11 16:28:58.0 
+0200
@@ -1,21 +1,27 @@
 - job:
 name: heatclient-functional
-parent: legacy-dsvm-base
-run: playbooks/devstack/functional-run.yaml
-post-run: playbooks/devstack/functional-post.yaml
+parent: devstack-tox-functional
 timeout: 4200
 required-projects:
-  - openstack/devstack-gate
   - openstack/heat
   - openstack/python-heatclient
 vars:
-  branch_override: default
+  openrc_enable_export: true
+  devstack_plugins:
+heat: https://opendev.org/openstack/heat
+irrelevant-files:
+  - ^(test-|)requirements.txt$
+  - ^setup.cfg$
+  - ^doc/.*$
+  - ^.*\.rst$
+  - ^releasenotes/.*$
+  - ^heatclient/tests/.*$
 
 - project:
 templates:
   - 

commit python-heatclient for openSUSE:Factory

2020-06-05 Thread root
Hello community,

here is the log from the commit of package python-heatclient for 
openSUSE:Factory checked in at 2020-06-05 20:10:17

Comparing /work/SRC/openSUSE:Factory/python-heatclient (Old)
 and  /work/SRC/openSUSE:Factory/.python-heatclient.new.3606 (New)


Package is "python-heatclient"

Fri Jun  5 20:10:17 2020 rev:32 rq:803563 version:2.1.0

Changes:

--- /work/SRC/openSUSE:Factory/python-heatclient/python-heatclient.changes  
2020-03-24 22:33:06.409111701 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-heatclient.new.3606/python-heatclient.changes
2020-06-05 20:13:13.182320424 +0200
@@ -1,0 +2,19 @@
+Tue May 12 10:01:12 UTC 2020 - cloud-de...@suse.de
+
+- update to version 2.1.0
+  - Cap sphinx for py2 to match global requirements
+  - [ussuri][goal] Drop python 2.7 support and testing
+  - Update hacking for Python3
+  - Cleanup of .keys() from dict_object.keys() *in* operator
+  - Replace git.openstack.org URLs with opendev.org URLs
+  - Allow to set poll interval to OSC stack create
+  - Add files-container option for stack create and update
+  - tests: Convert 'test_resources' to mock
+  - Ignore not found when delete in test
+  - Remove mox usage from test_shell
+  - Remove dependency on mox3
+  - Update master for stable/train
+  - Change openstack-dev to openstack-discuss
+  - tests: Pre-mox removal cleanup
+
+---

Old:

  python-heatclient-1.18.0.tar.gz

New:

  python-heatclient-2.1.0.tar.gz



Other differences:
--
++ python-heatclient.spec ++
--- /var/tmp/diff_new_pack.Z7U0HP/_old  2020-06-05 20:13:14.750325483 +0200
+++ /var/tmp/diff_new_pack.Z7U0HP/_new  2020-06-05 20:13:14.750325483 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   python-heatclient
-Version:1.18.0
+Version:2.1.0
 Release:0
 Summary:Python API and CLI for OpenStack Heat
 License:Apache-2.0
 Group:  Development/Languages/Python
 URL:https://launchpad.net/python-heatclient
-Source0:
https://files.pythonhosted.org/packages/source/p/python-heatclient/python-heatclient-1.18.0.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/p/python-heatclient/python-heatclient-2.1.0.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python3-PyYAML >= 3.12
 BuildRequires:  python3-cliff >= 2.8.0
@@ -97,14 +97,14 @@
 This package contains auto-generated documentation.
 
 %prep
-%autosetup -p1 -n python-heatclient-1.18.0
+%autosetup -p1 -n python-heatclient-2.1.0
 %py_req_cleanup
 
 %build
 %{py3_build}
 
-PBR_VERSION=1.18.0 %sphinx_build -b html doc/source doc/build/html
-PBR_VERSION=1.18.0 %sphinx_build -b man doc/source doc/build/man
+PBR_VERSION=2.1.0 %sphinx_build -b html doc/source doc/build/html
+PBR_VERSION=2.1.0 %sphinx_build -b man doc/source doc/build/man
 # remove the sphinx-build leftovers
 rm -rf doc/build/html/.{doctrees,buildinfo}
 

++ _service ++
--- /var/tmp/diff_new_pack.Z7U0HP/_old  2020-06-05 20:13:14.778325573 +0200
+++ /var/tmp/diff_new_pack.Z7U0HP/_new  2020-06-05 20:13:14.778325573 +0200
@@ -1,8 +1,8 @@
 
   
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/train/openstack/python-heatclient/python-heatclient.spec.j2
+https://opendev.org/openstack/rpm-packaging/raw/branch/stable/ussuri/openstack/python-heatclient/python-heatclient.spec.j2
 python-heatclient.spec
-https://raw.githubusercontent.com/openstack/python-heatclient/stable/train/requirements.txt
+https://opendev.org/openstack/python-heatclient/raw/branch/stable/ussuri/requirements.txt
 cloud-de...@suse.de
 gh,openstack,python-heatclient
   

++ python-heatclient-1.18.0.tar.gz -> python-heatclient-2.1.0.tar.gz ++
 2703 lines of diff (skipped)




commit python-heatclient for openSUSE:Factory

2020-03-24 Thread root
Hello community,

here is the log from the commit of package python-heatclient for 
openSUSE:Factory checked in at 2020-03-24 22:33:04

Comparing /work/SRC/openSUSE:Factory/python-heatclient (Old)
 and  /work/SRC/openSUSE:Factory/.python-heatclient.new.3160 (New)


Package is "python-heatclient"

Tue Mar 24 22:33:04 2020 rev:31 rq:787453 version:1.18.0

Changes:

--- /work/SRC/openSUSE:Factory/python-heatclient/python-heatclient.changes  
2019-12-04 14:18:50.114362112 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-heatclient.new.3160/python-heatclient.changes
2020-03-24 22:33:06.409111701 +0100
@@ -1,0 +2,10 @@
+Mon Mar 23 12:25:57 UTC 2020 - Dirk Mueller 
+
+- add obsoletes
+
+---
+Wed Mar 11 17:05:20 UTC 2020 - Dirk Mueller 
+
+- switch to python 3.x only build
+
+---



Other differences:
--
++ python-heatclient.spec ++
--- /var/tmp/diff_new_pack.OkoKsE/_old  2020-03-24 22:33:07.513112238 +0100
+++ /var/tmp/diff_new_pack.OkoKsE/_new  2020-03-24 22:33:07.517112240 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-heatclient
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,20 +25,6 @@
 URL:https://launchpad.net/python-heatclient
 Source0:
https://files.pythonhosted.org/packages/source/p/python-heatclient/python-heatclient-1.18.0.tar.gz
 BuildRequires:  openstack-macros
-BuildRequires:  python-devel
-BuildRequires:  python2-PyYAML >= 3.12
-BuildRequires:  python2-cliff >= 2.8.0
-BuildRequires:  python2-fixtures
-BuildRequires:  python2-mock
-BuildRequires:  python2-mox3
-BuildRequires:  python2-osc-lib >= 1.8.0
-BuildRequires:  python2-oslo.serialization >= 2.18.0
-BuildRequires:  python2-pbr >= 2.0.0
-BuildRequires:  python2-requests-mock
-BuildRequires:  python2-stestr
-BuildRequires:  python2-swiftclient >= 3.2.0
-BuildRequires:  python2-testscenarios
-BuildRequires:  python2-testtools
 BuildRequires:  python3-PyYAML >= 3.12
 BuildRequires:  python3-cliff >= 2.8.0
 BuildRequires:  python3-devel
@@ -53,31 +39,47 @@
 BuildRequires:  python3-swiftclient >= 3.2.0
 BuildRequires:  python3-testscenarios
 BuildRequires:  python3-testtools
-Requires:   python-Babel >= 2.3.4
-Requires:   python-PrettyTable >= 0.7.2
-Requires:   python-PyYAML >= 3.12
-Requires:   python-cliff >= 2.8.0
-Requires:   python-iso8601 >= 0.1.11
-Requires:   python-keystoneauth1 >= 3.4.0
-Requires:   python-osc-lib >= 1.8.0
-Requires:   python-oslo.i18n >= 3.15.3
-Requires:   python-oslo.serialization >= 2.18.0
-Requires:   python-oslo.utils >= 3.33.0
-Requires:   python-requests >= 2.14.2
-Requires:   python-six >= 1.10.0
-Requires:   python-swiftclient >= 3.2.0
+Requires:   python3-Babel >= 2.3.4
+Requires:   python3-PrettyTable >= 0.7.2
+Requires:   python3-PyYAML >= 3.12
+Requires:   python3-cliff >= 2.8.0
+Requires:   python3-iso8601 >= 0.1.11
+Requires:   python3-keystoneauth1 >= 3.4.0
+Requires:   python3-osc-lib >= 1.8.0
+Requires:   python3-oslo.i18n >= 3.15.3
+Requires:   python3-oslo.serialization >= 2.18.0
+Requires:   python3-oslo.utils >= 3.33.0
+Requires:   python3-requests >= 2.14.2
+Requires:   python3-six >= 1.10.0
+Requires:   python3-swiftclient >= 3.2.0
 BuildArch:  noarch
+
+%description
+This is a client for the OpenStack Heat API. There's a Python API (the
+heatclient module), and a command-line script (heat). Each implements 100% of
+the OpenStack Heat API.
+
+%package -n python3-heatclient
+Summary:Python API and CLI for OpenStack Heat
+Group:  Development/Languages/Python
+Requires:   python3-Babel >= 2.3.4
+Requires:   python3-PrettyTable >= 0.7.2
+Requires:   python3-PyYAML >= 3.12
+Requires:   python3-cliff >= 2.8.0
+Requires:   python3-iso8601 >= 0.1.11
+Requires:   python3-keystoneauth1 >= 3.4.0
+Requires:   python3-osc-lib >= 1.8.0
+Requires:   python3-oslo.i18n >= 3.15.3
+Requires:   python3-oslo.serialization >= 2.18.0
+Requires:   python3-oslo.utils >= 3.33.0
+Requires:   python3-requests >= 2.14.2
+Requires:   python3-six >= 1.10.0
+Requires:   python3-swiftclient >= 3.2.0
 %if 0%{?suse_version}
-Requires(post): update-alternatives
-Requires(postun): update-alternatives
-%else
-# on RDO, update-alternatives is in chkconfig
-Requires(post): chkconfig
-Requires(postun): chkconfig
+Obsoletes:  python2-heatclient < 2.0.0

commit python-heatclient for openSUSE:Factory

2019-12-04 Thread root
Hello community,

here is the log from the commit of package python-heatclient for 
openSUSE:Factory checked in at 2019-12-04 13:48:26

Comparing /work/SRC/openSUSE:Factory/python-heatclient (Old)
 and  /work/SRC/openSUSE:Factory/.python-heatclient.new.4691 (New)


Package is "python-heatclient"

Wed Dec  4 13:48:26 2019 rev:30 rq:736653 version:1.18.0

Changes:

--- /work/SRC/openSUSE:Factory/python-heatclient/python-heatclient.changes  
2019-05-03 22:40:44.987029655 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-heatclient.new.4691/python-heatclient.changes
2019-12-04 14:18:50.114362112 +0100
@@ -1,0 +2,15 @@
+Wed Oct  9 12:59:51 UTC 2019 - cloud-de...@suse.de
+
+- update to version 1.18.0
+  - Update stack_id clearify for heat client functions
+  - Dropping the py35 testing
+  - Update master for stable/stein
+  - Fix missing print format
+  - Add Python 3 Train unit tests
+  - Replace openstack.org git:// URLs with https://
+  - add python 3.7 unit test job
+  - OpenDev Migration Patch
+  - Set Content-Type header explictly for SessionClient
+  - Fix unit tests
+
+---

Old:

  python-heatclient-1.17.0.tar.gz

New:

  python-heatclient-1.18.0.tar.gz



Other differences:
--
++ python-heatclient.spec ++
--- /var/tmp/diff_new_pack.VusZjT/_old  2019-12-04 14:18:50.554362167 +0100
+++ /var/tmp/diff_new_pack.VusZjT/_new  2019-12-04 14:18:50.554362167 +0100
@@ -17,13 +17,13 @@
 
 
 Name:   python-heatclient
-Version:1.17.0
+Version:1.18.0
 Release:0
 Summary:Python API and CLI for OpenStack Heat
 License:Apache-2.0
 Group:  Development/Languages/Python
 URL:https://launchpad.net/python-heatclient
-Source0:
https://files.pythonhosted.org/packages/source/p/python-heatclient/python-heatclient-1.17.0.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/p/python-heatclient/python-heatclient-1.18.0.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python-devel
 BuildRequires:  python2-PyYAML >= 3.12
@@ -95,15 +95,15 @@
 This package contains auto-generated documentation.
 
 %prep
-%autosetup -p1 -n python-heatclient-1.17.0
+%autosetup -p1 -n python-heatclient-1.18.0
 %py_req_cleanup
 
 %build
 %{python_build}
 
 %{__python2} setup.py build_sphinx --builder=html,man
-PBR_VERSION=1.17.0 sphinx-build -b html doc/source doc/build/html
-PBR_VERSION=1.17.0 sphinx-build -b man doc/source doc/build/man
+PBR_VERSION=1.18.0 sphinx-build -b html doc/source doc/build/html
+PBR_VERSION=1.18.0 sphinx-build -b man doc/source doc/build/man
 # remove the sphinx-build leftovers
 rm -rf doc/build/html/.{doctrees,buildinfo}
 

++ _service ++
--- /var/tmp/diff_new_pack.VusZjT/_old  2019-12-04 14:18:50.578362171 +0100
+++ /var/tmp/diff_new_pack.VusZjT/_new  2019-12-04 14:18:50.578362171 +0100
@@ -1,8 +1,8 @@
 
   
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/stein/openstack/python-heatclient/python-heatclient.spec.j2
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/train/openstack/python-heatclient/python-heatclient.spec.j2
 python-heatclient.spec
-https://raw.githubusercontent.com/openstack/python-heatclient/stable/stein/requirements.txt
+https://raw.githubusercontent.com/openstack/python-heatclient/stable/train/requirements.txt
 cloud-de...@suse.de
 gh,openstack,python-heatclient
   

++ python-heatclient-1.17.0.tar.gz -> python-heatclient-1.18.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-heatclient-1.17.0/.zuul.yaml 
new/python-heatclient-1.18.0/.zuul.yaml
--- old/python-heatclient-1.17.0/.zuul.yaml 2019-01-15 02:35:54.0 
+0100
+++ new/python-heatclient-1.18.0/.zuul.yaml 2019-08-23 01:32:17.0 
+0200
@@ -5,7 +5,7 @@
 post-run: playbooks/devstack/functional-post.yaml
 timeout: 4200
 required-projects:
-  - openstack-infra/devstack-gate
+  - openstack/devstack-gate
   - openstack/heat
   - openstack/python-heatclient
 vars:
@@ -16,8 +16,7 @@
   - openstack-cover-jobs
   - openstack-lower-constraints-jobs
   - openstack-python-jobs
-  - openstack-python35-jobs
-  - openstack-python36-jobs
+  - openstack-python3-train-jobs
   - check-requirements
   - openstackclient-plugin-jobs
   - publish-openstack-docs-pti
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-heatclient-1.17.0/AUTHORS 
new/python-heatclient-1.18.0/AUTHORS
--- old/python-heatclient-1.17.0/AUTHORS2019-01-15 02:39:00.0 
+0100
+++ 

commit python-heatclient for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package python-heatclient for 
openSUSE:Factory checked in at 2019-05-03 22:40:40

Comparing /work/SRC/openSUSE:Factory/python-heatclient (Old)
 and  /work/SRC/openSUSE:Factory/.python-heatclient.new.5148 (New)


Package is "python-heatclient"

Fri May  3 22:40:40 2019 rev:29 rq:692827 version:1.17.0

Changes:

--- /work/SRC/openSUSE:Factory/python-heatclient/python-heatclient.changes  
2018-09-07 15:37:19.354670275 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-heatclient.new.5148/python-heatclient.changes
2019-05-03 22:40:44.987029655 +0200
@@ -1,0 +2,21 @@
+Mon Apr  8 12:18:46 UTC 2019 - cloud-de...@suse.de
+
+- update to version 1.17.0
+  - Don't change pyyaml behavior
+  - Switch to stestr
+  - Update min tox version to 2.0
+  - Set X-Region-Name in header when using SessionClient
+  - fix bug link in readme
+  - Migrate the link of bug report button to storyboard
+  - Load files from adopt file when adopt stack
+  - Update the bugs link to storyboard
+  - Trivial: Update pypi url to new url
+  - Update reno for stable/rocky
+  - Replace deprecated "decodestring()" by "decodebytes()"
+  - Don't quote {posargs} in tox.ini
+  - switch documentation job to new PTI
+  - add python 3.6 unit test job
+  - import zuul job settings from project-config
+  - Use templates for cover and lower-constraints
+
+---

Old:

  python-heatclient-1.16.1.tar.gz

New:

  python-heatclient-1.17.0.tar.gz



Other differences:
--
++ python-heatclient.spec ++
--- /var/tmp/diff_new_pack.75A3l3/_old  2019-05-03 22:40:45.951031685 +0200
+++ /var/tmp/diff_new_pack.75A3l3/_new  2019-05-03 22:40:45.951031685 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-heatclient
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,18 +12,18 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   python-heatclient
-Version:1.16.1
+Version:1.17.0
 Release:0
 Summary:Python API and CLI for OpenStack Heat
 License:Apache-2.0
 Group:  Development/Languages/Python
 URL:https://launchpad.net/python-heatclient
-Source0:
https://files.pythonhosted.org/packages/source/p/python-heatclient/python-heatclient-1.16.1.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/p/python-heatclient/python-heatclient-1.17.0.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python-devel
 BuildRequires:  python2-PyYAML >= 3.12
@@ -35,8 +35,8 @@
 BuildRequires:  python2-oslo.serialization >= 2.18.0
 BuildRequires:  python2-pbr >= 2.0.0
 BuildRequires:  python2-requests-mock
+BuildRequires:  python2-stestr
 BuildRequires:  python2-swiftclient >= 3.2.0
-BuildRequires:  python2-testrepository
 BuildRequires:  python2-testscenarios
 BuildRequires:  python2-testtools
 BuildRequires:  python3-PyYAML >= 3.12
@@ -49,8 +49,8 @@
 BuildRequires:  python3-oslo.serialization >= 2.18.0
 BuildRequires:  python3-pbr >= 2.0.0
 BuildRequires:  python3-requests-mock
+BuildRequires:  python3-stestr
 BuildRequires:  python3-swiftclient >= 3.2.0
-BuildRequires:  python3-testrepository
 BuildRequires:  python3-testscenarios
 BuildRequires:  python3-testtools
 Requires:   python-Babel >= 2.3.4
@@ -95,15 +95,15 @@
 This package contains auto-generated documentation.
 
 %prep
-%autosetup -p1 -n python-heatclient-1.16.1
+%autosetup -p1 -n python-heatclient-1.17.0
 %py_req_cleanup
 
 %build
 %{python_build}
 
 %{__python2} setup.py build_sphinx --builder=html,man
-PBR_VERSION=1.16.1 sphinx-build -b html doc/source doc/build/html
-PBR_VERSION=1.16.1 sphinx-build -b man doc/source doc/build/man
+PBR_VERSION=1.17.0 sphinx-build -b html doc/source doc/build/html
+PBR_VERSION=1.17.0 sphinx-build -b man doc/source doc/build/man
 # remove the sphinx-build leftovers
 rm -rf doc/build/html/.{doctrees,buildinfo}
 
@@ -124,9 +124,7 @@
 %python_uninstall_alternative heat
 
 %check
-%{python_expand rm -rf .testrepository
-$python setup.py testr
-}
+%python_exec -m stestr.cli run
 
 %files %{python_files}
 %license LICENSE

++ _service ++
--- /var/tmp/diff_new_pack.75A3l3/_old  2019-05-03 22:40:45.971031727 +0200
+++ /var/tmp/diff_new_pack.75A3l3/_new  2019-05-03 22:40:45.971031727 

commit python-heatclient for openSUSE:Factory

2018-09-07 Thread root
Hello community,

here is the log from the commit of package python-heatclient for 
openSUSE:Factory checked in at 2018-09-07 15:37:16

Comparing /work/SRC/openSUSE:Factory/python-heatclient (Old)
 and  /work/SRC/openSUSE:Factory/.python-heatclient.new (New)


Package is "python-heatclient"

Fri Sep  7 15:37:16 2018 rev:28 rq:633070 version:1.16.1

Changes:

--- /work/SRC/openSUSE:Factory/python-heatclient/python-heatclient.changes  
2018-03-19 23:34:38.969424019 +0100
+++ /work/SRC/openSUSE:Factory/.python-heatclient.new/python-heatclient.changes 
2018-09-07 15:37:19.354670275 +0200
@@ -1,0 +2,26 @@
+Sat Sep  1 09:07:06 UTC 2018 - cloud-de...@suse.de
+
+- update to version 1.16.1
+  - Updated from global requirements
+  - fix tox python3 overrides
+  - Remove PyPI downloads
+  - Update reno for stable/queens
+  - Zuul: Remove project name
+  - Enable some off-by-default checks
+  - Fix log_http_request function in http module
+  - Mark stacks returned by get loaded
+  - Using fixtures instead of deprecated mockpatch module
+  - Add heat CLI test for stack-show
+  - Update the documentation link for doc migration
+  - Improve titles of generated API documentation
+  - Mark python-heatclient as stable
+  - Fix osc cli docs
+  - Follow the new PTI for document build
+  - Change testenv from py34 to py35
+  - Document osc CLI
+  - Use assertRegex instead of assertRegexpMatches
+  - [policy in code] Change policy description
+  - add lower-constraints job
+  - Handle token_endpoint auth type in osc plugin
+
+---

Old:

  python-heatclient-1.14.0.tar.gz

New:

  python-heatclient-1.16.1.tar.gz



Other differences:
--
++ python-heatclient.spec ++
--- /var/tmp/diff_new_pack.LUgabA/_old  2018-09-07 15:37:20.130669440 +0200
+++ /var/tmp/diff_new_pack.LUgabA/_new  2018-09-07 15:37:20.130669440 +0200
@@ -17,48 +17,48 @@
 
 
 Name:   python-heatclient
-Version:1.14.0
+Version:1.16.1
 Release:0
 Summary:Python API and CLI for OpenStack Heat
 License:Apache-2.0
 Group:  Development/Languages/Python
-Url:https://launchpad.net/python-heatclient
-Source0:
https://files.pythonhosted.org/packages/source/p/python-heatclient/python-heatclient-1.14.0.tar.gz
+URL:https://launchpad.net/python-heatclient
+Source0:
https://files.pythonhosted.org/packages/source/p/python-heatclient/python-heatclient-1.16.1.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python-devel
-BuildRequires:  python2-PyYAML >= 3.10
+BuildRequires:  python2-PyYAML >= 3.12
 BuildRequires:  python2-cliff >= 2.8.0
-BuildRequires:  python2-fixtures >= 3.0.0
-BuildRequires:  python2-mock >= 2.0.0
-BuildRequires:  python2-mox3 >= 0.20.0
+BuildRequires:  python2-fixtures
+BuildRequires:  python2-mock
+BuildRequires:  python2-mox3
 BuildRequires:  python2-osc-lib >= 1.8.0
 BuildRequires:  python2-oslo.serialization >= 2.18.0
 BuildRequires:  python2-pbr >= 2.0.0
-BuildRequires:  python2-requests-mock >= 1.1.0
+BuildRequires:  python2-requests-mock
 BuildRequires:  python2-swiftclient >= 3.2.0
-BuildRequires:  python2-testrepository >= 0.0.18
-BuildRequires:  python2-testscenarios >= 0.4
-BuildRequires:  python2-testtools >= 2.2.0
-BuildRequires:  python3-PyYAML >= 3.10
+BuildRequires:  python2-testrepository
+BuildRequires:  python2-testscenarios
+BuildRequires:  python2-testtools
+BuildRequires:  python3-PyYAML >= 3.12
 BuildRequires:  python3-cliff >= 2.8.0
 BuildRequires:  python3-devel
-BuildRequires:  python3-fixtures >= 3.0.0
-BuildRequires:  python3-mock >= 2.0.0
-BuildRequires:  python3-mox3 >= 0.20.0
+BuildRequires:  python3-fixtures
+BuildRequires:  python3-mock
+BuildRequires:  python3-mox3
 BuildRequires:  python3-osc-lib >= 1.8.0
 BuildRequires:  python3-oslo.serialization >= 2.18.0
 BuildRequires:  python3-pbr >= 2.0.0
-BuildRequires:  python3-requests-mock >= 1.1.0
+BuildRequires:  python3-requests-mock
 BuildRequires:  python3-swiftclient >= 3.2.0
-BuildRequires:  python3-testrepository >= 0.0.18
-BuildRequires:  python3-testscenarios >= 0.4
-BuildRequires:  python3-testtools >= 2.2.0
+BuildRequires:  python3-testrepository
+BuildRequires:  python3-testscenarios
+BuildRequires:  python3-testtools
 Requires:   python-Babel >= 2.3.4
-Requires:   python-PrettyTable >= 0.7.1
-Requires:   python-PyYAML >= 3.10
+Requires:   python-PrettyTable >= 0.7.2
+Requires:   python-PyYAML >= 3.12
 Requires:   python-cliff >= 2.8.0
 Requires:   python-iso8601 >= 0.1.11
-Requires:   python-keystoneauth1 >= 3.3.0
+Requires:   python-keystoneauth1 >= 3.4.0
 Requires:   python-osc-lib >= 1.8.0
 Requires:

commit python-heatclient for openSUSE:Factory

2018-03-19 Thread root
Hello community,

here is the log from the commit of package python-heatclient for 
openSUSE:Factory checked in at 2018-03-19 23:34:38

Comparing /work/SRC/openSUSE:Factory/python-heatclient (Old)
 and  /work/SRC/openSUSE:Factory/.python-heatclient.new (New)


Package is "python-heatclient"

Mon Mar 19 23:34:38 2018 rev:27 rq:583299 version:1.14.0

Changes:

--- /work/SRC/openSUSE:Factory/python-heatclient/python-heatclient.changes  
2018-02-14 10:50:29.600121012 +0100
+++ /work/SRC/openSUSE:Factory/.python-heatclient.new/python-heatclient.changes 
2018-03-19 23:34:38.969424019 +0100
@@ -1,0 +2,5 @@
+Fri Feb 23 13:03:14 UTC 2018 - tbecht...@suse.com
+
+- Switch to stable/queens spec template
+
+---



Other differences:
--
++ python-heatclient.spec ++
--- /var/tmp/diff_new_pack.A3QtRn/_old  2018-03-19 23:34:39.785394583 +0100
+++ /var/tmp/diff_new_pack.A3QtRn/_new  2018-03-19 23:34:39.789394439 +0100
@@ -86,7 +86,7 @@
 Summary:Documentation for OpenStack Heat API Client
 Group:  Documentation/HTML
 BuildRequires:  python-Sphinx
-BuildRequires:  python-openstackdocstheme >= 1.17.0
+BuildRequires:  python-openstackdocstheme >= 1.18.1
 
 %description -n python-heatclient-doc
 This is a client for the OpenStack Heat API. There's a Python API (the

++ _service ++
--- /var/tmp/diff_new_pack.A3QtRn/_old  2018-03-19 23:34:39.829392996 +0100
+++ /var/tmp/diff_new_pack.A3QtRn/_new  2018-03-19 23:34:39.833392852 +0100
@@ -1,8 +1,8 @@
 
   
-https://raw.githubusercontent.com/openstack/rpm-packaging/master/openstack/python-heatclient/python-heatclient.spec.j2
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/queens/openstack/python-heatclient/python-heatclient.spec.j2
 python-heatclient.spec
-https://raw.githubusercontent.com/openstack/rpm-packaging/master/requirements.txt
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/queens/requirements.txt
 cloud-de...@suse.de
 gh,openstack,python-heatclient
   




commit python-heatclient for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package python-heatclient for 
openSUSE:Factory checked in at 2018-02-14 10:50:27

Comparing /work/SRC/openSUSE:Factory/python-heatclient (Old)
 and  /work/SRC/openSUSE:Factory/.python-heatclient.new (New)


Package is "python-heatclient"

Wed Feb 14 10:50:27 2018 rev:26 rq:575935 version:1.14.0

Changes:

--- /work/SRC/openSUSE:Factory/python-heatclient/python-heatclient.changes  
2018-01-24 15:28:26.752138835 +0100
+++ /work/SRC/openSUSE:Factory/.python-heatclient.new/python-heatclient.changes 
2018-02-14 10:50:29.600121012 +0100
@@ -1,0 +2,10 @@
+Mon Feb 12 09:56:03 UTC 2018 - cloud-de...@suse.de
+
+- update to version 1.14.0 (bsc#1078607)
+  - Add reno for release notes management
+  - Updated from global requirements
+  - Fix release note formatting
+  - Avoid tox_install.sh for constraints support
+  - Migrate functional job to Zuul v3
+
+---

Old:

  python-heatclient-1.13.0.tar.gz

New:

  python-heatclient-1.14.0.tar.gz



Other differences:
--
++ python-heatclient.spec ++
--- /var/tmp/diff_new_pack.mgbJg9/_old  2018-02-14 10:50:30.240097981 +0100
+++ /var/tmp/diff_new_pack.mgbJg9/_new  2018-02-14 10:50:30.240097981 +0100
@@ -17,55 +17,55 @@
 
 
 Name:   python-heatclient
-Version:1.13.0
+Version:1.14.0
 Release:0
 Summary:Python API and CLI for OpenStack Heat
 License:Apache-2.0
 Group:  Development/Languages/Python
 Url:https://launchpad.net/python-heatclient
-Source0:
https://files.pythonhosted.org/packages/source/p/python-heatclient/python-heatclient-1.13.0.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/p/python-heatclient/python-heatclient-1.14.0.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python-devel
-BuildRequires:  python2-PyYAML
-BuildRequires:  python2-cliff
-BuildRequires:  python2-fixtures
-BuildRequires:  python2-mock
-BuildRequires:  python2-mox3
-BuildRequires:  python2-osc-lib
-BuildRequires:  python2-oslo.serialization
-BuildRequires:  python2-pbr
-BuildRequires:  python2-requests-mock
-BuildRequires:  python2-swiftclient
-BuildRequires:  python2-testrepository
-BuildRequires:  python2-testscenarios
-BuildRequires:  python2-testtools
-BuildRequires:  python3-PyYAML
-BuildRequires:  python3-cliff
+BuildRequires:  python2-PyYAML >= 3.10
+BuildRequires:  python2-cliff >= 2.8.0
+BuildRequires:  python2-fixtures >= 3.0.0
+BuildRequires:  python2-mock >= 2.0.0
+BuildRequires:  python2-mox3 >= 0.20.0
+BuildRequires:  python2-osc-lib >= 1.8.0
+BuildRequires:  python2-oslo.serialization >= 2.18.0
+BuildRequires:  python2-pbr >= 2.0.0
+BuildRequires:  python2-requests-mock >= 1.1.0
+BuildRequires:  python2-swiftclient >= 3.2.0
+BuildRequires:  python2-testrepository >= 0.0.18
+BuildRequires:  python2-testscenarios >= 0.4
+BuildRequires:  python2-testtools >= 2.2.0
+BuildRequires:  python3-PyYAML >= 3.10
+BuildRequires:  python3-cliff >= 2.8.0
 BuildRequires:  python3-devel
-BuildRequires:  python3-fixtures
-BuildRequires:  python3-mock
-BuildRequires:  python3-mox3
-BuildRequires:  python3-osc-lib
-BuildRequires:  python3-oslo.serialization
-BuildRequires:  python3-pbr
-BuildRequires:  python3-requests-mock
-BuildRequires:  python3-swiftclient
-BuildRequires:  python3-testrepository
-BuildRequires:  python3-testscenarios
-BuildRequires:  python3-testtools
-Requires:   python-Babel
-Requires:   python-PrettyTable
-Requires:   python-PyYAML
-Requires:   python-cliff
-Requires:   python-iso8601
-Requires:   python-keystoneauth1
-Requires:   python-osc-lib
-Requires:   python-oslo.i18n
-Requires:   python-oslo.serialization
-Requires:   python-oslo.utils
-Requires:   python-requests
-Requires:   python-six
-Requires:   python-swiftclient
+BuildRequires:  python3-fixtures >= 3.0.0
+BuildRequires:  python3-mock >= 2.0.0
+BuildRequires:  python3-mox3 >= 0.20.0
+BuildRequires:  python3-osc-lib >= 1.8.0
+BuildRequires:  python3-oslo.serialization >= 2.18.0
+BuildRequires:  python3-pbr >= 2.0.0
+BuildRequires:  python3-requests-mock >= 1.1.0
+BuildRequires:  python3-swiftclient >= 3.2.0
+BuildRequires:  python3-testrepository >= 0.0.18
+BuildRequires:  python3-testscenarios >= 0.4
+BuildRequires:  python3-testtools >= 2.2.0
+Requires:   python-Babel >= 2.3.4
+Requires:   python-PrettyTable >= 0.7.1
+Requires:   python-PyYAML >= 3.10
+Requires:   python-cliff >= 2.8.0
+Requires:   python-iso8601 >= 0.1.11
+Requires:   python-keystoneauth1 >= 3.3.0
+Requires:   python-osc-lib >= 1.8.0
+Requires:   python-oslo.i18n >= 3.15.3

commit python-heatclient for openSUSE:Factory

2018-01-24 Thread root
Hello community,

here is the log from the commit of package python-heatclient for 
openSUSE:Factory checked in at 2018-01-24 15:28:25

Comparing /work/SRC/openSUSE:Factory/python-heatclient (Old)
 and  /work/SRC/openSUSE:Factory/.python-heatclient.new (New)


Package is "python-heatclient"

Wed Jan 24 15:28:25 2018 rev:25 rq:567543 version:1.13.0

Changes:

--- /work/SRC/openSUSE:Factory/python-heatclient/python-heatclient.changes  
2017-08-28 15:30:32.455928954 +0200
+++ /work/SRC/openSUSE:Factory/.python-heatclient.new/python-heatclient.changes 
2018-01-24 15:28:26.752138835 +0100
@@ -1,0 +2,21 @@
+Fri Jan 19 05:52:48 UTC 2018 - cloud-de...@suse.de
+
+- update to version 1.13.0
+  - Add plug-in summary for osc doc
+  - Add --no-rollback option for stack cancel
+  - Add `--converge` argument for osc stack update
+  - No longer use oslotest.mockpatch
+  - Use generic user for both zuul v2 and v3
+  - Modify error message encountered during stack update
+  - Decode content before checking
+  - Support --show-nested in openstack stack update --dry-run
+  - Don't override sections in deep_update
+  - Imported Translations from Zanata
+  - Don't preformat stack output show list/map values
+  - Remove vestigate HUDSON_PUBLISH_DOCS reference
+  - Allow cancelling create_in_progress stacks with --no-rollback
+  - Updated from global requirements
+  - Use Sphinx 1.5 warning-is-error
+- Convert to singlespec
+
+---

Old:

  python-heatclient-1.11.0.tar.gz

New:

  python-heatclient-1.13.0.tar.gz



Other differences:
--
++ python-heatclient.spec ++
--- /var/tmp/diff_new_pack.U33kOF/_old  2018-01-24 15:28:27.408108154 +0100
+++ /var/tmp/diff_new_pack.U33kOF/_new  2018-01-24 15:28:27.408108154 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-heatclient
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -16,96 +16,127 @@
 #
 
 
-%global sname python-heatclient
 Name:   python-heatclient
-Version:1.11.0
+Version:1.13.0
 Release:0
 Summary:Python API and CLI for OpenStack Heat
 License:Apache-2.0
 Group:  Development/Languages/Python
-Url:https://launchpad.net/%{sname}
-Source0:
https://pypi.io/packages/source/p/%{sname}/%{sname}-%{version}.tar.gz
+Url:https://launchpad.net/python-heatclient
+Source0:
https://files.pythonhosted.org/packages/source/p/python-heatclient/python-heatclient-1.13.0.tar.gz
 BuildRequires:  openstack-macros
-BuildRequires:  python-PyYAML >= 3.10.0
-BuildRequires:  python-cliff >= 2.6.0
 BuildRequires:  python-devel
-BuildRequires:  python-fixtures >= 3.0.0
-BuildRequires:  python-mock >= 2.0
-BuildRequires:  python-mox3 >= 0.7.0
-BuildRequires:  python-osc-lib >= 1.5.1
-BuildRequires:  python-oslo.serialization >= 1.10.0
-BuildRequires:  python-oslotest >= 1.10.0
-BuildRequires:  python-pbr >= 2.0.0
-BuildRequires:  python-requests-mock >= 1.1
-BuildRequires:  python-swiftclient >= 3.2.0
-BuildRequires:  python-testrepository >= 0.0.18
-BuildRequires:  python-testscenarios >= 0.4
-BuildRequires:  python-testtools >= 1.4.0
-Requires:   python-Babel >= 2.3.4
-Requires:   python-PrettyTable >= 0.7.1
-Requires:   python-PyYAML >= 3.10.0
-Requires:   python-cliff >= 2.6.0
-Requires:   python-iso8601 >= 0.1.11
-Requires:   python-keystoneauth1 >= 2.21.0
-Requires:   python-osc-lib >= 1.5.1
-Requires:   python-oslo.i18n >= 2.1.0
-Requires:   python-oslo.serialization >= 1.10.0
-Requires:   python-oslo.utils >= 3.20.0
-Requires:   python-requests >= 2.14.2
-Requires:   python-six >= 1.9.0
-Requires:   python-swiftclient >= 3.2.0
+BuildRequires:  python2-PyYAML
+BuildRequires:  python2-cliff
+BuildRequires:  python2-fixtures
+BuildRequires:  python2-mock
+BuildRequires:  python2-mox3
+BuildRequires:  python2-osc-lib
+BuildRequires:  python2-oslo.serialization
+BuildRequires:  python2-pbr
+BuildRequires:  python2-requests-mock
+BuildRequires:  python2-swiftclient
+BuildRequires:  python2-testrepository
+BuildRequires:  python2-testscenarios
+BuildRequires:  python2-testtools
+BuildRequires:  python3-PyYAML
+BuildRequires:  python3-cliff
+BuildRequires:  python3-devel
+BuildRequires:  python3-fixtures
+BuildRequires:  python3-mock
+BuildRequires:  python3-mox3
+BuildRequires:  python3-osc-lib
+BuildRequires:  python3-oslo.serialization
+BuildRequires:  python3-pbr
+BuildRequires:  python3-requests-mock

commit python-heatclient for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package python-heatclient for 
openSUSE:Factory checked in at 2017-08-28 15:30:31

Comparing /work/SRC/openSUSE:Factory/python-heatclient (Old)
 and  /work/SRC/openSUSE:Factory/.python-heatclient.new (New)


Package is "python-heatclient"

Mon Aug 28 15:30:31 2017 rev:24 rq:514885 version:1.11.0

Changes:

--- /work/SRC/openSUSE:Factory/python-heatclient/python-heatclient.changes  
2017-06-08 15:03:07.985922743 +0200
+++ /work/SRC/openSUSE:Factory/.python-heatclient.new/python-heatclient.changes 
2017-08-28 15:30:32.455928954 +0200
@@ -1,0 +2,28 @@
+Mon Aug  7 09:10:40 UTC 2017 - cloud-de...@suse.de
+
+- update to version 1.11.0
+  - Handle log message interpolation by the logger
+  - Explicitly set 'builders' option
+  - Don't encode path separators
+  - Show 'project' info if heat server returns
+  - Trivial:remove unused code
+  - Support openstack stack export
+  - Use endpoint_type with session client
+  - Replace six.iteritems() with .items()
+  - Don't always resolve outputs when showing a stack
+  - Fixing read before prompt bug
+  - Use upper-constraints for all jobs
+  - Fix error message when deployment not found
+  - Switch from oslosphinx to openstackdocstheme
+  - Add functinoal tests for 'openstack stack snapshot delete'
+  - Add optional arguments '-y' in CLI:snapshot-delete
+  - Replace mox3 with mock
+  - Build event stack_name from links
+  - Remove log translations
+  - Add '--yes' for openstack stack snapshot delete
+  - Update test requirement
+  - Remove support for py34
+  - Pass event filters to the server side
+  - Updated from global requirements
+
+---

Old:

  python-heatclient-1.8.1.tar.gz

New:

  python-heatclient-1.11.0.tar.gz



Other differences:
--
++ python-heatclient.spec ++
--- /var/tmp/diff_new_pack.4tRmB3/_old  2017-08-28 15:30:33.527778272 +0200
+++ /var/tmp/diff_new_pack.4tRmB3/_new  2017-08-28 15:30:33.535777148 +0200
@@ -18,7 +18,7 @@
 
 %global sname python-heatclient
 Name:   python-heatclient
-Version:1.8.1
+Version:1.11.0
 Release:0
 Summary:Python API and CLI for OpenStack Heat
 License:Apache-2.0
@@ -27,15 +27,15 @@
 Source0:
https://pypi.io/packages/source/p/%{sname}/%{sname}-%{version}.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python-PyYAML >= 3.10.0
-BuildRequires:  python-cliff >= 2.3.0
+BuildRequires:  python-cliff >= 2.6.0
 BuildRequires:  python-devel
 BuildRequires:  python-fixtures >= 3.0.0
 BuildRequires:  python-mock >= 2.0
 BuildRequires:  python-mox3 >= 0.7.0
-BuildRequires:  python-osc-lib >= 1.2.0
+BuildRequires:  python-osc-lib >= 1.5.1
 BuildRequires:  python-oslo.serialization >= 1.10.0
 BuildRequires:  python-oslotest >= 1.10.0
-BuildRequires:  python-pbr >= 1.8
+BuildRequires:  python-pbr >= 2.0.0
 BuildRequires:  python-requests-mock >= 1.1
 BuildRequires:  python-swiftclient >= 3.2.0
 BuildRequires:  python-testrepository >= 0.0.18
@@ -44,14 +44,14 @@
 Requires:   python-Babel >= 2.3.4
 Requires:   python-PrettyTable >= 0.7.1
 Requires:   python-PyYAML >= 3.10.0
-Requires:   python-cliff >= 2.3.0
+Requires:   python-cliff >= 2.6.0
 Requires:   python-iso8601 >= 0.1.11
-Requires:   python-keystoneauth1 >= 2.18.0
-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.serialization >= 1.10.0
-Requires:   python-oslo.utils >= 3.18.0
-Requires:   python-requests >= 2.10.0
+Requires:   python-oslo.utils >= 3.20.0
+Requires:   python-requests >= 2.14.2
 Requires:   python-six >= 1.9.0
 Requires:   python-swiftclient >= 3.2.0
 BuildArch:  noarch
@@ -65,7 +65,7 @@
 Summary:Documentation for OpenStack Heat API Client
 Group:  Documentation
 BuildRequires:  python-Sphinx
-BuildRequires:  python-oslosphinx >= 4.7.0
+BuildRequires:  python-openstackdocstheme >= 1.11.0
 
 %description  doc
 This is a client for the OpenStack Heat API. There's a Python API (the
@@ -76,11 +76,12 @@
 %prep
 %autosetup -n %{sname}-%{version}
 %py_req_cleanup
+sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
 
 %build
 %{py2_build}
 
-%{__python2} setup.py build_sphinx
+%{__python2} setup.py build_sphinx --builder=html,man
 # remove the sphinx-build leftovers
 rm -rf doc/build/html/.{doctrees,buildinfo}
 

++ _service ++
--- /var/tmp/diff_new_pack.4tRmB3/_old  2017-08-28 15:30:33.647761405 +0200
+++ /var/tmp/diff_new_pack.4tRmB3/_new  2017-08-28 15:30:33.659759718 +0200
@@ -1,8 +1,8 

commit python-heatclient for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package python-heatclient for 
openSUSE:Factory checked in at 2017-06-08 15:03:06

Comparing /work/SRC/openSUSE:Factory/python-heatclient (Old)
 and  /work/SRC/openSUSE:Factory/.python-heatclient.new (New)


Package is "python-heatclient"

Thu Jun  8 15:03:06 2017 rev:23 rq:501639 version:1.8.1

Changes:

--- /work/SRC/openSUSE:Factory/python-heatclient/python-heatclient.changes  
2017-02-21 13:43:42.896446624 +0100
+++ /work/SRC/openSUSE:Factory/.python-heatclient.new/python-heatclient.changes 
2017-06-08 15:03:07.985922743 +0200
@@ -1,0 +2,7 @@
+Wed Jun  7 09:47:25 UTC 2017 - cloud-de...@suse.de
+
+- update to version 1.8.1
+  - Build event stack_name from links
+  - Update .gitreview for stable/ocata
+
+---

Old:

  python-heatclient-1.8.0.tar.gz

New:

  python-heatclient-1.8.1.tar.gz



Other differences:
--
++ python-heatclient.spec ++
--- /var/tmp/diff_new_pack.7jkbLd/_old  2017-06-08 15:03:08.601835820 +0200
+++ /var/tmp/diff_new_pack.7jkbLd/_new  2017-06-08 15:03:08.609834690 +0200
@@ -18,7 +18,7 @@
 
 %global sname python-heatclient
 Name:   python-heatclient
-Version:1.8.0
+Version:1.8.1
 Release:0
 Summary:Python API and CLI for OpenStack Heat
 License:Apache-2.0
@@ -46,7 +46,7 @@
 Requires:   python-PyYAML >= 3.10.0
 Requires:   python-cliff >= 2.3.0
 Requires:   python-iso8601 >= 0.1.11
-Requires:   python-keystoneauth1 >= 2.17.0
+Requires:   python-keystoneauth1 >= 2.18.0
 Requires:   python-osc-lib >= 1.2.0
 Requires:   python-oslo.i18n >= 2.1.0
 Requires:   python-oslo.serialization >= 1.10.0

++ python-heatclient-1.8.0.tar.gz -> python-heatclient-1.8.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-heatclient-1.8.0/AUTHORS 
new/python-heatclient-1.8.1/AUTHORS
--- old/python-heatclient-1.8.0/AUTHORS 2017-01-25 12:55:45.0 +0100
+++ new/python-heatclient-1.8.1/AUTHORS 2017-04-25 15:29:58.0 +0200
@@ -65,6 +65,7 @@
 Oleg Khavroshin 
 Oleksii Chuprykov 
 Ondřej Nový 
+OpenStack Release Bot 
 Pablo Andres Fuente 
 Pablo Iranzo Gómez 
 PanFengyun 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-heatclient-1.8.0/ChangeLog 
new/python-heatclient-1.8.1/ChangeLog
--- old/python-heatclient-1.8.0/ChangeLog   2017-01-25 12:55:45.0 
+0100
+++ new/python-heatclient-1.8.1/ChangeLog   2017-04-25 15:29:58.0 
+0200
@@ -1,6 +1,12 @@
 CHANGES
 ===
 
+1.8.1
+-
+
+* Build event stack\_name from links
+* Update .gitreview for stable/ocata
+
 1.8.0
 -
 
@@ -11,7 +17,7 @@
 * Enable coverage report in console output
 * Distinguish between stack and resource events when polling
 * Make sure the --heat-url option is respected, part 2
-* Remove LOG Warning from __eq__
+* Remove LOG Warning from \_\_eq\_\_
 * Add convenience function for events over websocket
 
 1.7.0
@@ -25,7 +31,7 @@
 * Updated from global requirements
 * Fix event list help
 * Updated from global requirements
-* Use default service_type with session
+* Use default service\_type with session
 * Show team and repo badges on README
 * Don't resolve outputs when polling events
 * Updated from global requirements
@@ -34,7 +40,7 @@
 1.6.1
 -
 
-* Use endpoint as endpoint_override
+* Use endpoint as endpoint\_override
 
 1.6.0
 -
@@ -45,42 +51,42 @@
 * Remove oslo-incubator modules
 * Move required modules from oslo-incubator
 * Updated from global requirements
-* Make method import_versioned_module work
+* Make method import\_versioned\_module work
 * Graduate to oslo.i18n and cleanup incubator usage
 * Change property option into append action
 * Updated from global requirements
 * Return condition functions based on the filter param
 * Updated from global requirements
-* Use region_name and interface with session
+* Use region\_name and interface with session
 * Fix help string for osc resource show 
 * handle empty sections in environment files
 * Updated from global requirements
 * Fix "heat output-show -F json" output format
-* Use event_time as default event sort key in OSC
+* Use event\_time as default event sort key in OSC
 * Updated from global requirements
 * Updated from global requirements
 * Improved the help message of the stack-list tags
 * delete python bytecode including pyo before every test run
-* Don't use endpoint_override 

commit python-heatclient for openSUSE:Factory

2017-02-21 Thread root
Hello community,

here is the log from the commit of package python-heatclient for 
openSUSE:Factory checked in at 2017-02-21 13:43:41

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  
2016-10-13 11:28:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-heatclient.new/python-heatclient.changes 
2017-02-21 13:43:42.896446624 +0100
@@ -1,0 +2,40 @@
+Mon Feb 13 11:35:12 UTC 2017 - cloud-de...@suse.de
+
+- update to version 1.8.0:
+  - Add url in setup.cfg
+  - Make method import_versioned_module work
+  - Add convenience function for events over websocket
+  - Graduate to oslo.i18n and cleanup incubator usage
+  - Enable coverage report in console output
+  - Distinguish between stack and resource events when polling
+  - Add heat CLI test for creating stack from URL
+  - Fix help string for osc resource show 
+  - Fix "heat output-show -F json" output format
+  - Remove LOG Warning from __eq__
+  - delete python bytecode including pyo before every test run
+  - User server side env merging with osc plugin
+  - Remove oslo-incubator modules
+  - Show team and repo badges on README
+  - Update headers for the Openstack Orchestration commands
+  - Remove unused scripts in tools
+  - Support -y for --yes.
+  - Use default service_type with session
+  - handle empty sections in environment files
+  - Make sure the --heat-url option is respected, part 2
+  - Update docs for mark-unhealthy command
+  - Don't resolve outputs when polling events
+  - Move required modules from oslo-incubator
+  - Fix doc on keystoneauth session api usage
+  - Use region_name and interface with session
+  - Add aliases to orchestration template version list
+  - Change property option into append action
+  - Don't use endpoint_override with session
+  - Use endpoint as endpoint_override
+  - Return condition functions based on the filter param
+  - Use event_time as default event sort key in OSC
+  - Add heat CLI test for deleting stack
+  - Improved the help message of the stack-list tags
+  - Updated from global requirements
+  - Fix event list help
+
+---

Old:

  python-heatclient-1.5.0.tar.gz

New:

  python-heatclient-1.8.0.tar.gz



Other differences:
--
++ python-heatclient.spec ++
--- /var/tmp/diff_new_pack.1xnzKs/_old  2017-02-21 13:43:43.412373839 +0100
+++ /var/tmp/diff_new_pack.1xnzKs/_new  2017-02-21 13:43:43.412373839 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-heatclient
 #
-# 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-heatclient
 Name:   python-heatclient
-Version:1.5.0
+Version:1.8.0
 Release:0
 Summary:Python API and CLI for OpenStack Heat
 License:Apache-2.0
@@ -26,34 +26,34 @@
 Url:https://launchpad.net/%{sname}
 Source0:
https://pypi.io/packages/source/p/%{sname}/%{sname}-%{version}.tar.gz
 BuildRequires:  openstack-macros
-BuildRequires:  python-PyYAML >= 3.1.0
-BuildRequires:  python-cliff >= 1.15.0
+BuildRequires:  python-PyYAML >= 3.10.0
+BuildRequires:  python-cliff >= 2.3.0
 BuildRequires:  python-devel
 BuildRequires:  python-fixtures >= 3.0.0
 BuildRequires:  python-mock >= 2.0
 BuildRequires:  python-mox3 >= 0.7.0
-BuildRequires:  python-osc-lib >= 0.4.0
+BuildRequires:  python-osc-lib >= 1.2.0
 BuildRequires:  python-oslo.serialization >= 1.10.0
 BuildRequires:  python-oslotest >= 1.10.0
-BuildRequires:  python-pbr >= 1.6
-BuildRequires:  python-requests-mock >= 1.0
-BuildRequires:  python-swiftclient >= 2.2.0
+BuildRequires:  python-pbr >= 1.8
+BuildRequires:  python-requests-mock >= 1.1
+BuildRequires:  python-swiftclient >= 3.2.0
 BuildRequires:  python-testrepository >= 0.0.18
 BuildRequires:  python-testscenarios >= 0.4
 BuildRequires:  python-testtools >= 1.4.0
 Requires:   python-Babel >= 2.3.4
-Requires:   python-PrettyTable >= 0.7
-Requires:   python-PyYAML >= 3.1.0
-Requires:   python-cliff >= 1.15.0
+Requires:   python-PrettyTable >= 0.7.1
+Requires:   python-PyYAML >= 3.10.0
+Requires:   python-cliff >= 2.3.0
 Requires:   python-iso8601 >= 0.1.11
-Requires:   python-keystoneauth1 >= 2.10.0
-Requires:   python-osc-lib >= 0.4.0
+Requires:   python-keystoneauth1 >= 2.17.0
+Requires:   

commit python-heatclient for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package python-heatclient for 
openSUSE:Factory checked in at 2016-10-13 11:28:50

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  
2016-09-30 15:30:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-heatclient.new/python-heatclient.changes 
2016-10-13 11:28:51.0 +0200
@@ -1,0 +2,13 @@
+Mon Sep 26 12:56:35 UTC 2016 - tbecht...@suse.com
+
+update to version 1.5.0
+  * Replace functions 'Dict.get' and 'del' with 'Dict.pop'
+  * Trivial:Standardize the output format of 'help' in shell.py
+  * Show resource name path in event log formatter
+  * Clean imports in code
+  * Add parameter_merge_startegies section
+  * Modify use of assertTrue(A in B)
+  * Update .gitreview for stable/newton
+  * Import mox in __init__.py
+
+---

Old:

  python-heatclient-1.4.0.tar.gz

New:

  python-heatclient-1.5.0.tar.gz



Other differences:
--
++ python-heatclient.spec ++
--- /var/tmp/diff_new_pack.JOcUy9/_old  2016-10-13 11:28:52.0 +0200
+++ /var/tmp/diff_new_pack.JOcUy9/_new  2016-10-13 11:28:52.0 +0200
@@ -18,7 +18,7 @@
 
 %global sname python-heatclient
 Name:   python-heatclient
-Version:1.4.0
+Version:1.5.0
 Release:0
 Summary:Python API and CLI for OpenStack Heat
 License:Apache-2.0

++ python-heatclient-1.4.0.tar.gz -> python-heatclient-1.5.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-heatclient-1.4.0/AUTHORS 
new/python-heatclient-1.5.0/AUTHORS
--- old/python-heatclient-1.4.0/AUTHORS 2016-08-25 13:58:47.0 +0200
+++ new/python-heatclient-1.5.0/AUTHORS 2016-09-22 14:01:27.0 +0200
@@ -11,9 +11,11 @@
 Angus Salkeld 
 Angus Salkeld 
 Bartlomiej Biernacki 
+Bin Zhou 
 Bo Wang 
 Bryan D. Payne 
 Bryan Jones 
+Cao Xuan Hoang 
 ChenZheng 
 Chmouel Boudjnah 
 Christian Berendt 
@@ -78,6 +80,7 @@
 Rui Chen 
 Ryan S. Brown 
 Sergey Kraynev 
+Sharat Sharma 
 Shuquan Huang 
 Simon Pasquier 
 Simon Pasquier 
@@ -110,6 +113,7 @@
 ZhiQiang Fan 
 ZhiQiang Fan 
 anusha-rayani-7 
+bhagyashris 
 cedric.brandily 
 chenhaiq 
 chenxiao 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-heatclient-1.4.0/ChangeLog 
new/python-heatclient-1.5.0/ChangeLog
--- old/python-heatclient-1.4.0/ChangeLog   2016-08-25 13:58:47.0 
+0200
+++ new/python-heatclient-1.5.0/ChangeLog   2016-09-22 14:01:27.0 
+0200
@@ -1,6 +1,21 @@
 CHANGES
 ===
 
+1.5.0
+-
+
+* Add parameter_merge_startegies section
+* Show resource name path in event log formatter
+* Update .gitreview for stable/newton
+* Show resource name path in event log formatter
+* Clean imports in code
+* Update .gitreview for stable/newton
+* Modify use of assertTrue(A in B)
+* Import mox in __init__.py
+* Replace functions 'Dict.get' and 'del' with 'Dict.pop'
+* Trivial:Standardize the output format of 'help' in shell.py
+* Add parameter_merge_startegies section
+
 1.4.0
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-heatclient-1.4.0/PKG-INFO 
new/python-heatclient-1.5.0/PKG-INFO
--- old/python-heatclient-1.4.0/PKG-INFO2016-08-25 13:58:48.0 
+0200
+++ new/python-heatclient-1.5.0/PKG-INFO2016-09-22 14:01:28.0 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: python-heatclient
-Version: 1.4.0
+Version: 1.5.0
 Summary: OpenStack Orchestration API Client Library
 Home-page: http://docs.openstack.org/developer/python-heatclient/
 Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-heatclient-1.4.0/heatclient/common/deployment_utils.py 
new/python-heatclient-1.5.0/heatclient/common/deployment_utils.py
--- 

commit python-heatclient for openSUSE:Factory

2016-09-30 Thread h_root
Hello community,

here is the log from the commit of package python-heatclient for 
openSUSE:Factory checked in at 2016-09-30 15:30:12

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-10-30 13:42:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-heatclient.new/python-heatclient.changes 
2016-09-30 15:30:13.0 +0200
@@ -1,0 +2,191 @@
+Tue Aug 30 15:39:01 UTC 2016 - tbecht...@suse.com
+
+- update to 1.4.0:
+  * Updated from global requirements
+  * Add a nested_depth argument to poll_for_events
+  * Update the home-page in setup.cfg
+  * Standardize import format
+  * Remove unused function
+  * Change usage of _auth_url private attribute
+  * Remove discover from test-requirements
+  * Add support for stack file list
+  * Trivial: Remove out-of-date and useless example
+  * Add Python 3.5 classifier and venv
+  * Fix doc build if git is absent
+  * Fix deprecation message for stack-preview
+  * Remove unused LOG
+  * Remove white space between print and ()
+  * base.Resource not define __ne__() built-in function
+  * Fix typo
+  * Pass correct arguments in osc plugin
+  * Use osc_lib instead of cliff
+  * Use osc-lib instead of openstackclient
+  * Imported Translations from Zanata
+  * Enhance error message
+  * Replace dict.iteritems with six.iteritems to make PY3 compatible
+  * Show 'deletion_time' of stacks
+  * Implement client side of event list --nested-depth
+  * Refactor test_shell
+  * Serialize files when using SessionClient
+  * Show 'parameter_defaults' for environment-show
+  * A resource list formatter for graphviz dot diagrams
+  * Implement "openstack stack failures list"
+  * Clean up osc fakes and mocks
+  * osc resource-type-show description option
+  * osc resource-type-list description option
+  * Remove redundant auth discovery
+  * switch to keystoneauth
+  * Allow redirects to use location from response
+  * Fix obscure error message when no template given to OSC
+  * Replace tempest-lib with tempest.lib
+  * Moved required parameter for visibility
+  * use thread safe fnmatch
+  * OpenStack client plugin for environment show
+  * Add client library support for retrieving a stack's environment
+  * Support "--pre-delete" argument for hook-clear
+  * Fixed fragile assertion in test_template_utils
+  * Fix logging issue in heatclient tests
+  * Add basic read-only function test for template validate
+  * Support OS_KEY/OS_CERT environment variables
+  * Replace assertRegexpMatches with assertRegex
+  * Moved -t parameter for visibility
+  * Move OpenStack client to test-requirements
+  * OSC plugin for orchestration template validate
+  * Use stack.get for resolving outputs for old API
+- update _service and switch to upstream spec template
+
+---
+Wed Jul 13 14:58:50 UTC 2016 - tbecht...@suse.com
+
+- update to 1.1.0:
+  * Updated from global requirements
+  * Fix regression handling relative paths in environment
+  * Update .gitreview for stable/mitaka
+  * Use poll_for_events for "openstack stack delete"
+  * Add OSC plugin for openstack orchestation service list
+  * Add OSC plugin for openstack orchestation build info
+  * Strip any whitespace before checking for json
+  * Add OSC plugin for stack resource mark unhealthy
+  * Implement stack event list --follow
+  * Replace assertEqual(None, *) with assertIsNone
+  * Prompt user before deleting stack if tty
+  * Add more readonly openstack client funcitonal tests
+  * Use poll_for_events for "openstack stack "
+  * Use poll_for_events for "openstack stack adopt"
+  * Use poll_for_events for "openstack stack update"
+  * Use poll_for_events for "openstack stack create"
+  * poll_for_events fall back to stack get
+  * Fix collision with update and update cancel
+  * Update OSC metavars
+  * OpenstackClient plugin for software deployment output show
+  * Move poll_for_events to event_utils
+  * Adds --filter to search for resources
+  * Stack resource search
+  * OpenstackClient plugin for software deployment metadata show
+  * Add stack hook poll and clear to openstack client
+  * OpenstackClient plugin for deployment create
+  * Remove the only-value flag of output-show
+  * Changes to support server-side environment resolution
+  * OSC plugin for stack snapshot delete
+  * OSC plugin for stack snapshot create
+  * Use yaml.safe_load() instead of yaml.load()
+  * Use oslo.utils.reflection to extract class name
+  * Add OpenstackClient plugin for software deployment show
+  * Add openstack client stack snapshot restore
+  * Add openstack client stack resource signal
+  * OSC plugin for stack 

commit python-heatclient for openSUSE:Factory

2015-10-30 Thread h_root
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.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-heatclient.new/python-heatclient.changes 
2015-10-30 13:42:01.0 +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.0 +0100
+++ /var/tmp/diff_new_pack.RS1pv2/_new  2015-10-30 13:42:02.0 +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
 

commit python-heatclient for openSUSE:Factory

2015-08-27 Thread h_root
Hello community,

here is the log from the commit of package python-heatclient for 
openSUSE:Factory checked in at 2015-08-27 08:55:03

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  
2014-04-14 20:40:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-heatclient.new/python-heatclient.changes 
2015-08-27 08:55:04.0 +0200
@@ -2 +2 @@
-Mon Apr 14 09:07:45 UTC 2014 - dmuel...@suse.com
+Wed Aug  5 16:57:36 UTC 2015 - dmuel...@suse.com
@@ -4 +4,533 @@
-- update to 0.2.9:
+- add %name-rpmlintrc
+
+---
+Fri Apr 24 12:10:22 UTC 2015 - tbecht...@suse.com
+
+- Use %{version} in source
+
+---
+Thu Apr 23 20:19:38 UTC 2015 - tbecht...@suse.com
+
+- Switch to version 0.4.0
+
+---
+Tue Apr 21 23:35:24 UTC 2015 -  cloud-de...@suse.de
+
+- Update to version python-heatclient-0.4.0.post5:
+  * correction in function names under test_resource
+
+---
+Sat Apr 18 23:35:27 UTC 2015 -  cloud-de...@suse.de
+
+- Update to version python-heatclient-0.4.0.post4:
+  * Uncap library requirements for liberty
+
+---
+Fri Apr 10 00:32:57 UTC 2015 -  cloud-de...@suse.de
+
+- Update to version python-heatclient-0.4.0.post3:
+  * Make README.rst comply with expected format
+
+---
+Wed Apr  8 00:32:27 UTC 2015 -  cloud-de...@suse.de
+
+- Update to version python-heatclient-0.4.0.post1:
+  * Remove the deprecated shell commands
+  0.4.0
+
+---
+Thu Apr  2 00:27:47 UTC 2015 -  cloud-de...@suse.de
+
+- Update to version python-heatclient-0.3.0.post23:
+  * Parse nested files if they are template
+  * Fix test class names
+
+---
+Wed Apr  1 00:27:46 UTC 2015 -  cloud-de...@suse.de
+
+- Update to version python-heatclient-0.3.0.post19:
+  * Add wildcard support to hook-clear
+  * Add options for setting and clearing of hooks
+  * Add option for heatclient to accept parameter value from file
+
+---
+Sat Mar 28 01:20:57 UTC 2015 -  cloud-de...@suse.de
+
+- Update to version python-heatclient-0.3.0.post16:
+  * Sync with oslo_incubator
+
+---
+Wed Mar 25 01:45:54 UTC 2015 -  cloud-de...@suse.de
+
+- Update to version python-heatclient-0.3.0.post14:
+  * Migrate to new oslo_xxx namespace
+
+---
+Mon Mar 23 01:39:17 UTC 2015 -  cloud-de...@suse.de
+
+- Update to version python-heatclient-0.3.0.post13:
+  * Updated from global requirements
+
+---
+Wed Mar 18 01:48:19 UTC 2015 -  cloud-de...@suse.de
+
+- Update to version python-heatclient-0.3.0.post12:
+  * Implement deployment-create
+
+---
+Wed Mar 11 01:50:55 UTC 2015 -  cloud-de...@suse.de
+
+- Update to version python-heatclient-0.3.0.post11:
+  * Implement deployment-output-show
+
+---
+Thu Mar  5 01:51:30 UTC 2015 -  cloud-de...@suse.de
+
+- Update to version python-heatclient-0.3.0.post10:
+  * Make ; parsing optional in format_parameters
+  * Updated from global requirements
+
+---
+Wed Mar  4 01:52:12 UTC 2015 -  cloud-de...@suse.de
+
+- Update to version python-heatclient-0.3.0.post7:
+  * Fix SessionClient error when endpoint=None
+
+---
+Sat Feb 21 00:35:22 UTC 2015 -  cloud-de...@suse.de
+
+- Update to version python-heatclient-0.3.0.post6:
+  * Sort event-list by oldest first
+
+---
+Thu Feb 19 00:35:19 UTC 2015 -  cloud-de...@suse.de
+
+- Update to version python-heatclient-0.3.0.post4:
+  * Fix non-working endpoint type argument
+
+---
+Sat Feb 14 00:35:22 UTC 2015 -  cloud-de...@suse.de
+
+- Update to version python-heatclient-0.3.0.post3:
+  * Updated from global requirements
+  * Updates heat.rst with 'service-list
+  0.3.0
+

commit python-heatclient for openSUSE:Factory

2014-04-14 Thread h_root
Hello community,

here is the log from the commit of package python-heatclient for 
openSUSE:Factory checked in at 2014-04-14 20:40:45

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  
2014-04-03 19:40:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-heatclient.new/python-heatclient.changes 
2014-04-14 20:40:46.0 +0200
@@ -1,0 +2,34 @@
+Mon Apr 14 09:07:45 UTC 2014 - dmuel...@suse.com
+
+- update to 0.2.9:
+  * Updated from global requirements
+  * Process provider templates for included files
+  * Support Python 3
+  * Python 3: fix test_template_utils.py
+  * Skip timeout_mins when not specify
+  * get_file: encode non utf-8 encoding files via base64
+  * get_file: do not read same url once again
+  * Resolve files in resource types
+  * Do not use the '+' operation with dict_items()
+  * Python3: fix a bytes/str issue
+  * Updated from global requirements
+  * Using common methods from oslo cliutils
+  * Python 3: decode bytes before feeding them to jsonutils.loads()
+  * Output warnings for deprecated commands
+  * Add stack-preview support
+  * Workaround failing pypy gate job
+  * Remove dependent module py3kcompat
+  * Python 3: Fix YamlEnvironmentTest tests
+  * Oslo: sync strutils
+  * Add new tests to cover most of the requests port
+  * Modify stack ID lookup to only use stacks:lookup
+  * Add timeout option to stack-update
+  * Deprecate create/adopt --create-timeout in favor of --timeout
+  * Remove unused versions define in template_format.py
+  * Rename --timeout global option and make it work
+  * Python3: fix test_stack_list_with_args()
+  * Pass bytes to NamedTemporaryFile.write()
+  * Enable --help for each command
+
+
+---

Old:

  python-heatclient-0.2.8.tar.gz

New:

  python-heatclient-0.2.9.tar.gz



Other differences:
--
++ python-heatclient.spec ++
--- /var/tmp/diff_new_pack.8GFgH6/_old  2014-04-14 20:40:46.0 +0200
+++ /var/tmp/diff_new_pack.8GFgH6/_new  2014-04-14 20:40:46.0 +0200
@@ -19,7 +19,7 @@
 %define component heatclient
 
 Name:   python-%{component}
-Version:0.2.8
+Version:0.2.9
 Release:0
 Summary:OpenStack Orchestration (Heat) API Client
 License:Apache-2.0

++ python-heatclient-0.2.8.tar.gz - python-heatclient-0.2.9.tar.gz ++
 3641 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-heatclient for openSUSE:Factory

2014-04-03 Thread h_root
Hello community,

here is the log from the commit of package python-heatclient for 
openSUSE:Factory checked in at 2014-04-03 19:40:06

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  
2014-03-09 18:48:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-heatclient.new/python-heatclient.changes 
2014-04-03 19:40:08.0 +0200
@@ -2 +2 @@
-Thu Feb 13 14:21:07 UTC 2014 - dmuel...@suse.com
+Thu Mar 27 10:04:09 UTC 2014 - dmuel...@suse.com
@@ -4,3 +4 @@
-- update to 0.2.6:
-  * make tokens work with --os-no-client-auth
-  * Add --include-pass option for grizzly backwards compat
+- switch to released version 0.2.8 
@@ -9 +7 @@
-Wed Jan 29 09:12:36 UTC 2014 - speili...@suse.com
+Wed Mar 26 00:32:06 UTC 2014 -  cloud-de...@suse.de
@@ -11 +9,5 @@
-- Add refresh_patches source service
+- Update to version python-heatclient-0.2.8.36.g53b581f:
+  * get_file: encode non utf-8 encoding files via base64
+  * get_file: do not read same url once again
+  * Do not use the '+' operation with dict_items()
+  * Updated from global requirements
@@ -14 +16 @@
-Mon Oct  7 10:23:08 UTC 2013 - dmuel...@suse.com
+Tue Mar 25 00:32:07 UTC 2014 -  cloud-de...@suse.de
@@ -16,2 +18,448 @@
-- go with release tarball of 0.2.5:
-  * no changes
+- Update to version python-heatclient-0.2.8.29.g508b6bb:
+  * Using common methods from oslo cliutils
+  * Output warnings for deprecated commands
+  * Python 3: Fix YamlEnvironmentTest tests
+  * Sort requirement files in alphabetical order
+
+---
+Sat Mar 22 00:32:05 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-heatclient-0.2.8.21.g644d148:
+  * Add new tests to cover most of the requests port
+  * Pass bytes to NamedTemporaryFile.write()
+
+---
+Fri Mar 21 00:56:45 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-heatclient-0.2.8.17.g8a51be6:
+  * Add stack-preview support
+  * Workaround failing pypy gate job
+  * Remove dependent module py3kcompat
+  * Oslo: sync strutils
+  * Modify stack ID lookup to only use stacks:lookup
+
+---
+Wed Mar 19 17:18:40 UTC 2014 - dmuel...@suse.com
+
+- install bash_completion for heat 
+
+---
+Sat Mar 15 01:14:41 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-heatclient-0.2.8.8.g7e265ec:
+  * Add timeout option to stack-update
+  * Deprecate create/adopt --create-timeout in favor of --timeout
+  * Remove unused versions define in template_format.py
+  * Python3: fix test_stack_list_with_args()
+
+---
+Thu Mar 13 00:58:14 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-heatclient-0.2.8.2.g3809893:
+  * Rename --timeout global option and make it work
+
+---
+Thu Mar  6 00:53:01 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-heatclient-0.2.8.1.gaa30e46:
+  * Enable --help for each command
+  0.2.8
+
+---
+Sun Mar  2 01:26:45 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-heatclient-0.2.7.34.gb048b1a:
+  * Do not use the '+' operation dict_items()
+  * Remove None for dict.get()
+  * Update apiclient.base and reuse new functional
+
+---
+Sat Mar  1 00:39:10 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-heatclient-0.2.7.28.ga9f321e:
+  * Expand get_file using to template scope
+  * version section should be required in template
+  * Replace try...except with assertRaises
+
+---
+Wed Feb 26 01:39:05 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-heatclient-0.2.7.22.g7083897:
+  * Updated from global requirements
+  * Improve help strings
+  * Fixed incorrect indentation in the tests
+  * Don't use request builtin redirect for any methods
+
+---
+Tue Feb 25 01:13:46 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-heatclient-0.2.7.15.g55ad4b7:
+  * Support the native signal API
+  * Python3: fix bytes/str issues
+
+---
+Fri Feb 21 00:39:14 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-heatclient-0.2.7.11.g60f3de4:
+  * add output-list and output-show
+  * Adding stack-adopt 

commit python-heatclient for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package python-heatclient for 
openSUSE:Factory checked in at 2014-03-09 18:48:05

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  
2013-10-18 11:42:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-heatclient.new/python-heatclient.changes 
2014-03-09 18:48:06.0 +0100
@@ -1,0 +2,12 @@
+Thu Feb 13 14:21:07 UTC 2014 - dmuel...@suse.com
+
+- update to 0.2.6:
+  * make tokens work with --os-no-client-auth
+  * Add --include-pass option for grizzly backwards compat
+
+---
+Wed Jan 29 09:12:36 UTC 2014 - speili...@suse.com
+
+- Add refresh_patches source service
+
+---

Old:

  python-heatclient-0.2.5.tar.gz

New:

  python-heatclient-0.2.6.tar.gz



Other differences:
--
++ python-heatclient.spec ++
--- /var/tmp/diff_new_pack.5h1y0T/_old  2014-03-09 18:48:06.0 +0100
+++ /var/tmp/diff_new_pack.5h1y0T/_new  2014-03-09 18:48:06.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-heatclient
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,13 +19,13 @@
 %define component heatclient
 
 Name:   python-%{component}
-Version:0.2.5
+Version:0.2.6
 Release:0
 Summary:Openstack Orchestration (Heat) API Client
 License:Apache-2.0
 Group:  Development/Languages/Python
 Url:http://launchpad.net/python-heatclient
-Source: python-heatclient-0.2.5.tar.gz
+Source: 
http://tarballs.openstack.org/python-heatclient/python-heatclient-0.2.6.tar.gz
 BuildRequires:  openstack-suse-macros
 BuildRequires:  python-base
 BuildRequires:  python-distribute
@@ -39,6 +39,7 @@
 Requires:   python = 2.6.8
 Requires:   python-PrettyTable = 0.6
 Requires:   python-PyYAML = 3.1.0
+Requires:   python-argparse
 Requires:   python-httplib2
 Requires:   python-iso8601 = 0.1.4
 Requires:   python-keystoneclient = 0.3.0
@@ -72,7 +73,6 @@
 %endif
 Requires:   python-fixtures = 0.3.12
 Requires:   python-flake8 = 2.0
-Requires:   python-hacking = 0.5.6
 Requires:   python-mock = 0.8.0
 Requires:   python-mox = 0.5.3
 Requires:   python-pep8 = 1.4.5
@@ -85,7 +85,7 @@
 This package contains testsuite files for %{name}.
 
 %prep
-%setup -q -n python-heatclient-0.2.5
+%setup -q -n python-heatclient-0.2.6
 %openstack_cleanup_prep
 echo %{version}  heatclient/versioninfo
 

++ _service ++
--- /var/tmp/diff_new_pack.5h1y0T/_old  2014-03-09 18:48:06.0 +0100
+++ /var/tmp/diff_new_pack.5h1y0T/_new  2014-03-09 18:48:06.0 +0100
@@ -1,7 +1,11 @@
 services
-  service name=git_tarballs mode=disabled
-param 
name=urlhttp://tarballs.openstack.org/python-heatclient/python-heatclient-0.2.5.tar.gz/param
-param name=emailopensuse-cl...@opensuse.org/param
-param name=plain-versionTrue/param
+  service mode=disabled name=download_files
+param name=changesgenerateenable/param
+  /service
+  service mode=disabled name=set_version
+param name=basenamekeystone/param
+  /service
+  service name=refresh_patches mode=disabled
+param name=changesgenerateenable/param
   /service
 /services

++ python-heatclient-0.2.5.tar.gz - python-heatclient-0.2.6.tar.gz ++
 3494 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-heatclient for openSUSE:Factory

2013-10-18 Thread h_root
Hello community,

here is the log from the commit of package python-heatclient for 
openSUSE:Factory checked in at 2013-10-18 11:34:46

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  
2013-09-25 14:37:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-heatclient.new/python-heatclient.changes 
2013-10-18 11:42:49.0 +0200
@@ -1,0 +2,17 @@
+Mon Oct  7 10:23:08 UTC 2013 - dmuel...@suse.com
+
+- go with release tarball of 0.2.5:
+  * no changes
+
+---
+Fri Sep 27 23:40:56 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 0.2.4.23:
+  + Allow -P to be invoked multiple times
+
+---
+Thu Sep 26 12:08:59 UTC 2013 - dmuel...@suse.com
+
+- fix requires 
+
+---

Old:

  python-heatclient-master.tar.gz

New:

  python-heatclient-0.2.5.tar.gz



Other differences:
--
++ python-heatclient.spec ++
--- /var/tmp/diff_new_pack.m3kM7i/_old  2013-10-18 11:42:50.0 +0200
+++ /var/tmp/diff_new_pack.m3kM7i/_new  2013-10-18 11:42:50.0 +0200
@@ -19,27 +19,26 @@
 %define component heatclient
 
 Name:   python-%{component}
-Version:0.2.4.21
+Version:0.2.5
 Release:0
 Summary:Openstack Orchestration (Heat) API Client
 License:Apache-2.0
 Group:  Development/Languages/Python
 Url:http://launchpad.net/python-heatclient
-Source: python-heatclient-master.tar.gz
+Source: python-heatclient-0.2.5.tar.gz
 BuildRequires:  openstack-suse-macros
 BuildRequires:  python-base
 BuildRequires:  python-distribute
 # Documentation build requirements:
 BuildRequires:  python-PrettyTable
 BuildRequires:  python-Sphinx
-BuildRequires:  python-d2to1
 BuildRequires:  python-httplib2
 BuildRequires:  python-iso8601 = 0.1.4
 BuildRequires:  python-keystoneclient
 BuildRequires:  python-pbr
 Requires:   python = 2.6.8
 Requires:   python-PrettyTable = 0.6
-Requires:   python-d2to1 = 0.2.10
+Requires:   python-PyYAML = 3.1.0
 Requires:   python-httplib2
 Requires:   python-iso8601 = 0.1.4
 Requires:   python-keystoneclient = 0.3.0
@@ -86,7 +85,7 @@
 This package contains testsuite files for %{name}.
 
 %prep
-%setup -q -n python-heatclient-0.2.4.21.g455b1cb
+%setup -q -n python-heatclient-0.2.5
 %openstack_cleanup_prep
 echo %{version}  heatclient/versioninfo
 

++ _service ++
--- /var/tmp/diff_new_pack.m3kM7i/_old  2013-10-18 11:42:50.0 +0200
+++ /var/tmp/diff_new_pack.m3kM7i/_new  2013-10-18 11:42:50.0 +0200
@@ -1,8 +1,7 @@
 services
   service name=git_tarballs mode=disabled
-param 
name=urlhttp://tarballs.openstack.org/python-heatclient/python-heatclient-master.tar.gz/param
+param 
name=urlhttp://tarballs.openstack.org/python-heatclient/python-heatclient-0.2.5.tar.gz/param
 param name=emailopensuse-cl...@opensuse.org/param
-param name=version-regexp.*-([^-]+)\.g[a-zA-Z0-9]{7}/param
 param name=plain-versionTrue/param
   /service
 /services

++ python-heatclient-master.tar.gz - python-heatclient-0.2.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-heatclient-0.2.4.21.g455b1cb/ChangeLog 
new/python-heatclient-0.2.5/ChangeLog
--- old/python-heatclient-0.2.4.21.g455b1cb/ChangeLog   2013-09-20 
00:42:47.0 +0200
+++ new/python-heatclient-0.2.5/ChangeLog   2013-09-27 06:43:46.0 
+0200
@@ -1,3 +1,29 @@
+commit 96dbb0911c8d139a5b3fe64af82783cf81790ff8
+Merge: 455b1cb 795d52c
+Author: Jenkins jenk...@review.openstack.org
+Date:   Fri Sep 27 04:27:41 2013 +
+
+Merge Allow -P to be invoked multiple times
+
+commit 795d52c6418fa3beab2e3385da11ece8fca3db37
+Author: Steve Baker sba...@redhat.com
+Date:   Mon Sep 23 17:55:55 2013 +1200
+
+Allow -P to be invoked multiple times
+
+If --parameters is specified more than once it is assumed
+that each one contains only one parameter key=value.
+
+This means semicolons are ignored if there is more than one -P
+specified.
+
+This should be fully backwared compatible, a single -P will
+be assumed to be semicolon delimited.
+
+Change-Id: Ic202ff3e0596b786cd5b07c53509f97a95d41585
+Closes-Bug: #1224825
+Closes-Bug: #1229030
+
 commit 455b1cb4e88cff87787d69ecf196c64be0467ed4
 Author: ZhiQiang Fan aji.zq...@gmail.com
 Date:   Fri Sep 20 04:21:21 

commit python-heatclient for openSUSE:Factory

2013-09-25 Thread h_root
Hello community,

here is the log from the commit of package python-heatclient for 
openSUSE:Factory checked in at 2013-09-25 14:37:38

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  
2013-09-16 16:32:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-heatclient.new/python-heatclient.changes 
2013-09-25 14:37:39.0 +0200
@@ -1,0 +2,11 @@
+Thu Sep 19 23:52:33 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 0.2.4.21:
+  + Replace OpenStack LLC with OpenStack Foundation
+
+---
+Thu Sep 19 19:46:41 UTC 2013 - dmuel...@suse.com
+
+- fix requires 
+
+---



Other differences:
--
++ python-heatclient.spec ++
--- /var/tmp/diff_new_pack.ae93zW/_old  2013-09-25 14:37:39.0 +0200
+++ /var/tmp/diff_new_pack.ae93zW/_new  2013-09-25 14:37:39.0 +0200
@@ -19,7 +19,7 @@
 %define component heatclient
 
 Name:   python-%{component}
-Version:0.2.4.20
+Version:0.2.4.21
 Release:0
 Summary:Openstack Orchestration (Heat) API Client
 License:Apache-2.0
@@ -42,8 +42,8 @@
 Requires:   python-d2to1 = 0.2.10
 Requires:   python-httplib2
 Requires:   python-iso8601 = 0.1.4
-Requires:   python-keystoneclient = 0.2
-Requires:   python-pbr = 0.5.10
+Requires:   python-keystoneclient = 0.3.0
+Requires:   python-pbr = 0.5.21
 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())}
@@ -73,19 +73,20 @@
 %endif
 Requires:   python-fixtures = 0.3.12
 Requires:   python-flake8 = 2.0
-Requires:   python-hacking = 0.5.3
-Requires:   python-mox
+Requires:   python-hacking = 0.5.6
+Requires:   python-mock = 0.8.0
+Requires:   python-mox = 0.5.3
 Requires:   python-pep8 = 1.4.5
 Requires:   python-pyflakes = 0.7.2
-Requires:   python-testrepository = 0.0.13
-Requires:   python-testscenarios
-Requires:   python-testtools = 0.9.29
+Requires:   python-testrepository = 0.0.17
+Requires:   python-testscenarios = 0.4
+Requires:   python-testtools = 0.9.32
 
 %description test
 This package contains testsuite files for %{name}.
 
 %prep
-%setup -q -n python-heatclient-0.2.4.20.g978e3f4
+%setup -q -n python-heatclient-0.2.4.21.g455b1cb
 %openstack_cleanup_prep
 echo %{version}  heatclient/versioninfo
 

++ python-heatclient-master.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-heatclient-0.2.4.20.g978e3f4/ChangeLog 
new/python-heatclient-0.2.4.21.g455b1cb/ChangeLog
--- old/python-heatclient-0.2.4.20.g978e3f4/ChangeLog   2013-09-11 
22:49:25.0 +0200
+++ new/python-heatclient-0.2.4.21.g455b1cb/ChangeLog   2013-09-20 
00:42:47.0 +0200
@@ -1,3 +1,12 @@
+commit 455b1cb4e88cff87787d69ecf196c64be0467ed4
+Author: ZhiQiang Fan aji.zq...@gmail.com
+Date:   Fri Sep 20 04:21:21 2013 +0800
+
+Replace OpenStack LLC with OpenStack Foundation
+
+Change-Id: I8f2697ca99192078d5db2adb4db98287520d9895
+Fixes-Bug: #1214176
+
 commit 978e3f45423acc86b7836a4c07a42bbf878f31d4
 Merge: 120efdb ebb57f1
 Author: Jenkins jenk...@review.openstack.org
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-heatclient-0.2.4.20.g978e3f4/PKG-INFO 
new/python-heatclient-0.2.4.21.g455b1cb/PKG-INFO
--- old/python-heatclient-0.2.4.20.g978e3f4/PKG-INFO2013-09-11 
22:49:26.0 +0200
+++ new/python-heatclient-0.2.4.21.g455b1cb/PKG-INFO2013-09-20 
00:42:47.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: python-heatclient
-Version: 0.2.4.20.g978e3f4
+Version: 0.2.4.21.g455b1cb
 Summary: OpenStack Orchestration API Client Library
 Home-page: http://www.openstack.org/
 Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-heatclient-0.2.4.20.g978e3f4/doc/source/conf.py 
new/python-heatclient-0.2.4.21.g455b1cb/doc/source/conf.py
--- old/python-heatclient-0.2.4.20.g978e3f4/doc/source/conf.py  2013-09-11 
22:48:43.0 +0200
+++ new/python-heatclient-0.2.4.21.g455b1cb/doc/source/conf.py  2013-09-20 
00:42:15.0 +0200
@@ -26,7 +26,7 @@
 master_doc = 'index'
 
 # General information about the project.
-copyright = u'OpenStack LLC'

commit python-heatclient for openSUSE:Factory

2013-09-16 Thread h_root
Hello community,

here is the log from the commit of package python-heatclient for 
openSUSE:Factory checked in at 2013-09-16 12:45:25

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  
2013-08-18 22:40:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-heatclient.new/python-heatclient.changes 
2013-09-16 12:45:26.0 +0200
@@ -1,0 +2,24 @@
+Wed Aug 28 23:57:59 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 0.2.4.10:
+  + Add X-Region-Name parameter in HTTP request
+
+---
+Tue Aug 27 00:01:23 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 0.2.4.8:
+  + Rename event logical_resource_id to resource_name
+
+---
+Mon Aug 26 00:02:10 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 0.2.4.7:
+  + Do not obscure Unauthorized error messages
+
+---
+Sat Aug 24 00:08:28 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 0.2.4.5:
+  + Apply OS_REGION_NAME for endpoint selection
+
+---



Other differences:
--
++ python-heatclient.spec ++
--- /var/tmp/diff_new_pack.BUmvT6/_old  2013-09-16 12:45:27.0 +0200
+++ /var/tmp/diff_new_pack.BUmvT6/_new  2013-09-16 12:45:27.0 +0200
@@ -19,7 +19,7 @@
 %define component heatclient
 
 Name:   python-%{component}
-Version:0.2.4.4
+Version:0.2.4.10
 Release:0
 Summary:Openstack Orchestration (Heat) API Client
 License:Apache-2.0
@@ -85,7 +85,7 @@
 This package contains testsuite files for %{name}.
 
 %prep
-%setup -q -n python-heatclient-0.2.4.4.gc0457ff
+%setup -q -n python-heatclient-0.2.4.10.ga5d7108
 %openstack_cleanup_prep
 echo %{version}  heatclient/versioninfo
 

++ python-heatclient-master.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-heatclient-0.2.4.4.gc0457ff/AUTHORS 
new/python-heatclient-0.2.4.10.ga5d7108/AUTHORS
--- old/python-heatclient-0.2.4.4.gc0457ff/AUTHORS  2013-08-13 
22:57:53.0 +0200
+++ new/python-heatclient-0.2.4.10.ga5d7108/AUTHORS 2013-08-27 
17:38:02.0 +0200
@@ -9,8 +9,10 @@
 Jianing YANG jiani...@unitedstack.com
 Lin Hua Cheng lin-hua.ch...@hp.com
 Monty Taylor mord...@inaugust.com
+Nachi Ueno na...@ntti3.com
 Simon Pasquier pasquier.si...@gmail.com
 Steve Baker sba...@redhat.com
 Steven Dake sd...@redhat.com
 Steven Hardy sha...@redhat.com
 Sulochan Acharya suloc...@gmail.com
+Swann Croiset swann.croi...@bull.net
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-heatclient-0.2.4.4.gc0457ff/ChangeLog 
new/python-heatclient-0.2.4.10.ga5d7108/ChangeLog
--- old/python-heatclient-0.2.4.4.gc0457ff/ChangeLog2013-08-13 
22:57:53.0 +0200
+++ new/python-heatclient-0.2.4.10.ga5d7108/ChangeLog   2013-08-27 
17:38:02.0 +0200
@@ -1,3 +1,74 @@
+commit a5d71080efc63a174d77614c9d816a7d86423971
+Merge: 6f99131 1426237
+Author: Jenkins jenk...@review.openstack.org
+Date:   Tue Aug 27 15:35:58 2013 +
+
+Merge Add X-Region-Name parameter in HTTP request
+
+commit 6f99131805eafa2965a08d498fd6816c60ed935f
+Author: Swann Croiset swann.croi...@bull.net
+Date:   Mon Aug 26 15:08:05 2013 +0200
+
+Rename event logical_resource_id to resource_name
+
+Required by Heat change (https://review.openstack.org/#/c/43391/)
+
+fixe bug #1216903
+
+Change-Id: I77201348df401d5bafc7109bb4d032dd071468d8
+
+commit 0b2122eae144a046a8dce9ed944b8ccdd5e957c3
+Merge: e540b68 e81f590
+Author: Jenkins jenk...@review.openstack.org
+Date:   Sun Aug 25 23:21:18 2013 +
+
+Merge Do not obscure Unauthorized error messages
+
+commit 1426237c38792bcf62521f959157501b9c6d50ea
+Author: Nachi Ueno na...@ntti3.com
+Date:   Thu Aug 22 14:43:34 2013 -0700
+
+Add X-Region-Name parameter in HTTP request
+
+In order to specify region_name, we let client send
+the OS_REGION_NAME in header file
+
+Fixes bug 1213291
+
+Change-Id: Ie44f700ca7e412c2504b6b8faac3fd65d4fd744b
+
+commit e540b684166a9f7adfe862da5184517c87b3dcae
+Author: Nachi Ueno na...@ntti3.com
+Date:   Thu Aug 22 11:54:05 2013 -0700
+
+Apply OS_REGION_NAME for endpoint selection
+
+Even if we got OS_REGION_NAME on CLI, the value is not used.
+In this commit, we apply OS_REGION_NAME for 

commit python-heatclient for openSUSE:Factory

2013-09-16 Thread h_root
Hello community,

here is the log from the commit of package python-heatclient for 
openSUSE:Factory checked in at 2013-09-16 16:32:38

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  
2013-09-16 12:45:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-heatclient.new/python-heatclient.changes 
2013-09-16 16:32:39.0 +0200
@@ -1,0 +2,16 @@
+Thu Sep 12 00:12:30 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 0.2.4.20:
+  + Support --version for heatclient
+  + Stack instance identifier property
+  + Add handler for heatclient.common.http
+
+---
+Thu Sep  5 00:08:57 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 0.2.4.15:
+  + Added support for running the tests under PyPy with tox
+  + Fix and enable Hacking H501 warning
+  + Be backward compatible after a renaming in API
+
+---



Other differences:
--
++ python-heatclient.spec ++
--- /var/tmp/diff_new_pack.fYGDXp/_old  2013-09-16 16:32:39.0 +0200
+++ /var/tmp/diff_new_pack.fYGDXp/_new  2013-09-16 16:32:39.0 +0200
@@ -19,7 +19,7 @@
 %define component heatclient
 
 Name:   python-%{component}
-Version:0.2.4.10
+Version:0.2.4.20
 Release:0
 Summary:Openstack Orchestration (Heat) API Client
 License:Apache-2.0
@@ -85,7 +85,7 @@
 This package contains testsuite files for %{name}.
 
 %prep
-%setup -q -n python-heatclient-0.2.4.10.ga5d7108
+%setup -q -n python-heatclient-0.2.4.20.g978e3f4
 %openstack_cleanup_prep
 echo %{version}  heatclient/versioninfo
 

++ python-heatclient-master.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-heatclient-0.2.4.10.ga5d7108/AUTHORS 
new/python-heatclient-0.2.4.20.g978e3f4/AUTHORS
--- old/python-heatclient-0.2.4.10.ga5d7108/AUTHORS 2013-08-27 
17:38:02.0 +0200
+++ new/python-heatclient-0.2.4.20.g978e3f4/AUTHORS 2013-09-11 
22:49:25.0 +0200
@@ -1,3 +1,4 @@
+Alex Gaynor alex.gay...@gmail.com
 Andrew Plunk andrew.pl...@rackspace.com
 Angus Salkeld asalk...@redhat.com
 Bryan D. Payne bdpa...@acm.org
@@ -16,3 +17,4 @@
 Steven Hardy sha...@redhat.com
 Sulochan Acharya suloc...@gmail.com
 Swann Croiset swann.croi...@bull.net
+ZhiQiang Fan aji.zq...@gmail.com
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-heatclient-0.2.4.10.ga5d7108/ChangeLog 
new/python-heatclient-0.2.4.20.g978e3f4/ChangeLog
--- old/python-heatclient-0.2.4.10.ga5d7108/ChangeLog   2013-08-27 
17:38:02.0 +0200
+++ new/python-heatclient-0.2.4.20.g978e3f4/ChangeLog   2013-09-11 
22:49:25.0 +0200
@@ -1,3 +1,108 @@
+commit 978e3f45423acc86b7836a4c07a42bbf878f31d4
+Merge: 120efdb ebb57f1
+Author: Jenkins jenk...@review.openstack.org
+Date:   Wed Sep 11 20:48:34 2013 +
+
+Merge Add handler for heatclient.common.http
+
+commit 120efdb9cf3e9ad04298b4750c2ce1e96edbab86
+Merge: 5cb3fc0 3146d22
+Author: Jenkins jenk...@review.openstack.org
+Date:   Wed Sep 11 17:22:57 2013 +
+
+Merge Stack instance identifier property
+
+commit ebb57f109517045d1d321b4fcb8b788e062ff079
+Author: ZhiQiang Fan aji.zq...@gmail.com
+Date:   Wed Sep 4 14:38:49 2013 +0800
+
+Add handler for heatclient.common.http
+
+If no handler is found, add StreamHandler to LOG
+
+Closes-Bug: #1220532
+Change-Id: I32d541d242845b7311fd6810a5e87f07fafd8efd
+
+commit 5cb3fc07d50d76133565717659abc886d43fc2a2
+Author: ZhiQiang Fan aji.zq...@gmail.com
+Date:   Wed Sep 4 14:10:55 2013 +0800
+
+Support --version for heatclient
+
+Closes-Bug: #1220524
+Change-Id: Id78f7c7c78d31c0126b43f7a846f02f2542b0b7c
+
+commit e2cbb450361893976316211cb1656d6cf8de686d
+Merge: a7ffcd7 b95657f
+Author: Jenkins jenk...@review.openstack.org
+Date:   Wed Sep 4 03:35:34 2013 +
+
+Merge Be backward compatible after a renaming in API
+
+commit a7ffcd76d08f52a928e7cae2b3f82ac4dba3cc37
+Merge: 9d19772 d48d358
+Author: Jenkins jenk...@review.openstack.org
+Date:   Wed Sep 4 03:12:33 2013 +
+
+Merge Fix and enable Hacking H501 warning
+
+commit 3146d22b70490c4f640fee01e23c2208667d382c
+Author: Steve Baker sba...@redhat.com
+Date:   Wed Sep 4 11:33:29 2013 +1200
+
+Stack instance identifier property
+
+The identifier property formats the stack name and ID for
+REST API request paths.
+
+This has the following consequences for 

commit python-heatclient for openSUSE:Factory

2013-08-18 Thread h_root
Hello community,

here is the log from the commit of package python-heatclient for 
openSUSE:Factory checked in at 2013-08-18 22:40:04

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  
2013-07-18 18:08:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-heatclient.new/python-heatclient.changes 
2013-08-18 22:40:06.0 +0200
@@ -0,0 +1,53 @@
+---
+Wed Aug 14 00:07:28 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 0.2.4.4:
+  + Generate a template from a resource
+
+---
+Sat Aug 10 11:08:17 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 0.2.4.2:
+  + Fix heat event list sorted order incorrect
+
+---
+Thu Aug  8 14:40:37 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 0.2.4.1:
+  + Updated from global requirements
+
+---
+Wed Aug  7 23:49:59 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 0.2.3.15.g2c05c73:
+  + Add mock as a test requirement
+  + Fix Stack instance delete method
+  + Custom Stack get method to avoid lookup redirects
+  + Do not paginate stack list unless page_size is set
+  + Remove unused Stack data method
+
+---
+Tue Aug  6 23:52:13 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 0.2.3.10.g9104cb0:
+  + Sync with global requirements
+
+
+Mon Aug  5 21:15:56 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 0.2.3.9.g529d429:
+  + Implement Stack status and action properties
+
+
+Tue Jul 30 14:52:28 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 0.2.3.8.gcae2c0f:
+  + Parse error object (in json format) returned by heat-api
+
+
+Mon Jul 22 23:46:33 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 0.2.3.6.ge5d68a4:
+  + Validate heat url is supplied for --os-no-client-auth.
+  + Set credentials headers if there is no auth token.
+



Other differences:
--
++ python-heatclient.spec ++
--- /var/tmp/diff_new_pack.5IJlTD/_old  2013-08-18 22:40:06.0 +0200
+++ /var/tmp/diff_new_pack.5IJlTD/_new  2013-08-18 22:40:06.0 +0200
@@ -19,7 +19,7 @@
 %define component heatclient
 
 Name:   python-%{component}
-Version:0.2.3.2.ga49cf4c
+Version:0.2.4.4
 Release:0
 Summary:Openstack Orchestration (Heat) API Client
 License:Apache-2.0
@@ -85,14 +85,14 @@
 This package contains testsuite files for %{name}.
 
 %prep
-%setup -q -n python-heatclient-0.2.3.2.ga49cf4c
+%setup -q -n python-heatclient-0.2.4.4.gc0457ff
 %openstack_cleanup_prep
 echo %{version}  heatclient/versioninfo
 
 %build
 python setup.py build
 python setup.py build_sphinx
-rm -rf doc/build/html/{.buildinfo,.doctrees}
+rm doc/build/html/.buildinfo
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot} 
--install-data=%{python_sitelib}

++ _service ++
--- /var/tmp/diff_new_pack.5IJlTD/_old  2013-08-18 22:40:06.0 +0200
+++ /var/tmp/diff_new_pack.5IJlTD/_new  2013-08-18 22:40:06.0 +0200
@@ -2,6 +2,7 @@
   service name=git_tarballs mode=disabled
 param 
name=urlhttp://tarballs.openstack.org/python-heatclient/python-heatclient-master.tar.gz/param
 param name=emailopensuse-cl...@opensuse.org/param
+param name=version-regexp.*-([^-]+)\.g[a-zA-Z0-9]{7}/param
 param name=plain-versionTrue/param
   /service
 /services

++ python-heatclient-master.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-heatclient-0.2.3.2.ga49cf4c/.gitignore 
new/python-heatclient-0.2.4.4.gc0457ff/.gitignore
--- old/python-heatclient-0.2.3.2.ga49cf4c/.gitignore   2013-07-17 
01:45:28.0 +0200
+++ new/python-heatclient-0.2.4.4.gc0457ff/.gitignore   1970-01-01 
01:00:00.0 +0100
@@ -1,20 +0,0 @@
-.coverage
-.venv
-*,cover
-cover
-*.pyc
-.idea
-*.swp
-*~
-AUTHORS
-build
-dist
-ChangeLog
-run_tests.err.log
-.tox
-doc/source/api
-*.egg
-heatclient/versioninfo
-python_heatclient.egg-info
-*.log
-.testrepository
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit python-heatclient for openSUSE:Factory

2013-07-18 Thread h_root
Hello community,

here is the log from the commit of package python-heatclient for 
openSUSE:Factory checked in at 2013-07-18 17:34:04

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  
2013-07-10 17:31:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-heatclient.new/python-heatclient.changes 
2013-07-18 18:08:31.0 +0200
@@ -0,0 +1,33 @@
+
+Wed Jul 17 10:19:32 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 0.2.3.2.ga49cf4c:
+  + Make the parameter checking consistent.
+  + Only set X-Auth-User, X-Auth-Key on stack create/update.
+  + Display yaml format for stack deployed via hot template
+  + Cleanup in preperation for release.
+
+---
+Mon Jul 15 07:23:08 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 0.2.2.37.gff2033a:
+  + Raise requirements to be in sync with OpenStack/Requirements
+  + Rename README.md to README.rst
+
+---
+Sun Jul 14 16:09:38 UTC 2013 - dmuel...@suse.com
+
+- move heat client to main package 
+
+---
+Thu Jul 11 23:48:23 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 0.2.2.34.ga4208dc:
+  + Fix heat validate (add needed environment option)
+
+---
+Thu Jul 11 08:23:29 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 0.2.2.32.gcb5b027:
+  + Update upper bound of keystoneclient version.
+



Other differences:
--
++ python-heatclient.spec ++
--- /var/tmp/diff_new_pack.j4BMUa/_old  2013-07-18 18:08:32.0 +0200
+++ /var/tmp/diff_new_pack.j4BMUa/_new  2013-07-18 18:08:32.0 +0200
@@ -19,7 +19,7 @@
 %define component heatclient
 
 Name:   python-%{component}
-Version:0.2.2.31.g9cba3da
+Version:0.2.3.2.ga49cf4c
 Release:0
 Summary:Openstack Orchestration (Heat) API Client
 License:Apache-2.0
@@ -85,7 +85,7 @@
 This package contains testsuite files for %{name}.
 
 %prep
-%setup -q -n python-heatclient-0.2.2.31.g9cba3da
+%setup -q -n python-heatclient-0.2.3.2.ga49cf4c
 %openstack_cleanup_prep
 echo %{version}  heatclient/versioninfo
 
@@ -102,7 +102,8 @@
 
 %files
 %defattr(-,root,root,-)
-%doc LICENSE README.md
+%doc LICENSE README.rst
+%{_bindir}/heat
 %{python_sitelib}/%{component}/
 %{python_sitelib}/python_%{component}-*.egg-info
 
@@ -112,7 +113,6 @@
 
 %files test
 %defattr(-,root,root,-)
-%{_bindir}/heat
 %{_localstatedir}/lib/%{name}-test/
 
 %changelog

++ python-heatclient-master.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-heatclient-0.2.2.31.g9cba3da/.gitignore 
new/python-heatclient-0.2.3.2.ga49cf4c/.gitignore
--- old/python-heatclient-0.2.2.31.g9cba3da/.gitignore  1970-01-01 
01:00:00.0 +0100
+++ new/python-heatclient-0.2.3.2.ga49cf4c/.gitignore   2013-07-17 
01:45:28.0 +0200
@@ -0,0 +1,20 @@
+.coverage
+.venv
+*,cover
+cover
+*.pyc
+.idea
+*.swp
+*~
+AUTHORS
+build
+dist
+ChangeLog
+run_tests.err.log
+.tox
+doc/source/api
+*.egg
+heatclient/versioninfo
+python_heatclient.egg-info
+*.log
+.testrepository
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-heatclient-0.2.2.31.g9cba3da/.gitreview 
new/python-heatclient-0.2.3.2.ga49cf4c/.gitreview
--- old/python-heatclient-0.2.2.31.g9cba3da/.gitreview  1970-01-01 
01:00:00.0 +0100
+++ new/python-heatclient-0.2.3.2.ga49cf4c/.gitreview   2013-07-17 
01:45:28.0 +0200
@@ -0,0 +1,4 @@
+[gerrit]
+host=review.openstack.org
+port=29418
+project=openstack/python-heatclient.git
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-heatclient-0.2.2.31.g9cba3da/AUTHORS 
new/python-heatclient-0.2.3.2.ga49cf4c/AUTHORS
--- old/python-heatclient-0.2.2.31.g9cba3da/AUTHORS 2013-07-04 
00:46:30.0 +0200
+++ new/python-heatclient-0.2.3.2.ga49cf4c/AUTHORS  2013-07-17 
01:46:10.0 +0200
@@ -4,6 +4,8 @@
 Dirk Mueller d...@dmllr.de
 Ian Main im...@redhat.com
 Jeremy Stanley fu...@yuggoth.org
+JUN JIE NAN na...@cn.ibm.com
+Lin Hua Cheng lin-hua.ch...@hp.com
 Monty Taylor mord...@inaugust.com
 Simon Pasquier pasquier.si...@gmail.com
 Steve Baker sba...@redhat.com
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 

commit python-heatclient for openSUSE:Factory

2013-07-10 Thread h_root
Hello community,

here is the log from the commit of package python-heatclient for 
openSUSE:Factory checked in at 2013-07-10 17:31:52

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  
2013-07-03 10:26:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-heatclient.new/python-heatclient.changes 
2013-07-10 17:31:53.0 +0200
@@ -1,0 +2,13 @@
+Fri Jul  5 13:10:22 UTC 2013 - dmuel...@suse.com
+
+- update requires 
+
+---
+Wed Jul  3 23:50:16 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 0.2.2.31.g9cba3da:
+  + Add support for suspend/resume actions
+  + Unit tests for pretty table special formatters.
+  + Format resource required_by in resource-show.
+
+---



Other differences:
--
++ python-heatclient.spec ++
--- /var/tmp/diff_new_pack.UfG6JR/_old  2013-07-10 17:31:54.0 +0200
+++ /var/tmp/diff_new_pack.UfG6JR/_new  2013-07-10 17:31:54.0 +0200
@@ -19,7 +19,7 @@
 %define component heatclient
 
 Name:   python-%{component}
-Version:0.2.2.26.g7774ac3
+Version:0.2.2.31.g9cba3da
 Release:0
 Summary:Openstack Orchestration (Heat) API Client
 License:Apache-2.0
@@ -44,7 +44,6 @@
 Requires:   python-iso8601 = 0.1.4
 Requires:   python-keystoneclient = 0.2
 Requires:   python-pbr = 0.5.10
-Requires:   python-warlock  2
 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())}
@@ -79,13 +78,14 @@
 Requires:   python-pep8 = 1.4.5
 Requires:   python-pyflakes = 0.7.2
 Requires:   python-testrepository = 0.0.13
+Requires:   python-testscenarios
 Requires:   python-testtools = 0.9.29
 
 %description test
 This package contains testsuite files for %{name}.
 
 %prep
-%setup -q -n python-heatclient-0.2.2.26.g7774ac3
+%setup -q -n python-heatclient-0.2.2.31.g9cba3da
 %openstack_cleanup_prep
 echo %{version}  heatclient/versioninfo
 

++ python-heatclient-master.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-heatclient-0.2.2.26.g7774ac3/ChangeLog 
new/python-heatclient-0.2.2.31.g9cba3da/ChangeLog
--- old/python-heatclient-0.2.2.26.g7774ac3/ChangeLog   2013-07-01 
01:19:48.0 +0200
+++ new/python-heatclient-0.2.2.31.g9cba3da/ChangeLog   2013-07-04 
00:46:30.0 +0200
@@ -1,3 +1,48 @@
+commit 9cba3dab020712e3d78d8e1e062cbd17ab43f893
+Merge: 8dd6074 5320a3a
+Author: Jenkins jenk...@review.openstack.org
+Date:   Wed Jul 3 22:45:52 2013 +
+
+Merge Format resource required_by in resource-show.
+
+commit 8dd6074d88442ba0af9c316546e8f3bcba2cdeb7
+Merge: 0a23b8b f535cf9
+Author: Jenkins jenk...@review.openstack.org
+Date:   Wed Jul 3 22:35:18 2013 +
+
+Merge Unit tests for pretty table special formatters.
+
+commit 5320a3a49ad15f129c420ffdbab66c3a0e5626c9
+Author: Steve Baker sba...@redhat.com
+Date:   Fri Jun 28 14:42:16 2013 +1200
+
+Format resource required_by in resource-show.
+
+This change has no effect if the resource details contains
+no requires key (such as for older API versions).
+
+Change-Id: I5bce5cf6a7c7cd3f531453cd126fb7b7b3e227ef
+
+commit f535cf99d07731a12471e84b2efd05e238c2d954
+Author: Steve Baker sba...@redhat.com
+Date:   Thu Jun 27 15:09:15 2013 +1200
+
+Unit tests for pretty table special formatters.
+
+Change-Id: If07b4a5fc0c4ae2eecf486433134864270757945
+
+commit 0a23b8bd55a50f5ce4df67af6c89b880a552914b
+Author: Steven Hardy sha...@redhat.com
+Date:   Thu Jun 13 17:59:32 2013 +0100
+
+Add support for suspend/resume actions
+
+Adds support for action-suspend and action-resume
+
+blueprint stack-suspend-resume
+
+Change-Id: If82e6b19756d3eae8a379141ae1f25565895e262
+
 commit 7774ac321759f38d5bd2ac52ff8ade16d8fd2870
 Author: Angus Salkeld asalk...@redhat.com
 Date:   Sat Jun 29 20:54:38 2013 +1000
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-heatclient-0.2.2.26.g7774ac3/PKG-INFO 
new/python-heatclient-0.2.2.31.g9cba3da/PKG-INFO
--- old/python-heatclient-0.2.2.26.g7774ac3/PKG-INFO2013-07-01 
01:19:49.0 +0200
+++ new/python-heatclient-0.2.2.31.g9cba3da/PKG-INFO2013-07-04 
00:46:32.0 +0200
@@ -1,6 +1,6 @@
 

commit python-heatclient for openSUSE:Factory

2013-07-03 Thread h_root
Hello community,

here is the log from the commit of package python-heatclient for 
openSUSE:Factory checked in at 2013-07-03 10:26:28

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  
2013-06-13 21:43:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-heatclient.new/python-heatclient.changes 
2013-07-03 10:26:29.0 +0200
@@ -2 +2 @@
-Wed May 29 10:49:23 UTC 2013 - dmuel...@suse.com
+Sun Jun 30 23:49:20 UTC 2013 - opensuse-cl...@opensuse.org
@@ -4 +4,9 @@
-- remove setBadness call from rpmlintrc
+- Update to version 0.2.2.26.g7774ac3:
+  + Upload provider templates referenced in the environment.
+
+
+Thu Jun 27 23:47:48 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 0.2.2.25.ga77fd13:
+  + Fix all the pep8  E* and F* errors.
+  + Fix all but H302 hacking rules.
@@ -7 +15,10 @@
-Mon May  6 11:29:28 UTC 2013 - dmuel...@suse.com
+Thu Jun 27 09:59:00 UTC 2013 - speili...@suse.com
+
+- Only depend on python-discover on SLE, it's a Python-2.6 feature
+  backport
+
+
+Wed Jun 26 14:21:44 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 0.2.2.23.g61ce603:
+  + Fix various smaller pep8 issues
@@ -9 +26,6 @@
-- update requires to python-PrettyTable 
+
+Mon Jun 17 00:06:17 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 0.2.2.22.gf524528:
+  + flake8 ignore build directory.
+  + Stop passing path to VerifiedHTTPSConnection
@@ -12 +34,37 @@
-Mon Apr 22 12:20:31 UTC 2013 - dmuel...@suse.com
+Wed Jun 12 09:51:13 UTC 2013 - dmuel...@suse.com
+
+- fix test requires 
+
+
+Wed Jun 12 09:22:33 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 0.2.2.19.g0e559f5:
+  + Remove explicit distribute depend.
+  + Include .testr.conf in source tarball
+
+
+Tue Jun 11 09:31:07 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 0.2.2.16.g5f3e7ef:
+  + Use Python 3.x compatible except: construct
+
+
+Fri Jun  7 23:34:46 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 0.2.2.14.gb1eab17:
+  + Add support for environment files
+
+
+Mon Jun  3 23:34:50 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 0.2.2.12.g6aeb099:
+  + Migrate to testr from nose.
+
+
+Sun Jun  2 23:34:46 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 0.2.2.10.g9b1ce21:
+  + Fixes text split for parameters
+
+
+Wed May 29 00:03:27 UTC 2013 - opensuse-cl...@opensuse.org
@@ -14 +72,4 @@
-- update to 0.2.2 
+- Update to version 0.2.2.9.g2e6e49f:
+  + Move requirements files to standard names.
+  + Move tests into package dir.
+  + Migrate test base classes to testtools.

Old:

  python-heatclient-0.2.2.tar.gz

New:

  python-heatclient-master.tar.gz



Other differences:
--
++ python-heatclient.spec ++
--- /var/tmp/diff_new_pack.wKWb5o/_old  2013-07-03 10:26:29.0 +0200
+++ /var/tmp/diff_new_pack.wKWb5o/_new  2013-07-03 10:26:29.0 +0200
@@ -19,28 +19,31 @@
 %define component heatclient
 
 Name:   python-%{component}
-Version:0.2.2
+Version:0.2.2.26.g7774ac3
 Release:0
 Summary:Openstack Orchestration (Heat) API Client
 License:Apache-2.0
 Group:  Development/Languages/Python
 Url:http://launchpad.net/python-heatclient
-Source: python-heatclient-0.2.2.tar.gz
+Source: python-heatclient-master.tar.gz
 BuildRequires:  openstack-suse-macros
 BuildRequires:  python-base
 BuildRequires:  python-distribute
 # Documentation build requirements:
 BuildRequires:  python-PrettyTable
 BuildRequires:  python-Sphinx
+BuildRequires:  python-d2to1
 BuildRequires:  python-httplib2
 BuildRequires:  python-iso8601 = 0.1.4
 BuildRequires:  python-keystoneclient
+BuildRequires:  python-pbr
 Requires:   python = 2.6.8
-Requires:   python-PrettyTable = 0.5
-Requires:   python-argparse
+Requires:   python-PrettyTable = 0.6
+Requires:   python-d2to1 = 0.2.10
 Requires:   python-httplib2
 Requires:   

commit python-heatclient for openSUSE:Factory

2013-06-13 Thread h_root
Hello community,

here is the log from the commit of package python-heatclient for 
openSUSE:Factory checked in at 2013-06-13 21:43:11

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  
2013-04-29 14:17:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-heatclient.new/python-heatclient.changes 
2013-06-13 21:43:12.0 +0200
@@ -1,0 +2,15 @@
+Wed May 29 10:49:23 UTC 2013 - dmuel...@suse.com
+
+- remove setBadness call from rpmlintrc
+
+---
+Mon May  6 11:29:28 UTC 2013 - dmuel...@suse.com
+
+- update requires to python-PrettyTable 
+
+---
+Mon Apr 22 12:20:31 UTC 2013 - dmuel...@suse.com
+
+- update to 0.2.2 
+
+---

Old:

  python-heatclient-master.tar.gz

New:

  python-heatclient-0.2.2.tar.gz



Other differences:
--
++ python-heatclient.spec ++
--- /var/tmp/diff_new_pack.ufzBAU/_old  2013-06-13 21:43:12.0 +0200
+++ /var/tmp/diff_new_pack.ufzBAU/_new  2013-06-13 21:43:12.0 +0200
@@ -19,28 +19,28 @@
 %define component heatclient
 
 Name:   python-%{component}
-Version:0.2.0
+Version:0.2.2
 Release:0
 Summary:Openstack Orchestration (Heat) API Client
 License:Apache-2.0
 Group:  Development/Languages/Python
 Url:http://launchpad.net/python-heatclient
-Source: python-heatclient-master.tar.gz
+Source: python-heatclient-0.2.2.tar.gz
 BuildRequires:  openstack-suse-macros
 BuildRequires:  python-base
 BuildRequires:  python-distribute
 # Documentation build requirements:
+BuildRequires:  python-PrettyTable
 BuildRequires:  python-Sphinx
 BuildRequires:  python-httplib2
 BuildRequires:  python-iso8601 = 0.1.4
 BuildRequires:  python-keystoneclient
-BuildRequires:  python-prettytable
 Requires:   python = 2.6.8
+Requires:   python-PrettyTable = 0.5
 Requires:   python-argparse
 Requires:   python-httplib2
 Requires:   python-iso8601 = 0.1.4
 Requires:   python-keystoneclient = 0.2
-Requires:   python-prettytable = 0.5
 Requires:   python-warlock  2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}  0%{?suse_version} = 1110
@@ -77,7 +77,7 @@
 This package contains testsuite files for %{name}.
 
 %prep
-%setup -q -n python-heatclient-0.2.0
+%setup -q -n python-heatclient-0.2.2
 %openstack_cleanup_prep
 echo %{version}  heatclient/versioninfo
 

++ _service ++
--- /var/tmp/diff_new_pack.ufzBAU/_old  2013-06-13 21:43:12.0 +0200
+++ /var/tmp/diff_new_pack.ufzBAU/_new  2013-06-13 21:43:12.0 +0200
@@ -1,7 +1,7 @@
 services
   service name=git_tarballs mode=disabled
-param 
name=urlhttp://tarballs.openstack.org/python-heatclient/python-heatclient-master.tar.gz/param
-param name=emailcloud-de...@suse.de/param
+param 
name=urlhttp://tarballs.openstack.org/python-heatclient/python-heatclient-0.2.2.tar.gz/param
+param name=emailopensuse-cl...@opensuse.org/param
 param name=plain-versionTrue/param
   /service
 /services

++ python-heatclient-master.tar.gz - python-heatclient-0.2.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-heatclient-0.2.0/AUTHORS 
new/python-heatclient-0.2.2/AUTHORS
--- old/python-heatclient-0.2.0/AUTHORS 2013-03-18 00:22:42.0 +0100
+++ new/python-heatclient-0.2.2/AUTHORS 2013-04-11 04:08:18.0 +0200
@@ -4,6 +4,7 @@
 Ian Main im...@redhat.com
 Jeremy Stanley fu...@yuggoth.org
 Monty Taylor mord...@inaugust.com
+Simon Pasquier pasquier.si...@gmail.com
 Steve Baker sba...@redhat.com
 Steven Dake sd...@redhat.com
 Steven Hardy sha...@redhat.com
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-heatclient-0.2.0/ChangeLog 
new/python-heatclient-0.2.2/ChangeLog
--- old/python-heatclient-0.2.0/ChangeLog   2013-03-18 00:22:42.0 
+0100
+++ new/python-heatclient-0.2.2/ChangeLog   2013-04-11 04:08:18.0 
+0200
@@ -1,3 +1,101 @@
+commit 9354f84e59440e6a6eade085e964a7374c73509f
+Author: Simon Pasquier pasquier.si...@gmail.com
+Date:   Tue Apr 2 17:04:16 2013 +0200
+
+heat stack-create doesn't return the error message from server
+
+Change-Id: Icef10df6547e5830abb17edf5ed8c622b3b021b5
+Fixes: bug #1163335
+
+ heatclient/common/http.py |8 
+ 

commit python-heatclient for openSUSE:Factory

2013-04-29 Thread h_root
Hello community,

here is the log from the commit of package python-heatclient for 
openSUSE:Factory checked in at 2013-04-29 14:17:06

Comparing /work/SRC/openSUSE:Factory/python-heatclient (Old)
 and  /work/SRC/openSUSE:Factory/.python-heatclient.new (New)


Package is python-heatclient, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-heatclient/python-heatclient.changes  
2013-01-17 10:00:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-heatclient.new/python-heatclient.changes 
2013-04-29 14:17:07.0 +0200
@@ -0,0 +1,55 @@
+---
+Mon Mar 18 10:43:21 UTC 2013 - speili...@suse.com
+
+- Drop +git.$TIMESTAMP.$COMMITHASH version suffix
+
+
+Mon Mar 11 10:04:50 UTC 2013 - cloud-de...@suse.de
+
+- Update to version 0.2.0+git.1362996290.841ded0:
+  + Remove warlock from pip-requires as it is not used
+
+
+Tue Mar  5 16:52:17 UTC 2013 - cloud-de...@suse.de
+
+- Update to version 0.2.0+git.1362502337.b6ff6d2:
+  + Change --disable-rollback option to --enable-rollback
+
+
+Thu Feb 28 12:53:02 UTC 2013 - sasc...@suse.de
+
+- Update to version 0.2.0+git.1362055982.ec0a708:
+  + Don't add 'dev' to tag_build
+
+
+Sun Feb 24 18:19:14 UTC 2013 - cloud-de...@suse.de
+
+- Update to version 0.2.0dev+git.1361729954.f1baa75:
+  + heatclient : correct timeout parameter name
+  + heatclient : Add --disable-rollback option
+
+---
+Fri Feb 22 11:27:01 UTC 2013 - sasc...@suse.de
+
+- BuildRequire openstack-suse-macros instead of openstack-macros
+
+
+Mon Feb 18 09:40:19 UTC 2013 - cloud-de...@suse.de
+
+- Update to version 0.2.0dev+git.1361180419.84b7969:
+  + Return the exit code from tox to callers of run_tests.sh
+
+
+Mon Feb  4 12:04:33 UTC 2013 - dmuel...@suse.com
+
+- Update to version 0.2.0dev+git.1359979473.bcaf6c4:
+  + Add switch to disable token authentication.
+  + Don't log at all if debugging is not turned on
+
+
+Mon Jan 14 13:00:00 UTC 2013 - sasc...@suse.de
+
+- Update to version 0.2.0dev+git.1358164800.7f50a72:
+  + Fixes required for packaging
+- Updated requirements
+
@@ -2 +57 @@
-Wed Jan  9 08:55:36 UTC 2013 - cloud-de...@suse.de
+Wed Jan  9 08:55:36 UTC 2013 - sasc...@suse.de
@@ -10 +65 @@
-Wed Dec 19 15:03:10 UTC 2012 - cloud-de...@suse.de
+Wed Dec 19 15:03:10 UTC 2012 - sasc...@suse.de



Other differences:
--
++ python-heatclient.spec ++
--- /var/tmp/diff_new_pack.9U3CgV/_old  2013-04-29 14:17:08.0 +0200
+++ /var/tmp/diff_new_pack.9U3CgV/_new  2013-04-29 14:17:08.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-heatclient
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,25 +19,28 @@
 %define component heatclient
 
 Name:   python-%{component}
-Version:0.1.0.2.gb1b5455+git.1357718178.b1b5455
+Version:0.2.0
 Release:0
-License:Apache-2.0
 Summary:Openstack Orchestration (Heat) API Client
-Url:http://launchpad.net/python-heatclient
+License:Apache-2.0
 Group:  Development/Languages/Python
+Url:http://launchpad.net/python-heatclient
 Source: python-heatclient-master.tar.gz
-BuildRequires:  openstack-macros
+BuildRequires:  openstack-suse-macros
 BuildRequires:  python-base
 BuildRequires:  python-distribute
 # Documentation build requirements:
+BuildRequires:  python-Sphinx
 BuildRequires:  python-httplib2
+BuildRequires:  python-iso8601 = 0.1.4
 BuildRequires:  python-keystoneclient
 BuildRequires:  python-prettytable
-BuildRequires:  python-Sphinx
 Requires:   python = 2.6.8
 Requires:   python-argparse
-Requires:   python-prettytable = 0.6
-Requires:   python-keystoneclient = 0.1.2
+Requires:   python-httplib2
+Requires:   python-iso8601 = 0.1.4
+Requires:   python-keystoneclient = 0.2
+Requires:   python-prettytable = 0.5
 Requires:   python-warlock  2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}  

commit python-heatclient for openSUSE:Factory

2013-01-17 Thread h_root
Hello community,

here is the log from the commit of package python-heatclient for 
openSUSE:Factory checked in at 2013-01-17 09:59:59

Comparing /work/SRC/openSUSE:Factory/python-heatclient (Old)
 and  /work/SRC/openSUSE:Factory/.python-heatclient.new (New)


Package is python-heatclient, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2013-01-09 19:40:42.352580873 +0100
+++ /work/SRC/openSUSE:Factory/.python-heatclient.new/python-heatclient.changes 
2013-01-17 10:00:01.0 +0100
@@ -0,0 +1,39 @@
+
+Wed Jan  9 08:55:36 UTC 2013 - cloud-de...@suse.de
+
+- Move service to tarballs.opensuse.org, upstream now provides tarballs
+  for python-heatclient
+- Update to version 0.1.0.2.gb1b5455+git.1357718136.b1b5455:
+  + Relax the required version of prettytable.
+
+
+Wed Dec 19 15:03:10 UTC 2012 - cloud-de...@suse.de
+
+- Move to obs-service-git_tarballs
+  + Drop BuildRequires: python-setuptools-git
+- Update to version 0.1.0.1.gc7130de+git.1355925790.c7130de:
+  + Display a better error message on HTTP exception
+  + Fix git repo url
+  + Deprecate commands and add unified cli replacements.
+  + remove some glanceisms from the docs
+  + add some pypi meta info
+  + Update .gitreview for org move.
+  + Support for events list and details
+  + Use python-keystoneclient 0.2 series
+  + Pass template as a string if it is not JSON.
+
+---
+Wed Dec  5 09:29:56 UTC 2012 - sasc...@suse.de
+
+- Use @PARENT_TAG@ in _service file to automate versioning
+
+---
+Mon Nov 26 14:30:57 UTC 2012 - sasc...@suse.de
+
+- Cleanup (build) dependencies
+
+---
+Mon Nov 26 14:18:29 UTC 2012 - sasc...@suse.de
+
+- Initial version
+

New:

  _service
  python-heatclient-master.tar.gz
  python-heatclient.changes
  python-heatclient.spec
  rpmlintrc



Other differences:
--
++ python-heatclient.spec ++
#
# spec file for package python-heatclient
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


%define component heatclient

Name:   python-%{component}
Version:0.1.0.2.gb1b5455+git.1357718178.b1b5455
Release:0
License:Apache-2.0
Summary:Openstack Orchestration (Heat) API Client
Url:http://launchpad.net/python-heatclient
Group:  Development/Languages/Python
Source: python-heatclient-master.tar.gz
BuildRequires:  openstack-macros
BuildRequires:  python-base
BuildRequires:  python-distribute
# Documentation build requirements:
BuildRequires:  python-httplib2
BuildRequires:  python-keystoneclient
BuildRequires:  python-prettytable
BuildRequires:  python-Sphinx
Requires:   python = 2.6.8
Requires:   python-argparse
Requires:   python-prettytable = 0.6
Requires:   python-keystoneclient = 0.1.2
Requires:   python-warlock  2
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())}
%else
BuildArch:  noarch
%endif

%description
This is a client library for Heat built on the Heat orchestration API. It
provides a Python API (the heatclient module) and a command-line tool (heat).

%package doc
Summary:Openstack Orchestration (Heat) API Client - Documentation
Group:  Documentation/HTML
Requires:   %{name} = %{version}

%description doc
This package contains documentation files for %{name}.

%package test
Summary:Openstack Orchestration (Heat) API Client - Testsuite
Group:  Development/Languages/Python
Requires:   %{name} = %{version}
Requires:   python-mox
Requires:   python-nose
Requires:   python-nose-exclude
Requires:   python-nosexcover
Requires:   python-openstack.nose_plugin
Requires: