Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-manilaclient for
openSUSE:Factory checked in at 2022-05-25 20:34:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-manilaclient (Old)
and /work/SRC/openSUSE:Factory/.python-manilaclient.new.2254 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-manilaclient"
Wed May 25 20:34:34 2022 rev:20 rq:979074 version:3.4.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-manilaclient/python-manilaclient.changes
2021-05-10 15:39:39.389496363 +0200
+++
/work/SRC/openSUSE:Factory/.python-manilaclient.new.2254/python-manilaclient.changes
2022-05-25 20:34:51.652252646 +0200
@@ -1,0 +2,86 @@
+Tue May 24 21:11:48 UTC 2022 - [email protected]
+
+- update to version 3.4.0
+ - [OSC] Implement share network subnet commands
+ - Add support for ~name and ~description filtering when listing shares.
+ - Add CLI error notification in case there is no share type
+ - Fix displaying column headers for OSC list commands
+ - Move release notes to correct folders
+ - Update master for stable/xena
+ - Add --scheduler_hints to share create command
+ - Add missing space in server migration complete
+ - Fix typo in subnet delete description
+ - Fix tox to ignore_basepython_conflict
+ - Remove check for args.force
+ - api 2.64, manilaclient support force extend share
+ - Refractor logs
+ - Update python testing classifier
+ - [OSC] Add missing waiters
+ - Add --wait flag to the share access rule
+ - Avoid formatting *_extra_specs unless format is table
+ - [OSC] Implement Share Group Type Commands
+ - Implement OSC quota set default and project mandatory
+ - Add a --wait flag to share manage/unmanage
+ - Add share groups/share group snaps to quota class
+ - Add Python3 yoga unit tests
+ - Drop lower-constraints.txt and its testing
+ - Fix for displaying export locations for share snapshot.
+ - Refactor code from oslo_incubator
+ - Fix python-manilaclient functional tests
+ - Allow tests to choose client privileges
+ - Add --wait flag to the mange share server operation
+ - Fix typo in unit test
+ - Bump max API microversion
+ - Fix the id attr for share group type access repr
+ - Add Python 3 only classifier
+ - Add --scheduler_hints to share replica create command
+ - Update master for stable/yoga
+ - Add export location information to share replica show command
+ - [CI] Change rally and lower-constraints jobs
+ - API 2.69,Manila client support recycle bin
+ - Bump lower-constraints
+
+-------------------------------------------------------------------
+Tue Oct 26 21:59:46 UTC 2021 - [email protected]
+
+- update to version 3.0.0
+ - Fix test failures for "test_list_shares_by_{filter}"
+ - Further fix to "test_list_shares_by_status"
+ - [OSC] Implement share instance commands
+ - tools: Remove dead tools
+ - Fix OSC share groups
+ - Fix typo in quota set error message
+ - Add "--wait" option for deleting a share server
+ - [OSC] Implement Share Limits Show command
+ - Add --wait flag to the create share group operation
+ - [TrivialFix] Follow up per-share-gigabytes quota changes
+ - Fix PDF docs issue
+ - Changed minversion in tox to 3.18.0
+ - Implement OSC share instance export location commands
+ - Add --wait flag to the delete share group operation
+ - [OSC] Implement Share Pools List command
+ - [OSC] Implement Share Replica Commands
+ - Add Python3 xena unit tests
+ - Fix incorrect dict member lookup
+ - [OSC] Implement Share Group Commands
+ - [ci] fix neutron services in functional job
+ - Replace deprecated inspect.getargspec
+ - [OSC] Implement Availability Zones Command
+ - OSC Implementation for Share Networks
+ - Re-enable shell completion cache
+ - tests: Remove unused fakes
+ - setup.cfg: Replace dashes with underscores
+ - Fix error in CLI 'manila list' with sorting key 'availability_zone'.
+ - [OSC] Implement Share Services Commands
+ - Remove six
+ - utils: Remove unicode-related helpers
+ - [OSC] Implement Replica Export Locations commands
+ - Update master for stable/wallaby
+ - Fix issue while creating share from snapshot
+ - Uncap PrettyTable
+ - [OSC] Fix the default API_VERSION in unit tests
+ - [OSC] Add Share Snapshot Instances commands
+ - Remove some deprecated options
+ - Add per share gigabytes quota to the CLI
+
+-------------------------------------------------------------------
Old:
----
python-manilaclient-2.6.0.tar.gz
New:
----
python-manilaclient-3.4.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-manilaclient.spec ++++++
--- /var/tmp/diff_new_pack.A2JebJ/_old 2022-05-25 20:34:53.064254617 +0200
+++ /var/tmp/diff_new_pack.A2JebJ/_new 2022-05-25 20:34:53.068254623 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-manilaclient
#
-# 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,13 +17,13 @@
Name: python-manilaclient
-Version: 2.6.0
+Version: 3.4.0
Release: 0
Summary: Client Library for OpenStack Share API
License: Apache-2.0
Group: Development/Languages/Python
URL: https://docs.openstack.org/python-manilaclient
-Source0:
https://files.pythonhosted.org/packages/source/p/python-manilaclient/python-manilaclient-2.6.0.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/p/python-manilaclient/python-manilaclient-3.4.0.tar.gz
BuildRequires: openstack-macros
BuildRequires: python3-ddt
BuildRequires: python3-fixtures
@@ -54,7 +54,6 @@
Requires: python3-oslo.utils >= 3.33.0
Requires: python3-requests >= 2.14.2
Requires: python3-simplejson >= 3.5.1
-Requires: python3-six >= 1.10.0
%if 0%{?suse_version}
Obsoletes: python2-manilaclient < 2.0.0
%endif
@@ -76,13 +75,13 @@
This package contains auto-generated documentation.
%prep
-%autosetup -p1 -n python-manilaclient-2.6.0
+%autosetup -p1 -n python-manilaclient-3.4.0
%py_req_cleanup
%build
%{py3_build}
-PBR_VERSION=2.6.0 %sphinx_build -b html doc/source doc/build/html
+PBR_VERSION=3.4.0 %sphinx_build -b html doc/source doc/build/html
# remove the sphinx-build leftovers
rm -rf doc/build/html/.{doctrees,buildinfo}
++++++ _service ++++++
--- /var/tmp/diff_new_pack.A2JebJ/_old 2022-05-25 20:34:53.096254662 +0200
+++ /var/tmp/diff_new_pack.A2JebJ/_new 2022-05-25 20:34:53.100254667 +0200
@@ -1,8 +1,8 @@
<services>
<service mode="disabled" name="renderspec">
- <param
name="input-template">https://git.openstack.org/cgit/openstack/rpm-packaging/plain/openstack/python-manilaclient/python-manilaclient.spec.j2?h=stable/wallaby</param>
+ <param
name="input-template">https://opendev.org/openstack/rpm-packaging/raw/master/openstack/python-manilaclient/python-manilaclient.spec.j2</param>
<param name="output-name">python-manilaclient.spec</param>
- <param
name="requirements">https://opendev.org/openstack/python-manilaclient/raw/branch/stable/wallaby/requirements.txt</param>
+ <param
name="requirements">https://opendev.org/openstack/python-manilaclient/raw/branch/master/requirements.txt</param>
<param name="changelog-email">[email protected]</param>
<param name="changelog-provider">gh,openstack,python-manilaclient</param>
</service>
++++++ python-manilaclient-2.6.0.tar.gz -> python-manilaclient-3.4.0.tar.gz
++++++
++++ 19113 lines of diff (skipped)