Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-oslo.privsep for
openSUSE:Factory checked in at 2021-05-10 15:37:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-oslo.privsep (Old)
and /work/SRC/openSUSE:Factory/.python-oslo.privsep.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-oslo.privsep"
Mon May 10 15:37:40 2021 rev:15 rq:889996 version:2.5.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-oslo.privsep/python-oslo.privsep.changes
2020-10-26 16:17:41.747001843 +0100
+++
/work/SRC/openSUSE:Factory/.python-oslo.privsep.new.2988/python-oslo.privsep.changes
2021-05-10 15:39:51.477446894 +0200
@@ -1,0 +2,8 @@
+Sun May 2 17:32:09 UTC 2021 - [email protected]
+
+- update to version 2.5.0
+ - Update master for stable/victoria
+ - Add Python3 wallaby unit tests
+ - Adding pre-commit
+
+-------------------------------------------------------------------
Old:
----
oslo.privsep-2.4.0.tar.gz
New:
----
oslo.privsep-2.5.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-oslo.privsep.spec ++++++
--- /var/tmp/diff_new_pack.J56OYn/_old 2021-05-10 15:39:51.921445077 +0200
+++ /var/tmp/diff_new_pack.J56OYn/_new 2021-05-10 15:39:51.925445061 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-oslo.privsep
#
-# 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.privsep
-Version: 2.4.0
+Version: 2.5.0
Release: 0
Summary: OpenStack library for privilege separation
License: Apache-2.0
Group: Development/Languages/Python
-URL: https://launchpad.net/oslo.privsep
-Source0:
https://files.pythonhosted.org/packages/source/o/oslo.privsep/oslo.privsep-2.4.0.tar.gz
+URL: https://docs.openstack.org/oslo.privsep
+Source0:
https://files.pythonhosted.org/packages/source/o/oslo.privsep/oslo.privsep-2.5.0.tar.gz
BuildRequires: openstack-macros
BuildRequires: python3-cffi >= 1.14.0
BuildRequires: python3-eventlet >= 0.21.0
@@ -44,7 +44,6 @@
%package -n python3-oslo.privsep
Summary: OpenStack library for privilege separation
-Group: Development/Languages/Python
Requires: python3-cffi >= 1.14.0
Requires: python3-eventlet >= 0.21.0
Requires: python3-greenlet >= 0.4.14
@@ -62,7 +61,6 @@
%package -n python-oslo.privsep-doc
Summary: oslo.privsep documentation
-Group: Development/Languages/Python
BuildRequires: python3-Sphinx
BuildRequires: python3-openstackdocstheme
BuildRequires: python3-sphinxcontrib-apidoc
@@ -71,7 +69,7 @@
Documentation for oslo.privsep
%prep
-%autosetup -p1 -n oslo.privsep-2.4.0
+%autosetup -p1 -n oslo.privsep-2.5.0
%py_req_cleanup
%build
++++++ _service ++++++
--- /var/tmp/diff_new_pack.J56OYn/_old 2021-05-10 15:39:51.953444947 +0200
+++ /var/tmp/diff_new_pack.J56OYn/_new 2021-05-10 15:39:51.953444947 +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.privsep/oslo.privsep.spec.j2</param>
+ <param
name="input-template">https://opendev.org/openstack/rpm-packaging/raw/branch/stable/wallaby/openstack/oslo.privsep/oslo.privsep.spec.j2</param>
<param name="output-name">python-oslo.privsep.spec</param>
- <param
name="requirements">https://opendev.org/openstack/oslo.privsep/raw/branch/stable/victoria/requirements.txt</param>
+ <param
name="requirements">https://opendev.org/openstack/oslo.privsep/raw/branch/stable/wallaby/requirements.txt</param>
<param name="changelog-email">[email protected]</param>
<param name="changelog-provider">gh,openstack,oslo.privsep</param>
</service>
++++++ oslo.privsep-2.4.0.tar.gz -> oslo.privsep-2.5.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.privsep-2.4.0/.pre-commit-config.yaml
new/oslo.privsep-2.5.0/.pre-commit-config.yaml
--- old/oslo.privsep-2.4.0/.pre-commit-config.yaml 1970-01-01
01:00:00.000000000 +0100
+++ new/oslo.privsep-2.5.0/.pre-commit-config.yaml 2021-03-11
21:27:45.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.privsep-2.4.0/.zuul.yaml
new/oslo.privsep-2.5.0/.zuul.yaml
--- old/oslo.privsep-2.4.0/.zuul.yaml 2020-09-11 21:23:03.000000000 +0200
+++ new/oslo.privsep-2.5.0/.zuul.yaml 2021-03-11 21:27:45.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.privsep-2.4.0/ChangeLog
new/oslo.privsep-2.5.0/ChangeLog
--- old/oslo.privsep-2.4.0/ChangeLog 2020-09-11 21:24:08.000000000 +0200
+++ new/oslo.privsep-2.5.0/ChangeLog 2021-03-11 21:28:21.000000000 +0100
@@ -1,6 +1,13 @@
CHANGES
=======
+2.5.0
+-----
+
+* Add Python3 wallaby unit tests
+* Update master for stable/victoria
+* Adding pre-commit
+
2.4.0
-----
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.privsep-2.4.0/PKG-INFO
new/oslo.privsep-2.5.0/PKG-INFO
--- old/oslo.privsep-2.4.0/PKG-INFO 2020-09-11 21:24:08.000000000 +0200
+++ new/oslo.privsep-2.5.0/PKG-INFO 2021-03-11 21:28:21.683663800 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 1.2
Name: oslo.privsep
-Version: 2.4.0
+Version: 2.5.0
Summary: OpenStack library for privilege separation
Home-page: https://docs.openstack.org/oslo.privsep/latest/
Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.privsep-2.4.0/doc/source/conf.py
new/oslo.privsep-2.5.0/doc/source/conf.py
--- old/oslo.privsep-2.4.0/doc/source/conf.py 2020-09-11 21:23:03.000000000
+0200
+++ new/oslo.privsep-2.5.0/doc/source/conf.py 2021-03-11 21:27:45.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
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.privsep-2.4.0/oslo.privsep.egg-info/PKG-INFO
new/oslo.privsep-2.5.0/oslo.privsep.egg-info/PKG-INFO
--- old/oslo.privsep-2.4.0/oslo.privsep.egg-info/PKG-INFO 2020-09-11
21:24:08.000000000 +0200
+++ new/oslo.privsep-2.5.0/oslo.privsep.egg-info/PKG-INFO 2021-03-11
21:28:21.000000000 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 1.2
Name: oslo.privsep
-Version: 2.4.0
+Version: 2.5.0
Summary: OpenStack library for privilege separation
Home-page: https://docs.openstack.org/oslo.privsep/latest/
Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.privsep-2.4.0/oslo.privsep.egg-info/SOURCES.txt
new/oslo.privsep-2.5.0/oslo.privsep.egg-info/SOURCES.txt
--- old/oslo.privsep-2.4.0/oslo.privsep.egg-info/SOURCES.txt 2020-09-11
21:24:08.000000000 +0200
+++ new/oslo.privsep-2.5.0/oslo.privsep.egg-info/SOURCES.txt 2021-03-11
21:28:21.000000000 +0100
@@ -1,5 +1,6 @@
.coveragerc
.mailmap
+.pre-commit-config.yaml
.stestr.conf
.zuul.yaml
AUTHORS
@@ -65,6 +66,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.privsep-2.4.0/oslo.privsep.egg-info/pbr.json
new/oslo.privsep-2.5.0/oslo.privsep.egg-info/pbr.json
--- old/oslo.privsep-2.4.0/oslo.privsep.egg-info/pbr.json 2020-09-11
21:24:08.000000000 +0200
+++ new/oslo.privsep-2.5.0/oslo.privsep.egg-info/pbr.json 2021-03-11
21:28:21.000000000 +0100
@@ -1 +1 @@
-{"git_version": "512b5d9", "is_release": true}
\ No newline at end of file
+{"git_version": "83870bd", "is_release": true}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.privsep-2.4.0/releasenotes/source/conf.py
new/oslo.privsep-2.5.0/releasenotes/source/conf.py
--- old/oslo.privsep-2.4.0/releasenotes/source/conf.py 2020-09-11
21:23:03.000000000 +0200
+++ new/oslo.privsep-2.5.0/releasenotes/source/conf.py 2021-03-11
21:27:45.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
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.privsep-2.4.0/releasenotes/source/index.rst
new/oslo.privsep-2.5.0/releasenotes/source/index.rst
--- old/oslo.privsep-2.4.0/releasenotes/source/index.rst 2020-09-11
21:23:03.000000000 +0200
+++ new/oslo.privsep-2.5.0/releasenotes/source/index.rst 2021-03-11
21:27:45.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.privsep-2.4.0/releasenotes/source/victoria.rst
new/oslo.privsep-2.5.0/releasenotes/source/victoria.rst
--- old/oslo.privsep-2.4.0/releasenotes/source/victoria.rst 1970-01-01
01:00:00.000000000 +0100
+++ new/oslo.privsep-2.5.0/releasenotes/source/victoria.rst 2021-03-11
21:27:45.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.privsep-2.4.0/test-requirements.txt
new/oslo.privsep-2.5.0/test-requirements.txt
--- old/oslo.privsep-2.4.0/test-requirements.txt 2020-09-11
21:23:03.000000000 +0200
+++ new/oslo.privsep-2.5.0/test-requirements.txt 2021-03-11
21:27:45.000000000 +0100
@@ -9,3 +9,5 @@
# Bandit security code scanner
bandit>=1.6.0,<1.7.0 # Apache-2.0
+
+pre-commit>=2.6.0 # MIT
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.privsep-2.4.0/tox.ini
new/oslo.privsep-2.5.0/tox.ini
--- old/oslo.privsep-2.4.0/tox.ini 2020-09-11 21:23:03.000000000 +0200
+++ new/oslo.privsep-2.5.0/tox.ini 2021-03-11 21:27:45.000000000 +0100
@@ -15,7 +15,7 @@
deps =
-r{toxinidir}/test-requirements.txt
commands =
- flake8
+ pre-commit run -a
# Run security linter
bandit -r oslo_privsep -x tests -n5 --skip B404,B603