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 2017-08-28 15:32:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-freezerclient (Old) and /work/SRC/openSUSE:Factory/.python-freezerclient.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python-freezerclient" Mon Aug 28 15:32:28 2017 rev:2 rq:518345 version:1.5.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-freezerclient/python-freezerclient.changes 2017-04-06 11:02:00.852736855 +0200 +++ /work/SRC/openSUSE:Factory/.python-freezerclient.new/python-freezerclient.changes 2017-08-28 15:32:30.463338856 +0200 @@ -1,0 +2,40 @@ +Wed Aug 23 08:20:19 UTC 2017 - tbechtold@suse.com + +- add 0001-Remove-astroid-from-test-requirements.patch + +------------------------------------------------------------------- +Mon Aug 7 08:51:54 UTC 2017 - cloud-devel@suse.de + +- update to version 1.5.0 + - Enable some off-by-default checks + - Drop MANIFEST.in + - Fix ssl connections + - Fix 'freezer client-delete' error + - [Fix gate]Update test requirement + - Replace http with https + - Update reno for stable/ocata + - Remove unused components from requirements + - Set OS_BACKUP_API_VERSION to v1 + - Use bindep to define binary deps + - Import cli-reference content from openstack-manuals + - Update message for job start/stop/abort + - Enable client deletion + - Update python-freezerclient for pike goal python 3.5 + - Added session-start option to allow starting sessions + - Fix freezer client-* output + - Fix SSL connections initiated from freezer-scheduler + - Added obj file to delete at testenv + - Change author in setup.cfg + - Freezerclient v2 + - client-id is now required when creating jobs + - Use pbr for version numbers + - Enable project_id for multi-domain support + - Follow up to I87f0add4dc2bcece832197cfc88e2d531a80a326 + - Displaying job status + - Remove py34 from tox + - Update documentation URLs + - Deletion of backup metadata + - Updated from global requirements + - Switch to openstackdocstheme + +------------------------------------------------------------------- Old: ---- python-freezerclient-1.3.0.tar.gz New: ---- 0001-Remove-astroid-from-test-requirements.patch python-freezerclient-1.5.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-freezerclient.spec ++++++ --- /var/tmp/diff_new_pack.unaLOI/_old 2017-08-28 15:32:31.807149931 +0200 +++ /var/tmp/diff_new_pack.unaLOI/_new 2017-08-28 15:32:31.819148244 +0200 @@ -17,34 +17,35 @@ Name: python-freezerclient -Version: 1.3.0 +Version: 1.5.0 Release: 0 Summary: Python API and CLI for OpenStack Freezer License: Apache-2.0 Group: Development/Languages/Python Url: http://launchpad.net/%{name} Source0: https://pypi.io/packages/source/p/%{name}/%{name}-%{version}.tar.gz +# https://review.openstack.org/#/c/496487/ +Patch1: 0001-Remove-astroid-from-test-requirements.patch BuildRequires: openstack-macros -BuildRequires: python-astroid >= 1.4.0 BuildRequires: python-devel BuildRequires: python-fixtures >= 3.0.0 BuildRequires: python-keystoneclient >= 3.8.0 BuildRequires: python-mock >= 2.0 BuildRequires: python-oslo.i18n >= 2.1.0 -BuildRequires: python-oslo.utils >= 3.18.0 +BuildRequires: python-oslo.utils >= 3.20.0 BuildRequires: python-oslotest >= 1.10.0 -BuildRequires: python-pbr >= 1.8 +BuildRequires: python-pbr >= 2.0.0 BuildRequires: python-python-subunit >= 0.0.18 BuildRequires: python-setuptools >= 16.0 BuildRequires: python-testrepository >= 0.0.18 BuildRequires: python-testtools >= 1.4.0 -Requires: python-cliff >= 2.3.0 +Requires: python-cliff >= 2.6.0 Requires: python-keystoneclient >= 3.8.0 -Requires: python-oslo.config >= 3.14.0 +Requires: python-oslo.config >= 4.0.0 Requires: python-oslo.i18n >= 2.1.0 -Requires: python-oslo.log >= 3.11.0 -Requires: python-oslo.utils >= 3.18.0 -Requires: python-pbr >= 1.8 +Requires: python-oslo.log >= 3.22.0 +Requires: python-oslo.utils >= 3.20.0 +Requires: python-pbr >= 2.0.0 Requires: python-six >= 1.9.0 BuildArch: noarch @@ -56,7 +57,7 @@ Summary: Documentation for OpenStack Freezer API client libary Group: Documentation BuildRequires: python-Sphinx -BuildRequires: python-oslosphinx >= 4.7.0 +BuildRequires: python-openstackdocstheme >= 1.11.0 %description doc Client library for Freezer built on the Freezer API. It provides a Python API @@ -64,8 +65,9 @@ This package contains the documentation. %prep -%autosetup -n %{name}-%{version} +%autosetup -p1 -n %{name}-%{version} %py_req_cleanup +sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg %build %py2_build ++++++ 0001-Remove-astroid-from-test-requirements.patch ++++++
From 6167ca63e36211e7bdb21cf1a5565b104b29c7e8 Mon Sep 17 00:00:00 2001 From: Thomas Bechtold <tbechtold@suse.com> Date: Wed, 23 Aug 2017 07:11:34 +0200 Subject: [PATCH] Remove astroid from test-requirements
It is not used. Change-Id: I83fa5bca212f7944dad1bdde613c8eb98ba619f7 --- test-requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 3b1f717..eeb0cfa 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -12,4 +12,3 @@ openstackdocstheme>=1.16.0 # Apache-2.0 testrepository>=0.0.18 # Apache-2.0/BSD testtools>=1.4.0 # MIT reno!=2.3.1,>=1.8.0 # Apache-2.0 -astroid<1.4.0 # LGPLv2.1 # breaks pylint 1.4.4 -- 2.14.1 ++++++ _service ++++++ --- /var/tmp/diff_new_pack.unaLOI/_old 2017-08-28 15:32:32.151101575 +0200 +++ /var/tmp/diff_new_pack.unaLOI/_new 2017-08-28 15:32:32.155101012 +0200 @@ -1,8 +1,8 @@ <services> <service mode="disabled" name="renderspec"> - <param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/openstack/python-freezerclient/python-freezerclient.spec.j2</param> + <param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/openstack/python-freezerclient/python-freezerclient.spec.j2</param> <param name="output-name">python-freezerclient.spec</param> - <param name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/global-requirements.txt</param> + <param name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/global-requirements.txt</param> <param name="changelog-email">cloud-devel@suse.de</param> <param name="changelog-provider">gh,openstack,python-freezerclient</param> </service> ++++++ python-freezerclient-1.3.0.tar.gz -> python-freezerclient-1.5.0.tar.gz ++++++ ++++ 3450 lines of diff (skipped)
participants (1)
-
root@hilbert.suse.de