Script 'mail_helper' called by obssrc
Hello community,

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

Package is "python-oslo.middleware"

Mon May 10 15:37:38 2021 rev:17 rq:889994 version:4.2.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-oslo.middleware/python-oslo.middleware.changes
    2020-10-26 16:17:34.738996205 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-oslo.middleware.new.2988/python-oslo.middleware.changes
  2021-05-10 15:39:50.057452706 +0200
@@ -1,0 +2,9 @@
+Sun May  2 17:31:11 UTC 2021 - [email protected]
+
+- update to version 4.2.0
+  - Update master for stable/victoria
+  - Use TOX_CONSTRAINTS_FILE
+  - Adding pre-commit
+  - Add Python3 wallaby unit tests
+
+-------------------------------------------------------------------

Old:
----
  oslo.middleware-4.1.1.tar.gz

New:
----
  oslo.middleware-4.2.0.tar.gz

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

Other differences:
------------------
++++++ python-oslo.middleware.spec ++++++
--- /var/tmp/diff_new_pack.hcKA0e/_old  2021-05-10 15:39:50.505450873 +0200
+++ /var/tmp/diff_new_pack.hcKA0e/_new  2021-05-10 15:39:50.509450855 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-oslo.middleware
 #
-# 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,13 @@
 
 
 Name:           python-oslo.middleware
-Version:        4.1.1
+Version:        4.2.0
 Release:        0
 Summary:        OpenStack oslo.middleware library
 License:        Apache-2.0
 Group:          Development/Languages/Python
-URL:            https://launchpad.net/oslo.middleware
-Source0:        
https://files.pythonhosted.org/packages/source/o/oslo.middleware/oslo.middleware-4.1.1.tar.gz
+URL:            https://docs.openstack.org/oslo.middleware
+Source0:        
https://files.pythonhosted.org/packages/source/o/oslo.middleware/oslo.middleware-4.2.0.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python3-Jinja2 >= 2.10
 BuildRequires:  python3-WebOb >= 1.8.0
@@ -53,7 +53,6 @@
 
 %package -n python3-oslo.middleware
 Summary:        OpenStack oslo.middleware library
-Group:          Development/Languages/Python
 Requires:       python3-Jinja2 >= 2.10
 Requires:       python3-WebOb >= 1.8.0
 Requires:       python3-debtcollector >= 1.2.0
@@ -76,7 +75,6 @@
 
 %package -n python3-oslo.middleware-doc
 Summary:        Documentation for OpenStack middleware library
-Group:          Development/Languages/Python
 BuildRequires:  python3-Sphinx
 BuildRequires:  python3-openstackdocstheme
 
@@ -88,7 +86,7 @@
 This package contains the documentation.
 
 %prep
-%autosetup -p1 -n oslo.middleware-4.1.1
+%autosetup -p1 -n oslo.middleware-4.2.0
 %py_req_cleanup
 
 %build

++++++ _service ++++++
--- /var/tmp/diff_new_pack.hcKA0e/_old  2021-05-10 15:39:50.537450741 +0200
+++ /var/tmp/diff_new_pack.hcKA0e/_new  2021-05-10 15:39:50.537450741 +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/oslo.middleware/oslo.middleware.spec.j2</param>
+    <param 
name="input-template">https://opendev.org/openstack/rpm-packaging/raw/branch/stable/wallaby/openstack/oslo.middleware/oslo.middleware.spec.j2</param>
     <param name="output-name">python-oslo.middleware.spec</param>
-    <param 
name="requirements">https://opendev.org/openstack/oslo.middleware/raw/branch/stable/victoria/requirements.txt</param>
+    <param 
name="requirements">https://opendev.org/openstack/oslo.middleware/raw/branch/stable/wallaby/requirements.txt</param>
     <param name="changelog-email">[email protected]</param>
     <param name="changelog-provider">gh,openstack,oslo.middleware</param>
   </service>

++++++ oslo.middleware-4.1.1.tar.gz -> oslo.middleware-4.2.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.middleware-4.1.1/.pre-commit-config.yaml 
new/oslo.middleware-4.2.0/.pre-commit-config.yaml
--- old/oslo.middleware-4.1.1/.pre-commit-config.yaml   1970-01-01 
01:00:00.000000000 +0100
+++ new/oslo.middleware-4.2.0/.pre-commit-config.yaml   2021-03-11 
21:41:04.000000000 +0100
@@ -0,0 +1,35 @@
+# We from the Oslo project decided to pin repos based on the
+# commit hash instead of the version tag to prevend arbitrary
+# code from running in developer's machines.  To update to a
+# newer version, run `pre-commit autoupdate` and then replace
+# the newer versions with their commit hash.
+
+default_language_version:
+  python: python3
+
+repos:
+  - repo: https://github.com/pre-commit/pre-commit-hooks
+    rev: ebc15addedad713c86ef18ae9632c88e187dd0af  # v3.1.0
+    hooks:
+      - id: trailing-whitespace
+      # Replaces or checks mixed line ending
+      - id: mixed-line-ending
+        args: ['--fix', 'lf']
+        exclude: '.*\.(svg)$'
+      # Forbid files which have a UTF-8 byte-order marker
+      - id: check-byte-order-marker
+      # Checks that non-binary executables have a proper shebang
+      - id: check-executables-have-shebangs
+      # Check for files that contain merge conflict strings.
+      - id: check-merge-conflict
+      # Check for debugger imports and py37+ breakpoint()
+      # calls in python source
+      - id: debug-statements
+      - id: check-yaml
+        files: .*\.(yaml|yml)$
+  - repo: https://gitlab.com/pycqa/flake8
+    rev: 181bb46098dddf7e2d45319ea654b4b4d58c2840 # 3.8.3
+    hooks:
+      - id: flake8
+        additional_dependencies:
+          - hacking>=3.0.1,<3.1.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.middleware-4.1.1/.zuul.yaml 
new/oslo.middleware-4.2.0/.zuul.yaml
--- old/oslo.middleware-4.1.1/.zuul.yaml        2020-09-11 21:22:41.000000000 
+0200
+++ new/oslo.middleware-4.2.0/.zuul.yaml        2021-03-11 21:41:04.000000000 
+0100
@@ -3,7 +3,7 @@
       - check-requirements
       - lib-forward-testing-python3
       - openstack-lower-constraints-jobs
-      - openstack-python3-victoria-jobs
+      - openstack-python3-wallaby-jobs
       - periodic-stable-jobs
       - publish-openstack-docs-pti
       - release-notes-jobs-python3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.middleware-4.1.1/ChangeLog 
new/oslo.middleware-4.2.0/ChangeLog
--- old/oslo.middleware-4.1.1/ChangeLog 2020-09-11 21:23:35.000000000 +0200
+++ new/oslo.middleware-4.2.0/ChangeLog 2021-03-11 21:41:52.000000000 +0100
@@ -1,6 +1,14 @@
 CHANGES
 =======
 
+4.2.0
+-----
+
+* Use TOX\_CONSTRAINTS\_FILE
+* Adding pre-commit
+* Add Python3 wallaby unit tests
+* Update master for stable/victoria
+
 4.1.1
 -----
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.middleware-4.1.1/PKG-INFO 
new/oslo.middleware-4.2.0/PKG-INFO
--- old/oslo.middleware-4.1.1/PKG-INFO  2020-09-11 21:23:35.000000000 +0200
+++ new/oslo.middleware-4.2.0/PKG-INFO  2021-03-11 21:41:52.863160100 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: oslo.middleware
-Version: 4.1.1
+Version: 4.2.0
 Summary: Oslo Middleware library
 Home-page: https://docs.openstack.org/oslo.middleware/latest/
 Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.middleware-4.1.1/doc/source/conf.py 
new/oslo.middleware-4.2.0/doc/source/conf.py
--- old/oslo.middleware-4.1.1/doc/source/conf.py        2020-09-11 
21:22:41.000000000 +0200
+++ new/oslo.middleware-4.2.0/doc/source/conf.py        2021-03-11 
21:41:04.000000000 +0100
@@ -1,4 +1,6 @@
 # -*- coding: utf-8 -*-
+# Copyright (C) 2020 Red Hat, Inc.
+#
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
 # You may obtain a copy of the License at
@@ -22,7 +24,6 @@
 # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
 extensions = [
     'sphinx.ext.autodoc',
-    #'sphinx.ext.intersphinx',
     'oslo_config.sphinxext',
     'openstackdocstheme',
     'stevedore.sphinxext',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/oslo.middleware-4.1.1/doc/source/configuration/index.rst 
new/oslo.middleware-4.2.0/doc/source/configuration/index.rst
--- old/oslo.middleware-4.1.1/doc/source/configuration/index.rst        
2020-09-11 21:22:41.000000000 +0200
+++ new/oslo.middleware-4.2.0/doc/source/configuration/index.rst        
2021-03-11 21:41:04.000000000 +0100
@@ -3,7 +3,7 @@
 =============================
 
 Middlewares can be configured in multiple fashion depending of the
-application needs. Here is some use-cases: 
+application needs. Here is some use-cases:
 
 Configuration from the application
 ----------------------------------
@@ -24,8 +24,8 @@
 
     [filter:sizelimit]
     use = egg:oslo.middleware#sizelimit
-    # In case of the application doesn't use the global oslo.config 
-    # object. The middleware must known the app name to load 
+    # In case of the application doesn't use the global oslo.config
+    # object. The middleware must known the app name to load
     # the application configuration, by setting this:
     #  oslo_config_project = my_app
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/oslo.middleware-4.1.1/oslo.middleware.egg-info/PKG-INFO 
new/oslo.middleware-4.2.0/oslo.middleware.egg-info/PKG-INFO
--- old/oslo.middleware-4.1.1/oslo.middleware.egg-info/PKG-INFO 2020-09-11 
21:23:35.000000000 +0200
+++ new/oslo.middleware-4.2.0/oslo.middleware.egg-info/PKG-INFO 2021-03-11 
21:41:52.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: oslo.middleware
-Version: 4.1.1
+Version: 4.2.0
 Summary: Oslo Middleware library
 Home-page: https://docs.openstack.org/oslo.middleware/latest/
 Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/oslo.middleware-4.1.1/oslo.middleware.egg-info/SOURCES.txt 
new/oslo.middleware-4.2.0/oslo.middleware.egg-info/SOURCES.txt
--- old/oslo.middleware-4.1.1/oslo.middleware.egg-info/SOURCES.txt      
2020-09-11 21:23:35.000000000 +0200
+++ new/oslo.middleware-4.2.0/oslo.middleware.egg-info/SOURCES.txt      
2021-03-11 21:41:52.000000000 +0100
@@ -1,5 +1,6 @@
 .coveragerc
 .mailmap
+.pre-commit-config.yaml
 .stestr.conf
 .zuul.yaml
 AUTHORS
@@ -87,6 +88,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
 releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/oslo.middleware-4.1.1/oslo.middleware.egg-info/pbr.json 
new/oslo.middleware-4.2.0/oslo.middleware.egg-info/pbr.json
--- old/oslo.middleware-4.1.1/oslo.middleware.egg-info/pbr.json 2020-09-11 
21:23:35.000000000 +0200
+++ new/oslo.middleware-4.2.0/oslo.middleware.egg-info/pbr.json 2021-03-11 
21:41:52.000000000 +0100
@@ -1 +1 @@
-{"git_version": "ea8e881", "is_release": true}
\ No newline at end of file
+{"git_version": "6729192", "is_release": true}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.middleware-4.1.1/releasenotes/source/index.rst 
new/oslo.middleware-4.2.0/releasenotes/source/index.rst
--- old/oslo.middleware-4.1.1/releasenotes/source/index.rst     2020-09-11 
21:22:41.000000000 +0200
+++ new/oslo.middleware-4.2.0/releasenotes/source/index.rst     2021-03-11 
21:41:04.000000000 +0100
@@ -6,6 +6,7 @@
     :maxdepth: 1
 
     unreleased
+    victoria
     ussuri
     train
     stein
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/oslo.middleware-4.1.1/releasenotes/source/victoria.rst 
new/oslo.middleware-4.2.0/releasenotes/source/victoria.rst
--- old/oslo.middleware-4.1.1/releasenotes/source/victoria.rst  1970-01-01 
01:00:00.000000000 +0100
+++ new/oslo.middleware-4.2.0/releasenotes/source/victoria.rst  2021-03-11 
21:41:04.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/oslo.middleware-4.1.1/test-requirements.txt 
new/oslo.middleware-4.2.0/test-requirements.txt
--- old/oslo.middleware-4.1.1/test-requirements.txt     2020-09-11 
21:22:41.000000000 +0200
+++ new/oslo.middleware-4.2.0/test-requirements.txt     2021-03-11 
21:41:04.000000000 +0100
@@ -11,3 +11,5 @@
 # Bandit security code scanner
 bandit>=1.6.0,<1.7.0 # Apache-2.0
 stestr>=2.0.0 # Apache-2.0
+
+pre-commit>=2.6.0 # MIT
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.middleware-4.1.1/tox.ini 
new/oslo.middleware-4.2.0/tox.ini
--- old/oslo.middleware-4.1.1/tox.ini   2020-09-11 21:22:41.000000000 +0200
+++ new/oslo.middleware-4.2.0/tox.ini   2021-03-11 21:41:04.000000000 +0100
@@ -8,13 +8,13 @@
 setenv =
     VIRTUAL_ENV={envdir}
 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}/test-requirements.txt
 commands = stestr run --slowest {posargs}
 
 [testenv:pep8]
 commands =
-  flake8
+  pre-commit run -a
   # Run security linter
   bandit -r oslo_middleware -x tests -n5
 

Reply via email to