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 2022-05-25 20:34:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-saharaclient (Old)
 and      /work/SRC/openSUSE:Factory/.python-saharaclient.new.2254 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-saharaclient"

Wed May 25 20:34:33 2022 rev:17 rq:979073 version:3.5.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-saharaclient/python-saharaclient.changes  
2021-05-10 15:39:57.669421555 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-saharaclient.new.2254/python-saharaclient.changes
        2022-05-25 20:34:50.696251312 +0200
@@ -1,0 +2,12 @@
+Tue May 24 21:10:36 UTC 2022 - [email protected]
+
+- update to version 3.5.0
+  - Update master for stable/xena
+
+-------------------------------------------------------------------
+Tue Oct 26 22:05:08 UTC 2021 - [email protected]
+
+- update to version 3.4.0
+  - Update master for stable/wallaby
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ python-saharaclient.spec ++++++
--- /var/tmp/diff_new_pack.N0rXjX/_old  2022-05-25 20:34:51.176251982 +0200
+++ /var/tmp/diff_new_pack.N0rXjX/_new  2022-05-25 20:34:51.180251988 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-saharaclient
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,16 +17,15 @@
 
 
 Name:           python-saharaclient
-Version:        3.3.0
+Version:        3.5.0
 Release:        0
 Epoch:          0
 Summary:        Client library for OpenStack Sahara API
 License:        Apache-2.0
 Group:          Development/Languages/Python
 URL:            https://docs.openstack.org/python-saharaclient
-Source0:        
https://files.pythonhosted.org/packages/source/p/python-saharaclient/python-saharaclient-3.3.0.tar.gz
+Source0:        
https://files.pythonhosted.org/packages/source/p/python-saharaclient/python-saharaclient-3.5.0.tar.gz
 BuildRequires:  openstack-macros
-BuildRequires:  python3-mock
 BuildRequires:  python3-osc-lib >= 2.0.0
 BuildRequires:  python3-oslo.i18n >= 3.15.3
 BuildRequires:  python3-oslo.log >= 3.36.0
@@ -71,7 +70,7 @@
 Python client library for interacting with OpenStack Sahara API.
 
 %prep
-%autosetup -p1 -n python-saharaclient-3.3.0
+%autosetup -p1 -n python-saharaclient-3.5.0
 %py_req_cleanup
 
 %build
@@ -81,7 +80,7 @@
 %{py3_install}
 
 # Build HTML docs and man page
-PYTHONPATH=. PBR_VERSION=3.3.0 %sphinx_build -b html -d doc/build/doctrees 
doc/source doc/build/html
+PYTHONPATH=. PBR_VERSION=3.5.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.N0rXjX/_old  2022-05-25 20:34:51.244252077 +0200
+++ /var/tmp/diff_new_pack.N0rXjX/_new  2022-05-25 20:34:51.248252083 +0200
@@ -1,8 +1,8 @@
 <services>
   <service mode="disabled" name="renderspec">
-    <param 
name="input-template">https://opendev.org/openstack/rpm-packaging/raw/branch/stable/wallaby/openstack/python-saharaclient/python-saharaclient.spec.j2</param>
+    <param 
name="input-template">https://opendev.org/openstack/rpm-packaging/raw/master/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/wallaby/requirements.txt</param>
+    <param 
name="requirements">https://opendev.org/openstack/python-saharaclient/raw/branch/master/requirements.txt</param>
     <param name="changelog-email">[email protected]</param>
     <param name="changelog-provider">gh,openstack,python-saharaclient</param>
   </service>

++++++ python-saharaclient-3.3.0.tar.gz -> python-saharaclient-3.5.0.tar.gz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-saharaclient-3.3.0/ChangeLog 
new/python-saharaclient-3.5.0/ChangeLog
--- old/python-saharaclient-3.3.0/ChangeLog     2020-12-02 11:40:10.000000000 
+0100
+++ new/python-saharaclient-3.5.0/ChangeLog     2022-02-22 12:31:36.000000000 
+0100
@@ -1,6 +1,16 @@
 CHANGES
 =======
 
+3.5.0
+-----
+
+* Update master for stable/xena
+
+3.4.0
+-----
+
+* Update master for stable/wallaby
+
 3.3.0
 -----
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-saharaclient-3.3.0/PKG-INFO 
new/python-saharaclient-3.5.0/PKG-INFO
--- old/python-saharaclient-3.3.0/PKG-INFO      2020-12-02 11:40:11.066988200 
+0100
+++ new/python-saharaclient-3.5.0/PKG-INFO      2022-02-22 12:31:37.062163000 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: python-saharaclient
-Version: 3.3.0
+Version: 3.5.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.3.0/python_saharaclient.egg-info/PKG-INFO 
new/python-saharaclient-3.5.0/python_saharaclient.egg-info/PKG-INFO
--- old/python-saharaclient-3.3.0/python_saharaclient.egg-info/PKG-INFO 
2020-12-02 11:40:10.000000000 +0100
+++ new/python-saharaclient-3.5.0/python_saharaclient.egg-info/PKG-INFO 
2022-02-22 12:31:36.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: python-saharaclient
-Version: 3.3.0
+Version: 3.5.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.3.0/python_saharaclient.egg-info/SOURCES.txt 
new/python-saharaclient-3.5.0/python_saharaclient.egg-info/SOURCES.txt
--- old/python-saharaclient-3.3.0/python_saharaclient.egg-info/SOURCES.txt      
2020-12-02 11:40:11.000000000 +0100
+++ new/python-saharaclient-3.5.0/python_saharaclient.egg-info/SOURCES.txt      
2022-02-22 12:31:37.000000000 +0100
@@ -84,6 +84,8 @@
 releasenotes/source/unreleased.rst
 releasenotes/source/ussuri.rst
 releasenotes/source/victoria.rst
+releasenotes/source/wallaby.rst
+releasenotes/source/xena.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.3.0/python_saharaclient.egg-info/pbr.json 
new/python-saharaclient-3.5.0/python_saharaclient.egg-info/pbr.json
--- old/python-saharaclient-3.3.0/python_saharaclient.egg-info/pbr.json 
2020-12-02 11:40:10.000000000 +0100
+++ new/python-saharaclient-3.5.0/python_saharaclient.egg-info/pbr.json 
2022-02-22 12:31:36.000000000 +0100
@@ -1 +1 @@
-{"git_version": "401e663", "is_release": true}
\ No newline at end of file
+{"git_version": "2f01b87", "is_release": true}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-saharaclient-3.3.0/releasenotes/source/index.rst 
new/python-saharaclient-3.5.0/releasenotes/source/index.rst
--- old/python-saharaclient-3.3.0/releasenotes/source/index.rst 2020-12-02 
11:39:41.000000000 +0100
+++ new/python-saharaclient-3.5.0/releasenotes/source/index.rst 2022-02-22 
12:30:49.000000000 +0100
@@ -6,6 +6,8 @@
    :maxdepth: 1
 
    unreleased
+   xena
+   wallaby
    victoria
    ussuri
    train
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-saharaclient-3.3.0/releasenotes/source/wallaby.rst 
new/python-saharaclient-3.5.0/releasenotes/source/wallaby.rst
--- old/python-saharaclient-3.3.0/releasenotes/source/wallaby.rst       
1970-01-01 01:00:00.000000000 +0100
+++ new/python-saharaclient-3.5.0/releasenotes/source/wallaby.rst       
2022-02-22 12:30:49.000000000 +0100
@@ -0,0 +1,6 @@
+============================
+Wallaby Series Release Notes
+============================
+
+.. release-notes::
+   :branch: stable/wallaby
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-saharaclient-3.3.0/releasenotes/source/xena.rst 
new/python-saharaclient-3.5.0/releasenotes/source/xena.rst
--- old/python-saharaclient-3.3.0/releasenotes/source/xena.rst  1970-01-01 
01:00:00.000000000 +0100
+++ new/python-saharaclient-3.5.0/releasenotes/source/xena.rst  2022-02-22 
12:30:49.000000000 +0100
@@ -0,0 +1,6 @@
+=========================
+Xena Series Release Notes
+=========================
+
+.. release-notes::
+   :branch: stable/xena

Reply via email to