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 2022-06-19 21:11:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-barbicanclient (Old)
 and      /work/SRC/openSUSE:Factory/.python-barbicanclient.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-barbicanclient"

Sun Jun 19 21:11:27 2022 rev:17 rq:983577 version:5.2.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-barbicanclient/python-barbicanclient.changes  
    2021-05-10 15:39:30.717531851 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-barbicanclient.new.1548/python-barbicanclient.changes
    2022-06-19 21:11:44.878205017 +0200
@@ -1,0 +2,11 @@
+Tue May 24 20:50:14 UTC 2022 - Dirk M??ller <[email protected]>
+
+- fix build against python 3.10
+- remove unneeded mock dependency 
+
+-------------------------------------------------------------------
+Tue Oct 26 22:14:35 UTC 2021 - [email protected]
+
+- update to version 5.2.0
+
+-------------------------------------------------------------------

Old:
----
  python-barbicanclient-5.1.0.tar.gz

New:
----
  python-barbicanclient-5.2.0.tar.gz

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

Other differences:
------------------
++++++ python-barbicanclient.spec ++++++
--- /var/tmp/diff_new_pack.UNiTKW/_old  2022-06-19 21:11:45.298205642 +0200
+++ /var/tmp/diff_new_pack.UNiTKW/_new  2022-06-19 21:11:45.302205648 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-barbicanclient
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,17 +17,16 @@
 
 
 Name:           python-barbicanclient
-Version:        5.1.0
+Version:        5.2.0
 Release:        0
 Summary:        Client for the Barbican Key Management API
 License:        Apache-2.0
 Group:          Development/Languages/Python
 URL:            https://docs.openstack.org/python-barbicanclient
-Source0:        
https://files.pythonhosted.org/packages/source/p/python-barbicanclient/python-barbicanclient-5.1.0.tar.gz
+Source0:        
https://files.pythonhosted.org/packages/source/p/python-barbicanclient/python-barbicanclient-5.2.0.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python3-cliff >= 2.8.0
 BuildRequires:  python3-keystoneauth1 >= 3.4.0
-BuildRequires:  python3-mock
 BuildRequires:  python3-oslo.i18n >= 3.15.3
 BuildRequires:  python3-oslo.serialization >= 2.18.0
 BuildRequires:  python3-oslo.utils >= 3.33.0
@@ -61,7 +60,7 @@
 Requires:       python3-oslo.utils >= 3.33.0
 Requires:       python3-pbr >= 2.0.0
 Requires:       python3-requests >= 2.14.2
-Requires:       python3-six >= 1.10.0
+Requires:       python3-six
 %if 0%{?suse_version}
 Obsoletes:      python2-barbicanclient < 4.10.0
 %endif
@@ -105,7 +104,7 @@
 
 %files -n python3-barbicanclient
 %license LICENSE
-%{python3_sitelib}/python_barbicanclient-%{version}-py?.?.egg-info
+%{python3_sitelib}/python_barbicanclient-%{version}-py?.*.egg-info
 %{python3_sitelib}/barbicanclient
 %{_bindir}/barbican
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.UNiTKW/_old  2022-06-19 21:11:45.326205684 +0200
+++ /var/tmp/diff_new_pack.UNiTKW/_new  2022-06-19 21:11:45.330205689 +0200
@@ -1,8 +1,8 @@
 <services>
   <service mode="disabled" name="renderspec">
-    <param 
name="input-template">https://opendev.org/openstack/rpm-packaging/raw/branch/stable/wallaby/openstack/python-barbicanclient/python-barbicanclient.spec.j2</param>
+    <param 
name="input-template">https://opendev.org/openstack/rpm-packaging/raw/master/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/wallaby/requirements.txt</param>
+    <param 
name="requirements">https://opendev.org/openstack/python-barbicanclient/raw/branch/master/requirements.txt</param>
     <param name="changelog-email">[email protected]</param>
     <param name="changelog-provider">gh,openstack,python-barbicanclient</param>
   </service>

++++++ python-barbicanclient-5.1.0.tar.gz -> python-barbicanclient-5.2.0.tar.gz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-barbicanclient-5.1.0/ChangeLog 
new/python-barbicanclient-5.2.0/ChangeLog
--- old/python-barbicanclient-5.1.0/ChangeLog   2021-03-15 09:49:41.000000000 
+0100
+++ new/python-barbicanclient-5.2.0/ChangeLog   2021-09-17 19:06:53.000000000 
+0200
@@ -1,7 +1,7 @@
 CHANGES
 =======
 
-5.1.0
+5.2.0
 -----
 
 * bump py37 to py38 in tox.ini
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-barbicanclient-5.1.0/PKG-INFO 
new/python-barbicanclient-5.2.0/PKG-INFO
--- old/python-barbicanclient-5.1.0/PKG-INFO    2021-03-15 09:49:41.584241400 
+0100
+++ new/python-barbicanclient-5.2.0/PKG-INFO    2021-09-17 19:06:53.708731000 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: python-barbicanclient
-Version: 5.1.0
+Version: 5.2.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.1.0/python_barbicanclient.egg-info/PKG-INFO 
new/python-barbicanclient-5.2.0/python_barbicanclient.egg-info/PKG-INFO
--- old/python-barbicanclient-5.1.0/python_barbicanclient.egg-info/PKG-INFO     
2021-03-15 09:49:41.000000000 +0100
+++ new/python-barbicanclient-5.2.0/python_barbicanclient.egg-info/PKG-INFO     
2021-09-17 19:06:53.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: python-barbicanclient
-Version: 5.1.0
+Version: 5.2.0
 Summary: Client Library for OpenStack Barbican Key Management API
 Home-page: https://docs.openstack.org/python-barbicanclient/latest/
 Author: OpenStack

Reply via email to