Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-saharaclient for 
openSUSE:Factory checked in at 2021-05-10 15:37:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-saharaclient (Old)
 and      /work/SRC/openSUSE:Factory/.python-saharaclient.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-saharaclient"

Mon May 10 15:37:45 2021 rev:16 rq:890004 version:3.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-saharaclient/python-saharaclient.changes  
2020-10-26 16:18:39.871048594 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-saharaclient.new.2988/python-saharaclient.changes
        2021-05-10 15:39:57.669421555 +0200
@@ -1,0 +2,8 @@
+Sun May  2 17:16:18 UTC 2021 - [email protected]
+
+- update to version 3.3.0
+  - Add Python3 wallaby unit tests
+  - Remove install unnecessary packages
+  - Update master for stable/victoria
+
+-------------------------------------------------------------------

Old:
----
  python-saharaclient-3.2.1.tar.gz

New:
----
  python-saharaclient-3.3.0.tar.gz

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

Other differences:
------------------
++++++ python-saharaclient.spec ++++++
--- /var/tmp/diff_new_pack.vq4mL4/_old  2021-05-10 15:39:58.185419442 +0200
+++ /var/tmp/diff_new_pack.vq4mL4/_new  2021-05-10 15:39:58.189419426 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-saharaclient
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,14 @@
 
 
 Name:           python-saharaclient
-Version:        3.2.1
+Version:        3.3.0
 Release:        0
+Epoch:          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.2.1.tar.gz
+URL:            https://docs.openstack.org/python-saharaclient
+Source0:        
https://files.pythonhosted.org/packages/source/p/python-saharaclient/python-saharaclient-3.3.0.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python3-mock
 BuildRequires:  python3-osc-lib >= 2.0.0
@@ -44,7 +45,6 @@
 
 %package -n python3-saharaclient
 Summary:        Client library for OpenStack Sahara API
-Group:          Development/Languages/Python
 Requires:       python3-Babel
 Requires:       python3-keystoneauth1 >= 3.4.0
 Requires:       python3-openstackclient >= 5.2.0
@@ -71,7 +71,7 @@
 Python client library for interacting with OpenStack Sahara API.
 
 %prep
-%autosetup -p1 -n python-saharaclient-3.2.1
+%autosetup -p1 -n python-saharaclient-3.3.0
 %py_req_cleanup
 
 %build
@@ -81,7 +81,7 @@
 %{py3_install}
 
 # Build HTML docs and man page
-PYTHONPATH=. PBR_VERSION=3.2.1 %sphinx_build -b html -d doc/build/doctrees 
doc/source doc/build/html
+PYTHONPATH=. PBR_VERSION=3.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}
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.vq4mL4/_old  2021-05-10 15:39:58.233419246 +0200
+++ /var/tmp/diff_new_pack.vq4mL4/_new  2021-05-10 15:39:58.237419230 +0200
@@ -1,8 +1,8 @@
 <services>
   <service mode="disabled" name="renderspec">
-    <param 
name="input-template">https://opendev.org/openstack/rpm-packaging/raw/branch/stable/victoria/openstack/python-saharaclient/python-saharaclient.spec.j2</param>
+    <param 
name="input-template">https://opendev.org/openstack/rpm-packaging/raw/branch/stable/wallaby/openstack/python-saharaclient/python-saharaclient.spec.j2</param>
     <param name="output-name">python-saharaclient.spec</param>
-    <param 
name="requirements">https://opendev.org/openstack/python-saharaclient/raw/branch/stable/victoria/requirements.txt</param>
+    <param 
name="requirements">https://opendev.org/openstack/python-saharaclient/raw/branch/stable/wallaby/requirements.txt</param>
     <param name="changelog-email">[email protected]</param>
     <param name="changelog-provider">gh,openstack,python-saharaclient</param>
   </service>

++++++ python-saharaclient-3.2.1.tar.gz -> python-saharaclient-3.3.0.tar.gz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-saharaclient-3.2.1/.zuul.yaml 
new/python-saharaclient-3.3.0/.zuul.yaml
--- old/python-saharaclient-3.2.1/.zuul.yaml    2020-09-14 15:57:06.000000000 
+0200
+++ new/python-saharaclient-3.3.0/.zuul.yaml    2020-12-02 11:39:41.000000000 
+0100
@@ -2,7 +2,7 @@
     templates:
       - openstack-cover-jobs
       - openstack-lower-constraints-jobs
-      - openstack-python3-victoria-jobs
+      - openstack-python3-wallaby-jobs
       - publish-openstack-docs-pti
       - check-requirements
       - release-notes-jobs-python3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-saharaclient-3.2.1/AUTHORS 
new/python-saharaclient-3.3.0/AUTHORS
--- old/python-saharaclient-3.2.1/AUTHORS       2020-09-14 15:58:21.000000000 
+0200
+++ new/python-saharaclient-3.3.0/AUTHORS       2020-12-02 11:40:10.000000000 
+0100
@@ -93,6 +93,7 @@
 venkatamahesh <[email protected]>
 wu.chunyang <[email protected]>
 wu.chunyang <[email protected]>
+wu.shiming <[email protected]>
 yankee <[email protected]>
 yuhara.motoki <[email protected]>
 zemuvier <[email protected]>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-saharaclient-3.2.1/ChangeLog 
new/python-saharaclient-3.3.0/ChangeLog
--- old/python-saharaclient-3.2.1/ChangeLog     2020-09-14 15:58:21.000000000 
+0200
+++ new/python-saharaclient-3.3.0/ChangeLog     2020-12-02 11:40:10.000000000 
+0100
@@ -1,6 +1,13 @@
 CHANGES
 =======
 
+3.3.0
+-----
+
+* Remove install unnecessary packages
+* Add Python3 wallaby unit tests
+* Update master for stable/victoria
+
 3.2.1
 -----
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-saharaclient-3.2.1/PKG-INFO 
new/python-saharaclient-3.3.0/PKG-INFO
--- old/python-saharaclient-3.2.1/PKG-INFO      2020-09-14 15:58:21.000000000 
+0200
+++ new/python-saharaclient-3.3.0/PKG-INFO      2020-12-02 11:40:11.066988200 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: python-saharaclient
-Version: 3.2.1
+Version: 3.3.0
 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-3.2.1/python_saharaclient.egg-info/PKG-INFO 
new/python-saharaclient-3.3.0/python_saharaclient.egg-info/PKG-INFO
--- old/python-saharaclient-3.2.1/python_saharaclient.egg-info/PKG-INFO 
2020-09-14 15:58:21.000000000 +0200
+++ new/python-saharaclient-3.3.0/python_saharaclient.egg-info/PKG-INFO 
2020-12-02 11:40:10.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: python-saharaclient
-Version: 3.2.1
+Version: 3.3.0
 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-3.2.1/python_saharaclient.egg-info/SOURCES.txt 
new/python-saharaclient-3.3.0/python_saharaclient.egg-info/SOURCES.txt
--- old/python-saharaclient-3.2.1/python_saharaclient.egg-info/SOURCES.txt      
2020-09-14 15:58:21.000000000 +0200
+++ new/python-saharaclient-3.3.0/python_saharaclient.egg-info/SOURCES.txt      
2020-12-02 11:40:11.000000000 +0100
@@ -83,6 +83,7 @@
 releasenotes/source/train.rst
 releasenotes/source/unreleased.rst
 releasenotes/source/ussuri.rst
+releasenotes/source/victoria.rst
 releasenotes/source/_static/.placeholder
 releasenotes/source/_templates/.placeholder
 saharaclient/__init__.py
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-saharaclient-3.2.1/python_saharaclient.egg-info/pbr.json 
new/python-saharaclient-3.3.0/python_saharaclient.egg-info/pbr.json
--- old/python-saharaclient-3.2.1/python_saharaclient.egg-info/pbr.json 
2020-09-14 15:58:21.000000000 +0200
+++ new/python-saharaclient-3.3.0/python_saharaclient.egg-info/pbr.json 
2020-12-02 11:40:10.000000000 +0100
@@ -1 +1 @@
-{"git_version": "a9fee07", "is_release": true}
\ No newline at end of file
+{"git_version": "401e663", "is_release": true}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-saharaclient-3.2.1/releasenotes/source/index.rst 
new/python-saharaclient-3.3.0/releasenotes/source/index.rst
--- old/python-saharaclient-3.2.1/releasenotes/source/index.rst 2020-09-14 
15:57:06.000000000 +0200
+++ new/python-saharaclient-3.3.0/releasenotes/source/index.rst 2020-12-02 
11:39:41.000000000 +0100
@@ -6,6 +6,7 @@
    :maxdepth: 1
 
    unreleased
+   victoria
    ussuri
    train
    stein
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-saharaclient-3.2.1/releasenotes/source/victoria.rst 
new/python-saharaclient-3.3.0/releasenotes/source/victoria.rst
--- old/python-saharaclient-3.2.1/releasenotes/source/victoria.rst      
1970-01-01 01:00:00.000000000 +0100
+++ new/python-saharaclient-3.3.0/releasenotes/source/victoria.rst      
2020-12-02 11:39:41.000000000 +0100
@@ -0,0 +1,6 @@
+=============================
+Victoria Series Release Notes
+=============================
+
+.. release-notes::
+   :branch: stable/victoria
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-saharaclient-3.2.1/tox.ini 
new/python-saharaclient-3.3.0/tox.ini
--- old/python-saharaclient-3.2.1/tox.ini       2020-09-14 15:57:06.000000000 
+0200
+++ new/python-saharaclient-3.3.0/tox.ini       2020-12-02 11:39:41.000000000 
+0100
@@ -62,7 +62,6 @@
 [testenv:docs]
 deps =
     
-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 =
   rm -rf doc/build
@@ -71,7 +70,6 @@
 [testenv:releasenotes]
 deps =
     
-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 =
   rm -rf releasenotes/build

Reply via email to