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
-%py2_install
+%{python_install}
 
 # Build HTML docs and man page
-PBR_VERSION=2.2.1 PYTHONPATH=%{buildroot}%{python2_sitelib} sphinx-build -b 
html doc/source doc/build/html
+PYTHONPATH=. PBR_VERSION=2.3.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}
 
 %check
 # we don't want to depend on hacking/flake8/pep8
 rm -v saharaclient/tests/unit/test_hacking.py
-python2 -m stestr.cli run
+%python_exec -m stestr.cli run
 
-%files
+%files %{python_files}
 %license LICENSE
 %doc ChangeLog README.rst
-%{python2_sitelib}/saharaclient
-%{python2_sitelib}/*.egg-info
+%{python_sitelib}/saharaclient
+%{python_sitelib}/*.egg-info
 
-%files doc
+%files -n python-saharaclient-doc
 %doc doc/build/html
 %license LICENSE
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.aSNfZq/_old  2019-12-04 14:19:00.214368513 +0100
+++ /var/tmp/diff_new_pack.aSNfZq/_new  2019-12-04 14:19:00.214368513 +0100
@@ -1,8 +1,8 @@
 <services>
   <service mode="disabled" name="renderspec">
-    <param 
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/stein/openstack/python-saharaclient/python-saharaclient.spec.j2</param>
+    <param 
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/train/openstack/python-saharaclient/python-saharaclient.spec.j2</param>
     <param name="output-name">python-saharaclient.spec</param>
-    <param 
name="requirements">https://raw.githubusercontent.com/openstack/python-saharaclient/stable/stein/requirements.txt</param>
+    <param 
name="requirements">https://raw.githubusercontent.com/openstack/python-saharaclient/stable/train/requirements.txt</param>
     <param name="changelog-email">cloud-de...@suse.de</param>
     <param name="changelog-provider">gh,openstack,python-saharaclient</param>
   </service>

++++++ python-saharaclient-2.2.1.tar.gz -> python-saharaclient-2.3.0.tar.gz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-saharaclient-2.2.1/.zuul.yaml 
new/python-saharaclient-2.3.0/.zuul.yaml
--- old/python-saharaclient-2.2.1/.zuul.yaml    2019-06-27 11:51:06.000000000 
+0200
+++ new/python-saharaclient-2.3.0/.zuul.yaml    2019-09-13 17:04:39.000000000 
+0200
@@ -3,8 +3,7 @@
       - openstack-cover-jobs
       - openstack-lower-constraints-jobs
       - openstack-python-jobs
-      - openstack-python35-jobs
-      - openstack-python36-jobs
+      - openstack-python3-train-jobs
       - publish-openstack-docs-pti
       - check-requirements
       - release-notes-jobs-python3
@@ -12,12 +11,16 @@
     check:
       jobs:
         - python-saharaclient-scenario
+        - python-saharaclient-scenario-v2
         - python-saharaclient-tempest
+        - python-saharaclient-tempest-v2
     gate:
       queue: sahara
       jobs:
         - python-saharaclient-scenario
+        - python-saharaclient-scenario-v2
         - python-saharaclient-tempest
+        - python-saharaclient-tempest-v2
     experimental:
       jobs:
         - openstack-tox-pypy
@@ -25,13 +28,20 @@
 - job:
     name: python-saharaclient-scenario
     description: |
-      Run scenario tests for Sahara against python-saharaclient changes.
+      Run scenario tests for Sahara against python-saharaclient
+      changes.
     parent: sahara-tests-scenario
     required-projects:
       - openstack/python-saharaclient
-    vars:
-      devstack_localrc:
-        LIBS_FROM_GIT: python-saharaclient
+
+- job:
+    name: python-saharaclient-scenario-v2
+    description: |
+      Run scenario tests for Sahara on API v2 against python-saharaclient
+      changes.
+    parent: sahara-tests-scenario-v2
+    required-projects:
+      - openstack/python-saharaclient
 
 - job:
     name: python-saharaclient-tempest
@@ -41,6 +51,12 @@
     parent: sahara-tests-tempest
     required-projects:
       - openstack/python-saharaclient
-    vars:
-      devstack_localrc:
-        LIBS_FROM_GIT: python-saharaclient
+
+- job:
+    name: python-saharaclient-tempest-v2
+    description: |
+      Run Tempest tests from the Sahara plugin on API v2 against
+      python-saharaclient changes.
+    parent: sahara-tests-tempest-v2
+    required-projects:
+      - openstack/python-saharaclient
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-saharaclient-2.2.1/ChangeLog 
new/python-saharaclient-2.3.0/ChangeLog
--- old/python-saharaclient-2.2.1/ChangeLog     2019-06-27 11:51:41.000000000 
+0200
+++ new/python-saharaclient-2.3.0/ChangeLog     2019-09-13 17:05:41.000000000 
+0200
@@ -1,14 +1,16 @@
 CHANGES
 =======
 
-2.2.1
+2.3.0
 -----
 
+* py3: use the train test template and other updates
+* Update sphinx from current requirements
 * Py3: fix the OSC download job binary command
+* Replace git.openstack.org URLs with opendev.org URLs
 * OpenDev Migration Patch
-* Update UPPER\_CONSTRAINTS\_FILE for stable/stein
-* Update UPPER\_CONSTRAINTS\_FILE for stable/stein
-* Update .gitreview for stable/stein
+* Update master for stable/stein
+* Add py37 and API v2 jobs (scenario, tempest)
 
 2.2.0
 -----
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-saharaclient-2.2.1/PKG-INFO 
new/python-saharaclient-2.3.0/PKG-INFO
--- old/python-saharaclient-2.2.1/PKG-INFO      2019-06-27 11:51:41.000000000 
+0200
+++ new/python-saharaclient-2.3.0/PKG-INFO      2019-09-13 17:05:42.000000000 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: python-saharaclient
-Version: 2.2.1
+Version: 2.3.0
 Summary: Client library for Sahara API
 Home-page: https://docs.openstack.org/python-saharaclient/latest/
 Author: OpenStack
@@ -46,7 +46,7 @@
         .. _Online Documentation: 
https://docs.openstack.org/python-saharaclient/latest/
         .. _Blueprints: http://specs.openstack.org/openstack/sahara-specs/
         .. _Bugs: https://storyboard.openstack.org/#!/project/934
-        .. _Source: 
https://git.openstack.org/cgit/openstack/python-saharaclient
+        .. _Source: https://opendev.org/openstack/python-saharaclient
         .. _How to Contribute: 
https://docs.openstack.org/infra/manual/developers.html
         .. _Specs: https://specs.openstack.org/openstack/sahara-specs/
         .. _Release Notes: 
https://docs.openstack.org/releasenotes/python-saharaclient
@@ -62,5 +62,5 @@
 Classifier: Programming Language :: Python :: 2
 Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.5
 Classifier: Programming Language :: Python :: 3.6
+Classifier: Programming Language :: Python :: 3.7
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-saharaclient-2.2.1/README.rst 
new/python-saharaclient-2.3.0/README.rst
--- old/python-saharaclient-2.2.1/README.rst    2019-06-27 11:51:06.000000000 
+0200
+++ new/python-saharaclient-2.3.0/README.rst    2019-09-13 17:04:39.000000000 
+0200
@@ -38,7 +38,7 @@
 .. _Online Documentation: 
https://docs.openstack.org/python-saharaclient/latest/
 .. _Blueprints: http://specs.openstack.org/openstack/sahara-specs/
 .. _Bugs: https://storyboard.openstack.org/#!/project/934
-.. _Source: https://git.openstack.org/cgit/openstack/python-saharaclient
+.. _Source: https://opendev.org/openstack/python-saharaclient
 .. _How to Contribute: https://docs.openstack.org/infra/manual/developers.html
 .. _Specs: https://specs.openstack.org/openstack/sahara-specs/
 .. _Release Notes: https://docs.openstack.org/releasenotes/python-saharaclient
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-saharaclient-2.2.1/doc/requirements.txt 
new/python-saharaclient-2.3.0/doc/requirements.txt
--- old/python-saharaclient-2.2.1/doc/requirements.txt  2019-06-27 
11:51:06.000000000 +0200
+++ new/python-saharaclient-2.3.0/doc/requirements.txt  2019-09-13 
17:04:39.000000000 +0200
@@ -3,4 +3,5 @@
 # process, which may cause wedges in the gate later.
 openstackdocstheme>=1.18.1 # Apache-2.0
 reno>=2.5.0 # Apache-2.0
-sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
+sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD
+sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2;python_version>='3.4' # BSD
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-saharaclient-2.2.1/python_saharaclient.egg-info/PKG-INFO 
new/python-saharaclient-2.3.0/python_saharaclient.egg-info/PKG-INFO
--- old/python-saharaclient-2.2.1/python_saharaclient.egg-info/PKG-INFO 
2019-06-27 11:51:41.000000000 +0200
+++ new/python-saharaclient-2.3.0/python_saharaclient.egg-info/PKG-INFO 
2019-09-13 17:05:41.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: python-saharaclient
-Version: 2.2.1
+Version: 2.3.0
 Summary: Client library for Sahara API
 Home-page: https://docs.openstack.org/python-saharaclient/latest/
 Author: OpenStack
@@ -46,7 +46,7 @@
         .. _Online Documentation: 
https://docs.openstack.org/python-saharaclient/latest/
         .. _Blueprints: http://specs.openstack.org/openstack/sahara-specs/
         .. _Bugs: https://storyboard.openstack.org/#!/project/934
-        .. _Source: 
https://git.openstack.org/cgit/openstack/python-saharaclient
+        .. _Source: https://opendev.org/openstack/python-saharaclient
         .. _How to Contribute: 
https://docs.openstack.org/infra/manual/developers.html
         .. _Specs: https://specs.openstack.org/openstack/sahara-specs/
         .. _Release Notes: 
https://docs.openstack.org/releasenotes/python-saharaclient
@@ -62,5 +62,5 @@
 Classifier: Programming Language :: Python :: 2
 Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.5
 Classifier: Programming Language :: Python :: 3.6
+Classifier: Programming Language :: Python :: 3.7
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-saharaclient-2.2.1/python_saharaclient.egg-info/SOURCES.txt 
new/python-saharaclient-2.3.0/python_saharaclient.egg-info/SOURCES.txt
--- old/python-saharaclient-2.2.1/python_saharaclient.egg-info/SOURCES.txt      
2019-06-27 11:51:41.000000000 +0200
+++ new/python-saharaclient-2.3.0/python_saharaclient.egg-info/SOURCES.txt      
2019-09-13 17:05:42.000000000 +0200
@@ -76,6 +76,7 @@
 releasenotes/source/pike.rst
 releasenotes/source/queens.rst
 releasenotes/source/rocky.rst
+releasenotes/source/stein.rst
 releasenotes/source/unreleased.rst
 releasenotes/source/_static/.placeholder
 releasenotes/source/_templates/.placeholder
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-saharaclient-2.2.1/python_saharaclient.egg-info/pbr.json 
new/python-saharaclient-2.3.0/python_saharaclient.egg-info/pbr.json
--- old/python-saharaclient-2.2.1/python_saharaclient.egg-info/pbr.json 
2019-06-27 11:51:41.000000000 +0200
+++ new/python-saharaclient-2.3.0/python_saharaclient.egg-info/pbr.json 
2019-09-13 17:05:41.000000000 +0200
@@ -1 +1 @@
-{"git_version": "564380a", "is_release": true}
\ No newline at end of file
+{"git_version": "3107b45", "is_release": true}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-saharaclient-2.2.1/releasenotes/source/index.rst 
new/python-saharaclient-2.3.0/releasenotes/source/index.rst
--- old/python-saharaclient-2.2.1/releasenotes/source/index.rst 2019-06-27 
11:51:06.000000000 +0200
+++ new/python-saharaclient-2.3.0/releasenotes/source/index.rst 2019-09-13 
17:04:39.000000000 +0200
@@ -6,6 +6,7 @@
    :maxdepth: 1
 
    unreleased
+   stein
    rocky
    queens
    pike
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-saharaclient-2.2.1/releasenotes/source/stein.rst 
new/python-saharaclient-2.3.0/releasenotes/source/stein.rst
--- old/python-saharaclient-2.2.1/releasenotes/source/stein.rst 1970-01-01 
01:00:00.000000000 +0100
+++ new/python-saharaclient-2.3.0/releasenotes/source/stein.rst 2019-09-13 
17:04:39.000000000 +0200
@@ -0,0 +1,6 @@
+===================================
+ Stein Series Release Notes
+===================================
+
+.. release-notes::
+   :branch: stable/stein
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-saharaclient-2.2.1/setup.cfg 
new/python-saharaclient-2.3.0/setup.cfg
--- old/python-saharaclient-2.2.1/setup.cfg     2019-06-27 11:51:41.000000000 
+0200
+++ new/python-saharaclient-2.3.0/setup.cfg     2019-09-13 17:05:42.000000000 
+0200
@@ -17,8 +17,8 @@
        Programming Language :: Python :: 2
        Programming Language :: Python :: 2.7
        Programming Language :: Python :: 3
-       Programming Language :: Python :: 3.5
        Programming Language :: Python :: 3.6
+       Programming Language :: Python :: 3.7
 
 [global]
 setup-hooks = pbr.hooks.setup_hook
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-saharaclient-2.2.1/tox.ini 
new/python-saharaclient-2.3.0/tox.ini
--- old/python-saharaclient-2.2.1/tox.ini       2019-06-27 11:51:06.000000000 
+0200
+++ new/python-saharaclient-2.3.0/tox.ini       2019-09-13 17:04:39.000000000 
+0200
@@ -1,5 +1,5 @@
 [tox]
-envlist = py27,py35,py36,pypy,pep8,releasenotes
+envlist = py27,py37,pypy,pep8,releasenotes
 minversion = 2.0
 skipsdist = True
 
@@ -10,7 +10,7 @@
     VIRTUAL_ENV={envdir}
     DISCOVER_DIRECTORY=saharaclient/tests/unit
 deps =
-    
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/stein}
+    
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
     -r{toxinidir}/requirements.txt
     -r{toxinidir}/test-requirements.txt
 commands = find . -type f -name "*.pyc" -delete
@@ -27,8 +27,8 @@
 basepython = python2.7
 commands = oslo_debug_helper -t saharaclient/tests/unit {posargs}
 
-[testenv:debug-py35]
-basepython = python3.5
+[testenv:debug-py36]
+basepython = python3.6
 commands = oslo_debug_helper -t saharaclient/tests/unit {posargs}
 
 [testenv:cover]
@@ -56,7 +56,7 @@
 [testenv:doc8]
 basepython = python3
 deps =
-    
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/stein}
+    
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
     -r{toxinidir}/requirements.txt
     -r{toxinidir}/test-requirements.txt
     doc8
@@ -69,7 +69,7 @@
 [testenv:docs]
 basepython = python3
 deps =
-    
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/stein}
+    
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
     -r{toxinidir}/requirements.txt
     -r{toxinidir}/doc/requirements.txt
 commands =
@@ -79,7 +79,7 @@
 [testenv:releasenotes]
 basepython = python3
 deps =
-    
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/stein}
+    
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
     -r{toxinidir}/requirements.txt
     -r{toxinidir}/doc/requirements.txt
 commands =


Reply via email to