Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-openstackclient for 
openSUSE:Factory checked in at 2021-12-13 20:44:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-openstackclient (Old)
 and      /work/SRC/openSUSE:Factory/.python-openstackclient.new.2520 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-openstackclient"

Mon Dec 13 20:44:46 2021 rev:24 rq:940197 version:5.6.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-openstackclient/python-openstackclient.changes
    2021-05-10 15:40:02.093403637 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-openstackclient.new.2520/python-openstackclient.changes
  2021-12-13 20:50:52.792653479 +0100
@@ -1,0 +2,55 @@
+Tue Oct 26 21:57:03 UTC 2021 - cloud-de...@suse.de
+
+- removed 0001-Replace-assertItemsEqual-with-assertCountEqual.patch
+- update to version 5.6.0
+  - volume: Re-add accidentally deleted test
+  - network: Add support for vnic-type vdpa
+  - docs: Update cinderclient comparison doc
+  - Replace assertItemsEqual with assertCountEqual
+  - Show "Forced Down" compute service status with --long
+  - Add support for Neutron's L3 conntrack helper resource
+  - volume: Add missing 'volume list --offset' parameter
+  - volume: Allow more versions
+  - compute: Note that '--password' is deployment-specific
+  - Make functional Neutron tests running fine on ML2/OVN environments
+  - L3 conntrack helper: Use singular name consistently
+  - Add pre-commit
+  - Allow to send extra attributes in Neutron related commands
+  - setup.cfg: Replace dashes with underscores
+  - compute: Better help text for 'openstack server set --state'
+  - docs: Update novaclient comparison doc
+  - Hides prefix_length column in subnet show output
+  - Implements hide image
+  - volume: Add 'volume group snapshot *' commands
+  - Remove unnecessary test
+  - docs: Update neutronclient comparison doc
+  - volume: Add 'volume attachment *' commands
+  - volume: Add 'volume message *' commands
+  - docs: Update glanceclient comparison doc
+  - volume: Add missing 'volume backup *' options
+  - cinder: Remove redundant command
+  - compute: Update 'server resize --revert', '--confirm' help
+  - Moving IRC network reference to OFTC
+  - volume: Add 'volume group type *' commands
+  - volume: Add 'volume group *' commands
+  - openstack image create: honor protection/visibility flags
+  - Correct REST API response fields for /os-migrations API
+  - tests: Rename 'FakeType' -> 'FakeVolumeType'
+  - [community goal] Update contributor documentation
+  - volume: Add 'volume transfer request create --(no-)snapshots' option
+  - Fix TestListMigrationV223 test class MIGRATION_COLUMNS
+  - Update volume create documentation
+  - compute: Fix typo
+  - Correct the tox option for skipping sdist generation
+  - Update master for stable/wallaby
+  - hacking: Remove references to encoding
+  - Add Python3 xena unit tests
+  - network: Make 'network qos rule create --type' option required
+  - Add support for token caching
+  - Add check for cinderclient.v2 support
+  - Set ML2/OVS backend explicitly in the devstack jobs
+  - tests: Handle removal of block-storage v2 API
+  - requirements: Drop os-testr
+  - volume: Add more missing 'volume backup *' options
+
+-------------------------------------------------------------------

Old:
----
  0001-Replace-assertItemsEqual-with-assertCountEqual.patch
  python-openstackclient-5.5.0.tar.gz

New:
----
  python-openstackclient-5.6.0.tar.gz

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

Other differences:
------------------
++++++ python-openstackclient.spec ++++++
--- /var/tmp/diff_new_pack.jQo9bn/_old  2021-12-13 20:50:53.256653776 +0100
+++ /var/tmp/diff_new_pack.jQo9bn/_new  2021-12-13 20:50:53.260653779 +0100
@@ -17,14 +17,13 @@
 
 
 Name:           python-openstackclient
-Version:        5.5.0
+Version:        5.6.0
 Release:        0
 Summary:        OpenStack Command-line Client
 License:        Apache-2.0
 Group:          Development/Languages/Python
 URL:            https://docs.openstack.org/python-openstackclient
-Source0:        
https://files.pythonhosted.org/packages/source/p/python-openstackclient/python-openstackclient-5.5.0.tar.gz
-Patch1:         0001-Replace-assertItemsEqual-with-assertCountEqual.patch
+Source0:        
https://files.pythonhosted.org/packages/source/p/python-openstackclient/python-openstackclient-5.6.0.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python3-cinderclient >= 3.3.0
 BuildRequires:  python3-cliff >= 3.5.0
@@ -34,7 +33,7 @@
 BuildRequires:  python3-keystoneclient >= 3.22.0
 BuildRequires:  python3-mock
 BuildRequires:  python3-novaclient >= 17.0.0
-BuildRequires:  python3-openstacksdk >= 0.53.0
+BuildRequires:  python3-openstacksdk >= 0.56.0
 BuildRequires:  python3-os-client-config
 BuildRequires:  python3-osc-lib >= 2.3.0
 BuildRequires:  python3-oslotest
@@ -63,7 +62,7 @@
 Requires:       python3-keystoneauth1
 Requires:       python3-keystoneclient >= 3.22.0
 Requires:       python3-novaclient >= 17.0.0
-Requires:       python3-openstacksdk >= 0.53.0
+Requires:       python3-openstacksdk >= 0.56.0
 Requires:       python3-osc-lib >= 2.3.0
 Requires:       python3-oslo.i18n >= 3.15.3
 Requires:       python3-oslo.utils >= 3.33.0
@@ -106,14 +105,14 @@
 This package contains auto-generated documentation.
 
 %prep
-%autosetup -p1 -n python-openstackclient-5.5.0
+%autosetup -p1 -n python-openstackclient-5.6.0
 %py_req_cleanup
 
 %build
 %{py3_build}
 
-PBR_VERSION=5.5.0 %sphinx_build -b html doc/source doc/build/html
-PBR_VERSION=5.5.0 %sphinx_build -b man doc/source doc/build/man
+PBR_VERSION=5.6.0 %sphinx_build -b html doc/source doc/build/html
+PBR_VERSION=5.6.0 %sphinx_build -b man doc/source doc/build/man
 # remove the sphinx-build leftovers
 rm -rf doc/build/html/.{doctrees,buildinfo}
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.jQo9bn/_old  2021-12-13 20:50:53.296653801 +0100
+++ /var/tmp/diff_new_pack.jQo9bn/_new  2021-12-13 20:50:53.300653804 +0100
@@ -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-openstackclient/python-openstackclient.spec.j2</param>
+    <param 
name="input-template">https://opendev.org/openstack/rpm-packaging/raw/master/openstack/python-openstackclient/python-openstackclient.spec.j2</param>
     <param name="output-name">python-openstackclient.spec</param>
-    <param 
name="requirements">https://opendev.org/openstack/python-openstackclient/raw/branch/stable/wallaby/requirements.txt</param>
+    <param 
name="requirements">https://opendev.org/openstack/python-openstackclient/raw/master/requirements.txt</param>
     <param name="changelog-email">cloud-de...@suse.de</param>
     <param 
name="changelog-provider">gh,openstack,python-openstackclient</param>
   </service>

++++++ python-openstackclient-5.5.0.tar.gz -> 
python-openstackclient-5.6.0.tar.gz ++++++
++++ 14918 lines of diff (skipped)

Reply via email to