Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-glanceclient for 
openSUSE:Factory checked in at 2022-05-25 20:34:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-glanceclient (Old)
 and      /work/SRC/openSUSE:Factory/.python-glanceclient.new.2254 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-glanceclient"

Wed May 25 20:34:19 2022 rev:35 rq:979055 version:4.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-glanceclient/python-glanceclient.changes  
2021-05-10 15:39:33.701519640 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-glanceclient.new.2254/python-glanceclient.changes
        2022-05-25 20:34:33.532227361 +0200
@@ -1,0 +2,36 @@
+Tue May 24 20:47:57 UTC 2022 - [email protected]
+
+- update to version 4.0.0
+  - Clean up extra spaces
+  - Release notes for 3.6.0
+  - Update master for stable/yoga
+  - Add an optional parameter --detail
+  - Correct releasenote path for member-get command
+  - Add support for usage API
+  - Remove lower-constraints.txt
+  - Updating python testing classifier as per Yoga testing runtime
+  - Add doc and test for verbose parameter
+  - Add an optional parameter --append
+  - Update python testing as per zed cycle teting runtime
+  - Replace deprecated UPPER_CONSTRAINTS_FILE variable
+  - Documentation: Add options for "glance image-import"
+  - Add support for Cache API
+  - Update master for stable/xena
+  - Fix pygments style
+  - Add Python3 yoga unit tests
+  - glance help <subcommand>: Clearly specify which options are mandatory
+  - Fix functional CI job
+
+-------------------------------------------------------------------
+Tue Oct 26 22:01:28 UTC 2021 - [email protected]
+
+- update to version 3.5.0
+  - Update master for stable/wallaby
+  - Add Python3 xena unit tests
+  - Add member-get command
+  - Uncap PrettyTable
+  - Clean up extra spaces
+  - Fix undesirable raw Python error
+  - setup.cfg: Replace dashes with underscores
+
+-------------------------------------------------------------------

Old:
----
  python-glanceclient-3.3.0.tar.gz

New:
----
  python-glanceclient-4.0.0.tar.gz

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

Other differences:
------------------
++++++ python-glanceclient.spec ++++++
--- /var/tmp/diff_new_pack.wnHnV4/_old  2022-05-25 20:34:35.120229577 +0200
+++ /var/tmp/diff_new_pack.wnHnV4/_new  2022-05-25 20:34:35.124229583 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-glanceclient
 #
-# 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,20 +17,19 @@
 
 
 Name:           python-glanceclient
-Version:        3.3.0
+Version:        4.0.0
 Release:        0
 Epoch:          0
 Summary:        Python API and CLI for OpenStack Glance
 License:        Apache-2.0
 Group:          Development/Languages/Python
 URL:            https://docs.openstack.org/python-glanceclient
-Source0:        
https://files.pythonhosted.org/packages/source/p/python-glanceclient/python-glanceclient-3.3.0.tar.gz
+Source0:        
https://files.pythonhosted.org/packages/source/p/python-glanceclient/python-glanceclient-4.0.0.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python3-PrettyTable >= 0.7.1
 BuildRequires:  python3-ddt
 BuildRequires:  python3-fixtures
 BuildRequires:  python3-keystoneclient
-BuildRequires:  python3-mock
 BuildRequires:  python3-os-client-config
 BuildRequires:  python3-oslo.utils >= 3.33.0
 BuildRequires:  python3-pbr >= 2.0.0
@@ -56,7 +55,6 @@
 Requires:       python3-pbr >= 2.0.0
 Requires:       python3-pyOpenSSL >= 17.1.0
 Requires:       python3-requests >= 2.14.2
-Requires:       python3-six
 Requires:       python3-warlock >= 1.2.0
 Requires:       python3-wrapt >= 1.7.0
 %if 0%{?suse_version}
@@ -83,15 +81,15 @@
 This package contains auto-generated documentation.
 
 %prep
-%autosetup -p1 -n python-glanceclient-3.3.0
+%autosetup -p1 -n python-glanceclient-4.0.0
 %py_req_cleanup
 
 %build
 %py3_build
 
 # generate html docs
-PBR_VERSION=3.3.0 %sphinx_build -b html doc/source doc/build/html
-PBR_VERSION=3.3.0 %sphinx_build -b man doc/source doc/build/man
+PBR_VERSION=4.0.0 %sphinx_build -b html doc/source doc/build/html
+PBR_VERSION=4.0.0 %sphinx_build -b man doc/source doc/build/man
 # remove the sphinx-build leftovers
 rm -rf doc/build/html/.{doctrees,buildinfo}
 rm -rf doc/build/man/.{doctrees,buildinfo}

++++++ _service ++++++
--- /var/tmp/diff_new_pack.wnHnV4/_old  2022-05-25 20:34:35.176229655 +0200
+++ /var/tmp/diff_new_pack.wnHnV4/_new  2022-05-25 20:34:35.180229661 +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-glanceclient/python-glanceclient.spec.j2</param>
+    <param 
name="input-template">https://opendev.org/openstack/rpm-packaging/raw/master/openstack/python-glanceclient/python-glanceclient.spec.j2</param>
     <param name="output-name">python-glanceclient.spec</param>
-    <param 
name="requirements">https://opendev.org/openstack/python-glanceclient/raw/branch/stable/wallaby/requirements.txt</param>
+    <param 
name="requirements">https://opendev.org/openstack/python-glanceclient/raw/branch/stable/xena/requirements.txt</param>
     <param name="changelog-email">[email protected]</param>
     <param name="changelog-provider">gh,openstack,python-glanceclient</param>
   </service>

++++++ python-glanceclient-3.3.0.tar.gz -> python-glanceclient-4.0.0.tar.gz 
++++++
++++ 1713 lines of diff (skipped)

Reply via email to