commit python-openstacksdk for openSUSE:Factory
Hello community, here is the log from the commit of package python-openstacksdk for openSUSE:Factory checked in at 2017-08-28 15:31:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-openstacksdk (Old) and /work/SRC/openSUSE:Factory/.python-openstacksdk.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python-openstacksdk" Mon Aug 28 15:31:18 2017 rev:6 rq:514984 version:0.9.17 Changes: -------- --- /work/SRC/openSUSE:Factory/python-openstacksdk/python-openstacksdk.changes 2017-02-21 13:40:58.491639886 +0100 +++ /work/SRC/openSUSE:Factory/.python-openstacksdk.new/python-openstacksdk.changes 2017-08-28 15:31:20.329198800 +0200 @@ -1,0 +2,120 @@ +Mon Aug 7 13:24:47 UTC 2017 - cloud-devel@suse.de + +- update to version 0.9.17 + - Fix document warnings + - Add port property: trunk_details + - Introduce Base for Octavia (load balancing) + - Add compute support server migrate operation + - Remove discover from test-requirements + - Use https instead of http in cluster examples + - Add is_profile_only to Cluster resource + - Fix network quota test so it works on gate + - Add compute support server backup operation + - Cleanup various Sphinx warnings during doc build + - Add wait_for_xxx methods to cluster proxy + - Add new parameter "is_default" to Network QoS policy. + - Fix the network service provider test + - Filtering support by is_router_external to network resource + - Reorganize image docs + - Reorganize telemetry docs + - Add cluster_operation and node_operation + - Fix the agent add remove test + - Remove get_service method from compute + - Enable warnings_as_errors in doc enforcer + - Add StackFiles resource to orchestration v1 + - Update the image used for functional tests + - Fix the network floating ip test for get + - Correct Network `ports` query parameters + - Fix the telemetry statistics test + - Updated from global requirements + - Remove two remaining doc warnings + - Add data plane status support to Network Port obj + - Add 'project_id' to Server query parameters + - Deprecate Message v1 + - Privatize session instance on Proxy subclasses + - Add StackEnvironment resource to orchestration v1 + - keystone api v2.0 does not paginate roles or users + - Add vlan_transparent property to network resource + - the role resource should not have put_create=True + - Reorganize identity docs + - Fix the network flavor disassociate method + - Reorganize network docs + - Add params to ClusterDelNodes action + - Fix the network auto allocate validate + - Reorganize orchestration docs + - Added server console output method + - functional tests: minor cleanup + - update params about cluster filter event + - Shift some compute attributes within request body + - Fix the network quota tests + - Revert "HAProxy uses milliseconds ..." + - Add support for volume attachments in compute v2 + - Find floating ip by ip address + - Port database v1 to resource2 + - Update intersphinx linking to python.org + - Get endpoint versions with domain scope session + - Fix exception parsing error + - Trivial: fix Template resource in orchestration + - Reorganize compute docs + - Add direction field to QoS bandwidth limit. + - Fix doc build if git is absent + - Add 'service list' resource for senlin + - Added project role assignment + - Fix the telemetry sample test + - Implement metric docs + - Port metric v1 to resource2 + - Fix the nextwork agent add remove test + - Reorganize object_store docs + - Add image download example + - Fix the service profile meta info test + - Fix the object store set metadata functional test + - Change version of hacking in test-requirements + - Replace assertRaisesRegexp with assertRaisesRegex + - Add cluster support receiver update operation + - Fix function test for compute images + - Update devstack config to point to a valid image + - Adjust some proxy method names in cluster + - Remove unsupported telemetry create_sample method + - Add 'tags' property to orchestration stack + - Implement message docs + - Remove support for py34 + - Add compute support server live migrate operation + - Add docs for volume_attachment compute methods + - Support profile-only to cluster update + - Expose OS-EXT-SRV-ATTR:{hypervisor_hostname,instance_name} for Server. + - Port identity v2 to resource2 + - Port image v1 to resource2 + - Remove unnecessary get_id call in _prepare_request + - Cleanup more Sphinx warnings during doc build + - Reorganize bare_metal docs + - Enable streaming responses in download_image + - Add network flavor associate, disassociate to SDK + - Reorganize workflow docs + - Fix cluster action list filter + - Reorganize block store docs + - Remove old telemetry capability + - Adjust some proxy method names in bare_metal + - Correct a copy/paste mistake in a docstring + - Fix py3 compatibility (dict.iteritems()) in object_store + - Reorganize key_manager docs + - Expose ha_state property from HA enabled L3 Agents. + - Remove type restrict of block_device_mapping + - Reorganize database docs + - Remove unnecessary coding format in the head of files + - Add missing attribute to Subnet resource + - Fix problem with update including id + - Network tag support + - Deprecate "wait_for" methods on ProxyBase + - StackTemplate resource for orchestration + - Reorganize cluster docs + - Add get_stack_* methods to documentation + - Enforce inclusion of pulic proxy methods in docs + - Specify alternate_id in network quota + - Avoid imports in openstack/__init__.py + - Allow router related functions to receive an ID + - Fix update_image unsupported media type + - Port unversioned Version resources to resource2 + - Clean up some errant doc warnings/errors + - Deprecate port and ping methods in Network proxy + +------------------------------------------------------------------- Old: ---- openstacksdk-0.9.13.tar.gz New: ---- openstacksdk-0.9.17.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-openstacksdk.spec ++++++ --- /var/tmp/diff_new_pack.CyPwfk/_old 2017-08-28 15:31:21.465039119 +0200 +++ /var/tmp/diff_new_pack.CyPwfk/_new 2017-08-28 15:31:21.485036307 +0200 @@ -18,7 +18,7 @@ %global sname openstacksdk Name: python-openstacksdk -Version: 0.9.13 +Version: 0.9.17 Release: 0 Summary: An SDK for building applications to work with OpenStack License: Apache-2.0 @@ -26,22 +26,30 @@ Url: https://launchpad.net/python-openstacksdk Source0: https://pypi.io/packages/source/o/%{sname}/%{sname}-%{version}.tar.gz BuildRequires: openstack-macros +BuildRequires: python-Sphinx +BuildRequires: python-beautifulsoup4 +BuildRequires: python-deprecation >= 1.0 BuildRequires: python-devel BuildRequires: python-fixtures >= 3.0.0 +BuildRequires: python-jsonpatch >= 1.1 BuildRequires: python-mock >= 2.0 -BuildRequires: python-pbr >= 1.8 -BuildRequires: python-requests >= 2.10.0 +BuildRequires: python-openstackdocstheme >= 1.11.0 +BuildRequires: python-os-testr >= 0.8.0 +BuildRequires: python-pbr >= 2.0.0 +BuildRequires: python-requests >= 2.14.2 BuildRequires: python-requests-mock >= 1.1 BuildRequires: python-setuptools >= 16.0 BuildRequires: python-six >= 1.9.0 -BuildRequires: python-stevedore >= 1.17.1 +BuildRequires: python-stevedore >= 1.20.0 BuildRequires: python-testrepository >= 0.0.18 BuildRequires: python-testscenarios >= 0.4 BuildRequires: python-testtools >= 1.4.0 -Requires: python-keystoneauth1 >= 2.17.0 -Requires: python-os-client-config >= 1.22.0 +Requires: python-deprecation >= 1.0 +Requires: python-jsonpatch >= 1.1 +Requires: python-keystoneauth1 >= 2.21.0 +Requires: python-os-client-config >= 1.27.0 Requires: python-six >= 1.9.0 -Requires: python-stevedore >= 1.17.1 +Requires: python-stevedore >= 1.20.0 BuildArch: noarch %description @@ -54,9 +62,9 @@ Summary: %{summary} - Documentation Group: Documentation/HTML BuildRequires: python-Sphinx -BuildRequires: python-keystoneauth1 >= 2.17.0 -BuildRequires: python-openstackdocstheme >= 1.5.0 -BuildRequires: python-os-client-config >= 1.22.0 +BuildRequires: python-keystoneauth1 >= 2.21.0 +BuildRequires: python-openstackdocstheme >= 1.11.0 +BuildRequires: python-os-client-config >= 1.27.0 Requires: %{name} = %{version} %description doc @@ -68,11 +76,15 @@ This package contains documentation files for %{name}. %prep -%autosetup -n %{sname}-%{version} +%autosetup -p1 -n %{sname}-%{version} +sed -i -e "s,'sphinx.ext.intersphinx'\,,," doc/source/conf.py %py_req_cleanup +# build fails with warnings +sed -i 's/^warning-is-error.*/warning-is-error=0/g' setup.cfg %build %py2_build +export PYTHONPATH=. %{__python2} setup.py build_sphinx rm -rf doc/build/html/.{doctrees,buildinfo} ++++++ _service ++++++ --- /var/tmp/diff_new_pack.CyPwfk/_old 2017-08-28 15:31:21.717003696 +0200 +++ /var/tmp/diff_new_pack.CyPwfk/_new 2017-08-28 15:31:21.733001447 +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/openstacksdk/openstacksdk.spec.j2</param> + <param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/openstack/openstacksdk/openstacksdk.spec.j2</param> <param name="output-name">python-openstacksdk.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-openstacksdk</param> </service> ++++++ openstacksdk-0.9.13.tar.gz -> openstacksdk-0.9.17.tar.gz ++++++ ++++ 12477 lines of diff (skipped)
participants (1)
-
root@hilbert.suse.de