commit python-manilaclient for openSUSE:Factory

2020-10-26 Thread root
Hello community,

here is the log from the commit of package python-manilaclient for 
openSUSE:Factory checked in at 2020-10-26 16:15:36

Comparing /work/SRC/openSUSE:Factory/python-manilaclient (Old)
 and  /work/SRC/openSUSE:Factory/.python-manilaclient.new.3463 (New)


Package is "python-manilaclient"

Mon Oct 26 16:15:36 2020 rev:18 rq:841187 version:2.3.0

Changes:

--- /work/SRC/openSUSE:Factory/python-manilaclient/python-manilaclient.changes  
2020-06-05 20:14:14.102543475 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-manilaclient.new.3463/python-manilaclient.changes
2020-10-26 16:16:25.990940911 +0100
@@ -1,0 +2,25 @@
+Fri Oct  9 19:14:42 UTC 2020 - cloud-de...@suse.de
+
+- update to version 2.3.0
+  - Use unittest.mock instead of third party lib
+  - Improve OSC test coverage
+  - Graduate share replication feature
+  - Drop install_command usage in tox
+  - Add py38 package metadata
+  - Implement the first half of OSC share snapshots commands
+  - Implement OSC share resize command
+  - Fix hacking min version to 3.0.1
+  - Add initial documentation for OSC
+  - Add commands for share server migration
+  - Switch to newer openstackdocstheme and reno versions
+  - [goal] Migrate testing to ubuntu focal
+  - Update master for stable/ussuri
+  - Migrate functional job to native zuulv3
+  - Replace "tenant" terminology with "project"
+  - TrivialFix: Remove unnecessary future imports
+  - Add noqa markup to intentionally redefined methods
+  - [ussuri][goal] Change contributor guide
+  - Implement OSC share quota commands
+  - Add Python3 victoria unit tests
+
+---

Old:

  python-manilaclient-2.1.0.tar.gz

New:

  python-manilaclient-2.3.0.tar.gz



Other differences:
--
++ python-manilaclient.spec ++
--- /var/tmp/diff_new_pack.ymgLK2/_old  2020-10-26 16:16:26.606941406 +0100
+++ /var/tmp/diff_new_pack.ymgLK2/_new  2020-10-26 16:16:26.610941409 +0100
@@ -17,13 +17,13 @@
 
 
 Name:   python-manilaclient
-Version:2.1.0
+Version:2.3.0
 Release:0
 Summary:Client Library for OpenStack Share API
 License:Apache-2.0
 Group:  Development/Languages/Python
 URL:https://launchpad.net/python-manilaclient
-Source0:
https://files.pythonhosted.org/packages/source/p/python-manilaclient/python-manilaclient-2.1.0.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/p/python-manilaclient/python-manilaclient-2.3.0.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python3-ddt
 BuildRequires:  python3-fixtures
@@ -77,13 +77,13 @@
 This package contains auto-generated documentation.
 
 %prep
-%autosetup -p1 -n python-manilaclient-2.1.0
+%autosetup -p1 -n python-manilaclient-2.3.0
 %py_req_cleanup
 
 %build
 %{py3_build}
 
-PBR_VERSION=2.1.0 %sphinx_build -b html doc/source doc/build/html
+PBR_VERSION=2.3.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.ymgLK2/_old  2020-10-26 16:16:26.646941438 +0100
+++ /var/tmp/diff_new_pack.ymgLK2/_new  2020-10-26 16:16:26.646941438 +0100
@@ -1,8 +1,8 @@
 
   
-https://git.openstack.org/cgit/openstack/rpm-packaging/plain/openstack/python-manilaclient/python-manilaclient.spec.j2?h=stable/ussuri
+https://git.openstack.org/cgit/openstack/rpm-packaging/plain/openstack/python-manilaclient/python-manilaclient.spec.j2?h=stable/victoria
 python-manilaclient.spec
-https://opendev.org/openstack/python-manilaclient/raw/branch/stable/ussuri/requirements.txt
+https://opendev.org/openstack/python-manilaclient/raw/branch/stable/victoria/requirements.txt
 cloud-de...@suse.de
 gh,openstack,python-manilaclient
   

++ python-manilaclient-2.1.0.tar.gz -> python-manilaclient-2.3.0.tar.gz 
++
 6851 lines of diff (skipped)




commit python-manilaclient for openSUSE:Factory

2020-06-05 Thread root
Hello community,

here is the log from the commit of package python-manilaclient for 
openSUSE:Factory checked in at 2020-06-05 20:11:03

Comparing /work/SRC/openSUSE:Factory/python-manilaclient (Old)
 and  /work/SRC/openSUSE:Factory/.python-manilaclient.new.3606 (New)


Package is "python-manilaclient"

Fri Jun  5 20:11:03 2020 rev:17 rq:803570 version:2.1.0

Changes:

--- /work/SRC/openSUSE:Factory/python-manilaclient/python-manilaclient.changes  
2020-03-24 22:33:10.581113729 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-manilaclient.new.3606/python-manilaclient.changes
2020-06-05 20:14:14.102543475 +0200
@@ -1,0 +2,25 @@
+Tue May 12 09:59:44 UTC 2020 - cloud-de...@suse.de
+
+- update to version 2.1.0
+  - Remove experimental flag from share groups commands
+  - Update the constraints url
+  - Fix osc delete share and show share tests
+  - Update hacking for Python3
+  - Update master for stable/train
+  - [OSC] Init OpenStack Client implementation
+  - Add new share replica quotas to the CLI
+  - Implement OSC share access rules commands
+  - Put osc unit tests with all other unit tests
+  - Fix lower bound for sphix in docs/requirements.txt
+  - Fix update share network tests and skip exception issue
+  - OSC Fix list for all projects
+  - Implement osc share set/unset commands
+  - Update the python manila client api version
+  - Support query user message by timestamp
+  - Add more detail to API introduction
+  - Cleanup py27 support
+  - Add functional tests for OSC
+  - Implement OSC share type commands
+  - [ussuri][goal] Drop python2.7 support
+
+---

Old:

  python-manilaclient-1.29.0.tar.gz

New:

  python-manilaclient-2.1.0.tar.gz



Other differences:
--
++ python-manilaclient.spec ++
--- /var/tmp/diff_new_pack.oYNLfa/_old  2020-06-05 20:14:15.634549112 +0200
+++ /var/tmp/diff_new_pack.oYNLfa/_new  2020-06-05 20:14:15.638549127 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   python-manilaclient
-Version:1.29.0
+Version:2.1.0
 Release:0
 Summary:Client Library for OpenStack Share API
 License:Apache-2.0
 Group:  Development/Languages/Python
 URL:https://launchpad.net/python-manilaclient
-Source0:
https://files.pythonhosted.org/packages/source/p/python-manilaclient/python-manilaclient-1.29.0.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/p/python-manilaclient/python-manilaclient-2.1.0.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python3-ddt
 BuildRequires:  python3-fixtures
@@ -77,13 +77,13 @@
 This package contains auto-generated documentation.
 
 %prep
-%autosetup -p1 -n python-manilaclient-1.29.0
+%autosetup -p1 -n python-manilaclient-2.1.0
 %py_req_cleanup
 
 %build
 %{py3_build}
 
-PBR_VERSION=1.29.0 %sphinx_build -b html doc/source doc/build/html
+PBR_VERSION=2.1.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.oYNLfa/_old  2020-06-05 20:14:15.670549245 +0200
+++ /var/tmp/diff_new_pack.oYNLfa/_new  2020-06-05 20:14:15.670549245 +0200
@@ -1,8 +1,8 @@
 
   
-https://git.openstack.org/cgit/openstack/rpm-packaging/plain/openstack/python-manilaclient/python-manilaclient.spec.j2?h=stable/train
+https://git.openstack.org/cgit/openstack/rpm-packaging/plain/openstack/python-manilaclient/python-manilaclient.spec.j2?h=stable/ussuri
 python-manilaclient.spec
-https://raw.githubusercontent.com/openstack/python-manilaclient/stable/train/requirements.txt
+https://opendev.org/openstack/python-manilaclient/raw/branch/stable/ussuri/requirements.txt
 cloud-de...@suse.de
 gh,openstack,python-manilaclient
   

++ python-manilaclient-1.29.0.tar.gz -> python-manilaclient-2.1.0.tar.gz 
++
 8055 lines of diff (skipped)




commit python-manilaclient for openSUSE:Factory

2020-03-24 Thread root
Hello community,

here is the log from the commit of package python-manilaclient for 
openSUSE:Factory checked in at 2020-03-24 22:33:09

Comparing /work/SRC/openSUSE:Factory/python-manilaclient (Old)
 and  /work/SRC/openSUSE:Factory/.python-manilaclient.new.3160 (New)


Package is "python-manilaclient"

Tue Mar 24 22:33:09 2020 rev:16 rq:787454 version:1.29.0

Changes:

--- /work/SRC/openSUSE:Factory/python-manilaclient/python-manilaclient.changes  
2019-12-04 14:18:54.826363971 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-manilaclient.new.3160/python-manilaclient.changes
2020-03-24 22:33:10.581113729 +0100
@@ -1,0 +2,10 @@
+Mon Mar 23 12:26:24 UTC 2020 - Dirk Mueller 
+
+- add obsoletes
+
+---
+Wed Mar 11 12:42:38 UTC 2020 - Dirk Mueller 
+
+- switch to python 3.x only
+
+---



Other differences:
--
++ python-manilaclient.spec ++
--- /var/tmp/diff_new_pack.WaPUPR/_old  2020-03-24 22:33:11.221114040 +0100
+++ /var/tmp/diff_new_pack.WaPUPR/_new  2020-03-24 22:33:11.221114040 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-manilaclient
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,17 +25,6 @@
 URL:https://launchpad.net/python-manilaclient
 Source0:
https://files.pythonhosted.org/packages/source/p/python-manilaclient/python-manilaclient-1.29.0.tar.gz
 BuildRequires:  openstack-macros
-BuildRequires:  python2-ddt
-BuildRequires:  python2-fixtures
-BuildRequires:  python2-mock
-BuildRequires:  python2-openstackclient
-BuildRequires:  python2-oslo.config >= 5.2.0
-BuildRequires:  python2-oslo.log >= 3.36.0
-BuildRequires:  python2-oslo.serialization >= 2.18.0
-BuildRequires:  python2-oslo.utils >= 3.33.0
-BuildRequires:  python2-stestr
-BuildRequires:  python2-testrepository
-BuildRequires:  python2-testtools
 BuildRequires:  python3-ddt
 BuildRequires:  python3-fixtures
 BuildRequires:  python3-mock
@@ -47,29 +36,31 @@
 BuildRequires:  python3-stestr
 BuildRequires:  python3-testrepository
 BuildRequires:  python3-testtools
-Requires:   python-Babel >= 2.3.4
-Requires:   python-PrettyTable >= 0.7.1
-Requires:   python-debtcollector >= 1.2.0
-Requires:   python-keystoneclient >= 3.8.0
-Requires:   python-oslo.config >= 5.2.0
-Requires:   python-oslo.log >= 3.36.0
-Requires:   python-oslo.serialization >= 2.18.0
-Requires:   python-oslo.utils >= 3.33.0
-Requires:   python-requests >= 2.14.2
-Requires:   python-simplejson >= 3.5.1
-Requires:   python-six >= 1.10.0
 BuildArch:  noarch
+
+%description
+Client library and command line utility for interacting with Openstack
+Share API.
+
+%package -n python3-manilaclient
+Summary:Client Library for OpenStack Share API
+Group:  Development/Languages/Python
+Requires:   python3-Babel >= 2.3.4
+Requires:   python3-PrettyTable >= 0.7.1
+Requires:   python3-debtcollector >= 1.2.0
+Requires:   python3-keystoneclient >= 3.8.0
+Requires:   python3-oslo.config >= 5.2.0
+Requires:   python3-oslo.log >= 3.36.0
+Requires:   python3-oslo.serialization >= 2.18.0
+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}
-Requires(post): update-alternatives
-Requires(postun): update-alternatives
-%else
-# on RDO, update-alternatives is in chkconfig
-Requires(post): chkconfig
-Requires(postun): chkconfig
+Obsoletes:  python2-manilaclient < 2.0.0
 %endif
-%python_subpackages
 
-%description
+%description -n python3-manilaclient
 Client library and command line utility for interacting with Openstack
 Share API.
 
@@ -90,39 +81,31 @@
 %py_req_cleanup
 
 %build
-%{python_build}
+%{py3_build}
 
 PBR_VERSION=1.29.0 %sphinx_build -b html doc/source doc/build/html
 # remove the sphinx-build leftovers
 rm -rf doc/build/html/.{doctrees,buildinfo}
 
 %install
-%{python_install}
+%{py3_install}
 # bash completion
 install -p -D -m 644 tools/manila.bash_completion 
%{buildroot}%{_sysconfdir}/bash_completion.d/manila.bash_completion
-%python_clone -a %{buildroot}%{_bindir}/manila
-%python_clone -a 
%{buildroot}%{_sysconfdir}/bash_completion.d/manila.bash_completion
-
-%post
-%{python_install_alternative manila 
%{_sysconfdir}/bash_completion.d/manila.bash_completion}
-
-%postun
-%python_uninstall_alternative manila
 
 %check
 # we dont want to depend 

commit python-manilaclient for openSUSE:Factory

2019-12-04 Thread root
Hello community,

here is the log from the commit of package python-manilaclient for 
openSUSE:Factory checked in at 2019-12-04 13:48:41

Comparing /work/SRC/openSUSE:Factory/python-manilaclient (Old)
 and  /work/SRC/openSUSE:Factory/.python-manilaclient.new.4691 (New)


Package is "python-manilaclient"

Wed Dec  4 13:48:41 2019 rev:15 rq:736658 version:1.29.0

Changes:

--- /work/SRC/openSUSE:Factory/python-manilaclient/python-manilaclient.changes  
2019-05-03 22:41:13.147088941 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-manilaclient.new.4691/python-manilaclient.changes
2019-12-04 14:18:54.826363971 +0100
@@ -1,0 +2,20 @@
+Wed Oct  9 13:02:14 UTC 2019 - cloud-de...@suse.de
+
+- update to version 1.29.0
+  - OpenDev Migration Patch
+  - Dropping the py35 testing
+  - Add CLI commands for Share Networks with multiple Subnets
+  - base job has changed to bionic
+  - Add Python 3 Train unit tests
+  - [CI] Bump timeout for manilaclient-dsvm-neutron-functional
+  - Replace openstack.org git:// URLs with https://
+  - Replace git.openstack.org URLs with opendev.org URLs
+  - Remove docutils requirement
+  - [doc] Fix command output generation
+  - Add "functional tests" documentation
+  - Change the default value of description of type show
+  - Update master for stable/stein
+  - Add update share-type to SDK and CLI
+  - Add PDF documentation build
+
+---

Old:

  python-manilaclient-1.27.0.tar.gz

New:

  python-manilaclient-1.29.0.tar.gz



Other differences:
--
++ python-manilaclient.spec ++
--- /var/tmp/diff_new_pack.ZMQI8P/_old  2019-12-04 14:18:55.222364305 +0100
+++ /var/tmp/diff_new_pack.ZMQI8P/_new  2019-12-04 14:18:55.226364308 +0100
@@ -17,27 +17,33 @@
 
 
 Name:   python-manilaclient
-Version:1.27.0
+Version:1.29.0
 Release:0
 Summary:Client Library for OpenStack Share API
 License:Apache-2.0
 Group:  Development/Languages/Python
 URL:https://launchpad.net/python-manilaclient
-Source0:
https://files.pythonhosted.org/packages/source/p/python-manilaclient/python-manilaclient-1.27.0.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/p/python-manilaclient/python-manilaclient-1.29.0.tar.gz
 BuildRequires:  openstack-macros
-BuildRequires:  python-devel
 BuildRequires:  python2-ddt
 BuildRequires:  python2-fixtures
 BuildRequires:  python2-mock
 BuildRequires:  python2-openstackclient
+BuildRequires:  python2-oslo.config >= 5.2.0
+BuildRequires:  python2-oslo.log >= 3.36.0
+BuildRequires:  python2-oslo.serialization >= 2.18.0
+BuildRequires:  python2-oslo.utils >= 3.33.0
 BuildRequires:  python2-stestr
 BuildRequires:  python2-testrepository
 BuildRequires:  python2-testtools
 BuildRequires:  python3-ddt
-BuildRequires:  python3-devel
 BuildRequires:  python3-fixtures
 BuildRequires:  python3-mock
 BuildRequires:  python3-openstackclient
+BuildRequires:  python3-oslo.config >= 5.2.0
+BuildRequires:  python3-oslo.log >= 3.36.0
+BuildRequires:  python3-oslo.serialization >= 2.18.0
+BuildRequires:  python3-oslo.utils >= 3.33.0
 BuildRequires:  python3-stestr
 BuildRequires:  python3-testrepository
 BuildRequires:  python3-testtools
@@ -70,9 +76,9 @@
 %package -n python-manilaclient-doc
 Summary:Documentation for OpenStack Share API Client
 Group:  Documentation/HTML
-BuildRequires:  python-Sphinx
-BuildRequires:  python-openstackdocstheme
-BuildRequires:  python-sphinxcontrib-programoutput
+BuildRequires:  python3-Sphinx
+BuildRequires:  python3-openstackdocstheme
+BuildRequires:  python3-sphinxcontrib-programoutput
 
 %description -n python-manilaclient-doc
 Client library and command line utility for interacting with Openstack
@@ -80,13 +86,13 @@
 This package contains auto-generated documentation.
 
 %prep
-%autosetup -p1 -n python-manilaclient-1.27.0
+%autosetup -p1 -n python-manilaclient-1.29.0
 %py_req_cleanup
 
 %build
 %{python_build}
 
-PBR_VERSION=1.27.0 sphinx-build -b html doc/source doc/build/html
+PBR_VERSION=1.29.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.ZMQI8P/_old  2019-12-04 14:18:55.250364328 +0100
+++ /var/tmp/diff_new_pack.ZMQI8P/_new  2019-12-04 14:18:55.250364328 +0100
@@ -1,8 +1,8 @@
 
   
-https://git.openstack.org/cgit/openstack/rpm-packaging/plain/openstack/python-manilaclient/python-manilaclient.spec.j2?h=stable/stein
+https://git.openstack.org/cgit/openstack/rpm-packaging/plain/openstack/python-manilaclient/python-manilaclient.spec.j2?h=stable/train
 python-manilaclient.spec
-

commit python-manilaclient for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package python-manilaclient for 
openSUSE:Factory checked in at 2019-05-03 22:41:10

Comparing /work/SRC/openSUSE:Factory/python-manilaclient (Old)
 and  /work/SRC/openSUSE:Factory/.python-manilaclient.new.5148 (New)


Package is "python-manilaclient"

Fri May  3 22:41:10 2019 rev:14 rq:692835 version:1.27.0

Changes:

--- /work/SRC/openSUSE:Factory/python-manilaclient/python-manilaclient.changes  
2018-09-07 15:37:52.722634406 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-manilaclient.new.5148/python-manilaclient.changes
2019-05-03 22:41:13.147088941 +0200
@@ -1,0 +2,36 @@
+Mon Apr  8 12:23:37 UTC 2019 - cloud-de...@suse.de
+
+- update to version 1.27.0
+  - Return is_default as a value instead of a function object
+  - Add Release Notes in README
+  - Fix type-show command with name
+  - Change python3.5 job to python3.7 job on Stein+
+  - Replace unicode with six.text_type
+  - Fix sort options --sort-key and --sort-dir in list command.
+  - [CI] Fix logs for the functional test job
+  - Update reno for stable/rocky
+  - import zuul job settings from project-config
+  - Fix get_base_url
+  - Add default value for 'is_public' attribute in the help text
+  - Change openstack-dev to openstack-discuss
+  - Loosen docutils requirement pin
+  - Fix functional tests
+  - Don't quote {posargs} in tox.ini
+  - [Python3] Fix python3 bugs in code
+  - Add support for replica export location APIs
+  - Add missing organizational unit (--ou) parameter in manila cli
+  - Add unit-test for availability_zones.AvailabilityZone repr()
+  - Add Python 3.6 classifier to setup.cfg
+  - [CI] Use openstackclient instead of neutronclient
+  - switch documentation job to new PTI
+  - add python 3.6 unit test job
+  - Convert functional tests to python3
+  - fix tox python3 overrides
+  - Remove setup.py check from pep8 job
+  - Add CLI commands for Manage-Unmanage of Share Servers
+  - Stop encoding "~" in query parameters
+  - Run manilaclient-dsvm-neutron-functional on bionic
+  - Drop 'clidoc' from sphinx extensions
+  - Use templates for cover and lower-constraints
+
+---

Old:

  python-manilaclient-1.24.1.tar.gz

New:

  python-manilaclient-1.27.0.tar.gz



Other differences:
--
++ python-manilaclient.spec ++
--- /var/tmp/diff_new_pack.rzgipP/_old  2019-05-03 22:41:13.583089859 +0200
+++ /var/tmp/diff_new_pack.rzgipP/_new  2019-05-03 22:41:13.587089868 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-manilaclient
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,18 +12,18 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   python-manilaclient
-Version:1.24.1
+Version:1.27.0
 Release:0
 Summary:Client Library for OpenStack Share API
 License:Apache-2.0
 Group:  Development/Languages/Python
 URL:https://launchpad.net/python-manilaclient
-Source0:
https://files.pythonhosted.org/packages/source/p/python-manilaclient/python-manilaclient-1.24.1.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/p/python-manilaclient/python-manilaclient-1.27.0.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python-devel
 BuildRequires:  python2-ddt
@@ -72,6 +72,7 @@
 Group:  Documentation/HTML
 BuildRequires:  python-Sphinx
 BuildRequires:  python-openstackdocstheme
+BuildRequires:  python-sphinxcontrib-programoutput
 
 %description -n python-manilaclient-doc
 Client library and command line utility for interacting with Openstack
@@ -79,14 +80,13 @@
 This package contains auto-generated documentation.
 
 %prep
-%autosetup -p1 -n python-manilaclient-1.24.1
+%autosetup -p1 -n python-manilaclient-1.27.0
 %py_req_cleanup
-sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
 
 %build
 %{python_build}
 
-PBR_VERSION=1.24.1 sphinx-build -b html doc/source doc/build/html
+PBR_VERSION=1.27.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.rzgipP/_old  2019-05-03 22:41:13.607089910 +0200
+++ /var/tmp/diff_new_pack.rzgipP/_new  2019-05-03 22:41:13.611089918 +0200
@@ -1,8 

commit python-manilaclient for openSUSE:Factory

2018-09-07 Thread root
Hello community,

here is the log from the commit of package python-manilaclient for 
openSUSE:Factory checked in at 2018-09-07 15:37:49

Comparing /work/SRC/openSUSE:Factory/python-manilaclient (Old)
 and  /work/SRC/openSUSE:Factory/.python-manilaclient.new (New)


Package is "python-manilaclient"

Fri Sep  7 15:37:49 2018 rev:13 rq:633078 version:1.24.1

Changes:

--- /work/SRC/openSUSE:Factory/python-manilaclient/python-manilaclient.changes  
2018-03-19 23:37:13.743840630 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-manilaclient.new/python-manilaclient.changes 
2018-09-07 15:37:52.722634406 +0200
@@ -1,0 +2,39 @@
+Mon Sep  3 17:16:27 UTC 2018 - cloud-de...@suse.de
+
+- update to version 1.24.1
+  - Allow clone of manila-tempest-plugin
+  - Mark functional tests passwords as secrets
+  - Update reno for stable/queens
+  - Fix manila endpoint in catalog not find error
+  - Fix 'List' command filters do not accept unicode symbols
+  - Remove PyPI downloads
+  - Fix failed to import test module
+  - Fix allow the use of blank in user group name to access the share
+  - Support metadata for access rule resource
+  - Zuul: Remove project name
+  - Add check to the flake8 job
+  - Fix is_default value is empty issue when create
+  - Loosen docutils requirement pin
+  - Clean imports in code
+  - fix tox python3 overrides
+  - Update .gitreview for stable/rocky
+  - allow '--help' to print subcomands info
+  - Add unit-test for apiversions.APIVersion.is_latest
+  - Delete unused files to increase test coverage
+  - Add missing assertions for APIVersion comparison
+  - Update links in README
+  - Trivial: Update pypi url to new url
+  - Drop unused test-requirement
+  - Follow the new PTI for document build
+  - Increase coverage test
+  - Support filter search for share type API
+  - add os-testr to test-requirements
+  - Cover string representations of api_versions.APIVersion
+  - Remove fake_client module as it is unused
+  - Add release note link in README
+  - Switch to use stestr instead of testr
+  - Updated from global requirements
+  - add lower-constraints job
+  - Fix using column reports nothing for capabilities
+
+---

Old:

  python-manilaclient-1.21.0.tar.gz

New:

  python-manilaclient-1.24.1.tar.gz



Other differences:
--
++ python-manilaclient.spec ++
--- /var/tmp/diff_new_pack.qJANha/_old  2018-09-07 15:37:53.094634007 +0200
+++ /var/tmp/diff_new_pack.qJANha/_new  2018-09-07 15:37:53.098634002 +0200
@@ -17,35 +17,35 @@
 
 
 Name:   python-manilaclient
-Version:1.21.0
+Version:1.24.1
 Release:0
 Summary:Client Library for OpenStack Share API
 License:Apache-2.0
 Group:  Development/Languages/Python
 URL:https://launchpad.net/python-manilaclient
-Source0:
https://files.pythonhosted.org/packages/source/p/python-manilaclient/python-manilaclient-1.21.0.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/p/python-manilaclient/python-manilaclient-1.24.1.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python-devel
-BuildRequires:  python2-ddt >= 1.0.1
-BuildRequires:  python2-fixtures >= 3.0.0
-BuildRequires:  python2-mock >= 2.0.0
-BuildRequires:  python2-openstackclient >= 3.12.0
-BuildRequires:  python2-oslotest >= 3.2.0
-BuildRequires:  python2-testrepository >= 0.0.18
-BuildRequires:  python2-testtools >= 2.2.0
-BuildRequires:  python3-ddt >= 1.0.1
+BuildRequires:  python2-ddt
+BuildRequires:  python2-fixtures
+BuildRequires:  python2-mock
+BuildRequires:  python2-openstackclient
+BuildRequires:  python2-stestr
+BuildRequires:  python2-testrepository
+BuildRequires:  python2-testtools
+BuildRequires:  python3-ddt
 BuildRequires:  python3-devel
-BuildRequires:  python3-fixtures >= 3.0.0
-BuildRequires:  python3-mock >= 2.0.0
-BuildRequires:  python3-openstackclient >= 3.12.0
-BuildRequires:  python3-oslotest >= 3.2.0
-BuildRequires:  python3-testrepository >= 0.0.18
-BuildRequires:  python3-testtools >= 2.2.0
+BuildRequires:  python3-fixtures
+BuildRequires:  python3-mock
+BuildRequires:  python3-openstackclient
+BuildRequires:  python3-stestr
+BuildRequires:  python3-testrepository
+BuildRequires:  python3-testtools
 Requires:   python-Babel >= 2.3.4
 Requires:   python-PrettyTable >= 0.7.1
 Requires:   python-debtcollector >= 1.2.0
 Requires:   python-keystoneclient >= 3.8.0
-Requires:   python-oslo.config >= 5.1.0
+Requires:   python-oslo.config >= 5.2.0
 Requires:   python-oslo.log >= 3.36.0
 Requires:   python-oslo.serialization >= 2.18.0
 Requires:   python-oslo.utils >= 3.33.0
@@ -71,7 +71,7 @@
 Summary:Documentation 

commit python-manilaclient for openSUSE:Factory

2018-03-19 Thread root
Hello community,

here is the log from the commit of package python-manilaclient for 
openSUSE:Factory checked in at 2018-03-19 23:37:08

Comparing /work/SRC/openSUSE:Factory/python-manilaclient (Old)
 and  /work/SRC/openSUSE:Factory/.python-manilaclient.new (New)


Package is "python-manilaclient"

Mon Mar 19 23:37:08 2018 rev:12 rq:584482 version:1.21.0

Changes:

--- /work/SRC/openSUSE:Factory/python-manilaclient/python-manilaclient.changes  
2018-02-14 10:50:37.363841617 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-manilaclient.new/python-manilaclient.changes 
2018-03-19 23:37:13.743840630 +0100
@@ -1,0 +2,11 @@
+Thu Mar  8 15:48:29 UTC 2018 - tbecht...@suse.com
+
+- Update spec file based on upstream spec
+  * Switch to singlespec
+
+---
+Fri Feb 23 13:08:51 UTC 2018 - tbecht...@suse.com
+
+- Switch to stable/queens spec template
+
+---



Other differences:
--
++ python-manilaclient.spec ++
--- /var/tmp/diff_new_pack.ZpqidT/_old  2018-03-19 23:37:14.467814513 +0100
+++ /var/tmp/diff_new_pack.ZpqidT/_new  2018-03-19 23:37:14.471814369 +0100
@@ -22,18 +22,25 @@
 Summary:Client Library for OpenStack Share API
 License:Apache-2.0
 Group:  Development/Languages/Python
-Url:https://launchpad.net/python-manilaclient
+URL:https://launchpad.net/python-manilaclient
 Source0:
https://files.pythonhosted.org/packages/source/p/python-manilaclient/python-manilaclient-1.21.0.tar.gz
 BuildRequires:  openstack-macros
-BuildRequires:  openstack-tempest
-BuildRequires:  python-ddt >= 1.0.1
 BuildRequires:  python-devel
-BuildRequires:  python-fixtures >= 3.0.0
-BuildRequires:  python-mock >= 2.0.0
-BuildRequires:  python-openstackclient >= 3.12.0
-BuildRequires:  python-oslotest >= 3.2.0
-BuildRequires:  python-testrepository >= 0.0.18
-BuildRequires:  python-testtools >= 2.2.0
+BuildRequires:  python2-ddt >= 1.0.1
+BuildRequires:  python2-fixtures >= 3.0.0
+BuildRequires:  python2-mock >= 2.0.0
+BuildRequires:  python2-openstackclient >= 3.12.0
+BuildRequires:  python2-oslotest >= 3.2.0
+BuildRequires:  python2-testrepository >= 0.0.18
+BuildRequires:  python2-testtools >= 2.2.0
+BuildRequires:  python3-ddt >= 1.0.1
+BuildRequires:  python3-devel
+BuildRequires:  python3-fixtures >= 3.0.0
+BuildRequires:  python3-mock >= 2.0.0
+BuildRequires:  python3-openstackclient >= 3.12.0
+BuildRequires:  python3-oslotest >= 3.2.0
+BuildRequires:  python3-testrepository >= 0.0.18
+BuildRequires:  python3-testtools >= 2.2.0
 Requires:   python-Babel >= 2.3.4
 Requires:   python-PrettyTable >= 0.7.1
 Requires:   python-debtcollector >= 1.2.0
@@ -46,79 +53,80 @@
 Requires:   python-simplejson >= 3.5.1
 Requires:   python-six >= 1.10.0
 BuildArch:  noarch
+%if 0%{?suse_version}
+Requires(post): update-alternatives
+Requires(postun): update-alternatives
+%else
+# on RDO, update-alternatives is in chkconfig
+Requires(post): chkconfig
+Requires(postun): chkconfig
+%endif
+%python_subpackages
 
 %description
 Client library and command line utility for interacting with Openstack
 Share API.
 
-%package doc
+%package -n python-manilaclient-doc
 Summary:Documentation for OpenStack Share API Client
 Group:  Documentation/HTML
 BuildRequires:  python-Sphinx
-BuildRequires:  python-openstackdocstheme >= 1.17.0
+BuildRequires:  python-openstackdocstheme >= 1.18.1
 
-%description  doc
+%description -n python-manilaclient-doc
 Client library and command line utility for interacting with Openstack
 Share API.
 This package contains auto-generated documentation.
 
-%package test
-Summary:Testsuite for OpenStack Share API Client
-Group:  Development/Languages/Python
-Requires:   %{name} = %{version}
-Requires:   openstack-tempest
-Requires:   python-ddt >= 1.0.1
-Requires:   python-fixtures >= 3.0.0
-Requires:   python-mock >= 2.0.0
-Requires:   python-openstackclient >= 3.12.0
-Requires:   python-oslotest >= 3.2.0
-Requires:   python-testrepository >= 0.0.18
-Requires:   python-testtools >= 2.2.0
-
-%descriptiontest
-Client library and command line utility for interacting with Openstack
-Share API.
-This package contains the testsuite.
-
 %prep
 %autosetup -p1 -n python-manilaclient-1.21.0
 %py_req_cleanup
 sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
 
 %build
-%{py2_build}
+%{python_build}
 
 %{__python2} setup.py build_sphinx --builder=html,man
 # remove the sphinx-build leftovers
 rm -rf doc/build/html/.{doctrees,buildinfo}
 
 %install
-%{py2_install}
+%{python_install}
 # man page
-install -p 

commit python-manilaclient for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package python-manilaclient for 
openSUSE:Factory checked in at 2018-02-14 10:50:36

Comparing /work/SRC/openSUSE:Factory/python-manilaclient (Old)
 and  /work/SRC/openSUSE:Factory/.python-manilaclient.new (New)


Package is "python-manilaclient"

Wed Feb 14 10:50:36 2018 rev:11 rq:575939 version:1.21.0

Changes:

--- /work/SRC/openSUSE:Factory/python-manilaclient/python-manilaclient.changes  
2018-01-24 15:27:03.096051585 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-manilaclient.new/python-manilaclient.changes 
2018-02-14 10:50:37.363841617 +0100
@@ -1,0 +2,13 @@
+Mon Feb 12 10:00:18 UTC 2018 - cloud-de...@suse.de
+
+- update to version 1.21.0 (bsc#1078607)
+  - Fix share can not be found by name in admin context
+  - Add 'count' in list command
+  - Add functional tests for MAPRFS protocal
+  - Avoid tox_install.sh for constraints support
+  - Add show share type detail command
+  - Added 'description' in share type
+  - Updated from global requirements
+  - Add search_opts in func list of ManagerWithFind type classes
+
+---

Old:

  python-manilaclient-1.19.0.tar.gz

New:

  python-manilaclient-1.21.0.tar.gz



Other differences:
--
++ python-manilaclient.spec ++
--- /var/tmp/diff_new_pack.MAf1P5/_old  2018-02-14 10:50:38.063816427 +0100
+++ /var/tmp/diff_new_pack.MAf1P5/_new  2018-02-14 10:50:38.063816427 +0100
@@ -16,15 +16,14 @@
 #
 
 
-%global sname python-manilaclient
 Name:   python-manilaclient
-Version:1.19.0
+Version:1.21.0
 Release:0
 Summary:Client Library for OpenStack Share API
 License:Apache-2.0
 Group:  Development/Languages/Python
-Url:https://launchpad.net/%{sname}
-Source0:
https://files.pythonhosted.org/packages/source/p/%{sname}/%{sname}-%{version}.tar.gz
+Url:https://launchpad.net/python-manilaclient
+Source0:
https://files.pythonhosted.org/packages/source/p/python-manilaclient/python-manilaclient-1.21.0.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  openstack-tempest
 BuildRequires:  python-ddt >= 1.0.1
@@ -32,16 +31,17 @@
 BuildRequires:  python-fixtures >= 3.0.0
 BuildRequires:  python-mock >= 2.0.0
 BuildRequires:  python-openstackclient >= 3.12.0
-BuildRequires:  python-oslotest >= 1.10.0
+BuildRequires:  python-oslotest >= 3.2.0
 BuildRequires:  python-testrepository >= 0.0.18
 BuildRequires:  python-testtools >= 2.2.0
 Requires:   python-Babel >= 2.3.4
 Requires:   python-PrettyTable >= 0.7.1
+Requires:   python-debtcollector >= 1.2.0
 Requires:   python-keystoneclient >= 3.8.0
-Requires:   python-oslo.config >= 4.6.0
-Requires:   python-oslo.log >= 3.30.0
+Requires:   python-oslo.config >= 5.1.0
+Requires:   python-oslo.log >= 3.36.0
 Requires:   python-oslo.serialization >= 2.18.0
-Requires:   python-oslo.utils >= 3.31.0
+Requires:   python-oslo.utils >= 3.33.0
 Requires:   python-requests >= 2.14.2
 Requires:   python-simplejson >= 3.5.1
 Requires:   python-six >= 1.10.0
@@ -71,7 +71,7 @@
 Requires:   python-fixtures >= 3.0.0
 Requires:   python-mock >= 2.0.0
 Requires:   python-openstackclient >= 3.12.0
-Requires:   python-oslotest >= 1.10.0
+Requires:   python-oslotest >= 3.2.0
 Requires:   python-testrepository >= 0.0.18
 Requires:   python-testtools >= 2.2.0
 
@@ -81,7 +81,7 @@
 This package contains the testsuite.
 
 %prep
-%autosetup -n %{sname}-%{version}
+%autosetup -p1 -n python-manilaclient-1.21.0
 %py_req_cleanup
 sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
 

++ python-manilaclient-1.19.0.tar.gz -> python-manilaclient-1.21.0.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-manilaclient-1.19.0/AUTHORS 
new/python-manilaclient-1.21.0/AUTHORS
--- old/python-manilaclient-1.19.0/AUTHORS  2017-12-07 21:35:35.0 
+0100
+++ new/python-manilaclient-1.21.0/AUTHORS  2018-01-26 01:35:28.0 
+0100
@@ -38,6 +38,7 @@
 Jan Provaznik 
 Jeremy Liu 
 Jeremy Stanley 
+Jiao Pengju 
 Joe Gordon 
 John Spray 
 Julia Varlamova 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-manilaclient-1.19.0/ChangeLog 
new/python-manilaclient-1.21.0/ChangeLog
--- old/python-manilaclient-1.19.0/ChangeLog2017-12-07 21:35:35.0 
+0100
+++ new/python-manilaclient-1.21.0/ChangeLog2018-01-26 

commit python-manilaclient for openSUSE:Factory

2018-01-24 Thread root
Hello community,

here is the log from the commit of package python-manilaclient for 
openSUSE:Factory checked in at 2018-01-24 15:27:01

Comparing /work/SRC/openSUSE:Factory/python-manilaclient (Old)
 and  /work/SRC/openSUSE:Factory/.python-manilaclient.new (New)


Package is "python-manilaclient"

Wed Jan 24 15:27:01 2018 rev:10 rq:567265 version:1.19.0

Changes:

--- /work/SRC/openSUSE:Factory/python-manilaclient/python-manilaclient.changes  
2017-09-26 21:16:27.729190946 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-manilaclient.new/python-manilaclient.changes 
2018-01-24 15:27:03.096051585 +0100
@@ -1,0 +2,32 @@
+Mon Jan 15 11:44:01 UTC 2018 - cloud-de...@suse.de
+
+- update to version 1.19.0
+  - Fix for use endpoint_type in _discover_client method
+  - Compare API call body in assertions with respect to values
+  - Fix missing domain arguments in functional tests
+  - [TrivialFix] Add three kinds of ignorable file to .gitignore
+  - doc-migration: new directory layout
+  - Add license to doc/source/conf.py
+  - Migrating legacy jobs
+  - Group specs can not be set in share group type create CLI
+  - Allows the use of dollar sign in usernames to allow
+  - Use more parts from keystoneauth
+  - Stop skipping ipv6 delete access rule test
+  - Add rally job manifests
+  - tests: use .stestr.conf except for functional tests
+  - Use generic user for both zuul v2 and v3
+  - TrivialFix for HACKING file
+  - Fix list command when not given search_opts
+  - Correct import of keystoneauth1 session
+  - TrivialFix flake8 and docs build in tox.ini
+  - Update reno for stable/pike
+  - Remove setting of version/release from releasenotes
+  - doc migration: openstackdocstheme completion
+  - Add MAPRFS protocol in create help
+  - Properly deprecate v1.client and some other client related things
+  - Correcting author
+  - Updated from global requirements
+  - Increase code coverage
+  - Fix 'List' command filters do not accept unicode symbols
+
+---

Old:

  python-manilaclient-1.17.2.tar.gz

New:

  python-manilaclient-1.19.0.tar.gz



Other differences:
--
++ python-manilaclient.spec ++
--- /var/tmp/diff_new_pack.RgNk3z/_old  2018-01-24 15:27:03.740021464 +0100
+++ /var/tmp/diff_new_pack.RgNk3z/_new  2018-01-24 15:27:03.740021464 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-manilaclient
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,33 +18,33 @@
 
 %global sname python-manilaclient
 Name:   python-manilaclient
-Version:1.17.2
+Version:1.19.0
 Release:0
 Summary:Client Library for OpenStack Share API
 License:Apache-2.0
 Group:  Development/Languages/Python
 Url:https://launchpad.net/%{sname}
-Source0:
https://pypi.io/packages/source/p/%{sname}/%{sname}-%{version}.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/p/%{sname}/%{sname}-%{version}.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  openstack-tempest
 BuildRequires:  python-ddt >= 1.0.1
 BuildRequires:  python-devel
 BuildRequires:  python-fixtures >= 3.0.0
-BuildRequires:  python-mock >= 2.0
-BuildRequires:  python-openstackclient >= 3.3.0
+BuildRequires:  python-mock >= 2.0.0
+BuildRequires:  python-openstackclient >= 3.12.0
 BuildRequires:  python-oslotest >= 1.10.0
 BuildRequires:  python-testrepository >= 0.0.18
-BuildRequires:  python-testtools >= 1.4.0
+BuildRequires:  python-testtools >= 2.2.0
 Requires:   python-Babel >= 2.3.4
 Requires:   python-PrettyTable >= 0.7.1
 Requires:   python-keystoneclient >= 3.8.0
-Requires:   python-oslo.config >= 4.0.0
-Requires:   python-oslo.log >= 3.22.0
-Requires:   python-oslo.serialization >= 1.10.0
-Requires:   python-oslo.utils >= 3.20.0
+Requires:   python-oslo.config >= 4.6.0
+Requires:   python-oslo.log >= 3.30.0
+Requires:   python-oslo.serialization >= 2.18.0
+Requires:   python-oslo.utils >= 3.31.0
 Requires:   python-requests >= 2.14.2
-Requires:   python-simplejson >= 2.2.0
-Requires:   python-six >= 1.9.0
+Requires:   python-simplejson >= 3.5.1
+Requires:   python-six >= 1.10.0
 BuildArch:  noarch
 
 %description
@@ -53,9 +53,9 @@
 
 %package doc
 Summary:Documentation for OpenStack Share API Client
-Group:  Documentation
+Group:  Documentation/HTML
 BuildRequires:  python-Sphinx
-BuildRequires:  python-openstackdocstheme >= 1.11.0

commit python-manilaclient for openSUSE:Factory

2017-09-26 Thread root
Hello community,

here is the log from the commit of package python-manilaclient for 
openSUSE:Factory checked in at 2017-09-26 21:15:28

Comparing /work/SRC/openSUSE:Factory/python-manilaclient (Old)
 and  /work/SRC/openSUSE:Factory/.python-manilaclient.new (New)


Package is "python-manilaclient"

Tue Sep 26 21:15:28 2017 rev:9 rq:528062 version:1.17.2

Changes:

--- /work/SRC/openSUSE:Factory/python-manilaclient/python-manilaclient.changes  
2017-08-28 15:31:05.287313447 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-manilaclient.new/python-manilaclient.changes 
2017-09-26 21:16:27.729190946 +0200
@@ -1,0 +2,12 @@
+Thu Sep 21 12:58:08 UTC 2017 - cloud-de...@suse.de
+
+- update to version 1.17.2
+  - Add rally job manifests
+  - Update UPPER_CONSTRAINTS_FILE for stable/pike
+  - Fix list command when not given search_opts
+  - doc migration: openstackdocstheme completion
+  - Update .gitreview for stable/pike
+  - doc-migration: new directory layout
+  - Updated from global requirements
+
+---

Old:

  python-manilaclient-1.17.1.tar.gz

New:

  python-manilaclient-1.17.2.tar.gz



Other differences:
--
++ python-manilaclient.spec ++
--- /var/tmp/diff_new_pack.7CofYI/_old  2017-09-26 21:16:28.481085238 +0200
+++ /var/tmp/diff_new_pack.7CofYI/_new  2017-09-26 21:16:28.481085238 +0200
@@ -18,7 +18,7 @@
 
 %global sname python-manilaclient
 Name:   python-manilaclient
-Version:1.17.1
+Version:1.17.2
 Release:0
 Summary:Client Library for OpenStack Share API
 License:Apache-2.0

++ _service ++
--- /var/tmp/diff_new_pack.7CofYI/_old  2017-09-26 21:16:28.537077366 +0200
+++ /var/tmp/diff_new_pack.7CofYI/_new  2017-09-26 21:16:28.537077366 +0200
@@ -1,6 +1,6 @@
 
   
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/openstack/python-manilaclient/python-manilaclient.spec.j2
+https://git.openstack.org/cgit/openstack/rpm-packaging/plain/openstack/python-manilaclient/python-manilaclient.spec.j2?h=stable/pike
 python-manilaclient.spec
 https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/global-requirements.txt
 cloud-de...@suse.de

++ python-manilaclient-1.17.1.tar.gz -> python-manilaclient-1.17.2.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-manilaclient-1.17.1/ChangeLog 
new/python-manilaclient-1.17.2/ChangeLog
--- old/python-manilaclient-1.17.1/ChangeLog2017-07-28 19:02:24.0 
+0200
+++ new/python-manilaclient-1.17.2/ChangeLog2017-09-13 17:36:54.0 
+0200
@@ -1,6 +1,17 @@
 CHANGES
 ===
 
+1.17.2
+--
+
+* doc-migration: new directory layout
+* doc migration: openstackdocstheme completion
+* Add rally job manifests
+* Updated from global requirements
+* Fix list command when not given search\_opts
+* Update UPPER\_CONSTRAINTS\_FILE for stable/pike
+* Update .gitreview for stable/pike
+
 1.17.1
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-manilaclient-1.17.1/PKG-INFO 
new/python-manilaclient-1.17.2/PKG-INFO
--- old/python-manilaclient-1.17.1/PKG-INFO 2017-07-28 19:02:25.0 
+0200
+++ new/python-manilaclient-1.17.2/PKG-INFO 2017-09-13 17:36:55.0 
+0200
@@ -1,11 +1,12 @@
 Metadata-Version: 1.1
 Name: python-manilaclient
-Version: 1.17.1
+Version: 1.17.2
 Summary: Client library for OpenStack Manila API.
 Home-page: https://docs.openstack.org/python-manilaclient/latest/
 Author: OpenStack
 Author-email: openstack-...@lists.openstack.org
 License: UNKNOWN
+Description-Content-Type: UNKNOWN
 Description: 
 Team and repository tags
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-manilaclient-1.17.1/doc/source/api.rst 
new/python-manilaclient-1.17.2/doc/source/api.rst
--- old/python-manilaclient-1.17.1/doc/source/api.rst   2017-07-28 
19:00:47.0 +0200
+++ new/python-manilaclient-1.17.2/doc/source/api.rst   1970-01-01 
01:00:00.0 +0100
@@ -1,26 +0,0 @@
-The :mod:`manilaclient` Python API
-==
-
-.. module:: manilaclient
-   :synopsis: A client for the OpenStack Manila API.
-
-.. currentmodule:: manilaclient
-
-Usage
-=
-
-In order to use the Python API directly, you must first obtain an auth
-token and identify which endpoint you wish to speak to. Once you have
-done so, you can use the API like so::
-
->>> from manilaclient import client
->>> manila = client.Client('1', $OS_USER_NAME, $OS_PASSWORD, 
$OS_TENANT_NAME, 

commit python-manilaclient for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package python-manilaclient for 
openSUSE:Factory checked in at 2017-08-28 15:31:03

Comparing /work/SRC/openSUSE:Factory/python-manilaclient (Old)
 and  /work/SRC/openSUSE:Factory/.python-manilaclient.new (New)


Package is "python-manilaclient"

Mon Aug 28 15:31:03 2017 rev:8 rq:514950 version:1.17.1

Changes:

--- /work/SRC/openSUSE:Factory/python-manilaclient/python-manilaclient.changes  
2017-02-21 13:44:41.452185852 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-manilaclient.new/python-manilaclient.changes 
2017-08-28 15:31:05.287313447 +0200
@@ -1,0 +2,41 @@
+Mon Aug  7 11:18:58 UTC 2017 - cloud-de...@suse.de
+
+- update to version 1.17.1
+  - Add like filter
+  - Enable some off-by-default checks
+  - Use more specific asserts and fix an assertion in tests
+  - Explicitly set 'builders' option
+  - Replace http with https
+  - Update reno for stable/ocata
+  - Clean docs/build before building docs
+  - Missing parenthesis in help text
+  - Fixed log messages format
+  - Increases code coverage
+  - Optimize the link address
+  - Fix gate breakage
+  - Handle log message interpolation by the logger
+  - Change to share access list API
+  - Update the documentation link for doc migration
+  - Remove unused sort key export_location from list CLI
+  - Replace six.iteritems() with .items()
+  - Incorrect case, parenthesis & periods in CLI Guide
+  - Switch from oslosphinx to openstackdocstheme
+  - Enable IPv6 in manila(client)
+  - Replace assertRaisesRegexp with assertRaisesRegex
+  - doc: Remove cruft from conf.py
+  - Add share group quotas
+  - Add commands for user messages
+  - Add release note for fixing bug 1664877
+  - Remove log translations
+  - Use Identity v3 API always for functional tests
+  - Raise TypeError in manilaclient/common/httpclient.py
+  - Add quotas per share type
+  - Remove support for py34
+  - Replaces uuid.uuid4 with uuidutils.generate_uuid()
+  - Fix manilclient.v2 import error
+  - change user access name limit from 32 to 255 characters
+  - Updated from global requirements
+  - Use Sphinx 1.5 warning-is-error
+  - Add export-location filter in share and share instance list
+
+---

Old:

  python-manilaclient-1.14.0.tar.gz

New:

  python-manilaclient-1.17.1.tar.gz



Other differences:
--
++ python-manilaclient.spec ++
--- /var/tmp/diff_new_pack.PmBZ1v/_old  2017-08-28 15:31:06.471147020 +0200
+++ /var/tmp/diff_new_pack.PmBZ1v/_new  2017-08-28 15:31:06.499143084 +0200
@@ -18,7 +18,7 @@
 
 %global sname python-manilaclient
 Name:   python-manilaclient
-Version:1.14.0
+Version:1.17.1
 Release:0
 Summary:Client Library for OpenStack Share API
 License:Apache-2.0
@@ -38,11 +38,11 @@
 Requires:   python-Babel >= 2.3.4
 Requires:   python-PrettyTable >= 0.7.1
 Requires:   python-keystoneclient >= 3.8.0
-Requires:   python-oslo.config >= 3.14.0
-Requires:   python-oslo.log >= 3.11.0
+Requires:   python-oslo.config >= 4.0.0
+Requires:   python-oslo.log >= 3.22.0
 Requires:   python-oslo.serialization >= 1.10.0
-Requires:   python-oslo.utils >= 3.18.0
-Requires:   python-requests >= 2.10.0
+Requires:   python-oslo.utils >= 3.20.0
+Requires:   python-requests >= 2.14.2
 Requires:   python-simplejson >= 2.2.0
 Requires:   python-six >= 1.9.0
 BuildArch:  noarch
@@ -55,7 +55,7 @@
 Summary:Documentation for OpenStack Share API Client
 Group:  Documentation
 BuildRequires:  python-Sphinx
-BuildRequires:  python-oslosphinx >= 4.7.0
+BuildRequires:  python-openstackdocstheme >= 1.11.0
 
 %description  doc
 Client library and command line utility for interacting with Openstack
@@ -83,11 +83,12 @@
 %prep
 %autosetup -n %{sname}-%{version}
 %py_req_cleanup
+sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
 
 %build
 %{py2_build}
 
-%{__python2} setup.py build_sphinx
+%{__python2} setup.py build_sphinx --builder=html,man
 # remove the sphinx-build leftovers
 rm -rf doc/build/html/.{doctrees,buildinfo}
 

++ _service ++
--- /var/tmp/diff_new_pack.PmBZ1v/_old  2017-08-28 15:31:06.671118907 +0200
+++ /var/tmp/diff_new_pack.PmBZ1v/_new  2017-08-28 15:31:06.675118345 +0200
@@ -1,8 +1,8 @@
 
   
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/openstack/python-manilaclient/python-manilaclient.spec.j2
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/openstack/python-manilaclient/python-manilaclient.spec.j2
 python-manilaclient.spec
-

commit python-manilaclient for openSUSE:Factory

2017-02-21 Thread root
Hello community,

here is the log from the commit of package python-manilaclient for 
openSUSE:Factory checked in at 2017-02-21 13:44:40

Comparing /work/SRC/openSUSE:Factory/python-manilaclient (Old)
 and  /work/SRC/openSUSE:Factory/.python-manilaclient.new (New)


Package is "python-manilaclient"

Changes:

--- /work/SRC/openSUSE:Factory/python-manilaclient/python-manilaclient.changes  
2016-11-17 12:43:24.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-manilaclient.new/python-manilaclient.changes 
2017-02-21 13:44:41.452185852 +0100
@@ -1,0 +2,40 @@
+Mon Feb 13 12:04:19 UTC 2017 - cloud-de...@suse.de
+
+- update to version 1.14.0:
+  - Run pre_test_hook.sh of manila in client's CI
+  - Fix share-server-delete command
+  - Enable coverage report in console output
+  - Add create_share_from_snapshot_support extra spec
+  - Use assertGreater(len(x), 0) instead of assertTrue(len(x) > 0)
+  - Add support of Identity API V3 in functional tests
+  - Update help message for share-instance-reset-state command
+  - type-create should support specifying extra-specs
+  - Enable release notes translation
+  - Add share group support to Manila client
+  - Configures coverage tool
+  - Update reno for stable/newton
+  - Add Constraints support
+  - Show team and repo badges on README
+  - Allow deletion of multiple resources for some manila commands
+  - Fix misleading help text
+  - Remove copy of incubated Oslo code
+  - Add Python 3.5 classifier and venv
+  - Remove Nova Net option for share networks
+  - Add support of Availability Zones API
+  - Switch test runner to ostestr wrapper
+  - Fix "replication_type" extra-spec values in tests
+  - Removes unnecessary utf-8 encoding
+  - Modify use of assertTrue(A in B)
+  - Add mountable snapshots support to manila client
+  - Use dummy driver in functional tests CI job
+  - Add reno for availability-zone-list
+  - Support share revert to snapshot in Manila client
+  - Config: no need to set default=None
+  - Add share_type filter to pool_list
+  - Support changes to access rules APIs
+  - Implement Share Migration Ocata improvements
+  - Add the ability to check tenant quota detail
+  - Add __ne__ built-in function
+  - Updated from global requirements
+
+---

Old:

  python-manilaclient-1.11.0.tar.gz

New:

  python-manilaclient-1.14.0.tar.gz



Other differences:
--
++ python-manilaclient.spec ++
--- /var/tmp/diff_new_pack.lNdu4f/_old  2017-02-21 13:44:41.900122660 +0100
+++ /var/tmp/diff_new_pack.lNdu4f/_new  2017-02-21 13:44:41.900122660 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-manilaclient
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %global sname python-manilaclient
 Name:   python-manilaclient
-Version:1.11.0
+Version:1.14.0
 Release:0
 Summary:Client Library for OpenStack Share API
 License:Apache-2.0
@@ -31,17 +31,17 @@
 BuildRequires:  python-devel
 BuildRequires:  python-fixtures >= 3.0.0
 BuildRequires:  python-mock >= 2.0
-BuildRequires:  python-openstackclient >= 2.1.0
+BuildRequires:  python-openstackclient >= 3.3.0
 BuildRequires:  python-oslotest >= 1.10.0
 BuildRequires:  python-testrepository >= 0.0.18
 BuildRequires:  python-testtools >= 1.4.0
 Requires:   python-Babel >= 2.3.4
-Requires:   python-PrettyTable >= 0.7
-Requires:   python-keystoneclient >= 2.0.0
+Requires:   python-PrettyTable >= 0.7.1
+Requires:   python-keystoneclient >= 3.8.0
 Requires:   python-oslo.config >= 3.14.0
-Requires:   python-oslo.log >= 1.14.0
+Requires:   python-oslo.log >= 3.11.0
 Requires:   python-oslo.serialization >= 1.10.0
-Requires:   python-oslo.utils >= 3.16.0
+Requires:   python-oslo.utils >= 3.18.0
 Requires:   python-requests >= 2.10.0
 Requires:   python-simplejson >= 2.2.0
 Requires:   python-six >= 1.9.0
@@ -55,7 +55,7 @@
 Summary:Documentation for OpenStack Share API Client
 Group:  Documentation
 BuildRequires:  python-Sphinx
-BuildRequires:  python-oslosphinx >= 2.5.0
+BuildRequires:  python-oslosphinx >= 4.7.0
 
 %description  doc
 Client library and command line utility for interacting with Openstack
@@ -70,7 +70,7 @@
 Requires:   python-ddt >= 1.0.1
 Requires:   python-fixtures >= 3.0.0
 Requires:   python-mock >= 2.0
-Requires:   python-openstackclient >= 2.1.0
+Requires:   python-openstackclient >= 3.3.0
 

commit python-manilaclient for openSUSE:Factory

2016-11-17 Thread h_root
Hello community,

here is the log from the commit of package python-manilaclient for 
openSUSE:Factory checked in at 2016-11-17 12:43:23

Comparing /work/SRC/openSUSE:Factory/python-manilaclient (Old)
 and  /work/SRC/openSUSE:Factory/.python-manilaclient.new (New)


Package is "python-manilaclient"

Changes:

--- /work/SRC/openSUSE:Factory/python-manilaclient/python-manilaclient.changes  
2016-10-13 11:31:33.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-manilaclient.new/python-manilaclient.changes 
2016-11-17 12:43:24.0 +0100
@@ -1,0 +2,10 @@
+Wed Nov 16 08:43:52 UTC 2016 - tbecht...@suse.com
+
+- Fix test package handling
+
+---
+Tue Oct 25 08:35:54 UTC 2016 - tbecht...@suse.com
+
+- Add -test package
+
+---



Other differences:
--
++ python-manilaclient.spec ++
--- /var/tmp/diff_new_pack.j6TLvE/_old  2016-11-17 12:43:25.0 +0100
+++ /var/tmp/diff_new_pack.j6TLvE/_new  2016-11-17 12:43:25.0 +0100
@@ -62,6 +62,24 @@
 Share API.
 This package contains auto-generated documentation.
 
+%package test
+Summary:Testsuite for OpenStack Share API Client
+Group:  Development/Languages/Python
+Requires:   %{name} = %{version}
+Requires:   openstack-tempest
+Requires:   python-ddt >= 1.0.1
+Requires:   python-fixtures >= 3.0.0
+Requires:   python-mock >= 2.0
+Requires:   python-openstackclient >= 2.1.0
+Requires:   python-oslotest >= 1.10.0
+Requires:   python-testrepository >= 0.0.18
+Requires:   python-testtools >= 1.4.0
+
+%descriptiontest
+Client library and command line utility for interacting with Openstack
+Share API.
+This package contains the testsuite.
+
 %prep
 %setup -q -n %{sname}-%{version}
 
@@ -78,6 +96,8 @@
 install -p -D -m 644 doc/build/man/python-manilaclient.1 
%{buildroot}%{_mandir}/man1/python-manilaclient.1
 # bash completion
 install -p -D -m 644 tools/manila.bash_completion 
%{buildroot}%{_sysconfdir}/bash_completion.d/%{name}
+# handle the test subpackage
+%openstack_test_package_install manilaclient
 
 %check
 %{__python2} setup.py testr
@@ -95,4 +115,8 @@
 %license LICENSE
 %doc doc/build/html
 
+%files test
+%license LICENSE
+%openstack_test_package_dir
+
 %changelog




commit python-manilaclient for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package python-manilaclient for 
openSUSE:Factory checked in at 2016-10-13 11:31:33

Comparing /work/SRC/openSUSE:Factory/python-manilaclient (Old)
 and  /work/SRC/openSUSE:Factory/.python-manilaclient.new (New)


Package is "python-manilaclient"

Changes:

--- /work/SRC/openSUSE:Factory/python-manilaclient/python-manilaclient.changes  
2016-05-19 12:14:40.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-manilaclient.new/python-manilaclient.changes 
2016-10-13 11:31:33.0 +0200
@@ -1,0 +2,41 @@
+Tue Sep  6 12:22:08 UTC 2016 - tbecht...@suse.com
+
+update to version 1.11.0
+  * add access_key to access_list API's response
+  * Use consistent env variable naming
+  * Add validation for token and bypass_url
+  * Remove ordereddict from test-requirements.txt
+  * Add share type change to Share Migration CLI
+  * Add snapshot instances admin CLIs
+  * Update Share Migration CLI
+  * Add columns support for share-replica-list
+  * Replace OpenStack LLC with OpenStack Foundation
+  * Updated from global requirements
+
+---
+Thu Sep  1 18:52:55 UTC 2016 - tbecht...@suse.com
+
+update to version 1.10.0
+  * Remove discover from test-requirements
+  * Replace tempest-lib with tempest.lib
+  * Fix list access function comment
+  * Remove white space between print and ()
+  * Add possibility to provide auth token via CLI
+  * Added CONTRIBUTING.rst file to the project
+  * Fix typos
+  * manila list --all-tenants should display projectID
+  * Updated from global requirements
+  * Handle error for missing minor api version
+  * Fix view of doc info for functional tests
+  * Remove iso8601 and pycrypto useless requirements
+  * Add support for releasenotes
+  * Update the home-page with developer documentation
+  * Hacking version update and pep8 issues fix
+  * Define experimental API header on python client level instead of CLI
+  * Make dict.keys() PY3 compatible
+  * UnsupportedVersion Thrown for Supported Version
+  * [CI] Fix devstack hooks to unblock CI
+  * Fix "single_alias" action for CLI commands
+- update _service and switch to upstream spec template
+
+---

Old:

  python-manilaclient-1.8.1.tar.gz

New:

  python-manilaclient-1.11.0.tar.gz



Other differences:
--
++ python-manilaclient.spec ++
--- /var/tmp/diff_new_pack.IsdEjW/_old  2016-10-13 11:31:35.0 +0200
+++ /var/tmp/diff_new_pack.IsdEjW/_new  2016-10-13 11:31:35.0 +0200
@@ -16,107 +16,83 @@
 #
 
 
-%define component manilaclient
-
-%define version_unconverted 1.8.1
-
-Name:   python-%{component}
-Version:1.8.1
+%global sname python-manilaclient
+Name:   python-manilaclient
+Version:1.11.0
 Release:0
-Summary:Openstack shared file system service (Manila) API Client
+Summary:Client Library for OpenStack Share API
 License:Apache-2.0
 Group:  Development/Languages/Python
-Url:http://launchpad.net/python-manilaclient
-Source: 
http://tarballs.openstack.org/python-manilaclient/python-manilaclient-%{version}.tar.gz
-BuildRequires:  openstack-suse-macros
+Url:https://launchpad.net/%{sname}
+Source0:
https://pypi.io/packages/source/p/%{sname}/%{sname}-%{version}.tar.gz
+BuildRequires:  openstack-macros
+BuildRequires:  openstack-tempest
+BuildRequires:  python-ddt >= 1.0.1
 BuildRequires:  python-devel
-BuildRequires:  python-oslosphinx
-BuildRequires:  python-pbr
-# Documentation build requirements:
-BuildRequires:  python-PrettyTable
-BuildRequires:  python-Sphinx
-BuildRequires:  python-keystoneclient
-BuildRequires:  python-oslo.serialization
-BuildRequires:  python-oslo.utils
-BuildRequires:  python-requests
-Requires:   python >= 2.6.8
-Requires:   python-Babel >= 1.3
+BuildRequires:  python-fixtures >= 3.0.0
+BuildRequires:  python-mock >= 2.0
+BuildRequires:  python-openstackclient >= 2.1.0
+BuildRequires:  python-oslotest >= 1.10.0
+BuildRequires:  python-testrepository >= 0.0.18
+BuildRequires:  python-testtools >= 1.4.0
+Requires:   python-Babel >= 2.3.4
 Requires:   python-PrettyTable >= 0.7
-Requires:   python-iso8601 >= 0.1.9
-Requires:   python-keystoneclient >= 1.6.0
-Requires:   python-openstackclient >= 2.1.0
-Requires:   python-oslo.config >= 3.7.0
+Requires:   python-keystoneclient >= 2.0.0
+Requires:   python-oslo.config >= 3.14.0
 Requires:   python-oslo.log >= 1.14.0
 Requires:   python-oslo.serialization >= 1.10.0
-Requires:   python-oslo.utils >= 3.5.0
-Requires:   python-pbr >= 1.6
-Requires:   

commit python-manilaclient for openSUSE:Factory

2016-05-19 Thread h_root
Hello community,

here is the log from the commit of package python-manilaclient for 
openSUSE:Factory checked in at 2016-05-19 12:14:38

Comparing /work/SRC/openSUSE:Factory/python-manilaclient (Old)
 and  /work/SRC/openSUSE:Factory/.python-manilaclient.new (New)


Package is "python-manilaclient"

Changes:

--- /work/SRC/openSUSE:Factory/python-manilaclient/python-manilaclient.changes  
2015-12-21 12:04:02.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-manilaclient.new/python-manilaclient.changes 
2016-05-19 12:14:40.0 +0200
@@ -1,0 +2,72 @@
+Thu Mar 24 06:30:12 UTC 2016 - tbecht...@suse.com
+
+- update to 1.8.1:
+  * Revert fix access rules functional tests
+  * Fix typos
+  * Microversion 'cephx' access type in API v2
+  * Fixed description of auth_url config parameter
+  * Add 'cephx' authentication type
+  * Added new CLI commands for Share migration
+  * Use 'example' instead of 'foo' or 'bar' in help outputs
+  * Annotate CLI commands for experimental features
+  * CLI for manage/unmanage snapshot
+  * Support preferred export locations in Manila CLI
+  * Client Support for Manila Share Replication
+  * Fix post_test_hook.sh script auth error
+  * Updated from global requirements
+  * To tag all the Admin-only APIs as Admin only
+  * Fix function name
+  * Add missing element in functional test
+  * Eliminate unnecessary character
+  * Fix functional tests to respect insecure SSL option
+  * Updated from global requirements
+  * Fix Access Rules functional tests
+  * Add support of export location metadata feature
+  * Set default access_level to rw in help
+  * Updated from global requirements
+
+---
+Thu Mar  3 16:15:31 UTC 2016 - tbecht...@suse.com
+
+- update to 1.7.0:
+  * Remove argparse from requirements
+  * Fix backwards compatibility for v1 API imports
+  * Keep using the session we had when creating keystone client
+  * Add uppercase env var names for consistency
+  * Fix the "OpenStack CLI guide" link
+  * Updated from global requirements
+  * Add debug testenv in tox
+  * Removes MANIFEST.in as it is not needed explicitly by PBR
+  * Updated from global requirements
+  * Replace deprecated LOG.warn with warning
+  * Remove vim header from source files
+  * Show selected columns in list commands of manila
+  * Remove unreachable code from unit tests
+  * Client fix for api_version in positional and kwarg
+  * Replace assertEqual(None, *) with assertIsNone in tests
+  * Updated from global requirements
+  * Fix microversion comparison approach in functional tests
+  * Drop py33 support
+  * Deprecated tox -downloadcache option removed
+  * Fix share size units to match the API
+  * API 'manage' can set share attr 'is_public'
+  * Updated from global requirements
+  * Add python classifiers to setup.cfg
+  * Allows type-create to return dict instead of list
+  * Updated from global requirements
+  * Remove py26 from tox config
+  * Delete python bytecode before every test run
+  * Updated from global requirements
+  * Fix client backwards compatibility
+  * Updated from global requirements
+  * Add support of new API URLs after port of extensions to core API
+  * Nova Style API Version Support for Client
+  * Manila list shows one export location not multiple
+  * Wrong help for 'manila cg-snapshot-create' command
+  * Fix usage of setUpClass method in functional tests
+  * Updated from global requirements
+  * Add useful links to project README.rst
+  * Add support for enable/disable service API
+- Adjust Requires according to requirements.txt
+
+---

Old:

  python-manilaclient-1.5.0.tar.gz

New:

  python-manilaclient-1.8.1.tar.gz



Other differences:
--
++ python-manilaclient.spec ++
--- /var/tmp/diff_new_pack.IJgy9P/_old  2016-05-19 12:14:41.0 +0200
+++ /var/tmp/diff_new_pack.IJgy9P/_new  2016-05-19 12:14:41.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-manilaclient
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,8 +18,10 @@
 
 %define component manilaclient
 
+%define version_unconverted 1.8.1
+
 Name:   python-%{component}
-Version:1.5.0
+Version:1.8.1
 Release:0
 Summary:Openstack shared file system service (Manila) API Client
 License:Apache-2.0
@@ -42,23 +44,18 @@
 Requires:   python-PrettyTable >= 0.7
 Requires:   python-iso8601 >= 0.1.9
 Requires:   

commit python-manilaclient for openSUSE:Factory

2015-12-21 Thread h_root
Hello community,

here is the log from the commit of package python-manilaclient for 
openSUSE:Factory checked in at 2015-12-21 12:04:00

Comparing /work/SRC/openSUSE:Factory/python-manilaclient (Old)
 and  /work/SRC/openSUSE:Factory/.python-manilaclient.new (New)


Package is "python-manilaclient"

Changes:

--- /work/SRC/openSUSE:Factory/python-manilaclient/python-manilaclient.changes  
2015-10-30 13:42:39.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-manilaclient.new/python-manilaclient.changes 
2015-12-21 12:04:02.0 +0100
@@ -1,0 +2,11 @@
+Mon Nov 16 14:12:08 UTC 2015 - tbecht...@suse.com
+
+- update to 1.5.0:
+  * Add Keystone v3 API support
+  * Incorrect help of export_path for the manage utility
+  * Updated from global requirements
+  * Fix args parsing for quota-class-update
+  * Change Manilaclient to use --os-region-name param
+  * Updated from global requirements
+
+---

Old:

  python-manilaclient-1.4.0.tar.gz

New:

  python-manilaclient-1.5.0.tar.gz



Other differences:
--
++ python-manilaclient.spec ++
--- /var/tmp/diff_new_pack.SgZLIc/_old  2015-12-21 12:04:03.0 +0100
+++ /var/tmp/diff_new_pack.SgZLIc/_new  2015-12-21 12:04:03.0 +0100
@@ -19,7 +19,7 @@
 %define component manilaclient
 
 Name:   python-%{component}
-Version:1.4.0
+Version:1.5.0
 Release:0
 Summary:Openstack shared file system service (Manila) API Client
 License:Apache-2.0

++ python-manilaclient-1.4.0.tar.gz -> python-manilaclient-1.5.0.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-manilaclient-1.4.0/AUTHORS 
new/python-manilaclient-1.5.0/AUTHORS
--- old/python-manilaclient-1.4.0/AUTHORS   2015-09-18 16:23:34.0 
+0200
+++ new/python-manilaclient-1.5.0/AUTHORS   2015-10-19 21:25:25.0 
+0200
@@ -28,6 +28,7 @@
 Yulia Portnova 
 bswartz 
 cFouts 
+nidhimittalhada 
 vik 
 vponomaryov 
 zhongjun 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-manilaclient-1.4.0/ChangeLog 
new/python-manilaclient-1.5.0/ChangeLog
--- old/python-manilaclient-1.4.0/ChangeLog 2015-09-18 16:23:34.0 
+0200
+++ new/python-manilaclient-1.5.0/ChangeLog 2015-10-19 21:25:25.0 
+0200
@@ -1,6 +1,16 @@
 CHANGES
 ===
 
+1.5.0
+-
+
+* Add Keystone v3 API support
+* Incorrect help of export_path for the manage utility
+* Updated from global requirements
+* Fix args parsing for quota-class-update
+* Change Manilaclient to use --os-region-name param
+* Updated from global requirements
+
 1.4.0
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-manilaclient-1.4.0/PKG-INFO 
new/python-manilaclient-1.5.0/PKG-INFO
--- old/python-manilaclient-1.4.0/PKG-INFO  2015-09-18 16:23:34.0 
+0200
+++ new/python-manilaclient-1.5.0/PKG-INFO  2015-10-19 21:25:25.0 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: python-manilaclient
-Version: 1.4.0
+Version: 1.5.0
 Summary: Client library for OpenStack Manila API.
 Home-page: http://www.openstack.org/
 Author: OpenStack Contributors
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-manilaclient-1.4.0/manilaclient/shell.py 
new/python-manilaclient-1.5.0/manilaclient/shell.py
--- old/python-manilaclient-1.4.0/manilaclient/shell.py 2015-09-18 
16:22:36.0 +0200
+++ new/python-manilaclient-1.5.0/manilaclient/shell.py 2015-10-19 
21:24:31.0 +0200
@@ -139,6 +139,13 @@
 action='store_true',
 help='Delete cached password and auth token.')
 
+parser.add_argument('--os-user-id',
+metavar='',
+default=cliutils.env('OS_USER_ID'),
+help=('Defaults to env [OS_USER_ID].'))
+parser.add_argument('--os_user_id',
+help=argparse.SUPPRESS)
+
 parser.add_argument('--os-username',
 metavar='',
 default=cliutils.env('OS_USERNAME',
@@ -163,6 +170,16 @@
 parser.add_argument('--os_tenant_name',
 help=argparse.SUPPRESS)
 
+parser.add_argument('--os-project-name',
+metavar='',
+default=cliutils.env('OS_PROJECT_NAME'),
+ 

commit python-manilaclient for openSUSE:Factory

2015-10-30 Thread h_root
Hello community,

here is the log from the commit of package python-manilaclient for 
openSUSE:Factory checked in at 2015-10-30 13:42:38

Comparing /work/SRC/openSUSE:Factory/python-manilaclient (Old)
 and  /work/SRC/openSUSE:Factory/.python-manilaclient.new (New)


Package is "python-manilaclient"

Changes:

--- /work/SRC/openSUSE:Factory/python-manilaclient/python-manilaclient.changes  
2015-09-19 06:55:02.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-manilaclient.new/python-manilaclient.changes 
2015-10-30 13:42:39.0 +0100
@@ -1,0 +2,9 @@
+Fri Sep 25 10:25:15 UTC 2015 - tbecht...@suse.com
+
+- update to 1.4.0:
+  * Fix shares CLI for using CGs
+  * Workaround broken openstack client for functional tests
+  * Bump latest supported version to 2.6
+  * Add consistency group support to manila client
+
+---

Old:

  python-manilaclient-1.3.0.tar.gz

New:

  python-manilaclient-1.4.0.tar.gz



Other differences:
--
++ python-manilaclient.spec ++
--- /var/tmp/diff_new_pack.ASyQnt/_old  2015-10-30 13:42:39.0 +0100
+++ /var/tmp/diff_new_pack.ASyQnt/_new  2015-10-30 13:42:39.0 +0100
@@ -19,7 +19,7 @@
 %define component manilaclient
 
 Name:   python-%{component}
-Version:1.3.0
+Version:1.4.0
 Release:0
 Summary:Openstack shared file system service (Manila) API Client
 License:Apache-2.0

++ python-manilaclient-1.3.0.tar.gz -> python-manilaclient-1.4.0.tar.gz 
++
 1864 lines of diff (skipped)