commit python-freezerclient for openSUSE:Factory
Hello community, here is the log from the commit of package python-freezerclient for openSUSE:Factory checked in at 2019-05-03 22:40:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-freezerclient (Old) and /work/SRC/openSUSE:Factory/.python-freezerclient.new.5148 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python-freezerclient" Fri May 3 22:40:21 2019 rev:5 rq:692823 version:2.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-freezerclient/python-freezerclient.changes 2018-09-07 15:37:06.662684063 +0200 +++ /work/SRC/openSUSE:Factory/.python-freezerclient.new.5148/python-freezerclient.changes 2019-05-03 22:40:27.506992854 +0200 @@ -1,0 +2,41 @@ +Mon Apr 8 12:35:24 UTC 2019 - cloud-devel@suse.de + +- update to version 2.1.0 + - Freezer command line tool add argument: "--os-backup-api-version" + - Add 'freezerclient.v2.managers.clients' unit test cases + - Switch to stestr + - Add freezerclient.client in order to use the python api directly + - Remove PyPI downloads + - import zuul job settings from project-config + - Update freezerclient documentation + - Remove "--os-identity-api-version" argument + - Add some unit test cases for API version 2 + - The path of the import module is incorrect + - Add backup create client support for freezer + - Add release note link in README + - session-show status and result error, and add session_tag + - add action show command field for freezerclient + - Use keystoneauth1.loading instead of specifying V2 or V3 of keystone + - Update min tox version to 2.0 + - Don't quote {posargs} in tox.ini + - add show job command field for client v1 + - add python 3.6 unit test job + - 'Tenant' is replaced by 'project' in keystone starting in API version 3. + - add action show command field for client v1 + - Add py36 testenv + - Trivial: Update pypi url to new url + - Add 'freezerclient.v2.managers.jobs' unit test cases + - Add backup create for api v1 + - Add the describes about search option + - switch documentation job to new PTI + - fix tox python3 overrides + - Correct search opt param in SessionList + - add show job command field for freezerclient + - Freezerclient use "token" to authentication is not success + - Add detailed information fro session-show and session-list for v1 + - Add freezer-tempest-client job as check/gate test job + - Add 'freezerclient.v2.managers.sessions' unit test cases + - Add detailed information fro session-show and session-list + - add backup show command field for freezerclient + +------------------------------------------------------------------- Old: ---- python-freezerclient-1.7.0.tar.gz New: ---- python-freezerclient-2.1.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-freezerclient.spec ++++++ --- /var/tmp/diff_new_pack.5VKY9W/_old 2019-05-03 22:40:28.246994412 +0200 +++ /var/tmp/diff_new_pack.5VKY9W/_new 2019-05-03 22:40:28.278994479 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-freezerclient # -# 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,20 +12,20 @@ # 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-freezerclient -Version: 1.7.0 +Version: 2.1.0 Release: 0 Summary: Python API and CLI for OpenStack Freezer License: Apache-2.0 Group: Development/Languages/Python URL: https://launchpad.net/python-freezerclient -Source0: https://files.pythonhosted.org/packages/source/p/python-freezerclient/python... +Source0: https://files.pythonhosted.org/packages/source/p/python-freezerclient/python... BuildRequires: openstack-macros -BuildRequires: python-devel +BuildRequires: python2-cliff >= 2.8.0 BuildRequires: python2-fixtures BuildRequires: python2-keystoneclient BuildRequires: python2-mock @@ -35,9 +35,9 @@ BuildRequires: python2-pbr >= 2.0.0 BuildRequires: python2-python-subunit BuildRequires: python2-setuptools >= 21.0.0 -BuildRequires: python2-testrepository +BuildRequires: python2-stestr BuildRequires: python2-testtools -BuildRequires: python3-devel +BuildRequires: python3-cliff >= 2.8.0 BuildRequires: python3-fixtures BuildRequires: python3-keystoneclient BuildRequires: python3-mock @@ -47,7 +47,7 @@ BuildRequires: python3-pbr >= 2.0.0 BuildRequires: python3-python-subunit BuildRequires: python3-setuptools >= 21.0.0 -BuildRequires: python3-testrepository +BuildRequires: python3-stestr BuildRequires: python3-testtools Requires: python-cliff >= 2.8.0 Requires: python-keystoneclient @@ -86,14 +86,13 @@ %prep %autosetup -p1 -n %{name}-%{version} %py_req_cleanup -sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg %build %{python_build} # Build HTML docs and man page -PBR_VERSION=1.7.0 sphinx-build -b html doc/source doc/build/html -rm -rf html/.{doctrees,buildinfo} +PBR_VERSION=2.1.0 sphinx-build -b html doc/source doc/build/html +rm -r doc/build/html/.{doctrees,buildinfo} %install %{python_install} @@ -106,9 +105,7 @@ %python_uninstall_alternative freezer %check -%{python_expand rm -rf .testrepository -$python setup.py testr -} +%python_exec -m stestr.cli run %files %{python_files} %doc README.rst ++++++ _service ++++++ --- /var/tmp/diff_new_pack.5VKY9W/_old 2019-05-03 22:40:28.354994640 +0200 +++ /var/tmp/diff_new_pack.5VKY9W/_new 2019-05-03 22:40:28.378994690 +0200 @@ -1,6 +1,6 @@ <services> <service mode="disabled" name="renderspec"> - <param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/rocky/openstack/python-freezerclient/python-freezerclient.spec.j2</param> + <param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/stein/openstack/python-freezerclient/python-freezerclient.spec.j2</param> <param name="output-name">python-freezerclient.spec</param> <param name="requirements">https://raw.githubusercontent.com/openstack/python-freezerclient/master/requirements.txt</param> <param name="changelog-email">cloud-devel@suse.de</param> ++++++ python-freezerclient-1.7.0.tar.gz -> python-freezerclient-2.1.0.tar.gz ++++++ ++++ 4854 lines of diff (skipped)
participants (1)
-
root