Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-masakariclient for 
openSUSE:Factory checked in at 2022-08-11 18:31:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-masakariclient (Old)
 and      /work/SRC/openSUSE:Factory/.python-masakariclient.new.1521 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-masakariclient"

Thu Aug 11 18:31:47 2022 rev:11 rq:994199 version:7.1.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-masakariclient/python-masakariclient.changes  
    2021-05-10 15:39:40.177493139 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-masakariclient.new.1521/python-masakariclient.changes
    2022-08-11 18:31:54.830204891 +0200
@@ -1,0 +2,14 @@
+Mon Dec  6 09:31:56 UTC 2021 - cloud-de...@suse.de
+
+- update to version 7.1.0
+  - Add Python3 xena unit tests
+  - Fix url to docs
+  - [CI] Run bandit
+  - Fix home_page in setup.cfg
+  - Update master for stable/wallaby
+  - Use py3 as the default runtime for tox
+  - setup.cfg: Replace dashes with underscores
+  - [community goal] Update contributor documentation
+  - Replace deprecated UPPER_CONSTRAINTS_FILE variable
+
+-------------------------------------------------------------------

Old:
----
  python-masakariclient-7.0.0.tar.gz

New:
----
  python-masakariclient-7.1.0.tar.gz

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

Other differences:
------------------
++++++ python-masakariclient.spec ++++++
--- /var/tmp/diff_new_pack.eWIEIa/_old  2022-08-11 18:31:55.322206044 +0200
+++ /var/tmp/diff_new_pack.eWIEIa/_new  2022-08-11 18:31:55.326206053 +0200
@@ -18,14 +18,14 @@
 
 %global oldpython python
 Name:           python-masakariclient
-Version:        7.0.0
+Version:        7.1.0
 Release:        0
 Epoch:          0
 Summary:        Python API and CLI for OpenStack Masakari
 License:        Apache-2.0
 Group:          Development/Languages/Python
 URL:            https://docs.openstack.org/python-masakariclient
-Source0:        
https://files.pythonhosted.org/packages/source/p/python-masakariclient/python-masakariclient-7.0.0.tar.gz
+Source0:        
https://files.pythonhosted.org/packages/source/p/python-masakariclient/python-masakariclient-7.1.0.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python3-PrettyTable
 BuildRequires:  python3-ddt
@@ -82,8 +82,8 @@
 %{py3_build}
 
 # Build HTML docs and man page
-PBR_VERSION=7.0.0 %sphinx_build -b html doc/source doc/build/html
-PBR_VERSION=7.0.0 %sphinx_build -b man doc/source doc/build/man
+PBR_VERSION=7.1.0 %sphinx_build -b html doc/source doc/build/html
+PBR_VERSION=7.1.0 %sphinx_build -b man doc/source doc/build/man
 rm -r doc/build/html/.{doctrees,buildinfo}
 
 %install

++++++ _service ++++++
--- /var/tmp/diff_new_pack.eWIEIa/_old  2022-08-11 18:31:55.358206127 +0200
+++ /var/tmp/diff_new_pack.eWIEIa/_new  2022-08-11 18:31:55.362206137 +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-masakariclient/python-masakariclient.spec.j2</param>
+    <param 
name="input-template">https://opendev.org/openstack/rpm-packaging/raw/master/openstack/python-masakariclient/python-masakariclient.spec.j2</param>
     <param name="output-name">python-masakariclient.spec</param>
-    <param 
name="requirements">https://opendev.org/openstack/python-masakariclient/raw/branch/stable/wallaby/requirements.txt</param>
+    <param 
name="requirements">https://opendev.org/openstack/python-masakariclient/raw/master/requirements.txt</param>
     <param name="changelog-email">cloud-de...@suse.de</param>
     <param name="changelog-provider">gh,openstack,python-masakariclient</param>
   </service>

++++++ python-masakariclient-7.0.0.tar.gz -> python-masakariclient-7.1.0.tar.gz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-masakariclient-7.0.0/.zuul.yaml 
new/python-masakariclient-7.1.0/.zuul.yaml
--- old/python-masakariclient-7.0.0/.zuul.yaml  2021-03-12 16:12:39.000000000 
+0100
+++ new/python-masakariclient-7.1.0/.zuul.yaml  2021-09-17 15:20:01.000000000 
+0200
@@ -1,9 +1,15 @@
 - project:
     templates:
       - check-requirements
-      - openstack-python3-wallaby-jobs
+      - openstack-python3-xena-jobs
       - openstackclient-plugin-jobs
       - publish-openstack-docs-pti
       - release-notes-jobs-python3
       - periodic-stable-jobs
       - periodic-jobs-with-oslo-master
+    check:
+      jobs:
+        - openstack-tox-linters
+    gate:
+      jobs:
+        - openstack-tox-linters
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-masakariclient-7.0.0/AUTHORS 
new/python-masakariclient-7.1.0/AUTHORS
--- old/python-masakariclient-7.0.0/AUTHORS     2021-03-12 16:13:12.000000000 
+0100
+++ new/python-masakariclient-7.1.0/AUTHORS     2021-09-17 15:20:40.000000000 
+0200
@@ -4,6 +4,7 @@
 Doug Hellmann <d...@doughellmann.com>
 Ghanshyam Mann <gm...@ghanshyammann.com>
 Herv?? Beraud <hber...@redhat.com>
+Jieqiang Sui <suichang...@126.com>
 Keiji Niwa <niwa.keiji....@as.ntts.co.jp>
 Kengo Takahara <takahara...@njk.co.jp>
 Kengo Takahara <takahara.kengo....@as.ntts.co.jp>
@@ -39,6 +40,7 @@
 samp <sampath@SamMacBookPro2.local>
 sampath <priyank...@lab.ntt.co.jp>
 shilpa.devharakar <shilpa.devhara...@nttdata.com>
+songwenping <songwenp...@inspur.com>
 sunjia <sun...@inspur.com>
 suzhengwei <sugar-2...@163.com>
 tpatil <tushar.vitthal.pa...@gmail.com>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-masakariclient-7.0.0/CONTRIBUTING.rst 
new/python-masakariclient-7.1.0/CONTRIBUTING.rst
--- old/python-masakariclient-7.0.0/CONTRIBUTING.rst    2021-03-12 
16:12:39.000000000 +0100
+++ new/python-masakariclient-7.1.0/CONTRIBUTING.rst    2021-09-17 
15:20:01.000000000 +0200
@@ -1,17 +1,19 @@
-If you would like to contribute to the development of OpenStack, you must
-follow the steps in this page:
+The source repository for this project can be found at:
 
-   http://docs.openstack.org/infra/manual/developers.html
+   https://opendev.org/openstack/python-masakariclient
 
-If you already have a good understanding of how the system works and your
-OpenStack accounts are set up, you can skip to the development workflow
-section of this documentation to learn how changes to OpenStack should be
-submitted for review via the Gerrit tool:
+Pull requests submitted through GitHub are not monitored.
 
-   http://docs.openstack.org/infra/manual/developers.html#development-workflow
+To start contributing to OpenStack, follow the steps in the contribution guide
+to set up and use Gerrit:
 
-Pull requests submitted through GitHub will be ignored.
+   
https://docs.openstack.org/contributors/code-and-documentation/quick-start.html
 
-Bugs should be filed on Launchpad, not GitHub:
+Bugs should be filed on Launchpad:
 
    https://bugs.launchpad.net/python-masakariclient
+
+For more specific information about contributing to this repository, see the
+python-masakariclient contributor guide:
+
+   
https://docs.openstack.org/python-masakariclient/latest/contributor/contributing.html
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-masakariclient-7.0.0/ChangeLog 
new/python-masakariclient-7.1.0/ChangeLog
--- old/python-masakariclient-7.0.0/ChangeLog   2021-03-12 16:13:12.000000000 
+0100
+++ new/python-masakariclient-7.1.0/ChangeLog   2021-09-17 15:20:40.000000000 
+0200
@@ -1,6 +1,19 @@
 CHANGES
 =======
 
+7.1.0
+-----
+
+* Fix home\_page in setup.cfg
+* Fix url to docs
+* [CI] Run bandit
+* [community goal] Update contributor documentation
+* Replace deprecated UPPER\_CONSTRAINTS\_FILE variable
+* setup.cfg: Replace dashes with underscores
+* Use py3 as the default runtime for tox
+* Add Python3 xena unit tests
+* Update master for stable/wallaby
+
 7.0.0
 -----
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-masakariclient-7.0.0/PKG-INFO 
new/python-masakariclient-7.1.0/PKG-INFO
--- old/python-masakariclient-7.0.0/PKG-INFO    2021-03-12 16:13:12.484095000 
+0100
+++ new/python-masakariclient-7.1.0/PKG-INFO    2021-09-17 15:20:40.542656200 
+0200
@@ -1,8 +1,8 @@
 Metadata-Version: 1.2
 Name: python-masakariclient
-Version: 7.0.0
+Version: 7.1.0
 Summary: masakariclient module and a CLI tool for masakari
-Home-page: http://www.openstack.org/
+Home-page: https://docs.openstack.org/python-masakariclient/latest/
 Author: OpenStack
 Author-email: openstack-disc...@lists.openstack.org
 License: UNKNOWN
@@ -17,7 +17,7 @@
         Note that this is a hard requirement.
         
         * Free software: Apache license
-        * Documentation: 
http://docs.openstack.org/developer/python-masakariclient
+        * Documentation: 
https://docs.openstack.org/python-masakariclient/latest/
         * Source: https://opendev.org/openstack/python-masakariclient
         * Bugs: https://bugs.launchpad.net/python-masakariclient
         * Release Notes: 
https://docs.openstack.org/releasenotes/python-masakariclient
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-masakariclient-7.0.0/README.rst 
new/python-masakariclient-7.1.0/README.rst
--- old/python-masakariclient-7.0.0/README.rst  2021-03-12 16:12:39.000000000 
+0100
+++ new/python-masakariclient-7.1.0/README.rst  2021-09-17 15:20:01.000000000 
+0200
@@ -9,7 +9,7 @@
 Note that this is a hard requirement.
 
 * Free software: Apache license
-* Documentation: http://docs.openstack.org/developer/python-masakariclient
+* Documentation: https://docs.openstack.org/python-masakariclient/latest/
 * Source: https://opendev.org/openstack/python-masakariclient
 * Bugs: https://bugs.launchpad.net/python-masakariclient
 * Release Notes: https://docs.openstack.org/releasenotes/python-masakariclient
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-masakariclient-7.0.0/doc/source/contributor/contributing.rst 
new/python-masakariclient-7.1.0/doc/source/contributor/contributing.rst
--- old/python-masakariclient-7.0.0/doc/source/contributor/contributing.rst     
2021-03-12 16:12:39.000000000 +0100
+++ new/python-masakariclient-7.1.0/doc/source/contributor/contributing.rst     
2021-09-17 15:20:01.000000000 +0200
@@ -1,5 +1,47 @@
-============
-Contributing
-============
+============================
+So You Want to Contribute...
+============================
+For general information on contributing to OpenStack, please check out the
+`contributor guide <https://docs.openstack.org/contributors/>`_ to get started.
+It covers all the basics that are common to all OpenStack projects: the 
accounts
+you need, the basics of interacting with our Gerrit review system, how we
+communicate as a community, etc.
+Below will cover the more project specific information you need to get started
+with python-masakariclient.
 
-.. include:: ../../../CONTRIBUTING.rst
+Communication
+~~~~~~~~~~~~~
+* IRC channel #openstack-masakari at OFTC
+* Mailing list (prefix subjects with ``[masakari]`` for faster responses)
+  http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-discuss
+
+Contacting the Core Team
+~~~~~~~~~~~~~~~~~~~~~~~~
+Please refer the `python-masakariclient Core Team
+<https://review.opendev.org/admin/groups/23a3cb66b177425112e8d24b8f8b5a1c662cc9e5,members>`_
 contacts.
+
+New Feature Planning
+~~~~~~~~~~~~~~~~~~~~
+python-masakariclient features are tracked on `Launchpad 
<https://bugs.launchpad.net/python-masakariclient>`_.
+
+Task Tracking
+~~~~~~~~~~~~~
+We track our tasks in `Launchpad 
<https://bugs.launchpad.net/python-masakariclient>`_.
+If you're looking for some smaller, easier work item to pick up and get started
+on, search for the 'low-hanging-fruit' tag.
+
+Reporting a Bug
+~~~~~~~~~~~~~~~
+You found an issue and want to make sure we are aware of it? You can do so on
+`Launchpad <https://bugs.launchpad.net/python-masakariclient>`_.
+
+Getting Your Patch Merged
+~~~~~~~~~~~~~~~~~~~~~~~~~
+All changes proposed to the python-masakariclient project require one or two 
+2 votes
+from python-masakariclient core reviewers before one of the core reviewers can 
approve
+patch by giving ``Workflow +1`` vote.
+
+Project Team Lead Duties
+~~~~~~~~~~~~~~~~~~~~~~~~
+All common PTL duties are enumerated in the `PTL guide
+<https://docs.openstack.org/project-team-guide/ptl.html>`_.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-masakariclient-7.0.0/doc/source/index.rst 
new/python-masakariclient-7.1.0/doc/source/index.rst
--- old/python-masakariclient-7.0.0/doc/source/index.rst        2021-03-12 
16:12:39.000000000 +0100
+++ new/python-masakariclient-7.1.0/doc/source/index.rst        2021-09-17 
15:20:01.000000000 +0200
@@ -27,6 +27,16 @@
 
    Release Notes 
<https://docs.openstack.org/releasenotes/python-masakariclient/>
 
+For Contributors
+================
+
+* If you are a new contributor to Python-masakariclient please refer: 
:doc:`contributor/contributing`
+
+  .. toctree::
+     :hidden:
+
+     contributor/contributing
+
 Indices and Tables
 ==================
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-masakariclient-7.0.0/python_masakariclient.egg-info/PKG-INFO 
new/python-masakariclient-7.1.0/python_masakariclient.egg-info/PKG-INFO
--- old/python-masakariclient-7.0.0/python_masakariclient.egg-info/PKG-INFO     
2021-03-12 16:13:12.000000000 +0100
+++ new/python-masakariclient-7.1.0/python_masakariclient.egg-info/PKG-INFO     
2021-09-17 15:20:40.000000000 +0200
@@ -1,8 +1,8 @@
 Metadata-Version: 1.2
 Name: python-masakariclient
-Version: 7.0.0
+Version: 7.1.0
 Summary: masakariclient module and a CLI tool for masakari
-Home-page: http://www.openstack.org/
+Home-page: https://docs.openstack.org/python-masakariclient/latest/
 Author: OpenStack
 Author-email: openstack-disc...@lists.openstack.org
 License: UNKNOWN
@@ -17,7 +17,7 @@
         Note that this is a hard requirement.
         
         * Free software: Apache license
-        * Documentation: 
http://docs.openstack.org/developer/python-masakariclient
+        * Documentation: 
https://docs.openstack.org/python-masakariclient/latest/
         * Source: https://opendev.org/openstack/python-masakariclient
         * Bugs: https://bugs.launchpad.net/python-masakariclient
         * Release Notes: 
https://docs.openstack.org/releasenotes/python-masakariclient
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-masakariclient-7.0.0/python_masakariclient.egg-info/SOURCES.txt 
new/python-masakariclient-7.1.0/python_masakariclient.egg-info/SOURCES.txt
--- old/python-masakariclient-7.0.0/python_masakariclient.egg-info/SOURCES.txt  
2021-03-12 16:13:12.000000000 +0100
+++ new/python-masakariclient-7.1.0/python_masakariclient.egg-info/SOURCES.txt  
2021-09-17 15:20:40.000000000 +0200
@@ -66,5 +66,6 @@
 releasenotes/source/unreleased.rst
 releasenotes/source/ussuri.rst
 releasenotes/source/victoria.rst
+releasenotes/source/wallaby.rst
 releasenotes/source/_static/.placeholder
 releasenotes/source/_templates/.placeholder
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-masakariclient-7.0.0/python_masakariclient.egg-info/pbr.json 
new/python-masakariclient-7.1.0/python_masakariclient.egg-info/pbr.json
--- old/python-masakariclient-7.0.0/python_masakariclient.egg-info/pbr.json     
2021-03-12 16:13:12.000000000 +0100
+++ new/python-masakariclient-7.1.0/python_masakariclient.egg-info/pbr.json     
2021-09-17 15:20:40.000000000 +0200
@@ -1 +1 @@
-{"git_version": "70e6761", "is_release": true}
\ No newline at end of file
+{"git_version": "d5b24b2", "is_release": true}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-masakariclient-7.0.0/releasenotes/source/index.rst 
new/python-masakariclient-7.1.0/releasenotes/source/index.rst
--- old/python-masakariclient-7.0.0/releasenotes/source/index.rst       
2021-03-12 16:12:39.000000000 +0100
+++ new/python-masakariclient-7.1.0/releasenotes/source/index.rst       
2021-09-17 15:20:01.000000000 +0200
@@ -6,6 +6,7 @@
    :maxdepth: 1
 
    unreleased
+   wallaby
    victoria
    ussuri
    train
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-masakariclient-7.0.0/releasenotes/source/wallaby.rst 
new/python-masakariclient-7.1.0/releasenotes/source/wallaby.rst
--- old/python-masakariclient-7.0.0/releasenotes/source/wallaby.rst     
1970-01-01 01:00:00.000000000 +0100
+++ new/python-masakariclient-7.1.0/releasenotes/source/wallaby.rst     
2021-09-17 15:20:01.000000000 +0200
@@ -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-masakariclient-7.0.0/setup.cfg 
new/python-masakariclient-7.1.0/setup.cfg
--- old/python-masakariclient-7.0.0/setup.cfg   2021-03-12 16:13:12.484095000 
+0100
+++ new/python-masakariclient-7.1.0/setup.cfg   2021-09-17 15:20:40.546654700 
+0200
@@ -1,12 +1,12 @@
 [metadata]
 name = python-masakariclient
 summary = masakariclient module and a CLI tool for masakari
-description-file = 
+description_file = 
        README.rst
 author = OpenStack
-author-email = openstack-disc...@lists.openstack.org
-home-page = http://www.openstack.org/
-python-requires = >=3.6
+author_email = openstack-disc...@lists.openstack.org
+home_page = https://docs.openstack.org/python-masakariclient/latest/
+python_requires = >=3.6
 classifier = 
        Environment :: OpenStack
        Intended Audience :: Information Technology
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-masakariclient-7.0.0/tox.ini 
new/python-masakariclient-7.1.0/tox.ini
--- old/python-masakariclient-7.0.0/tox.ini     2021-03-12 16:12:39.000000000 
+0100
+++ new/python-masakariclient-7.1.0/tox.ini     2021-09-17 15:20:01.000000000 
+0200
@@ -1,6 +1,6 @@
 [tox]
 minversion = 3.1.1
-envlist = pep8,py36,py38
+envlist = pep8,py3
 skipsdist = True
 ignore_basepython_conflict = True
 
@@ -8,15 +8,37 @@
 basepython = python3
 usedevelop = True
 deps =
-  
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
+  
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
   -r{toxinidir}/requirements.txt
   -r{toxinidir}/test-requirements.txt
 commands =
   stestr run {posargs}
 passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY 
OS_DEBUG GENERATE_HASHES
 
+[testenv:linters]
+skip_install = True
+deps =
+  {[testenv:pep8]deps}
+  {[testenv:bandit]deps}
+commands =
+  {[testenv:pep8]commands}
+  {[testenv:bandit]commands}
+
 [testenv:pep8]
-commands = flake8 {posargs}
+skip_install = True
+deps =
+  
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
+  hacking
+commands =
+  flake8 {posargs}
+
+[testenv:bandit]
+skip_install = True
+deps =
+   
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
+   bandit
+commands =
+  bandit -r masakariclient
 
 [testenv:venv]
 commands = {posargs}

Reply via email to