commit python-saharaclient for openSUSE:Factory

2020-10-26 Thread root
Hello community,

here is the log from the commit of package python-saharaclient for 
openSUSE:Factory checked in at 2020-10-26 16:17:44

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


Package is "python-saharaclient"

Mon Oct 26 16:17:44 2020 rev:15 rq:841227 version:3.2.1

Changes:

--- /work/SRC/openSUSE:Factory/python-saharaclient/python-saharaclient.changes  
2020-06-05 20:20:01.867829136 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-saharaclient.new.3463/python-saharaclient.changes
2020-10-26 16:18:39.871048594 +0100
@@ -1,0 +2,17 @@
+Fri Oct  9 19:19:10 UTC 2020 - cloud-de...@suse.de
+
+- update to version 3.2.1
+  - Use unittest.mock instead of third party mock
+  - Update master for stable/ussuri
+  - Switch to newer openstackdocstheme and reno versions
+  - Ussuri contributor docs community goal
+  - Remove Babel requirement
+  - Bump default tox env from py37 to py38
+  - Fix hacking min version to 3.0.1
+  - [goal] Migrating testing to Ubuntu Focal
+  - drop mock from lower-constraints
+  - Remove pypy job
+  - Add py38 package metadata
+  - Add Python3 victoria unit tests
+
+---

Old:

  python-saharaclient-3.1.0.tar.gz

New:

  python-saharaclient-3.2.1.tar.gz



Other differences:
--
++ python-saharaclient.spec ++
--- /var/tmp/diff_new_pack.I4jPiz/_old  2020-10-26 16:18:41.755050109 +0100
+++ /var/tmp/diff_new_pack.I4jPiz/_new  2020-10-26 16:18:41.759050112 +0100
@@ -17,13 +17,13 @@
 
 
 Name:   python-saharaclient
-Version:3.1.0
+Version:3.2.1
 Release:0
 Summary:Client library for OpenStack Sahara API
 License:Apache-2.0
 Group:  Development/Languages/Python
 URL:https://launchpad.net/%{name}
-Source0:
https://files.pythonhosted.org/packages/source/p/python-saharaclient/python-saharaclient-3.1.0.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/p/python-saharaclient/python-saharaclient-3.2.1.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python3-mock
 BuildRequires:  python3-osc-lib >= 2.0.0
@@ -35,7 +35,6 @@
 BuildRequires:  python3-pbr >= 2.0.0
 BuildRequires:  python3-requests >= 2.14.2
 BuildRequires:  python3-requests-mock
-BuildRequires:  python3-setuptools
 BuildRequires:  python3-stestr
 BuildRequires:  python3-testrepository
 BuildArch:  noarch
@@ -46,7 +45,7 @@
 %package -n python3-saharaclient
 Summary:Client library for OpenStack Sahara API
 Group:  Development/Languages/Python
-Requires:   python3-Babel >= 2.3.4
+Requires:   python3-Babel
 Requires:   python3-keystoneauth1 >= 3.4.0
 Requires:   python3-openstackclient >= 5.2.0
 Requires:   python3-osc-lib >= 2.0.0
@@ -72,7 +71,7 @@
 Python client library for interacting with OpenStack Sahara API.
 
 %prep
-%autosetup -p1 -n python-saharaclient-3.1.0
+%autosetup -p1 -n python-saharaclient-3.2.1
 %py_req_cleanup
 
 %build
@@ -82,7 +81,7 @@
 %{py3_install}
 
 # Build HTML docs and man page
-PYTHONPATH=. PBR_VERSION=3.1.0 %sphinx_build -b html -d doc/build/doctrees 
doc/source doc/build/html
+PYTHONPATH=. PBR_VERSION=3.2.1 %sphinx_build -b html -d doc/build/doctrees 
doc/source doc/build/html
 # remove the sphinx-build leftovers
 rm -rf doc/build/html/.{doctrees,buildinfo}
 

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

++ python-saharaclient-3.1.0.tar.gz -> python-saharaclient-3.2.1.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-saharaclient-3.1.0/.zuul.yaml 
new/python-saharaclient-3.2.1/.zuul.yaml
--- old/python-saharaclient-3.1.0/.zuul.yaml2020-04-09 12:50:07.0 
+0200
+++ new/python-saharaclient-3.2.1/.zuul.yaml2020-09-14 15:57:06.0 
+0200
@@ -2,7 +2,7 @@
 templates:
   - openstack-cover-jobs
   - openstack-lower-constraints-jobs
-  - 

commit python-saharaclient for openSUSE:Factory

2020-06-05 Thread root
Hello community,

here is the log from the commit of package python-saharaclient for 
openSUSE:Factory checked in at 2020-06-05 20:15:59

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


Package is "python-saharaclient"

Fri Jun  5 20:15:59 2020 rev:14 rq:803607 version:3.1.0

Changes:

--- /work/SRC/openSUSE:Factory/python-saharaclient/python-saharaclient.changes  
2020-03-24 22:31:47.789072839 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-saharaclient.new.3606/python-saharaclient.changes
2020-06-05 20:20:01.867829136 +0200
@@ -1,0 +2,12 @@
+Tue May 12 10:05:31 UTC 2020 - cloud-de...@suse.de
+
+- update to version 3.1.0
+  - Update hacking for Python3
+  - Switch to Ussuri jobs
+  - fix: typo in tox minversion option
+  - Cleanup py27 support
+  - [ussuri][goal] Drop python 2.7 support and testing
+  - Fix the "image register" command (OSC 5.2.0 regression)
+  - Update master for stable/train
+
+---

Old:

  python-saharaclient-2.3.0.tar.gz

New:

  python-saharaclient-3.1.0.tar.gz



Other differences:
--
++ python-saharaclient.spec ++
--- /var/tmp/diff_new_pack.XTAqI5/_old  2020-06-05 20:20:03.375834264 +0200
+++ /var/tmp/diff_new_pack.XTAqI5/_new  2020-06-05 20:20:03.375834264 +0200
@@ -17,16 +17,16 @@
 
 
 Name:   python-saharaclient
-Version:2.3.0
+Version:3.1.0
 Release:0
 Summary:Client library for OpenStack Sahara API
 License:Apache-2.0
 Group:  Development/Languages/Python
 URL:https://launchpad.net/%{name}
-Source0:
https://files.pythonhosted.org/packages/source/p/python-saharaclient/python-saharaclient-2.3.0.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/p/python-saharaclient/python-saharaclient-3.1.0.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python3-mock
-BuildRequires:  python3-osc-lib >= 1.11.0
+BuildRequires:  python3-osc-lib >= 2.0.0
 BuildRequires:  python3-oslo.i18n >= 3.15.3
 BuildRequires:  python3-oslo.log >= 3.36.0
 BuildRequires:  python3-oslo.serialization >= 2.18.0
@@ -48,8 +48,8 @@
 Group:  Development/Languages/Python
 Requires:   python3-Babel >= 2.3.4
 Requires:   python3-keystoneauth1 >= 3.4.0
-Requires:   python3-openstackclient >= 3.12.0
-Requires:   python3-osc-lib >= 1.11.0
+Requires:   python3-openstackclient >= 5.2.0
+Requires:   python3-osc-lib >= 2.0.0
 Requires:   python3-oslo.i18n >= 3.15.3
 Requires:   python3-oslo.log >= 3.36.0
 Requires:   python3-oslo.serialization >= 2.18.0
@@ -72,7 +72,7 @@
 Python client library for interacting with OpenStack Sahara API.
 
 %prep
-%autosetup -p1 -n python-saharaclient-2.3.0
+%autosetup -p1 -n python-saharaclient-3.1.0
 %py_req_cleanup
 
 %build
@@ -82,7 +82,7 @@
 %{py3_install}
 
 # Build HTML docs and man page
-PYTHONPATH=. PBR_VERSION=2.3.0 %sphinx_build -b html -d doc/build/doctrees 
doc/source doc/build/html
+PYTHONPATH=. PBR_VERSION=3.1.0 %sphinx_build -b html -d doc/build/doctrees 
doc/source doc/build/html
 # remove the sphinx-build leftovers
 rm -rf doc/build/html/.{doctrees,buildinfo}
 

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

++ python-saharaclient-2.3.0.tar.gz -> python-saharaclient-3.1.0.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-saharaclient-2.3.0/.zuul.yaml 
new/python-saharaclient-3.1.0/.zuul.yaml
--- old/python-saharaclient-2.3.0/.zuul.yaml2019-09-13 17:04:39.0 
+0200
+++ new/python-saharaclient-3.1.0/.zuul.yaml2020-04-09 12:50:07.0 
+0200
@@ -2,8 +2,7 @@
 templates:
   - openstack-cover-jobs
   - openstack-lower-constraints-jobs
-  - openstack-python-jobs
-  - openstack-python3-train-jobs
+  - openstack-python3-ussuri-jobs
   - publish-openstack-docs-pti
   - check-requirements
   - 

commit python-saharaclient for openSUSE:Factory

2020-03-24 Thread root
Hello community,

here is the log from the commit of package python-saharaclient for 
openSUSE:Factory checked in at 2020-03-24 22:31:44

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


Package is "python-saharaclient"

Tue Mar 24 22:31:44 2020 rev:13 rq:783808 version:2.3.0

Changes:

--- /work/SRC/openSUSE:Factory/python-saharaclient/python-saharaclient.changes  
2019-12-04 14:18:59.730368105 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-saharaclient.new.3160/python-saharaclient.changes
2020-03-24 22:31:47.789072839 +0100
@@ -1,0 +2,5 @@
+Wed Mar 11 12:41:59 UTC 2020 - Dirk Mueller 
+
+- switch to python 3.x only
+
+---



Other differences:
--
++ python-saharaclient.spec ++
--- /var/tmp/diff_new_pack.ToN6Wd/_old  2020-03-24 22:31:48.909073402 +0100
+++ /var/tmp/diff_new_pack.ToN6Wd/_new  2020-03-24 22:31:48.913073404 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-saharaclient
 #
-# 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,19 +25,6 @@
 URL:https://launchpad.net/%{name}
 Source0:
https://files.pythonhosted.org/packages/source/p/python-saharaclient/python-saharaclient-2.3.0.tar.gz
 BuildRequires:  openstack-macros
-BuildRequires:  python2-mock
-BuildRequires:  python2-osc-lib >= 1.11.0
-BuildRequires:  python2-oslo.i18n >= 3.15.3
-BuildRequires:  python2-oslo.log >= 3.36.0
-BuildRequires:  python2-oslo.serialization >= 2.18.0
-BuildRequires:  python2-oslo.utils >= 3.33.0
-BuildRequires:  python2-oslotest
-BuildRequires:  python2-pbr >= 2.0.0
-BuildRequires:  python2-requests >= 2.14.2
-BuildRequires:  python2-requests-mock
-BuildRequires:  python2-setuptools
-BuildRequires:  python2-stestr
-BuildRequires:  python2-testrepository
 BuildRequires:  python3-mock
 BuildRequires:  python3-osc-lib >= 1.11.0
 BuildRequires:  python3-oslo.i18n >= 3.15.3
@@ -51,22 +38,30 @@
 BuildRequires:  python3-setuptools
 BuildRequires:  python3-stestr
 BuildRequires:  python3-testrepository
-Requires:   python-Babel >= 2.3.4
-Requires:   python-keystoneauth1 >= 3.4.0
-Requires:   python-openstackclient >= 3.12.0
-Requires:   python-osc-lib >= 1.11.0
-Requires:   python-oslo.i18n >= 3.15.3
-Requires:   python-oslo.log >= 3.36.0
-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
 BuildArch:  noarch
-%python_subpackages
 
 %description
 Python client library for interacting with OpenStack Sahara API.
 
+%package -n python3-saharaclient
+Summary:Client library for OpenStack Sahara API
+Group:  Development/Languages/Python
+Requires:   python3-Babel >= 2.3.4
+Requires:   python3-keystoneauth1 >= 3.4.0
+Requires:   python3-openstackclient >= 3.12.0
+Requires:   python3-osc-lib >= 1.11.0
+Requires:   python3-oslo.i18n >= 3.15.3
+Requires:   python3-oslo.log >= 3.36.0
+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
+
+%description -n python3-saharaclient
+Python client library for interacting with OpenStack Sahara API.
+
+This package contains the Python 3.x module.
+
 %package -n python-saharaclient-doc
 Summary:Documentation for Client library for OpenStack Sahara API
 Group:  Documentation/HTML
@@ -81,10 +76,10 @@
 %py_req_cleanup
 
 %build
-%{python_build}
+%{py3_build}
 
 %install
-%{python_install}
+%{py3_install}
 
 # Build HTML docs and man page
 PYTHONPATH=. PBR_VERSION=2.3.0 %sphinx_build -b html -d doc/build/doctrees 
doc/source doc/build/html
@@ -94,13 +89,13 @@
 %check
 # we don't want to depend on hacking/flake8/pep8
 rm -v saharaclient/tests/unit/test_hacking.py
-%python_exec -m stestr.cli run
+python3 -m stestr.cli run
 
-%files %{python_files}
+%files -n python3-saharaclient
 %license LICENSE
 %doc ChangeLog README.rst
-%{python_sitelib}/saharaclient
-%{python_sitelib}/*.egg-info
+%{python3_sitelib}/saharaclient
+%{python3_sitelib}/*.egg-info
 
 %files -n python-saharaclient-doc
 %doc doc/build/html




commit python-saharaclient for openSUSE:Factory

2019-12-04 Thread root
Hello community,

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

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


Package is "python-saharaclient"

Wed Dec  4 13:48:57 2019 rev:12 rq:736668 version:2.3.0

Changes:

--- /work/SRC/openSUSE:Factory/python-saharaclient/python-saharaclient.changes  
2019-07-24 20:50:25.894452765 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-saharaclient.new.4691/python-saharaclient.changes
2019-12-04 14:18:59.730368105 +0100
@@ -1,0 +2,12 @@
+Wed Oct  9 13:06:19 UTC 2019 - cloud-de...@suse.de
+
+- update to version 2.3.0
+  - Replace git.openstack.org URLs with opendev.org URLs
+  - Update sphinx from current requirements
+  - py3: use the train test template and other updates
+  - OpenDev Migration Patch
+  - Update master for stable/stein
+  - Py3: fix the OSC download job binary command
+  - Add py37 and API v2 jobs (scenario, tempest)
+
+---

Old:

  python-saharaclient-2.2.1.tar.gz

New:

  python-saharaclient-2.3.0.tar.gz



Other differences:
--
++ python-saharaclient.spec ++
--- /var/tmp/diff_new_pack.aSNfZq/_old  2019-12-04 14:19:00.178368482 +0100
+++ /var/tmp/diff_new_pack.aSNfZq/_new  2019-12-04 14:19:00.182368486 +0100
@@ -16,35 +16,43 @@
 #
 
 
-%global sname saharaclient
 Name:   python-saharaclient
-Version:2.2.1
+Version:2.3.0
 Release:0
 Summary:Client library for OpenStack Sahara API
 License:Apache-2.0
 Group:  Development/Languages/Python
 URL:https://launchpad.net/%{name}
-Source0:
https://files.pythonhosted.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/p/python-saharaclient/python-saharaclient-2.3.0.tar.gz
 BuildRequires:  openstack-macros
-BuildRequires:  python-keystoneclient
-BuildRequires:  python-mock
-BuildRequires:  python-openstackdocstheme
-BuildRequires:  python-osc-lib >= 1.11.0
-BuildRequires:  python-oslo.i18n >= 3.15.3
-BuildRequires:  python-oslo.log >= 3.36.0
-BuildRequires:  python-oslo.serialization >= 2.18.0
-BuildRequires:  python-oslo.utils >= 3.33.0
-BuildRequires:  python-oslotest
-BuildRequires:  python-pbr >= 2.0.0
-BuildRequires:  python-requests >= 2.14.2
-BuildRequires:  python-requests-mock
-BuildRequires:  python-setuptools
-BuildRequires:  python-stestr
-BuildRequires:  python-testrepository
+BuildRequires:  python2-mock
+BuildRequires:  python2-osc-lib >= 1.11.0
+BuildRequires:  python2-oslo.i18n >= 3.15.3
+BuildRequires:  python2-oslo.log >= 3.36.0
+BuildRequires:  python2-oslo.serialization >= 2.18.0
+BuildRequires:  python2-oslo.utils >= 3.33.0
+BuildRequires:  python2-oslotest
+BuildRequires:  python2-pbr >= 2.0.0
+BuildRequires:  python2-requests >= 2.14.2
+BuildRequires:  python2-requests-mock
+BuildRequires:  python2-setuptools
+BuildRequires:  python2-stestr
+BuildRequires:  python2-testrepository
+BuildRequires:  python3-mock
+BuildRequires:  python3-osc-lib >= 1.11.0
+BuildRequires:  python3-oslo.i18n >= 3.15.3
+BuildRequires:  python3-oslo.log >= 3.36.0
+BuildRequires:  python3-oslo.serialization >= 2.18.0
+BuildRequires:  python3-oslo.utils >= 3.33.0
+BuildRequires:  python3-oslotest
+BuildRequires:  python3-pbr >= 2.0.0
+BuildRequires:  python3-requests >= 2.14.2
+BuildRequires:  python3-requests-mock
+BuildRequires:  python3-setuptools
+BuildRequires:  python3-stestr
+BuildRequires:  python3-testrepository
 Requires:   python-Babel >= 2.3.4
-Requires:   python-PrettyTable
 Requires:   python-keystoneauth1 >= 3.4.0
-Requires:   python-keystoneclient
 Requires:   python-openstackclient >= 3.12.0
 Requires:   python-osc-lib >= 1.11.0
 Requires:   python-oslo.i18n >= 3.15.3
@@ -54,45 +62,47 @@
 Requires:   python-requests >= 2.14.2
 Requires:   python-six >= 1.10.0
 BuildArch:  noarch
+%python_subpackages
 
 %description
 Python client library for interacting with OpenStack Sahara API.
 
-%package doc
+%package -n python-saharaclient-doc
 Summary:Documentation for Client library for OpenStack Sahara API
 Group:  Documentation/HTML
-BuildRequires:  python-Sphinx
+BuildRequires:  python3-Sphinx
+BuildRequires:  python3-openstackdocstheme
 
-%description doc
+%description -n python-saharaclient-doc
 Python client library for interacting with OpenStack Sahara API.
 
 %prep
-%autosetup -p1 -n %{name}-%{version}
+%autosetup -p1 -n python-saharaclient-2.3.0
 %py_req_cleanup
 
 %build
-%py2_build
+%{python_build}
 
 %install

commit python-saharaclient for openSUSE:Factory

2019-07-24 Thread root
Hello community,

here is the log from the commit of package python-saharaclient for 
openSUSE:Factory checked in at 2019-07-24 20:50:24

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


Package is "python-saharaclient"

Wed Jul 24 20:50:24 2019 rev:11 rq:718263 version:2.2.1

Changes:

--- /work/SRC/openSUSE:Factory/python-saharaclient/python-saharaclient.changes  
2019-05-03 22:43:15.875347325 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-saharaclient.new.4126/python-saharaclient.changes
2019-07-24 20:50:25.894452765 +0200
@@ -1,0 +2,9 @@
+Wed Jul 24 13:34:41 UTC 2019 - cloud-de...@suse.de
+
+- update to version 2.2.1
+  - OpenDev Migration Patch
+  - Py3: fix the OSC download job binary command
+  - Update UPPER_CONSTRAINTS_FILE for stable/stein
+  - Update .gitreview for stable/stein
+
+---

Old:

  python-saharaclient-2.2.0.tar.gz

New:

  python-saharaclient-2.2.1.tar.gz



Other differences:
--
++ python-saharaclient.spec ++
--- /var/tmp/diff_new_pack.xqQ9dn/_old  2019-07-24 20:50:26.706452641 +0200
+++ /var/tmp/diff_new_pack.xqQ9dn/_new  2019-07-24 20:50:26.710452640 +0200
@@ -18,7 +18,7 @@
 
 %global sname saharaclient
 Name:   python-saharaclient
-Version:2.2.0
+Version:2.2.1
 Release:0
 Summary:Client library for OpenStack Sahara API
 License:Apache-2.0
@@ -77,7 +77,7 @@
 %py2_install
 
 # Build HTML docs and man page
-PBR_VERSION=2.2.0 PYTHONPATH=%{buildroot}%{python2_sitelib} sphinx-build -b 
html doc/source doc/build/html
+PBR_VERSION=2.2.1 PYTHONPATH=%{buildroot}%{python2_sitelib} sphinx-build -b 
html doc/source doc/build/html
 # remove the sphinx-build leftovers
 rm -rf doc/build/html/.{doctrees,buildinfo}
 

++ python-saharaclient-2.2.0.tar.gz -> python-saharaclient-2.2.1.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-saharaclient-2.2.0/ChangeLog 
new/python-saharaclient-2.2.1/ChangeLog
--- old/python-saharaclient-2.2.0/ChangeLog 2019-03-08 01:27:57.0 
+0100
+++ new/python-saharaclient-2.2.1/ChangeLog 2019-06-27 11:51:41.0 
+0200
@@ -1,6 +1,15 @@
 CHANGES
 ===
 
+2.2.1
+-
+
+* Py3: fix the OSC download job binary command
+* OpenDev Migration Patch
+* Update UPPER\_CONSTRAINTS\_FILE for stable/stein
+* Update UPPER\_CONSTRAINTS\_FILE for stable/stein
+* Update .gitreview for stable/stein
+
 2.2.0
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-saharaclient-2.2.0/PKG-INFO 
new/python-saharaclient-2.2.1/PKG-INFO
--- old/python-saharaclient-2.2.0/PKG-INFO  2019-03-08 01:27:57.0 
+0100
+++ new/python-saharaclient-2.2.1/PKG-INFO  2019-06-27 11:51:41.0 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: python-saharaclient
-Version: 2.2.0
+Version: 2.2.1
 Summary: Client library for Sahara API
 Home-page: https://docs.openstack.org/python-saharaclient/latest/
 Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-saharaclient-2.2.0/python_saharaclient.egg-info/PKG-INFO 
new/python-saharaclient-2.2.1/python_saharaclient.egg-info/PKG-INFO
--- old/python-saharaclient-2.2.0/python_saharaclient.egg-info/PKG-INFO 
2019-03-08 01:27:57.0 +0100
+++ new/python-saharaclient-2.2.1/python_saharaclient.egg-info/PKG-INFO 
2019-06-27 11:51:41.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: python-saharaclient
-Version: 2.2.0
+Version: 2.2.1
 Summary: Client library for Sahara API
 Home-page: https://docs.openstack.org/python-saharaclient/latest/
 Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-saharaclient-2.2.0/python_saharaclient.egg-info/SOURCES.txt 
new/python-saharaclient-2.2.1/python_saharaclient.egg-info/SOURCES.txt
--- old/python-saharaclient-2.2.0/python_saharaclient.egg-info/SOURCES.txt  
2019-03-08 01:27:57.0 +0100
+++ new/python-saharaclient-2.2.1/python_saharaclient.egg-info/SOURCES.txt  
2019-06-27 11:51:41.0 +0200
@@ -47,6 +47,7 @@
 releasenotes/notes/event-logs-c6d286e25dc7d9b1.yaml
 releasenotes/notes/experimental-v2-support-67ccf699e056ed78.yaml
 releasenotes/notes/fields-unset-068db4c3e680c37d.yaml
+releasenotes/notes/fix-job-binary-download-py3-5592eca2345305bd.yaml
 releasenotes/notes/implement-pagination-2ba52769d240a3ce.yaml
 releasenotes/notes/job-binary-create-optional-bc0f9ee6426c5659.yaml
 releasenotes/notes/job-create-optional-034307a6b5db2cf2.yaml
diff -urN 

commit python-saharaclient for openSUSE:Factory

2019-05-03 Thread root
Hello community,

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

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


Package is "python-saharaclient"

Fri May  3 22:43:14 2019 rev:10 rq:692877 version:2.2.0

Changes:

--- /work/SRC/openSUSE:Factory/python-saharaclient/python-saharaclient.changes  
2018-10-09 15:53:47.470309486 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-saharaclient.new.5148/python-saharaclient.changes
2019-05-03 22:43:15.875347325 +0200
@@ -1,0 +2,14 @@
+Mon Apr  8 12:06:56 UTC 2019 - cloud-de...@suse.de
+
+- update to version 2.2.0
+  - Add missing APIv2 features to client, OSC
+  - Update devel info: mailing list
+  - Add Python 3.6 classifier to setup.cfg
+  - Update reno for stable/rocky
+  - switch documentation job to new PTI
+  - Preparing OSC for APIv2
+  - add python 3.6 unit test job
+  - import zuul job settings from project-config
+  - Use templates for cover and lower-constraints
+
+---

Old:

  python-saharaclient-2.0.0.tar.gz

New:

  python-saharaclient-2.2.0.tar.gz



Other differences:
--
++ python-saharaclient.spec ++
--- /var/tmp/diff_new_pack.t7DyAt/_old  2019-05-03 22:43:16.483348605 +0200
+++ /var/tmp/diff_new_pack.t7DyAt/_new  2019-05-03 22:43:16.487348613 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-saharaclient
 #
-# 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,13 +12,13 @@
 # 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/
 #
 
 
 %global sname saharaclient
 Name:   python-saharaclient
-Version:2.0.0
+Version:2.2.0
 Release:0
 Summary:Client library for OpenStack Sahara API
 License:Apache-2.0
@@ -26,11 +26,9 @@
 URL:https://launchpad.net/%{name}
 Source0:
https://files.pythonhosted.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz
 BuildRequires:  openstack-macros
-BuildRequires:  python-devel
 BuildRequires:  python-keystoneclient
 BuildRequires:  python-mock
 BuildRequires:  python-openstackdocstheme
-BuildRequires:  python-os-testr
 BuildRequires:  python-osc-lib >= 1.11.0
 BuildRequires:  python-oslo.i18n >= 3.15.3
 BuildRequires:  python-oslo.log >= 3.36.0
@@ -41,6 +39,7 @@
 BuildRequires:  python-requests >= 2.14.2
 BuildRequires:  python-requests-mock
 BuildRequires:  python-setuptools
+BuildRequires:  python-stestr
 BuildRequires:  python-testrepository
 Requires:   python-Babel >= 2.3.4
 Requires:   python-PrettyTable
@@ -70,9 +69,6 @@
 %prep
 %autosetup -p1 -n %{name}-%{version}
 %py_req_cleanup
-# FIXME: can be removed when https://review.openstack.org/#/c/363681/ is merged
-sed -i -e 's/^\s\{4\}git_cmd\(.*\)/"\/usr\/bin\/true"\1/' 
doc/source/conf.py
-sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
 
 %build
 %py2_build
@@ -81,14 +77,14 @@
 %py2_install
 
 # Build HTML docs and man page
-PBR_VERSION=2.0.0 PYTHONPATH=%{buildroot}%{python2_sitelib} sphinx-build -b 
html doc/source doc/build/html
+PBR_VERSION=2.2.0 PYTHONPATH=%{buildroot}%{python2_sitelib} sphinx-build -b 
html doc/source doc/build/html
 # remove the sphinx-build leftovers
 rm -rf doc/build/html/.{doctrees,buildinfo}
 
 %check
 # we don't want to depend on hacking/flake8/pep8
 rm -v saharaclient/tests/unit/test_hacking.py
-ostestr
+python2 -m stestr.cli run
 
 %files
 %license LICENSE

++ _service ++
--- /var/tmp/diff_new_pack.t7DyAt/_old  2019-05-03 22:43:16.515348672 +0200
+++ /var/tmp/diff_new_pack.t7DyAt/_new  2019-05-03 22:43:16.515348672 +0200
@@ -1,8 +1,8 @@
 
   
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/rocky/openstack/python-saharaclient/python-saharaclient.spec.j2
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/stein/openstack/python-saharaclient/python-saharaclient.spec.j2
 python-saharaclient.spec
-https://raw.githubusercontent.com/openstack/python-saharaclient/stable/rocky/requirements.txt
+https://raw.githubusercontent.com/openstack/python-saharaclient/stable/stein/requirements.txt
 cloud-de...@suse.de
 gh,openstack,python-saharaclient
   

++ python-saharaclient-2.0.0.tar.gz 

commit python-saharaclient for openSUSE:Factory

2018-10-09 Thread root
Hello community,

here is the log from the commit of package python-saharaclient for 
openSUSE:Factory checked in at 2018-10-09 15:53:45

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


Package is "python-saharaclient"

Tue Oct  9 15:53:45 2018 rev:9 rq:640680 version:2.0.0

Changes:

--- /work/SRC/openSUSE:Factory/python-saharaclient/python-saharaclient.changes  
2018-03-19 23:36:52.580604078 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-saharaclient.new/python-saharaclient.changes 
2018-10-09 15:53:47.470309486 +0200
@@ -1,0 +2,31 @@
+Mon Sep  3 17:30:35 UTC 2018 - cloud-de...@suse.de
+
+- update to version 2.0.0
+  - Clean S3 data source create/update
+  - fix tox python3 overrides
+  - Remove PyPI downloads
+  - Fix build with Sphinx 1.7.x
+  - Correct a missed job_execution->job
+  - Reflect change to multiple clusters creation
+  - Trivial: Update pypi url to new url
+  - Allow S3 credentials in data source create
+  - Revert "Fix the cover tox target (switch to stestr)"
+  - Adding boot from volume
+  - Reflect response fixes for jobs/jobs templates
+  - Add release note link in README
+  - Support of S3 data sources in OSC
+  - Adding boot from volume to osc
+  - Support of the improved force-delete in client
+  - Switch to using stestr
+  - Fix the cover tox target (switch to stestr)
+  - Rework saharaclient authentication
+- remove 0001-Fix-build-with-Sphinx-1.7.x.patch (upstream)
+
+---
+Wed Aug  1 07:05:09 UTC 2018 - sjamg...@suse.com
+
+- Updated to 1.6.0
+  Added patch 0001-Fix-build-with-Sphinx-1.7.x.patch
+ https://review.openstack.org/#/c/564136/
+
+---

Old:

  python-saharaclient-1.5.0.tar.gz

New:

  python-saharaclient-2.0.0.tar.gz



Other differences:
--
++ python-saharaclient.spec ++
--- /var/tmp/diff_new_pack.uzdo8O/_old  2018-10-09 15:53:47.958308907 +0200
+++ /var/tmp/diff_new_pack.uzdo8O/_new  2018-10-09 15:53:47.962308902 +0200
@@ -18,35 +18,36 @@
 
 %global sname saharaclient
 Name:   python-saharaclient
-Version:1.5.0
+Version:2.0.0
 Release:0
 Summary:Client library for OpenStack Sahara API
 License:Apache-2.0
 Group:  Development/Languages/Python
-Url:https://launchpad.net/%{name}
+URL:https://launchpad.net/%{name}
 Source0:
https://files.pythonhosted.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python-devel
-BuildRequires:  python-keystoneclient >= 3.8.0
-BuildRequires:  python-mock >= 2.0.0
-BuildRequires:  python-os-testr >= 1.0.0
-BuildRequires:  python-osc-lib >= 1.8.0
+BuildRequires:  python-keystoneclient
+BuildRequires:  python-mock
+BuildRequires:  python-openstackdocstheme
+BuildRequires:  python-os-testr
+BuildRequires:  python-osc-lib >= 1.11.0
 BuildRequires:  python-oslo.i18n >= 3.15.3
 BuildRequires:  python-oslo.log >= 3.36.0
 BuildRequires:  python-oslo.serialization >= 2.18.0
 BuildRequires:  python-oslo.utils >= 3.33.0
-BuildRequires:  python-oslotest >= 3.2.0
+BuildRequires:  python-oslotest
 BuildRequires:  python-pbr >= 2.0.0
 BuildRequires:  python-requests >= 2.14.2
-BuildRequires:  python-requests-mock >= 1.1.0
-BuildRequires:  python-setuptools >= 16.0
-BuildRequires:  python-testrepository >= 0.0.18
+BuildRequires:  python-requests-mock
+BuildRequires:  python-setuptools
+BuildRequires:  python-testrepository
 Requires:   python-Babel >= 2.3.4
-Requires:   python-PrettyTable >= 0.7.1
-Requires:   python-keystoneauth1 >= 3.3.0
-Requires:   python-keystoneclient >= 3.8.0
+Requires:   python-PrettyTable
+Requires:   python-keystoneauth1 >= 3.4.0
+Requires:   python-keystoneclient
 Requires:   python-openstackclient >= 3.12.0
-Requires:   python-osc-lib >= 1.8.0
+Requires:   python-osc-lib >= 1.11.0
 Requires:   python-oslo.i18n >= 3.15.3
 Requires:   python-oslo.log >= 3.36.0
 Requires:   python-oslo.serialization >= 2.18.0
@@ -62,13 +63,12 @@
 Summary:Documentation for Client library for OpenStack Sahara API
 Group:  Documentation/HTML
 BuildRequires:  python-Sphinx
-BuildRequires:  python-openstackdocstheme >= 1.18.1
 
 %description doc
 Python client library for interacting with OpenStack Sahara API.
 
 %prep
-%autosetup -n %{name}-%{version}
+%autosetup -p1 -n %{name}-%{version}
 %py_req_cleanup
 # FIXME: can be removed when https://review.openstack.org/#/c/363681/ is merged
 sed -i -e 's/^\s\{4\}git_cmd\(.*\)/"\/usr\/bin\/true"\1/' 
doc/source/conf.py
@@ 

commit python-saharaclient for openSUSE:Factory

2018-03-19 Thread root
Hello community,

here is the log from the commit of package python-saharaclient for 
openSUSE:Factory checked in at 2018-03-19 23:36:52

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


Package is "python-saharaclient"

Mon Mar 19 23:36:52 2018 rev:8 rq:583357 version:1.5.0

Changes:

--- /work/SRC/openSUSE:Factory/python-saharaclient/python-saharaclient.changes  
2018-01-24 15:28:06.305095171 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-saharaclient.new/python-saharaclient.changes 
2018-03-19 23:36:52.580604078 +0100
@@ -1,0 +2,20 @@
+Fri Feb 23 13:41:56 UTC 2018 - tbecht...@suse.com
+
+- Switch to stable/queens spec template
+
+---
+Mon Feb 12 10:10:07 UTC 2018 - cloud-de...@suse.de
+
+- update to version 1.5.0 (bsc#1078607)
+  - Remove -U from pip install
+  - APIv2 support in client
+  - Fix misleading docstring
+  - Remove setting of version/release from releasenotes
+  - Modify home page in setup.cfg
+  - Properly document job binary "extra"
+  - Auto-document members properly
+  - Avoid tox_install.sh for constraints support
+  - Updated from global requirements
+  - Support of S3 binaries in OSC
+
+---

Old:

  python-saharaclient-1.4.0.tar.gz

New:

  python-saharaclient-1.5.0.tar.gz



Other differences:
--
++ python-saharaclient.spec ++
--- /var/tmp/diff_new_pack.y7bOsN/_old  2018-03-19 23:36:53.460572334 +0100
+++ /var/tmp/diff_new_pack.y7bOsN/_new  2018-03-19 23:36:53.464572190 +0100
@@ -18,7 +18,7 @@
 
 %global sname saharaclient
 Name:   python-saharaclient
-Version:1.4.0
+Version:1.5.0
 Release:0
 Summary:Client library for OpenStack Sahara API
 License:Apache-2.0
@@ -30,12 +30,12 @@
 BuildRequires:  python-keystoneclient >= 3.8.0
 BuildRequires:  python-mock >= 2.0.0
 BuildRequires:  python-os-testr >= 1.0.0
-BuildRequires:  python-osc-lib >= 1.7.0
+BuildRequires:  python-osc-lib >= 1.8.0
 BuildRequires:  python-oslo.i18n >= 3.15.3
-BuildRequires:  python-oslo.log >= 3.30.0
+BuildRequires:  python-oslo.log >= 3.36.0
 BuildRequires:  python-oslo.serialization >= 2.18.0
-BuildRequires:  python-oslo.utils >= 3.31.0
-BuildRequires:  python-oslotest >= 1.10.0
+BuildRequires:  python-oslo.utils >= 3.33.0
+BuildRequires:  python-oslotest >= 3.2.0
 BuildRequires:  python-pbr >= 2.0.0
 BuildRequires:  python-requests >= 2.14.2
 BuildRequires:  python-requests-mock >= 1.1.0
@@ -43,14 +43,14 @@
 BuildRequires:  python-testrepository >= 0.0.18
 Requires:   python-Babel >= 2.3.4
 Requires:   python-PrettyTable >= 0.7.1
-Requires:   python-keystoneauth1 >= 3.2.0
+Requires:   python-keystoneauth1 >= 3.3.0
 Requires:   python-keystoneclient >= 3.8.0
 Requires:   python-openstackclient >= 3.12.0
-Requires:   python-osc-lib >= 1.7.0
+Requires:   python-osc-lib >= 1.8.0
 Requires:   python-oslo.i18n >= 3.15.3
-Requires:   python-oslo.log >= 3.30.0
+Requires:   python-oslo.log >= 3.36.0
 Requires:   python-oslo.serialization >= 2.18.0
-Requires:   python-oslo.utils >= 3.31.0
+Requires:   python-oslo.utils >= 3.33.0
 Requires:   python-requests >= 2.14.2
 Requires:   python-six >= 1.10.0
 BuildArch:  noarch
@@ -62,7 +62,7 @@
 Summary:Documentation for Client library for OpenStack Sahara API
 Group:  Documentation/HTML
 BuildRequires:  python-Sphinx
-BuildRequires:  python-openstackdocstheme >= 1.17.0
+BuildRequires:  python-openstackdocstheme >= 1.18.1
 
 %description doc
 Python client library for interacting with OpenStack Sahara API.

++ _service ++
--- /var/tmp/diff_new_pack.y7bOsN/_old  2018-03-19 23:36:53.496571035 +0100
+++ /var/tmp/diff_new_pack.y7bOsN/_new  2018-03-19 23:36:53.500570891 +0100
@@ -1,8 +1,8 @@
 
   
-https://raw.githubusercontent.com/openstack/rpm-packaging/master/openstack/python-saharaclient/python-saharaclient.spec.j2
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/queens/openstack/python-saharaclient/python-saharaclient.spec.j2
 python-saharaclient.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-saharaclient
   

++ python-saharaclient-1.4.0.tar.gz -> python-saharaclient-1.5.0.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-saharaclient-1.4.0/AUTHORS 
new/python-saharaclient-1.5.0/AUTHORS
--- 

commit python-saharaclient for openSUSE:Factory

2018-01-24 Thread root
Hello community,

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

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


Package is "python-saharaclient"

Wed Jan 24 15:28:05 2018 rev:7 rq:567283 version:1.4.0

Changes:

--- /work/SRC/openSUSE:Factory/python-saharaclient/python-saharaclient.changes  
2017-08-28 15:31:52.184720374 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-saharaclient.new/python-saharaclient.changes 
2018-01-24 15:28:06.305095171 +0100
@@ -1,0 +2,17 @@
+Mon Jan 15 12:04:28 UTC 2018 - cloud-de...@suse.de
+
+- update to version 1.4.0
+  - Add export of node group templates to CLI
+  - Update reno for stable/pike
+  - Add import of node group templates
+  - Reorganize the documentation following the new structure
+  - Fix KeyError in "cluster scale" command
+  - Adding volume_mount_prefix parameter
+  - [ut] replace .testr.conf with .stestr.conf
+  - Update and optimize documentation links
+  - Add export of cluster templates
+  - Add export of node group templates
+  - Add import of Cluster Templates
+  - Updated from global requirements
+
+---

Old:

  python-saharaclient-1.3.0.tar.gz

New:

  python-saharaclient-1.4.0.tar.gz



Other differences:
--
++ python-saharaclient.spec ++
--- /var/tmp/diff_new_pack.p3R1Vk/_old  2018-01-24 15:28:07.001062619 +0100
+++ /var/tmp/diff_new_pack.p3R1Vk/_new  2018-01-24 15:28:07.005062432 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-saharaclient
 #
-# 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
@@ -18,41 +18,41 @@
 
 %global sname saharaclient
 Name:   python-saharaclient
-Version:1.3.0
+Version:1.4.0
 Release:0
 Summary:Client library for OpenStack Sahara API
 License:Apache-2.0
 Group:  Development/Languages/Python
 Url:https://launchpad.net/%{name}
-Source0:
https://pypi.io/packages/source/p/%{name}/%{name}-%{version}.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python-devel
 BuildRequires:  python-keystoneclient >= 3.8.0
-BuildRequires:  python-mock >= 2.0
-BuildRequires:  python-os-testr >= 0.8.0
-BuildRequires:  python-osc-lib >= 1.5.1
-BuildRequires:  python-oslo.i18n >= 2.1.0
-BuildRequires:  python-oslo.log >= 3.22.0
-BuildRequires:  python-oslo.serialization >= 1.10.0
-BuildRequires:  python-oslo.utils >= 3.20.0
+BuildRequires:  python-mock >= 2.0.0
+BuildRequires:  python-os-testr >= 1.0.0
+BuildRequires:  python-osc-lib >= 1.7.0
+BuildRequires:  python-oslo.i18n >= 3.15.3
+BuildRequires:  python-oslo.log >= 3.30.0
+BuildRequires:  python-oslo.serialization >= 2.18.0
+BuildRequires:  python-oslo.utils >= 3.31.0
 BuildRequires:  python-oslotest >= 1.10.0
 BuildRequires:  python-pbr >= 2.0.0
 BuildRequires:  python-requests >= 2.14.2
-BuildRequires:  python-requests-mock >= 1.1
+BuildRequires:  python-requests-mock >= 1.1.0
 BuildRequires:  python-setuptools >= 16.0
 BuildRequires:  python-testrepository >= 0.0.18
 Requires:   python-Babel >= 2.3.4
 Requires:   python-PrettyTable >= 0.7.1
-Requires:   python-keystoneauth1 >= 2.21.0
+Requires:   python-keystoneauth1 >= 3.2.0
 Requires:   python-keystoneclient >= 3.8.0
-Requires:   python-openstackclient >= 3.3.0
-Requires:   python-osc-lib >= 1.5.1
-Requires:   python-oslo.i18n >= 2.1.0
-Requires:   python-oslo.log >= 3.22.0
-Requires:   python-oslo.serialization >= 1.10.0
-Requires:   python-oslo.utils >= 3.20.0
+Requires:   python-openstackclient >= 3.12.0
+Requires:   python-osc-lib >= 1.7.0
+Requires:   python-oslo.i18n >= 3.15.3
+Requires:   python-oslo.log >= 3.30.0
+Requires:   python-oslo.serialization >= 2.18.0
+Requires:   python-oslo.utils >= 3.31.0
 Requires:   python-requests >= 2.14.2
-Requires:   python-six >= 1.9.0
+Requires:   python-six >= 1.10.0
 BuildArch:  noarch
 
 %description
@@ -60,9 +60,9 @@
 
 %package doc
 Summary:Documentation for Client library for OpenStack Sahara API
-Group:  Documentation
+Group:  Documentation/HTML
 BuildRequires:  python-Sphinx
-BuildRequires:  python-openstackdocstheme >= 1.11.0
+BuildRequires:  python-openstackdocstheme >= 1.17.0
 
 %description doc
 

commit python-saharaclient for openSUSE:Factory

2017-08-28 Thread root
Hello community,

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

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


Package is "python-saharaclient"

Mon Aug 28 15:31:50 2017 rev:6 rq:515017 version:1.3.0

Changes:

--- /work/SRC/openSUSE:Factory/python-saharaclient/python-saharaclient.changes  
2017-02-21 13:44:51.386784322 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-saharaclient.new/python-saharaclient.changes 
2017-08-28 15:31:52.184720374 +0200
@@ -1,0 +2,20 @@
+Mon Aug  7 14:19:37 UTC 2017 - cloud-de...@suse.de
+
+- update to version 1.3.0
+  - Fix a bug in jobs.py
+  - Replace six.iteritems() with .items()
+  - Remove log translations
+  - Clone sahara hacking checks to saharaclient
+  - Use 'project' instead of 'tenant'
+  - Spelling replaced from "ot" to "of"
+  - Set client module __version__
+  - [Fix gate]Update test requirement
+  - doc: migrate to openstackdocstheme
+  - doc: enable warning-is-error and fix warnings
+  - PYthon 3.5 is added
+  - Update reno for stable/ocata
+  - Fixed log messages
+  - Updated from global requirements
+  - Fix html_last_updated_fmt for Python3
+
+---

Old:

  python-saharaclient-1.1.0.tar.gz

New:

  python-saharaclient-1.3.0.tar.gz



Other differences:
--
++ python-saharaclient.spec ++
--- /var/tmp/diff_new_pack.7IFZJV/_old  2017-08-28 15:31:52.864624788 +0200
+++ /var/tmp/diff_new_pack.7IFZJV/_new  2017-08-28 15:31:52.868624226 +0200
@@ -18,7 +18,7 @@
 
 %global sname saharaclient
 Name:   python-saharaclient
-Version:1.1.0
+Version:1.3.0
 Release:0
 Summary:Client library for OpenStack Sahara API
 License:Apache-2.0
@@ -30,28 +30,28 @@
 BuildRequires:  python-keystoneclient >= 3.8.0
 BuildRequires:  python-mock >= 2.0
 BuildRequires:  python-os-testr >= 0.8.0
-BuildRequires:  python-osc-lib >= 1.2.0
+BuildRequires:  python-osc-lib >= 1.5.1
 BuildRequires:  python-oslo.i18n >= 2.1.0
-BuildRequires:  python-oslo.log >= 3.11.0
+BuildRequires:  python-oslo.log >= 3.22.0
 BuildRequires:  python-oslo.serialization >= 1.10.0
-BuildRequires:  python-oslo.utils >= 3.18.0
+BuildRequires:  python-oslo.utils >= 3.20.0
 BuildRequires:  python-oslotest >= 1.10.0
-BuildRequires:  python-pbr >= 1.8
-BuildRequires:  python-requests >= 2.10.0
+BuildRequires:  python-pbr >= 2.0.0
+BuildRequires:  python-requests >= 2.14.2
 BuildRequires:  python-requests-mock >= 1.1
 BuildRequires:  python-setuptools >= 16.0
 BuildRequires:  python-testrepository >= 0.0.18
 Requires:   python-Babel >= 2.3.4
 Requires:   python-PrettyTable >= 0.7.1
-Requires:   python-keystoneauth1 >= 2.17.0
+Requires:   python-keystoneauth1 >= 2.21.0
 Requires:   python-keystoneclient >= 3.8.0
 Requires:   python-openstackclient >= 3.3.0
-Requires:   python-osc-lib >= 1.2.0
+Requires:   python-osc-lib >= 1.5.1
 Requires:   python-oslo.i18n >= 2.1.0
-Requires:   python-oslo.log >= 3.11.0
+Requires:   python-oslo.log >= 3.22.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
 BuildArch:  noarch
 
@@ -62,7 +62,7 @@
 Summary:Documentation for Client library for OpenStack Sahara API
 Group:  Documentation
 BuildRequires:  python-Sphinx
-BuildRequires:  python-oslosphinx >= 4.7.0
+BuildRequires:  python-openstackdocstheme >= 1.11.0
 
 %description doc
 Python client library for interacting with OpenStack Sahara API.
@@ -72,6 +72,7 @@
 %py_req_cleanup
 # FIXME: can be removed when https://review.openstack.org/#/c/363681/ is merged
 sed -i -e 's/^\s\{4\}git_cmd\(.*\)/"\/usr\/bin\/true"\1/' 
doc/source/conf.py
+sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
 
 %build
 %py2_build
@@ -85,6 +86,8 @@
 rm -rf doc/build/html/.{doctrees,buildinfo}
 
 %check
+# we don't want to depend on hacking/flake8/pep8
+rm -v saharaclient/tests/unit/test_hacking.py
 %{__python2} setup.py testr
 
 %files

++ _service ++
--- /var/tmp/diff_new_pack.7IFZJV/_old  2017-08-28 15:31:52.928615792 +0200
+++ /var/tmp/diff_new_pack.7IFZJV/_new  2017-08-28 15:31:52.928615792 +0200
@@ -1,8 +1,8 @@
 
   
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/openstack/python-saharaclient/python-saharaclient.spec.j2
+

commit python-saharaclient for openSUSE:Factory

2017-02-21 Thread root
Hello community,

here is the log from the commit of package python-saharaclient for 
openSUSE:Factory checked in at 2017-02-21 13:44:50

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


Package is "python-saharaclient"

Changes:

--- /work/SRC/openSUSE:Factory/python-saharaclient/python-saharaclient.changes  
2016-09-30 15:30:26.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-saharaclient.new/python-saharaclient.changes 
2017-02-21 13:44:51.386784322 +0100
@@ -1,0 +2,22 @@
+Mon Feb 13 12:58:48 UTC 2017 - cloud-de...@suse.de
+
+- update to version 1.1.0:
+  - Optimize command job-binary-download
+  - Add plug-in summary for osc doc
+  - Update reno for stable/newton
+  - Add Constraints support
+  - Enable coverage report in console output
+  - Fix doc build if git is absent
+  - Raise exception in command "plugin configs get"
+  - Add newline to strings in stdout/stderr.write()
+  - Show team and repo badges on README
+  - standardize release note page ordering
+  - Replace logging with oslo_log.
+  - Return error_code in command "job binary download"
+  - [trivial] Fix spelling
+  - Enable release notes translation
+  - remove old cli commands
+  - Updated from global requirements
+  - Provide the cluster info about WebUI
+
+---

Old:

  python-saharaclient-0.18.0.tar.gz

New:

  python-saharaclient-1.1.0.tar.gz



Other differences:
--
++ python-saharaclient.spec ++
--- /var/tmp/diff_new_pack.m7fN0Q/_old  2017-02-21 13:44:51.882714358 +0100
+++ /var/tmp/diff_new_pack.m7fN0Q/_new  2017-02-21 13:44:51.886713794 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-saharaclient
 #
-# 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 saharaclient
 Name:   python-saharaclient
-Version:0.18.0
+Version:1.1.0
 Release:0
 Summary:Client library for OpenStack Sahara API
 License:Apache-2.0
@@ -27,30 +27,30 @@
 Source0:
https://pypi.io/packages/source/p/%{name}/%{name}-%{version}.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python-devel
-BuildRequires:  python-keystoneclient >= 2.0.0
+BuildRequires:  python-keystoneclient >= 3.8.0
 BuildRequires:  python-mock >= 2.0
-BuildRequires:  python-os-testr >= 0.7.0
-BuildRequires:  python-osc-lib >= 0.4.0
+BuildRequires:  python-os-testr >= 0.8.0
+BuildRequires:  python-osc-lib >= 1.2.0
 BuildRequires:  python-oslo.i18n >= 2.1.0
-BuildRequires:  python-oslo.log >= 1.14.0
+BuildRequires:  python-oslo.log >= 3.11.0
 BuildRequires:  python-oslo.serialization >= 1.10.0
-BuildRequires:  python-oslo.utils >= 3.16.0
+BuildRequires:  python-oslo.utils >= 3.18.0
 BuildRequires:  python-oslotest >= 1.10.0
-BuildRequires:  python-pbr >= 1.6
+BuildRequires:  python-pbr >= 1.8
 BuildRequires:  python-requests >= 2.10.0
-BuildRequires:  python-requests-mock >= 1.0
+BuildRequires:  python-requests-mock >= 1.1
 BuildRequires:  python-setuptools >= 16.0
 BuildRequires:  python-testrepository >= 0.0.18
 Requires:   python-Babel >= 2.3.4
-Requires:   python-PrettyTable >= 0.7
-Requires:   python-keystoneauth1 >= 2.10.0
-Requires:   python-keystoneclient >= 2.0.0
-Requires:   python-openstackclient >= 2.1.0
-Requires:   python-osc-lib >= 0.4.0
+Requires:   python-PrettyTable >= 0.7.1
+Requires:   python-keystoneauth1 >= 2.17.0
+Requires:   python-keystoneclient >= 3.8.0
+Requires:   python-openstackclient >= 3.3.0
+Requires:   python-osc-lib >= 1.2.0
 Requires:   python-oslo.i18n >= 2.1.0
-Requires:   python-oslo.log >= 1.14.0
+Requires:   python-oslo.log >= 3.11.0
 Requires:   python-oslo.serialization >= 1.10.0
-Requires:   python-oslo.utils >= 3.16.0
+Requires:   python-oslo.utils >= 3.18.0
 Requires:   python-requests >= 2.10.0
 Requires:   python-six >= 1.9.0
 BuildArch:  noarch
@@ -62,13 +62,14 @@
 Summary:Documentation for Client library for OpenStack Sahara API
 Group:  Documentation
 BuildRequires:  python-Sphinx
-BuildRequires:  python-oslosphinx >= 2.5.0
+BuildRequires:  python-oslosphinx >= 4.7.0
 
 %description doc
 Python client library for interacting with OpenStack Sahara API.
 
 %prep
-%setup -q -n %{name}-%{version}
+%autosetup -n %{name}-%{version}
+%py_req_cleanup
 # FIXME: can be removed when https://review.openstack.org/#/c/363681/ is merged
 sed 

commit python-saharaclient for openSUSE:Factory

2016-09-30 Thread h_root
Hello community,

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

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


Package is "python-saharaclient"

Changes:

--- /work/SRC/openSUSE:Factory/python-saharaclient/python-saharaclient.changes  
2016-05-19 12:15:07.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-saharaclient.new/python-saharaclient.changes 
2016-09-30 15:30:26.0 +0200
@@ -1,0 +2,27 @@
+Mon Sep  5 11:29:52 UTC 2016 - tbecht...@suse.com
+
+update to version 0.18.0
+  * Remove discover from test-requirements
+  * plugin's api update support
+  * Replace tempest_lib with tempest.lib
+  * Update reno for stable/mitaka
+  * avoid additional requirement for building docs
+  * Remove unused functional tests
+  * Add openstackclient dependency back
+  * Remove integration tests from saharaclient
+  * Designate integration
+  * Add pagination ability to Python-saharaclient
+  * Migrate functional tests to openstack-client
+  * Remove unused pngmath Sphinx extension
+  * Use osc_lib instead of cliff
+  * Add sorting ability to Python-saharaclient
+  * Remove incorrectly used "# flake8: noqa"
+  * include storm.pyleus in job types
+  * Change plugin version 'version' parameter to 'plugin-version'
+  * print statment has become a function in py3
+  * Updated from global requirements
+  * Use osc-lib instead of openstackclient
+  * support event logs for CLI
+- update _service and switch to upstream spec template
+
+---

Old:

  python-saharaclient-0.13.0.tar.gz
  python-saharaclient-rpmlintrc

New:

  python-saharaclient-0.18.0.tar.gz



Other differences:
--
++ python-saharaclient.spec ++
--- /var/tmp/diff_new_pack.jH4no9/_old  2016-09-30 15:30:29.0 +0200
+++ /var/tmp/diff_new_pack.jH4no9/_new  2016-09-30 15:30:29.0 +0200
@@ -16,96 +16,85 @@
 #
 
 
-%define component saharaclient
-
-Name:   python-%{component}
-Version:0.13.0
+%global sname saharaclient
+Name:   python-saharaclient
+Version:0.18.0
 Release:0
-Summary:Openstack Data Processing (Savanna) API Client
+Summary:Client library for OpenStack Sahara API
 License:Apache-2.0
 Group:  Development/Languages/Python
-Url:http://launchpad.net/python-saharaclient
-Source: 
https://pypi.python.org/packages/source/p/python-saharaclient/python-saharaclient-%{version}.tar.gz
-Source99:   %name-rpmlintrc
-BuildRequires:  openstack-suse-macros
+Url:https://launchpad.net/%{name}
+Source0:
https://pypi.io/packages/source/p/%{name}/%{name}-%{version}.tar.gz
+BuildRequires:  openstack-macros
 BuildRequires:  python-devel
-# Documentation build requirements:
-BuildRequires:  python-Sphinx
-BuildRequires:  python-keystoneclient
-BuildRequires:  python-pbr
-Provides:   python-savannaclient = %{version}
-Obsoletes:  python-savannaclient <= %{version}
-Requires:   python >= 2.7
-Requires:   python-Babel >= 1.3
+BuildRequires:  python-keystoneclient >= 2.0.0
+BuildRequires:  python-mock >= 2.0
+BuildRequires:  python-os-testr >= 0.7.0
+BuildRequires:  python-osc-lib >= 0.4.0
+BuildRequires:  python-oslo.i18n >= 2.1.0
+BuildRequires:  python-oslo.log >= 1.14.0
+BuildRequires:  python-oslo.serialization >= 1.10.0
+BuildRequires:  python-oslo.utils >= 3.16.0
+BuildRequires:  python-oslotest >= 1.10.0
+BuildRequires:  python-pbr >= 1.6
+BuildRequires:  python-requests >= 2.10.0
+BuildRequires:  python-requests-mock >= 1.0
+BuildRequires:  python-setuptools >= 16.0
+BuildRequires:  python-testrepository >= 0.0.18
+Requires:   python-Babel >= 2.3.4
 Requires:   python-PrettyTable >= 0.7
-Requires:   python-cliff >= 1.15.0
-Requires:   python-keystoneauth1 >= 2.1.0
-Requires:   python-keystoneclient >= 1.6.0
-Requires:   python-neutronclient >= 2.6.0
-Requires:   python-novaclient >= 2.29.0
+Requires:   python-keystoneauth1 >= 2.10.0
+Requires:   python-keystoneclient >= 2.0.0
 Requires:   python-openstackclient >= 2.1.0
-Requires:   python-oslo.config >= 3.7.0
+Requires:   python-osc-lib >= 0.4.0
 Requires:   python-oslo.i18n >= 2.1.0
 Requires:   python-oslo.log >= 1.14.0
 Requires:   python-oslo.serialization >= 1.10.0
-Requires:   python-oslo.utils >= 3.5.0
-Requires:   python-pbr >= 1.6
-Requires:   python-requests >= 2.8.1
+Requires:   python-oslo.utils >= 3.16.0
+Requires:   python-requests >= 2.10.0
 Requires:   python-six >= 1.9.0
-Requires:   

commit python-saharaclient for openSUSE:Factory

2016-05-19 Thread h_root
Hello community,

here is the log from the commit of package python-saharaclient for 
openSUSE:Factory checked in at 2016-05-19 12:15:05

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


Package is "python-saharaclient"

Changes:

--- /work/SRC/openSUSE:Factory/python-saharaclient/python-saharaclient.changes  
2015-10-30 13:42:37.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-saharaclient.new/python-saharaclient.changes 
2016-05-19 12:15:07.0 +0200
@@ -1,0 +2,78 @@
+Mon May 16 07:08:01 UTC 2016 - jeng...@inai.de
+
+- Bump python requirement to 2.7 per 0.13's changelog notice
+  that py26 is dropped.
+
+---
+Mon Mar 14 09:14:31 UTC 2016 - dmuel...@suse.com
+
+- update to 0.13.0:
+  * Add debug testenv in tox
+  * Added volume_mount_prefix for node group templates
+  * Adding ability to get plugin processes via CLI
+  * Adding ability to provide name or ID of the flavor in CLI
+  * Adding ability to unset fields with update calls
+  * Adding autogenerated saharaclient API docs
+  * Adding Clusters support to CLI
+  * Adding Cluster Templates support to CLI
+  * Adding get_resource_id method to CLI utils
+  * Adding "health verification --show" CLI call
+  * Adding Images support to CLI
+  * Adding indications of results after delete operations
+  * Adding Job Binaries support to CLI
+  * Adding Jobs support to CLI
+  * Adding Job Templates support to CLI
+  * Adding Job Types support to CLI
+  * Adding missed public/protected support for jobs creation
+  * Adding Node Group Templates support to CLI
+  * Adding release notes for saharaclient
+  * Adding return of updated image for update_image, update_tags
+  * Adding Sahara CLI overview to docs and fixing warnings
+  * Adding sahara_url and endpoint_type to OpenstackClient CLI
+  * Adding sphinx extension for CLI docs autogeneration
+  * Adding update and minor fixes to Data Sources CLI
+  * Add *.log to gitignore
+  * Add releasenotes to sahara client
+  * Add the mising requriements
+  * Allowing for shares to be edited on an existing cluster
+  * Change ignore-errors to ignore_errors
+  * Changing public/protected options handling
+  * Delete python bytecode before every test run
+  * Deprecated tox -downloadcache option removed
+  * Deprecation of the Sahara CLI
+  * Drop py33 support
+  * Enabling DeprecationWarning if session is not provided
+  * Fix bypass-url for CLI
+  * Fixed problem with tags update
+  * Fix functional tests in gate
+  * Fix functional tests in saharaclient
+  * Fixing cluster and node group template updates
+  * Fixing cluster creation with neutron network via CLI
+  * Fixing cluster scaling via CLI
+  * Fixing data source update in CLI
+  * Fixing updates for CLI
+  * Fixing updates via CLI
+  * Images CLI improvement
+  * Improve readme contents
+  * Keystoneclient to keystoneauth migration
+  * Last sync from oslo-incubator
+  * Making desc parameter of update_image optional
+  * Making parameters of job binaries create optional
+  * Making parameters of job create optional
+  * Making parameters of job executions create optional
+  * print usage when no argument is specified for python3
+  * Remove argparse dependency from requirements.txt file
+  * Remove `data source update` from setup.cfg
+  * Remove duplicate .coverage in .gitignore file
+  * remove netaddr from requirements
+  * Remove py26 support
+  * Replace deprecated library function os.popen() with subprocess
+  * Replacing hard coded cluster status using utils in sahara-client
+  * Shows reason of failure in base.get
+  * Updated from global requirements
+  * Update .gitreview for stable/liberty
+  * Updating saharaclient api docs
+  * Use ostestr instead of the custom pretty_tox.sh
+  * verifications impl for saharaclient
+
+---

Old:

  python-saharaclient-0.11.1.tar.gz

New:

  python-saharaclient-0.13.0.tar.gz



Other differences:
--
++ python-saharaclient.spec ++
--- /var/tmp/diff_new_pack.UonjzT/_old  2016-05-19 12:15:08.0 +0200
+++ /var/tmp/diff_new_pack.UonjzT/_new  2016-05-19 12:15:08.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-saharaclient
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -19,7 +19,7 @@
 %define component saharaclient
 
 Name:   python-%{component}
-Version:0.11.1
+Version:0.13.0

commit python-saharaclient for openSUSE:Factory

2015-10-30 Thread h_root
Hello community,

here is the log from the commit of package python-saharaclient for 
openSUSE:Factory checked in at 2015-10-30 13:42:35

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


Package is "python-saharaclient"

Changes:

--- /work/SRC/openSUSE:Factory/python-saharaclient/python-saharaclient.changes  
2015-09-17 09:22:00.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-saharaclient.new/python-saharaclient.changes 
2015-10-30 13:42:37.0 +0100
@@ -1,0 +2,14 @@
+Sun Oct  4 07:41:24 UTC 2015 - tbecht...@suse.com
+
+- update to 0.11.1:
+  * Updating saharaclient api docs
+  * Updated from global requirements
+  * Change ignore-errors to ignore_errors
+  * Fixing cluster and node group template updates
+  * Remove `data source update` from setup.cfg
+  * Adding missed public/protected support for jobs creation
+  * Fix functional tests in saharaclient
+  * Update .gitreview for stable/liberty
+- adjust Requires according to requirements.txt
+
+---

Old:

  python-saharaclient-0.11.0.tar.gz

New:

  python-saharaclient-0.11.1.tar.gz



Other differences:
--
++ python-saharaclient.spec ++
--- /var/tmp/diff_new_pack.TU0xYZ/_old  2015-10-30 13:42:37.0 +0100
+++ /var/tmp/diff_new_pack.TU0xYZ/_new  2015-10-30 13:42:37.0 +0100
@@ -19,7 +19,7 @@
 %define component saharaclient
 
 Name:   python-%{component}
-Version:0.11.0
+Version:0.11.1
 Release:0
 Summary:Openstack Data Processing (Savanna) API Client
 License:Apache-2.0
@@ -38,10 +38,12 @@
 Requires:   python >= 2.6.8
 Requires:   python-Babel >= 1.3
 Requires:   python-PrettyTable >= 0.7
+Requires:   python-cliff >= 1.14.0
 Requires:   python-keystoneclient >= 1.6.0
 Requires:   python-netaddr >= 0.7.12
 Requires:   python-neutronclient >= 2.6.0
-Requires:   python-novaclient >= 2.26.0
+Requires:   python-novaclient >= 2.28.1
+Requires:   python-openstackclient >= 1.5.0
 Requires:   python-oslo.config >= 2.3.0
 Requires:   python-oslo.i18n >= 1.5.0
 Requires:   python-oslo.utils >= 2.0.0
@@ -71,7 +73,7 @@
 %endif
 Requires:   python-mock >= 1.2
 Requires:   python-requests-mock >= 0.6.0
-Requires:   python-tempest-lib >= 0.6.1
+Requires:   python-tempest-lib >= 0.8.0
 Requires:   python-testrepository >= 0.0.18
 
 %description test

++ python-saharaclient-0.11.0.tar.gz -> python-saharaclient-0.11.1.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-saharaclient-0.11.0/.coveragerc 
new/python-saharaclient-0.11.1/.coveragerc
--- old/python-saharaclient-0.11.0/.coveragerc  2015-09-01 19:30:56.0 
+0200
+++ new/python-saharaclient-0.11.1/.coveragerc  2015-09-29 01:38:45.0 
+0200
@@ -10,4 +10,4 @@
 source = saharaclient
 
 [report]
-ignore-errors = True
+ignore_errors = True
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-saharaclient-0.11.0/AUTHORS 
new/python-saharaclient-0.11.1/AUTHORS
--- old/python-saharaclient-0.11.0/AUTHORS  2015-09-01 19:31:47.0 
+0200
+++ new/python-saharaclient-0.11.1/AUTHORS  2015-09-29 01:39:44.0 
+0200
@@ -20,6 +20,7 @@
 Michael McCune 
 Mina Park 
 Minkyung Maisy Kim 
+Monty Taylor 
 Nikita Konovalov 
 Nikolay Mahotkin 
 Pavlo Shchelokovskyy 
@@ -31,6 +32,7 @@
 Sergey Reshetnyak 
 Sergey Reshetnyak 
 Shrirang Phadke 
+Steve Martinelli 
 Telles Nobrega 
 Tetiana Lashchova 
 Trevor McKay 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-saharaclient-0.11.0/ChangeLog 
new/python-saharaclient-0.11.1/ChangeLog
--- old/python-saharaclient-0.11.0/ChangeLog2015-09-01 19:31:47.0 
+0200
+++ new/python-saharaclient-0.11.1/ChangeLog2015-09-29 01:39:44.0 
+0200
@@ -1,6 +1,18 @@
 CHANGES
 ===
 
+0.11.1
+--
+
+* Updating saharaclient api docs
+* Updated from global requirements
+* Change ignore-errors to ignore_errors
+* Fixing cluster and node group template updates
+* Remove `data source update` from setup.cfg
+* Adding missed public/protected support for jobs creation
+* Fix functional tests in saharaclient
+* Update