Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-monascaclient for
openSUSE:Factory checked in at 2022-05-25 20:34:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-monascaclient (Old)
and /work/SRC/openSUSE:Factory/.python-monascaclient.new.2254 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-monascaclient"
Wed May 25 20:34:22 2022 rev:15 rq:979063 version:2.5.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-monascaclient/python-monascaclient.changes
2021-05-10 15:39:41.529487605 +0200
+++
/work/SRC/openSUSE:Factory/.python-monascaclient.new.2254/python-monascaclient.changes
2022-05-25 20:34:37.676233144 +0200
@@ -1,0 +2,16 @@
+Tue May 24 20:54:47 UTC 2022 - [email protected]
+
+- update to version 2.5.0
+ - Add Python3 yoga unit tests
+ - Update master for stable/xena
+
+-------------------------------------------------------------------
+Mon Dec 6 09:31:36 UTC 2021 - [email protected]
+
+- update to version 2.4.0
+ - Fix Docker build
+ - Add Python3 xena unit tests
+ - Update master for stable/wallaby
+ - Fix zuul publish docker image job
+
+-------------------------------------------------------------------
Old:
----
python-monascaclient-2.3.0.tar.gz
New:
----
python-monascaclient-2.5.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-monascaclient.spec ++++++
--- /var/tmp/diff_new_pack.CdZgta/_old 2022-05-25 20:34:38.528234332 +0200
+++ /var/tmp/diff_new_pack.CdZgta/_new 2022-05-25 20:34:38.532234338 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-monascaclient
#
-# 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,18 +17,17 @@
Name: python-monascaclient
-Version: 2.3.0
+Version: 2.5.0
Release: 0
Summary: Python API and CLI for OpenStack Monasca
License: Apache-2.0
Group: Development/Languages/Python
URL: https://docs.openstack.org/python-monascaclient
-Source0:
https://files.pythonhosted.org/packages/source/p/python-monascaclient/python-monascaclient-2.3.0.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/p/python-monascaclient/python-monascaclient-2.5.0.tar.gz
BuildRequires: openstack-macros
BuildRequires: python3-PrettyTable >= 0.7.2
BuildRequires: python3-PyYAML >= 3.12
BuildRequires: python3-fixtures
-BuildRequires: python3-mock
BuildRequires: python3-openstackdocstheme
BuildRequires: python3-osc-lib >= 1.8.0
BuildRequires: python3-oslo.concurrency
@@ -70,7 +69,7 @@
The Monasca Client was written using the OpenStack Heat Python client as a
framework.
%prep
-%autosetup -p1 -n python-monascaclient-2.3.0
+%autosetup -p1 -n python-monascaclient-2.5.0
%py_req_cleanup
%build
++++++ _service ++++++
--- /var/tmp/diff_new_pack.CdZgta/_old 2022-05-25 20:34:38.568234388 +0200
+++ /var/tmp/diff_new_pack.CdZgta/_new 2022-05-25 20:34:38.572234394 +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-monascaclient/python-monascaclient.spec.j2</param>
+ <param
name="input-template">https://opendev.org/openstack/rpm-packaging/raw/master/openstack/python-monascaclient/python-monascaclient.spec.j2</param>
<param name="output-name">python-monascaclient.spec</param>
- <param
name="requirements">https://opendev.org/openstack/python-monascaclient/raw/branch/stable/wallaby/requirements.txt</param>
+ <param
name="requirements">https://opendev.org/openstack/python-monascaclient/raw/master/requirements.txt</param>
<param name="changelog-email">[email protected]</param>
<param name="changelog-provider">gh,openstack,python-monascaclient</param>
</service>
++++++ python-monascaclient-2.3.0.tar.gz -> python-monascaclient-2.5.0.tar.gz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/python-monascaclient-2.3.0/.zuul.yaml
new/python-monascaclient-2.5.0/.zuul.yaml
--- old/python-monascaclient-2.3.0/.zuul.yaml 2021-03-11 12:10:11.000000000
+0100
+++ new/python-monascaclient-2.5.0/.zuul.yaml 2022-02-22 12:25:52.000000000
+0100
@@ -2,7 +2,7 @@
templates:
- openstack-cover-jobs
- openstack-lower-constraints-jobs
- - openstack-python3-wallaby-jobs
+ - openstack-python3-yoga-jobs
- publish-openstack-docs-pti
- check-requirements
- release-notes-jobs-python3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/python-monascaclient-2.3.0/ChangeLog
new/python-monascaclient-2.5.0/ChangeLog
--- old/python-monascaclient-2.3.0/ChangeLog 2021-03-11 12:10:48.000000000
+0100
+++ new/python-monascaclient-2.5.0/ChangeLog 2022-02-22 12:26:31.000000000
+0100
@@ -1,6 +1,20 @@
CHANGES
=======
+2.5.0
+-----
+
+* Add Python3 yoga unit tests
+* Update master for stable/xena
+
+2.4.0
+-----
+
+* Fix Docker build
+* Fix zuul publish docker image job
+* Add Python3 xena unit tests
+* Update master for stable/wallaby
+
2.3.0
-----
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/python-monascaclient-2.3.0/PKG-INFO
new/python-monascaclient-2.5.0/PKG-INFO
--- old/python-monascaclient-2.3.0/PKG-INFO 2021-03-11 12:10:48.810579500
+0100
+++ new/python-monascaclient-2.5.0/PKG-INFO 2022-02-22 12:26:31.550751700
+0100
@@ -1,6 +1,6 @@
Metadata-Version: 1.2
Name: python-monascaclient
-Version: 2.3.0
+Version: 2.5.0
Summary: Monasca API Client Library
Home-page: https://docs.openstack.org/python-monascaclient/latest/
Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/python-monascaclient-2.3.0/docker/build_image.sh
new/python-monascaclient-2.5.0/docker/build_image.sh
--- old/python-monascaclient-2.3.0/docker/build_image.sh 2021-03-11
12:10:11.000000000 +0100
+++ new/python-monascaclient-2.5.0/docker/build_image.sh 2022-02-22
12:25:52.000000000 +0100
@@ -45,7 +45,7 @@
# $ ./build_image.sh master master refs/changes/19/595719/3
# Go to folder with Docker files.
-REAL_PATH=$(python -c "import os,sys; print(os.path.realpath('$0'))")
+REAL_PATH=$(python3 -c "import os,sys; print(os.path.realpath('$0'))")
cd "$(dirname "$REAL_PATH")/../docker/"
[ -z "$DOCKER_IMAGE" ] && \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/python-monascaclient-2.3.0/playbooks/docker-publish.yml
new/python-monascaclient-2.5.0/playbooks/docker-publish.yml
--- old/python-monascaclient-2.3.0/playbooks/docker-publish.yml 2021-03-11
12:10:11.000000000 +0100
+++ new/python-monascaclient-2.5.0/playbooks/docker-publish.yml 2022-02-22
12:25:52.000000000 +0100
@@ -9,4 +9,4 @@
shell: "docker images --format '{% raw %}{{ .Repository }}:{{ .Tag }}{%
endraw %}' | grep monasca"
- name: Push to Docker Hub all tags
- shell: "docker push monasca/client:{{ zuul.tag if zuul.pipeline ==
'release' else zuul.branch }}"
+ shell: "docker push monasca/client:{{ zuul.tag if zuul.pipeline ==
'release' else 'master'}}"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/python-monascaclient-2.3.0/python_monascaclient.egg-info/PKG-INFO
new/python-monascaclient-2.5.0/python_monascaclient.egg-info/PKG-INFO
--- old/python-monascaclient-2.3.0/python_monascaclient.egg-info/PKG-INFO
2021-03-11 12:10:48.000000000 +0100
+++ new/python-monascaclient-2.5.0/python_monascaclient.egg-info/PKG-INFO
2022-02-22 12:26:31.000000000 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 1.2
Name: python-monascaclient
-Version: 2.3.0
+Version: 2.5.0
Summary: Monasca API Client Library
Home-page: https://docs.openstack.org/python-monascaclient/latest/
Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/python-monascaclient-2.3.0/python_monascaclient.egg-info/SOURCES.txt
new/python-monascaclient-2.5.0/python_monascaclient.egg-info/SOURCES.txt
--- old/python-monascaclient-2.3.0/python_monascaclient.egg-info/SOURCES.txt
2021-03-11 12:10:48.000000000 +0100
+++ new/python-monascaclient-2.5.0/python_monascaclient.egg-info/SOURCES.txt
2022-02-22 12:26:31.000000000 +0100
@@ -74,4 +74,6 @@
releasenotes/source/train.rst
releasenotes/source/unreleased.rst
releasenotes/source/ussuri.rst
-releasenotes/source/victoria.rst
\ No newline at end of file
+releasenotes/source/victoria.rst
+releasenotes/source/wallaby.rst
+releasenotes/source/xena.rst
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/python-monascaclient-2.3.0/python_monascaclient.egg-info/pbr.json
new/python-monascaclient-2.5.0/python_monascaclient.egg-info/pbr.json
--- old/python-monascaclient-2.3.0/python_monascaclient.egg-info/pbr.json
2021-03-11 12:10:48.000000000 +0100
+++ new/python-monascaclient-2.5.0/python_monascaclient.egg-info/pbr.json
2022-02-22 12:26:31.000000000 +0100
@@ -1 +1 @@
-{"git_version": "75e44a1", "is_release": true}
\ No newline at end of file
+{"git_version": "7c9a22b", "is_release": true}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/python-monascaclient-2.3.0/releasenotes/source/index.rst
new/python-monascaclient-2.5.0/releasenotes/source/index.rst
--- old/python-monascaclient-2.3.0/releasenotes/source/index.rst
2021-03-11 12:10:11.000000000 +0100
+++ new/python-monascaclient-2.5.0/releasenotes/source/index.rst
2022-02-22 12:25:52.000000000 +0100
@@ -8,6 +8,8 @@
:maxdepth: 1
unreleased
+ xena
+ wallaby
victoria
ussuri
train
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/python-monascaclient-2.3.0/releasenotes/source/wallaby.rst
new/python-monascaclient-2.5.0/releasenotes/source/wallaby.rst
--- old/python-monascaclient-2.3.0/releasenotes/source/wallaby.rst
1970-01-01 01:00:00.000000000 +0100
+++ new/python-monascaclient-2.5.0/releasenotes/source/wallaby.rst
2022-02-22 12:25:52.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-monascaclient-2.3.0/releasenotes/source/xena.rst
new/python-monascaclient-2.5.0/releasenotes/source/xena.rst
--- old/python-monascaclient-2.3.0/releasenotes/source/xena.rst 1970-01-01
01:00:00.000000000 +0100
+++ new/python-monascaclient-2.5.0/releasenotes/source/xena.rst 2022-02-22
12:25:52.000000000 +0100
@@ -0,0 +1,6 @@
+=========================
+Xena Series Release Notes
+=========================
+
+.. release-notes::
+ :branch: stable/xena