Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-oslo.log for openSUSE:Factory
checked in at 2024-05-03 19:45:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-oslo.log (Old)
and /work/SRC/openSUSE:Factory/.python-oslo.log.new.1880 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-oslo.log"
Fri May 3 19:45:34 2024 rev:26 rq:1171469 version:5.5.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-oslo.log/python-oslo.log.changes
2023-12-28 23:04:57.586109474 +0100
+++
/work/SRC/openSUSE:Factory/.python-oslo.log.new.1880/python-oslo.log.changes
2024-05-03 19:45:51.555707785 +0200
@@ -1,0 +2,12 @@
+Thu May 2 22:14:38 UTC 2024 - [email protected]
+
+- update to version 5.5.1
+ - Fix eventlet detection
+ - Bump hacking
+ - Update TOX_CONSTRAINTS_FILE for stable/2024.1
+ - pre-commit: Bump versions
+ - pre-commit: Integrate bandit
+ - Update python classifier in setup.cfg
+ - Update .gitreview for stable/2024.1
+
+-------------------------------------------------------------------
Old:
----
oslo.log-5.4.0.tar.gz
New:
----
oslo.log-5.5.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-oslo.log.spec ++++++
--- /var/tmp/diff_new_pack.ZYGH6V/_old 2024-05-03 19:45:51.991723636 +0200
+++ /var/tmp/diff_new_pack.ZYGH6V/_new 2024-05-03 19:45:51.995723782 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-oslo.log
#
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 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.log
-Version: 5.4.0
+Version: 5.5.1
Release: 0
Summary: OpenStack log library
License: Apache-2.0
Group: Development/Languages/Python
URL: https://docs.openstack.org/oslo.log
-Source0:
https://files.pythonhosted.org/packages/source/o/oslo.log/oslo.log-5.4.0.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/o/oslo.log/oslo.log-5.5.1.tar.gz
BuildRequires: fdupes
BuildRequires: openstack-macros
BuildRequires: python3-eventlet
@@ -35,7 +35,7 @@
BuildRequires: python3-oslo.utils >= 3.36.0
BuildRequires: python3-oslotest
BuildRequires: python3-pbr >= 3.1.1
-BuildRequires: python3-pyinotify >= 0.9.6
+BuildRequires: python3-pyinotify
BuildRequires: python3-python-dateutil >= 2.7.0
BuildRequires: python3-stestr
BuildRequires: python3-testtools
@@ -48,14 +48,14 @@
%package -n python3-oslo.log
Summary: OpenStack log library
-Requires: python3-debtcollector >= 1.19.0
+Requires: python3-debtcollector
Requires: python3-monotonic
Requires: python3-oslo.config >= 5.2.0
Requires: python3-oslo.context >= 2.21.0
Requires: python3-oslo.i18n >= 3.20.0
Requires: python3-oslo.serialization >= 2.25.0
Requires: python3-oslo.utils >= 3.36.0
-Requires: python3-pyinotify >= 0.9.6
+Requires: python3-pyinotify
Requires: python3-python-dateutil >= 2.7.0
Requires: python3-systemd
%if 0%{?suse_version}
@@ -78,14 +78,14 @@
Documentation for the oslo.log library.
%prep
-%autosetup -p1 -n oslo.log-5.4.0
+%autosetup -p1 -n oslo.log-5.5.1
%py_req_cleanup
%build
%{py3_build}
# generate html docs
-PYTHONPATH=. PBR_VERSION=5.4.0 %sphinx_build -b html doc/source doc/build/html
+PYTHONPATH=. PBR_VERSION=5.5.1 %sphinx_build -b html doc/source doc/build/html
rm -rf doc/build/html/.{doctrees,buildinfo}
%install
++++++ oslo.log-5.4.0.tar.gz -> oslo.log-5.5.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.log-5.4.0/.pre-commit-config.yaml
new/oslo.log-5.5.1/.pre-commit-config.yaml
--- old/oslo.log-5.4.0/.pre-commit-config.yaml 2023-11-14 10:58:01.000000000
+0100
+++ new/oslo.log-5.5.1/.pre-commit-config.yaml 2024-04-02 09:48:05.000000000
+0200
@@ -1,15 +1,6 @@
-# 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
+ rev: v4.5.0
hooks:
- id: trailing-whitespace
# Replaces or checks mixed line ending
@@ -27,13 +18,13 @@
- id: debug-statements
- id: check-yaml
files: .*\.(yaml|yml)$
- - repo: local
+ - repo: https://opendev.org/openstack/hacking
+ rev: 6.1.0
hooks:
- - id: flake8
- name: flake8
- additional_dependencies:
- - hacking>=3.0.1,<3.1.0
- language: python
- entry: flake8
- files: '^.*\.py$'
- exclude: '^(doc|releasenotes|tools)/.*$'
+ - id: hacking
+ additional_dependencies: []
+ - repo: https://github.com/PyCQA/bandit
+ rev: 1.7.6
+ hooks:
+ - id: bandit
+ args: ['-x', 'tests']
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.log-5.4.0/AUTHORS new/oslo.log-5.5.1/AUTHORS
--- old/oslo.log-5.4.0/AUTHORS 2023-11-14 10:58:27.000000000 +0100
+++ new/oslo.log-5.5.1/AUTHORS 2024-04-02 09:48:27.000000000 +0200
@@ -148,6 +148,7 @@
Steve Martinelli <[email protected]>
Stuart McLaren <[email protected]>
Suff <[email protected]>
+Takashi Kajinami <[email protected]>
Takashi Kajinami <[email protected]>
Thomas Bechtold <[email protected]>
Thomas Herve <[email protected]>
@@ -155,6 +156,7 @@
Timur Sufiev <[email protected]>
Tony Breeds <[email protected]>
Tony Xu <[email protected]>
+Vasyl Saienko <[email protected]>
Venkatesh Sampath <[email protected]>
Victor Sergeyev <[email protected]>
Victor Stinner <[email protected]>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.log-5.4.0/ChangeLog new/oslo.log-5.5.1/ChangeLog
--- old/oslo.log-5.4.0/ChangeLog 2023-11-14 10:58:27.000000000 +0100
+++ new/oslo.log-5.5.1/ChangeLog 2024-04-02 09:48:27.000000000 +0200
@@ -1,6 +1,21 @@
CHANGES
=======
+5.5.1
+-----
+
+* Fix eventlet detection
+* Update TOX\_CONSTRAINTS\_FILE for stable/2024.1
+* Update .gitreview for stable/2024.1
+
+5.5.0
+-----
+
+* pre-commit: Integrate bandit
+* pre-commit: Bump versions
+* Bump hacking
+* Update python classifier in setup.cfg
+
5.4.0
-----
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.log-5.4.0/PKG-INFO new/oslo.log-5.5.1/PKG-INFO
--- old/oslo.log-5.4.0/PKG-INFO 2023-11-14 10:58:27.883485300 +0100
+++ new/oslo.log-5.5.1/PKG-INFO 2024-04-02 09:48:27.967316000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: oslo.log
-Version: 5.4.0
+Version: 5.5.1
Summary: oslo.log library
Home-page: https://docs.openstack.org/oslo.log/latest
Author: OpenStack
@@ -50,6 +50,7 @@
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
+Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.8
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.log-5.4.0/oslo.log.egg-info/PKG-INFO
new/oslo.log-5.5.1/oslo.log.egg-info/PKG-INFO
--- old/oslo.log-5.4.0/oslo.log.egg-info/PKG-INFO 2023-11-14
10:58:27.000000000 +0100
+++ new/oslo.log-5.5.1/oslo.log.egg-info/PKG-INFO 2024-04-02
09:48:27.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: oslo.log
-Version: 5.4.0
+Version: 5.5.1
Summary: oslo.log library
Home-page: https://docs.openstack.org/oslo.log/latest
Author: OpenStack
@@ -50,6 +50,7 @@
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
+Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.8
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.log-5.4.0/oslo.log.egg-info/pbr.json
new/oslo.log-5.5.1/oslo.log.egg-info/pbr.json
--- old/oslo.log-5.4.0/oslo.log.egg-info/pbr.json 2023-11-14
10:58:27.000000000 +0100
+++ new/oslo.log-5.5.1/oslo.log.egg-info/pbr.json 2024-04-02
09:48:27.000000000 +0200
@@ -1 +1 @@
-{"git_version": "b5b8c30", "is_release": true}
\ No newline at end of file
+{"git_version": "a6c4f8a", "is_release": true}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.log-5.4.0/oslo.log.egg-info/requires.txt
new/oslo.log-5.5.1/oslo.log.egg-info/requires.txt
--- old/oslo.log-5.4.0/oslo.log.egg-info/requires.txt 2023-11-14
10:58:27.000000000 +0100
+++ new/oslo.log-5.5.1/oslo.log.egg-info/requires.txt 2024-04-02
09:48:27.000000000 +0200
@@ -17,12 +17,9 @@
systemd-python>=234
[test]
-bandit<1.8.0,>=1.7.0
coverage>=4.5.1
eventlet!=0.32.0,>=0.30.1
fixtures>=3.0.0
-hacking<2.1.0,>=2.0.0
oslotest>=3.3.0
-pre-commit>=2.6.0
stestr>=2.0.0
testtools>=2.3.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.log-5.4.0/oslo_log/log.py
new/oslo.log-5.5.1/oslo_log/log.py
--- old/oslo.log-5.4.0/oslo_log/log.py 2023-11-14 10:58:01.000000000 +0100
+++ new/oslo.log-5.5.1/oslo_log/log.py 2024-04-02 09:48:05.000000000 +0200
@@ -40,6 +40,7 @@
syslog = None
from oslo_config import cfg
+from oslo_utils import eventletutils
from oslo_utils import importutils
from oslo_utils import units
@@ -272,8 +273,7 @@
"""
# If eventlet was not loaded before call to setup assume it's not used.
- eventlet = sys.modules.get('eventlet')
- if eventlet:
+ if eventletutils.is_monkey_patched('thread'):
import eventlet.green.threading
from oslo_log import pipe_mutex
logging.threading = eventlet.green.threading
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.log-5.4.0/requirements.txt
new/oslo.log-5.5.1/requirements.txt
--- old/oslo.log-5.4.0/requirements.txt 2023-11-14 10:58:01.000000000 +0100
+++ new/oslo.log-5.5.1/requirements.txt 2024-04-02 09:48:05.000000000 +0200
@@ -1,7 +1,3 @@
-# The order of packages is significant, because pip processes them in the order
-# of appearance. Changing the order has an impact on the overall integration
-# process, which may cause wedges in the gate later.
-
pbr>=3.1.1 # Apache-2.0
oslo.config>=5.2.0 # Apache-2.0
oslo.context>=2.21.0 # Apache-2.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.log-5.4.0/setup.cfg new/oslo.log-5.5.1/setup.cfg
--- old/oslo.log-5.4.0/setup.cfg 2023-11-14 10:58:27.887485500 +0100
+++ new/oslo.log-5.5.1/setup.cfg 2024-04-02 09:48:27.967316000 +0200
@@ -18,6 +18,7 @@
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
+ Programming Language :: Python :: 3.11
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: Implementation :: CPython
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.log-5.4.0/test-requirements.txt
new/oslo.log-5.5.1/test-requirements.txt
--- old/oslo.log-5.4.0/test-requirements.txt 2023-11-14 10:58:01.000000000
+0100
+++ new/oslo.log-5.5.1/test-requirements.txt 2024-04-02 09:48:05.000000000
+0200
@@ -1,20 +1,9 @@
-# The order of packages is significant, because pip processes them in the order
-# of appearance. Changing the order has an impact on the overall integration
-# process, which may cause wedges in the gate later.
-
-hacking>=2.0.0,<2.1.0 # Apache-2.0
-
stestr>=2.0.0 # Apache-2.0
testtools>=2.3.0 # MIT
oslotest>=3.3.0 # Apache-2.0
coverage>=4.5.1 # Apache-2.0
-# Bandit security code scanner
-bandit>=1.7.0,<1.8.0 # Apache-2.0
-
fixtures>=3.0.0 # Apache-2.0/BSD
-pre-commit>=2.6.0 # MIT
-
eventlet>=0.30.1,!=0.32.0 # MIT
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.log-5.4.0/tox.ini new/oslo.log-5.5.1/tox.ini
--- old/oslo.log-5.4.0/tox.ini 2023-11-14 10:58:01.000000000 +0100
+++ new/oslo.log-5.5.1/tox.ini 2024-04-02 09:48:05.000000000 +0200
@@ -8,7 +8,7 @@
allowlist_externals =
find
deps =
-
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
+
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2024.1}
-r{toxinidir}/test-requirements.txt
commands =
find . -type f -name "*.pyc" -delete
@@ -16,10 +16,10 @@
stestr slowest
[testenv:pep8]
+deps =
+ pre-commit
commands =
pre-commit run -a
- # Run security linter
- bandit -r oslo_log -x tests -n5
[testenv:venv]
commands = {posargs}
@@ -27,7 +27,7 @@
[testenv:docs]
allowlist_externals = rm
deps =
-
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
+
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2024.1}
-r{toxinidir}/doc/requirements.txt
commands =
rm -fr doc/build
@@ -36,7 +36,7 @@
[testenv:releasenotes]
allowlist_externals = rm
deps =
-
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
+
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2024.1}
-r{toxinidir}/doc/requirements.txt
commands =
rm -rf releasenotes/build
@@ -51,9 +51,6 @@
coverage xml -o cover/coverage.xml
coverage report --show-missing
-[testenv:bandit]
-commands = bandit -r oslo_log -x tests -n5
-
[flake8]
# E123, E125 skipped as they are invalid PEP-8.
# W503, W504 skipped:
https://www.python.org/dev/peps/pep-0008/#should-a-line-break-before-or-after-a-binary-operator