Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-octaviaclient for 
openSUSE:Factory checked in at 2022-05-25 20:34:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-octaviaclient (Old)
 and      /work/SRC/openSUSE:Factory/.python-octaviaclient.new.2254 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-octaviaclient"

Wed May 25 20:34:26 2022 rev:9 rq:979067 version:2.5.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-octaviaclient/python-octaviaclient.changes    
    2021-12-12 00:57:34.806583165 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-octaviaclient.new.2254/python-octaviaclient.changes
      2022-05-25 20:34:42.672240115 +0200
@@ -1,0 +2,10 @@
+Tue May 24 21:03:02 UTC 2022 - [email protected]
+
+- update to version 2.5.0
+  - Use py3 as the default runtime for tox
+  - Ignore new pylint checker
+  - Update master for stable/xena
+  - Add Python3 yoga unit tests
+  - Add support for PROMETHEUS listeners.
+
+-------------------------------------------------------------------

Old:
----
  python-octaviaclient-2.4.0.tar.gz

New:
----
  python-octaviaclient-2.5.0.tar.gz

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

Other differences:
------------------
++++++ python-octaviaclient.spec ++++++
--- /var/tmp/diff_new_pack.F8AOB4/_old  2022-05-25 20:34:43.408241142 +0200
+++ /var/tmp/diff_new_pack.F8AOB4/_new  2022-05-25 20:34:43.412241148 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-octaviaclient
 #
-# 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,15 +17,14 @@
 
 
 Name:           python-octaviaclient
-Version:        2.4.0
+Version:        2.5.0
 Release:        0
 Summary:        Octavia Plugin for the OpenStack Command-line Client
 License:        Apache-2.0
 Group:          Development/Languages/Python
 URL:            https://docs.openstack.org/python-octaviaclient
-Source0:        
https://files.pythonhosted.org/packages/source/p/python-octaviaclient/python-octaviaclient-2.4.0.tar.gz
+Source0:        
https://files.pythonhosted.org/packages/source/p/python-octaviaclient/python-octaviaclient-2.5.0.tar.gz
 BuildRequires:  openstack-macros
-BuildRequires:  python3-mock
 BuildRequires:  python3-openstackclient >= 3.12.0
 BuildRequires:  python3-oslotest
 BuildRequires:  python3-requests-mock
@@ -49,7 +48,6 @@
 Requires:       python3-oslo.serialization >= 2.18.0
 Requires:       python3-oslo.utils >= 3.33.0
 Requires:       python3-requests >= 2.14.2
-Requires:       python3-six
 
 %description -n python3-octaviaclient
 The Python Octavia Client (python-octaviaclient) is a command-line client for
@@ -71,13 +69,13 @@
 This package contains auto-generated documentation.
 
 %prep
-%autosetup -p1 -n python-octaviaclient-2.4.0
+%autosetup -p1 -n python-octaviaclient-2.5.0
 %py_req_cleanup
 
 %build
 %{py3_build}
 
-PBR_VERSION=2.4.0 %sphinx_build -b html doc/source doc/build/html
+PBR_VERSION=2.5.0 %sphinx_build -b html doc/source doc/build/html
 # remove the sphinx-build leftovers
 rm -rf doc/build/html/.{doctrees,buildinfo}
 

++++++ python-octaviaclient-2.4.0.tar.gz -> python-octaviaclient-2.5.0.tar.gz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-octaviaclient-2.4.0/.pylintrc 
new/python-octaviaclient-2.5.0/.pylintrc
--- old/python-octaviaclient-2.4.0/.pylintrc    2021-07-15 12:26:46.000000000 
+0200
+++ new/python-octaviaclient-2.5.0/.pylintrc    2022-02-22 12:45:28.000000000 
+0100
@@ -39,6 +39,7 @@
  invalid-name,
  line-too-long,
  missing-docstring,
+ consider-using-f-string,
 # "R" Refactor recommendations
  duplicate-code,
  interface-not-implemented,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-octaviaclient-2.4.0/ChangeLog 
new/python-octaviaclient-2.5.0/ChangeLog
--- old/python-octaviaclient-2.4.0/ChangeLog    2021-07-15 12:27:16.000000000 
+0200
+++ new/python-octaviaclient-2.5.0/ChangeLog    2022-02-22 12:46:00.000000000 
+0100
@@ -1,6 +1,14 @@
 CHANGES
 =======
 
+2.5.0
+-----
+
+* Add support for PROMETHEUS listeners
+* Ignore new pylint checker
+* Add Python3 yoga unit tests
+* Update master for stable/xena
+
 2.4.0
 -----
 
@@ -8,6 +16,7 @@
 * Improve the client performance on large clouds
 * Support pagination for 'list' API calls
 * setup.cfg: Replace dashes with underscores
+* Use py3 as the default runtime for tox
 * Add Python3 xena unit tests
 * Update master for stable/wallaby
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-octaviaclient-2.4.0/PKG-INFO 
new/python-octaviaclient-2.5.0/PKG-INFO
--- old/python-octaviaclient-2.4.0/PKG-INFO     2021-07-15 12:27:17.029564100 
+0200
+++ new/python-octaviaclient-2.5.0/PKG-INFO     2022-02-22 12:46:00.324814600 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: python-octaviaclient
-Version: 2.4.0
+Version: 2.5.0
 Summary: Octavia client for OpenStack Load Balancing
 Home-page: https://docs.openstack.org/python-octaviaclient/latest/
 Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-octaviaclient-2.4.0/octaviaclient/osc/v2/listener.py 
new/python-octaviaclient-2.5.0/octaviaclient/osc/v2/listener.py
--- old/python-octaviaclient-2.4.0/octaviaclient/osc/v2/listener.py     
2021-07-15 12:26:46.000000000 +0200
+++ new/python-octaviaclient-2.5.0/octaviaclient/osc/v2/listener.py     
2022-02-22 12:45:28.000000000 +0100
@@ -26,7 +26,8 @@
 from octaviaclient.osc.v2 import utils as v2_utils
 from octaviaclient.osc.v2 import validate
 
-PROTOCOL_CHOICES = ['TCP', 'HTTP', 'HTTPS', 'TERMINATED_HTTPS', 'UDP', 'SCTP']
+PROTOCOL_CHOICES = ['TCP', 'HTTP', 'HTTPS', 'TERMINATED_HTTPS', 'UDP', 'SCTP',
+                    'PROMETHEUS']
 CLIENT_AUTH_CHOICES = ['NONE', 'OPTIONAL', 'MANDATORY']
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-octaviaclient-2.4.0/python_octaviaclient.egg-info/PKG-INFO 
new/python-octaviaclient-2.5.0/python_octaviaclient.egg-info/PKG-INFO
--- old/python-octaviaclient-2.4.0/python_octaviaclient.egg-info/PKG-INFO       
2021-07-15 12:27:16.000000000 +0200
+++ new/python-octaviaclient-2.5.0/python_octaviaclient.egg-info/PKG-INFO       
2022-02-22 12:46:00.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: python-octaviaclient
-Version: 2.4.0
+Version: 2.5.0
 Summary: Octavia client for OpenStack Load Balancing
 Home-page: https://docs.openstack.org/python-octaviaclient/latest/
 Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-octaviaclient-2.4.0/python_octaviaclient.egg-info/SOURCES.txt 
new/python-octaviaclient-2.5.0/python_octaviaclient.egg-info/SOURCES.txt
--- old/python-octaviaclient-2.4.0/python_octaviaclient.egg-info/SOURCES.txt    
2021-07-15 12:27:17.000000000 +0200
+++ new/python-octaviaclient-2.5.0/python_octaviaclient.egg-info/SOURCES.txt    
2022-02-22 12:46:00.000000000 +0100
@@ -91,6 +91,7 @@
 python_octaviaclient.egg-info/requires.txt
 python_octaviaclient.egg-info/top_level.txt
 releasenotes/notes/.placeholder
+releasenotes/notes/Add-PROMETHEUS-listener-protocol-23f5054f524d9332.yaml
 releasenotes/notes/Add-proxyv2-7a540796c60241c3.yaml
 releasenotes/notes/Add-support-for-UDP-5476caa65b1253a6.yaml
 releasenotes/notes/Add-unset-commands-15490df414a70df0.yaml
@@ -145,6 +146,7 @@
 releasenotes/source/ussuri.rst
 releasenotes/source/victoria.rst
 releasenotes/source/wallaby.rst
+releasenotes/source/xena.rst
 releasenotes/source/_static/.placeholder
 releasenotes/source/_templates/.placeholder
 tools/coding-checks.sh
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-octaviaclient-2.4.0/python_octaviaclient.egg-info/pbr.json 
new/python-octaviaclient-2.5.0/python_octaviaclient.egg-info/pbr.json
--- old/python-octaviaclient-2.4.0/python_octaviaclient.egg-info/pbr.json       
2021-07-15 12:27:16.000000000 +0200
+++ new/python-octaviaclient-2.5.0/python_octaviaclient.egg-info/pbr.json       
2022-02-22 12:46:00.000000000 +0100
@@ -1 +1 @@
-{"git_version": "6ef3eed", "is_release": true}
\ No newline at end of file
+{"git_version": "d65be0e", "is_release": true}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-octaviaclient-2.4.0/releasenotes/notes/Add-PROMETHEUS-listener-protocol-23f5054f524d9332.yaml
 
new/python-octaviaclient-2.5.0/releasenotes/notes/Add-PROMETHEUS-listener-protocol-23f5054f524d9332.yaml
--- 
old/python-octaviaclient-2.4.0/releasenotes/notes/Add-PROMETHEUS-listener-protocol-23f5054f524d9332.yaml
    1970-01-01 01:00:00.000000000 +0100
+++ 
new/python-octaviaclient-2.5.0/releasenotes/notes/Add-PROMETHEUS-listener-protocol-23f5054f524d9332.yaml
    2022-02-22 12:45:28.000000000 +0100
@@ -0,0 +1,4 @@
+---
+features:
+  - |
+    Added support for the PROMETHEUS listener protocol.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-octaviaclient-2.4.0/releasenotes/source/index.rst 
new/python-octaviaclient-2.5.0/releasenotes/source/index.rst
--- old/python-octaviaclient-2.4.0/releasenotes/source/index.rst        
2021-07-15 12:26:46.000000000 +0200
+++ new/python-octaviaclient-2.5.0/releasenotes/source/index.rst        
2022-02-22 12:45:28.000000000 +0100
@@ -6,6 +6,7 @@
    :maxdepth: 1
 
    unreleased
+   xena
    wallaby
    victoria
    ussuri
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-octaviaclient-2.4.0/releasenotes/source/xena.rst 
new/python-octaviaclient-2.5.0/releasenotes/source/xena.rst
--- old/python-octaviaclient-2.4.0/releasenotes/source/xena.rst 1970-01-01 
01:00:00.000000000 +0100
+++ new/python-octaviaclient-2.5.0/releasenotes/source/xena.rst 2022-02-22 
12:45:28.000000000 +0100
@@ -0,0 +1,6 @@
+=========================
+Xena Series Release Notes
+=========================
+
+.. release-notes::
+   :branch: stable/xena
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-octaviaclient-2.4.0/tox.ini 
new/python-octaviaclient-2.5.0/tox.ini
--- old/python-octaviaclient-2.4.0/tox.ini      2021-07-15 12:26:46.000000000 
+0200
+++ new/python-octaviaclient-2.5.0/tox.ini      2022-02-22 12:45:28.000000000 
+0100
@@ -1,6 +1,6 @@
 [tox]
 minversion = 2.5.0
-envlist = py37,pep8
+envlist = py3,pep8
 skipsdist = True
 ignore_basepython_conflict = True
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-octaviaclient-2.4.0/zuul.d/projects.yaml 
new/python-octaviaclient-2.5.0/zuul.d/projects.yaml
--- old/python-octaviaclient-2.4.0/zuul.d/projects.yaml 2021-07-15 
12:26:46.000000000 +0200
+++ new/python-octaviaclient-2.5.0/zuul.d/projects.yaml 2022-02-22 
12:45:28.000000000 +0100
@@ -3,7 +3,7 @@
       - check-requirements
       - openstack-cover-jobs
       - openstack-lower-constraints-jobs
-      - openstack-python3-xena-jobs
+      - openstack-python3-yoga-jobs
       - openstackclient-plugin-jobs
       - publish-openstack-docs-pti
       - release-notes-jobs-python3

Reply via email to