Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-barbicanclient for
openSUSE:Factory checked in at 2021-05-10 15:37:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-barbicanclient (Old)
and /work/SRC/openSUSE:Factory/.python-barbicanclient.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-barbicanclient"
Mon May 10 15:37:17 2021 rev:16 rq:889959 version:5.1.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-barbicanclient/python-barbicanclient.changes
2020-10-26 16:15:30.486892656 +0100
+++
/work/SRC/openSUSE:Factory/.python-barbicanclient.new.2988/python-barbicanclient.changes
2021-05-10 15:39:30.717531851 +0200
@@ -1,0 +2,8 @@
+Sun May 2 17:22:44 UTC 2021 - [email protected]
+
+- update to version 5.1.0
+ - [goal] Migrate tox based testing to ubuntu focal
+ - bump py37 to py38 in tox.ini
+ - Add Python3 wallaby unit tests
+
+-------------------------------------------------------------------
Old:
----
python-barbicanclient-5.0.1.tar.gz
New:
----
python-barbicanclient-5.1.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-barbicanclient.spec ++++++
--- /var/tmp/diff_new_pack.WUp8Go/_old 2021-05-10 15:39:31.129530165 +0200
+++ /var/tmp/diff_new_pack.WUp8Go/_new 2021-05-10 15:39:31.133530149 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-barbicanclient
#
-# 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-barbicanclient
-Version: 5.0.1
+Version: 5.1.0
Release: 0
Summary: Client for the Barbican Key Management API
License: Apache-2.0
Group: Development/Languages/Python
-URL: https://launchpad.net/python-barbicanclient
-Source0:
https://files.pythonhosted.org/packages/source/p/python-barbicanclient/python-barbicanclient-5.0.1.tar.gz
+URL: https://docs.openstack.org/python-barbicanclient
+Source0:
https://files.pythonhosted.org/packages/source/p/python-barbicanclient/python-barbicanclient-5.1.0.tar.gz
BuildRequires: openstack-macros
BuildRequires: python3-cliff >= 2.8.0
BuildRequires: python3-keystoneauth1 >= 3.4.0
@@ -40,11 +40,11 @@
BuildArch: noarch
%if 0%{?suse_version}
Requires(post): update-alternatives
-Requires(postun): update-alternatives
+Requires(postun):update-alternatives
%else
# on RDO, update-alternatives is in chkconfig
Requires(post): chkconfig
-Requires(postun): chkconfig
+Requires(postun):chkconfig
%endif
%description
@@ -54,7 +54,6 @@
%package -n python3-barbicanclient
Summary: Client for the Barbican Key Management API
-Group: Development/Languages/Python
Requires: python3-cliff >= 2.8.0
Requires: python3-keystoneauth1 >= 3.4.0
Requires: python3-oslo.i18n >= 3.15.3
@@ -101,7 +100,8 @@
%{py3_install}
%check
-python3 -m stestr.cli run
+python3 -m stestr.cli run \
+ --black-regex
'barbicanclient.tests.test_barbican.WhenTestingBarbicanCLI.test_should_show_usage_with_help_flag'
%files -n python3-barbicanclient
%license LICENSE
++++++ _service ++++++
--- /var/tmp/diff_new_pack.WUp8Go/_old 2021-05-10 15:39:31.157530051 +0200
+++ /var/tmp/diff_new_pack.WUp8Go/_new 2021-05-10 15:39:31.161530035 +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/python-barbicanclient/python-barbicanclient.spec.j2</param>
+ <param
name="input-template">https://opendev.org/openstack/rpm-packaging/raw/branch/stable/wallaby/openstack/python-barbicanclient/python-barbicanclient.spec.j2</param>
<param name="output-name">python-barbicanclient.spec</param>
- <param
name="requirements">https://opendev.org/openstack/python-barbicanclient/raw/branch/stable/victoria/requirements.txt</param>
+ <param
name="requirements">https://opendev.org/openstack/python-barbicanclient/raw/branch/stable/wallaby/requirements.txt</param>
<param name="changelog-email">[email protected]</param>
<param name="changelog-provider">gh,openstack,python-barbicanclient</param>
</service>
++++++ python-barbicanclient-5.0.1.tar.gz -> python-barbicanclient-5.1.0.tar.gz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/python-barbicanclient-5.0.1/.zuul.yaml
new/python-barbicanclient-5.1.0/.zuul.yaml
--- old/python-barbicanclient-5.0.1/.zuul.yaml 2020-09-11 23:43:22.000000000
+0200
+++ new/python-barbicanclient-5.1.0/.zuul.yaml 2021-03-15 09:49:07.000000000
+0100
@@ -14,7 +14,7 @@
templates:
- check-requirements
- openstack-lower-constraints-jobs
- - openstack-python3-victoria-jobs
+ - openstack-python3-wallaby-jobs
- openstackclient-plugin-jobs
- publish-openstack-docs-pti
check:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/python-barbicanclient-5.0.1/AUTHORS
new/python-barbicanclient-5.1.0/AUTHORS
--- old/python-barbicanclient-5.0.1/AUTHORS 2020-09-11 23:44:46.000000000
+0200
+++ new/python-barbicanclient-5.1.0/AUTHORS 2021-03-15 09:49:41.000000000
+0100
@@ -61,6 +61,7 @@
Nguyen Hai <[email protected]>
Oleksii Chuprykov <[email protected]>
Ond??ej Nov?? <[email protected]>
+OpenStack Release Bot <[email protected]>
Paul Kehrer <[email protected]>
Petr Kovar <[email protected]>
Richard Lee <[email protected]>
@@ -111,6 +112,7 @@
ting.wang <[email protected]>
tsv <[email protected]>
venkatamahesh <[email protected]>
+wangzihao <[email protected]>
weiweigu <[email protected]>
yushangbin <[email protected]>
???Fernando <[email protected]>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/python-barbicanclient-5.0.1/ChangeLog
new/python-barbicanclient-5.1.0/ChangeLog
--- old/python-barbicanclient-5.0.1/ChangeLog 2020-09-11 23:44:46.000000000
+0200
+++ new/python-barbicanclient-5.1.0/ChangeLog 2021-03-15 09:49:41.000000000
+0100
@@ -1,6 +1,13 @@
CHANGES
=======
+5.1.0
+-----
+
+* bump py37 to py38 in tox.ini
+* Add Python3 wallaby unit tests
+* [goal] Migrate tox based testing to ubuntu focal
+
5.0.1
-----
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/python-barbicanclient-5.0.1/PKG-INFO
new/python-barbicanclient-5.1.0/PKG-INFO
--- old/python-barbicanclient-5.0.1/PKG-INFO 2020-09-11 23:44:46.000000000
+0200
+++ new/python-barbicanclient-5.1.0/PKG-INFO 2021-03-15 09:49:41.584241400
+0100
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: python-barbicanclient
-Version: 5.0.1
+Version: 5.1.0
Summary: Client Library for OpenStack Barbican Key Management API
Home-page: https://docs.openstack.org/python-barbicanclient/latest/
Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/python-barbicanclient-5.0.1/lower-constraints.txt
new/python-barbicanclient-5.1.0/lower-constraints.txt
--- old/python-barbicanclient-5.0.1/lower-constraints.txt 2020-09-11
23:43:22.000000000 +0200
+++ new/python-barbicanclient-5.1.0/lower-constraints.txt 2021-03-15
09:49:07.000000000 +0100
@@ -1,11 +1,11 @@
appdirs==1.3.0
asn1crypto==0.23.0
Babel==2.3.4
-cffi==1.7.0
+cffi==1.14.0
cliff==2.8.0
cmd2==0.8.0
coverage==4.1
-cryptography==2.1
+cryptography==2.7
debtcollector==1.2.0
decorator==3.4.0
deprecation==1.0
@@ -57,7 +57,7 @@
python-openstackclient==3.12.0
python-subunit==1.0.0
pytz==2013.6
-PyYAML==3.12
+PyYAML==3.13
requests==2.14.2
requests-mock==1.2.0
requestsexceptions==1.2.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/python-barbicanclient-5.0.1/python_barbicanclient.egg-info/PKG-INFO
new/python-barbicanclient-5.1.0/python_barbicanclient.egg-info/PKG-INFO
--- old/python-barbicanclient-5.0.1/python_barbicanclient.egg-info/PKG-INFO
2020-09-11 23:44:46.000000000 +0200
+++ new/python-barbicanclient-5.1.0/python_barbicanclient.egg-info/PKG-INFO
2021-03-15 09:49:41.000000000 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: python-barbicanclient
-Version: 5.0.1
+Version: 5.1.0
Summary: Client Library for OpenStack Barbican Key Management API
Home-page: https://docs.openstack.org/python-barbicanclient/latest/
Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/python-barbicanclient-5.0.1/python_barbicanclient.egg-info/pbr.json
new/python-barbicanclient-5.1.0/python_barbicanclient.egg-info/pbr.json
--- old/python-barbicanclient-5.0.1/python_barbicanclient.egg-info/pbr.json
2020-09-11 23:44:46.000000000 +0200
+++ new/python-barbicanclient-5.1.0/python_barbicanclient.egg-info/pbr.json
2021-03-15 09:49:41.000000000 +0100
@@ -1 +1 @@
-{"git_version": "1f0feb3", "is_release": true}
\ No newline at end of file
+{"git_version": "ad49c40", "is_release": true}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/python-barbicanclient-5.0.1/tox.ini
new/python-barbicanclient-5.1.0/tox.ini
--- old/python-barbicanclient-5.0.1/tox.ini 2020-09-11 23:43:22.000000000
+0200
+++ new/python-barbicanclient-5.1.0/tox.ini 2021-03-15 09:49:07.000000000
+0100
@@ -1,6 +1,6 @@
[tox]
minversion = 3.1.1
-envlist = py37,py36,pep8
+envlist = py38,py36,pep8
skipsdist = True
ignore_basepython_conflict = True