Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-oslo.context for
openSUSE:Factory checked in at 2024-09-04 13:22:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-oslo.context (Old)
and /work/SRC/openSUSE:Factory/.python-oslo.context.new.10096 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-oslo.context"
Wed Sep 4 13:22:49 2024 rev:23 rq:1198366 version:5.6.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-oslo.context/python-oslo.context.changes
2024-03-25 21:17:42.502370165 +0100
+++
/work/SRC/openSUSE:Factory/.python-oslo.context.new.10096/python-oslo.context.changes
2024-09-04 13:23:05.945937969 +0200
@@ -1,0 +2,12 @@
+Mon Sep 2 17:33:35 UTC 2024 - [email protected]
+
+- update to version 5.6.0
+ - pre-commit: Remove outdated comment
+ - reno: Update master for unmaintained/xena
+ - Update master for stable/2024.1
+ - reno: Update master for unmaintained/victoria
+ - reno: Update master for unmaintained/zed
+ - Remove old excludes
+ - reno: Update master for unmaintained/wallaby
+
+-------------------------------------------------------------------
Old:
----
oslo.context-5.5.0.tar.gz
New:
----
oslo.context-5.6.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-oslo.context.spec ++++++
--- /var/tmp/diff_new_pack.YXOu13/_old 2024-09-04 13:23:07.510003415 +0200
+++ /var/tmp/diff_new_pack.YXOu13/_new 2024-09-04 13:23:07.510003415 +0200
@@ -18,13 +18,13 @@
%bcond_without test
Name: python-oslo.context
-Version: 5.5.0
+Version: 5.6.0
Release: 0
Summary: OpenStack Oslo context library
License: Apache-2.0
Group: Development/Languages/Python
URL: https://docs.openstack.org/oslo.context
-Source0:
https://files.pythonhosted.org/packages/source/o/oslo.context/oslo.context-5.5.0.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/o/oslo.context/oslo.context-5.6.0.tar.gz
BuildRequires: openstack-macros
BuildRequires: python3-pbr >= 2.0.0
BuildArch: noarch
@@ -63,7 +63,7 @@
Documentation for the oslo-context library.
%prep
-%autosetup -p1 -n oslo.context-5.5.0
+%autosetup -p1 -n oslo.context-5.6.0
%py_req_cleanup
%build
++++++ oslo.context-5.5.0.tar.gz -> oslo.context-5.6.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.context-5.5.0/.pre-commit-config.yaml
new/oslo.context-5.6.0/.pre-commit-config.yaml
--- old/oslo.context-5.5.0/.pre-commit-config.yaml 2024-02-29
14:12:51.000000000 +0100
+++ new/oslo.context-5.6.0/.pre-commit-config.yaml 2024-08-21
17:06:16.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: v4.4.0
+ rev: v4.5.0
hooks:
- id: trailing-whitespace
# Replaces or checks mixed line ending
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.context-5.5.0/ChangeLog
new/oslo.context-5.6.0/ChangeLog
--- old/oslo.context-5.5.0/ChangeLog 2024-02-29 14:13:52.000000000 +0100
+++ new/oslo.context-5.6.0/ChangeLog 2024-08-21 17:07:16.000000000 +0200
@@ -1,6 +1,17 @@
CHANGES
=======
+5.6.0
+-----
+
+* reno: Update master for unmaintained/zed
+* Remove old excludes
+* pre-commit: Remove outdated comment
+* Update master for stable/2024.1
+* reno: Update master for unmaintained/xena
+* reno: Update master for unmaintained/wallaby
+* reno: Update master for unmaintained/victoria
+
5.5.0
-----
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.context-5.5.0/PKG-INFO
new/oslo.context-5.6.0/PKG-INFO
--- old/oslo.context-5.5.0/PKG-INFO 2024-02-29 14:13:52.914399000 +0100
+++ new/oslo.context-5.6.0/PKG-INFO 2024-08-21 17:07:16.255246200 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 1.2
Name: oslo.context
-Version: 5.5.0
+Version: 5.6.0
Summary: Oslo Context library
Home-page: https://docs.openstack.org/oslo.context/latest/
Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.context-5.5.0/doc/requirements.txt
new/oslo.context-5.6.0/doc/requirements.txt
--- old/oslo.context-5.5.0/doc/requirements.txt 2024-02-29 14:12:51.000000000
+0100
+++ new/oslo.context-5.6.0/doc/requirements.txt 2024-08-21 17:06:16.000000000
+0200
@@ -1,8 +1,5 @@
-# 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.
# These are needed for docs generation
openstackdocstheme>=2.2.0 # Apache-2.0
-sphinx>=2.0.0,!=2.1.0 # BSD
+sphinx>=2.0.0 # BSD
reno>=3.1.0 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.context-5.5.0/oslo.context.egg-info/PKG-INFO
new/oslo.context-5.6.0/oslo.context.egg-info/PKG-INFO
--- old/oslo.context-5.5.0/oslo.context.egg-info/PKG-INFO 2024-02-29
14:13:52.000000000 +0100
+++ new/oslo.context-5.6.0/oslo.context.egg-info/PKG-INFO 2024-08-21
17:07:16.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 1.2
Name: oslo.context
-Version: 5.5.0
+Version: 5.6.0
Summary: Oslo Context library
Home-page: https://docs.openstack.org/oslo.context/latest/
Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.context-5.5.0/oslo.context.egg-info/SOURCES.txt
new/oslo.context-5.6.0/oslo.context.egg-info/SOURCES.txt
--- old/oslo.context-5.5.0/oslo.context.egg-info/SOURCES.txt 2024-02-29
14:13:52.000000000 +0100
+++ new/oslo.context-5.6.0/oslo.context.egg-info/SOURCES.txt 2024-08-21
17:07:16.000000000 +0200
@@ -51,6 +51,7 @@
releasenotes/notes/remove_deprecated_args_tenant-77724de1422f46d9.yaml
releasenotes/source/2023.1.rst
releasenotes/source/2023.2.rst
+releasenotes/source/2024.1.rst
releasenotes/source/conf.py
releasenotes/source/index.rst
releasenotes/source/newton.rst
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.context-5.5.0/oslo.context.egg-info/pbr.json
new/oslo.context-5.6.0/oslo.context.egg-info/pbr.json
--- old/oslo.context-5.5.0/oslo.context.egg-info/pbr.json 2024-02-29
14:13:52.000000000 +0100
+++ new/oslo.context-5.6.0/oslo.context.egg-info/pbr.json 2024-08-21
17:07:16.000000000 +0200
@@ -1 +1 @@
-{"git_version": "e31a7a1", "is_release": true}
\ No newline at end of file
+{"git_version": "7f3b6ac", "is_release": true}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/oslo.context-5.5.0/oslo.context.egg-info/requires.txt
new/oslo.context-5.6.0/oslo.context.egg-info/requires.txt
--- old/oslo.context-5.5.0/oslo.context.egg-info/requires.txt 2024-02-29
14:13:52.000000000 +0100
+++ new/oslo.context-5.6.0/oslo.context.egg-info/requires.txt 2024-08-21
17:07:16.000000000 +0200
@@ -1,2 +1,2 @@
debtcollector>=1.2.0
-pbr!=2.1.0,>=2.0.0
+pbr>=2.0.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.context-5.5.0/releasenotes/source/2024.1.rst
new/oslo.context-5.6.0/releasenotes/source/2024.1.rst
--- old/oslo.context-5.5.0/releasenotes/source/2024.1.rst 1970-01-01
01:00:00.000000000 +0100
+++ new/oslo.context-5.6.0/releasenotes/source/2024.1.rst 2024-08-21
17:06:16.000000000 +0200
@@ -0,0 +1,6 @@
+===========================
+2024.1 Series Release Notes
+===========================
+
+.. release-notes::
+ :branch: stable/2024.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.context-5.5.0/releasenotes/source/index.rst
new/oslo.context-5.6.0/releasenotes/source/index.rst
--- old/oslo.context-5.5.0/releasenotes/source/index.rst 2024-02-29
14:12:51.000000000 +0100
+++ new/oslo.context-5.6.0/releasenotes/source/index.rst 2024-08-21
17:06:16.000000000 +0200
@@ -6,6 +6,7 @@
:maxdepth: 1
unreleased
+ 2024.1
2023.2
2023.1
zed
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.context-5.5.0/releasenotes/source/victoria.rst
new/oslo.context-5.6.0/releasenotes/source/victoria.rst
--- old/oslo.context-5.5.0/releasenotes/source/victoria.rst 2024-02-29
14:12:51.000000000 +0100
+++ new/oslo.context-5.6.0/releasenotes/source/victoria.rst 2024-08-21
17:06:16.000000000 +0200
@@ -3,4 +3,4 @@
=============================
.. release-notes::
- :branch: stable/victoria
+ :branch: unmaintained/victoria
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.context-5.5.0/releasenotes/source/wallaby.rst
new/oslo.context-5.6.0/releasenotes/source/wallaby.rst
--- old/oslo.context-5.5.0/releasenotes/source/wallaby.rst 2024-02-29
14:12:51.000000000 +0100
+++ new/oslo.context-5.6.0/releasenotes/source/wallaby.rst 2024-08-21
17:06:16.000000000 +0200
@@ -3,4 +3,4 @@
============================
.. release-notes::
- :branch: stable/wallaby
+ :branch: unmaintained/wallaby
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.context-5.5.0/releasenotes/source/xena.rst
new/oslo.context-5.6.0/releasenotes/source/xena.rst
--- old/oslo.context-5.5.0/releasenotes/source/xena.rst 2024-02-29
14:12:51.000000000 +0100
+++ new/oslo.context-5.6.0/releasenotes/source/xena.rst 2024-08-21
17:06:16.000000000 +0200
@@ -3,4 +3,4 @@
=========================
.. release-notes::
- :branch: stable/xena
+ :branch: unmaintained/xena
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.context-5.5.0/releasenotes/source/zed.rst
new/oslo.context-5.6.0/releasenotes/source/zed.rst
--- old/oslo.context-5.5.0/releasenotes/source/zed.rst 2024-02-29
14:12:51.000000000 +0100
+++ new/oslo.context-5.6.0/releasenotes/source/zed.rst 2024-08-21
17:06:16.000000000 +0200
@@ -3,4 +3,4 @@
========================
.. release-notes::
- :branch: stable/zed
+ :branch: unmaintained/zed
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.context-5.5.0/requirements.txt
new/oslo.context-5.6.0/requirements.txt
--- old/oslo.context-5.5.0/requirements.txt 2024-02-29 14:12:51.000000000
+0100
+++ new/oslo.context-5.6.0/requirements.txt 2024-08-21 17:06:16.000000000
+0200
@@ -1,3 +1,3 @@
-pbr!=2.1.0,>=2.0.0 # Apache-2.0
+pbr>=2.0.0 # Apache-2.0
debtcollector>=1.2.0 # Apache-2.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.context-5.5.0/test-requirements.txt
new/oslo.context-5.6.0/test-requirements.txt
--- old/oslo.context-5.5.0/test-requirements.txt 2024-02-29
14:12:51.000000000 +0100
+++ new/oslo.context-5.6.0/test-requirements.txt 2024-08-21
17:06:16.000000000 +0200
@@ -2,7 +2,7 @@
mypy>=0.761 # MIT
fixtures>=3.0.0 # Apache-2.0/BSD
oslotest>=3.2.0 # Apache-2.0
-coverage!=4.4,>=4.0 # Apache-2.0
+coverage>=4.0 # Apache-2.0
stestr>=2.0.0 # Apache-2.0
# Bandit security code scanner