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.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.python-manilaclient.new/python-manilaclient.changes
2016-10-13 11:31:33.000000000 +0200
@@ -1,0 +2,41 @@
+Tue Sep 6 12:22:08 UTC 2016 - [email protected]
+
+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 - [email protected]
+
+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.000000000 +0200
+++ /var/tmp/diff_new_pack.IsdEjW/_new 2016-10-13 11:31:35.000000000 +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: python-pycrypto >= 2.6
-Requires: python-requests >= 2.8.1
+Requires: python-oslo.utils >= 3.16.0
+Requires: python-requests >= 2.10.0
Requires: python-simplejson >= 2.2.0
Requires: python-six >= 1.9.0
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%description
-This is a client for the OpenStack shared file system service API (Manila).
+Client library and command line utility for interacting with Openstack
+Share API.
%package doc
-Summary: Openstack shared file system service (Manila) - Documentation
-Group: Documentation/HTML
-Requires: %{name} = %{version}
+Summary: Documentation for OpenStack Share API Client
+Group: Documentation
+BuildRequires: python-Sphinx
+BuildRequires: python-oslosphinx >= 2.5.0
%description doc
-This package contains documentation files for %{name}.
-
-%package test
-Summary: Openstack shared file system service (Manila) - Testsuite
-Group: Development/Languages/Python
-Requires: %{name} = %{version}
-Requires: python-ddt >= 1.0.1
-Requires: python-fixtures >= 1.3.1
-Requires: python-mock >= 1.2
-Requires: python-oslotest >= 1.10.0
-Requires: python-tempest-lib >= 0.14.0
-Requires: python-testrepository >= 0.0.18
-Requires: python-testtools >= 1.4.0
-
-%description test
-This package contains testsuite files for %{name}.
+Client library and command line utility for interacting with Openstack
+Share API.
+This package contains auto-generated documentation.
%prep
-%setup -q
-%openstack_cleanup_prep
-echo %{version} > manilaclient/versioninfo
+%setup -q -n %{sname}-%{version}
%build
-python setup.py build
-python setup.py build_sphinx
-
-%install
-python setup.py install --skip-build --prefix=%{_prefix} --root=%{buildroot}
+%{py2_build}
-rm doc/build/html/.buildinfo
+%{__python2} setup.py build_sphinx
+# remove the sphinx-build leftovers
+rm -rf doc/build/html/.{doctrees,buildinfo}
-### bash-completion
-install -p -D -m 644 tools/manila.bash_completion
%{buildroot}%{_sysconfdir}/bash_completion.d/openstack-manila.sh
+%install
+%{py2_install}
+# man page
+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}
-### test subpackage
-%openstack_test_package_install
+%check
+%{__python2} setup.py testr
%files
-%defattr(-,root,root,-)
-%doc LICENSE README.rst
-%{_sysconfdir}/bash_completion.d/openstack-manila.sh
+%doc README.rst
+%license LICENSE
+%{python2_sitelib}/manilaclient
+%{python2_sitelib}/*.egg-info
+%{_sysconfdir}/bash_completion.d/%{name}
+%{_mandir}/man1/python-manilaclient.1.gz
%{_bindir}/manila
-%{python_sitelib}/%{component}/
-%{python_sitelib}/python_%{component}-*.egg-info
%files doc
-%defattr(-,root,root,-)
-%doc LICENSE doc/build/html
-
-%files test
-%defattr(-,root,root,-)
-%{_localstatedir}/lib/%{name}-test/
+%license LICENSE
+%doc doc/build/html
%changelog
++++++ _service ++++++
--- /var/tmp/diff_new_pack.IsdEjW/_old 2016-10-13 11:31:35.000000000 +0200
+++ /var/tmp/diff_new_pack.IsdEjW/_new 2016-10-13 11:31:35.000000000 +0200
@@ -1,13 +1,11 @@
<services>
- <service mode="disabled" name="download_files">
- <param name="changesgenerate">enable</param>
- </service>
- <service mode="disabled" name="set_version">
- <param name="basename">python-manilaclient</param>
- </service>
- <service mode="disabled" name="python_requires">
+ <service mode="disabled" name="renderspec">
+ <param
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/newton/openstack/python-manilaclient/python-manilaclient.spec.j2</param>
+ <param name="output-name">python-manilaclient.spec</param>
+ <param
name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/newton/global-requirements.txt</param>
</service>
- <service name="refresh_patches" mode="disabled">
+ <service mode="disabled" name="download_files">
<param name="changesgenerate">enable</param>
</service>
+ <service mode="disabled" name="format_spec_file"/>
</services>
++++++ python-manilaclient-1.8.1.tar.gz -> python-manilaclient-1.11.0.tar.gz
++++++
++++ 4154 lines of diff (skipped)