Hello community,
here is the log from the commit of package python-openstacksdk for
openSUSE:Factory checked in at 2016-09-30 15:31:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-openstacksdk (Old)
and /work/SRC/openSUSE:Factory/.python-openstacksdk.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-openstacksdk"
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-openstacksdk/python-openstacksdk.changes
2016-05-23 16:40:38.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.python-openstacksdk.new/python-openstacksdk.changes
2016-09-30 15:31:50.000000000 +0200
@@ -1,0 +2,98 @@
+Fri Sep 23 08:04:49 UTC 2016 - [email protected]
+
+update to version 0.9.7
+ * Revert "Event list can not display "timestamp"
+ * Event list can not display "timestamp"
+ * Add project_id field to cluster's policy and profile
+ * Fix the issue non-admin user failed to list trusts
+ * Fix error in node action
+ * compute/v2/server: add ?all_tenants=bool to list
+
+update to version 0.9.6
+ * Add extended Glance Image properties
+ * Fix connection init when session is provided
+ * Rebase keystone v3 proxy to proxy2
+ * Fix 'config_drive' and 'networks' for compute server
+ * Fix cluster query mapping
+ * Rebase keystone resources onto resource2
+ * Add new function for router-gateway
+ * Obtain Image checksum via additional GET
+ * Adjust router add/remove interface method names
+ * Add 'dependents' property to Node and Cluster class
+ * Add QoS rule type object and CRUD commands
+ * Add QoS bandwidth limit rule object and CRUD commands
+ * Add QoS DSCP marking rule object and CRUD commands
+ * Add QoS minimum bandwidth rule object and CRUD commands
+ * Add network segment create, delete and update support
+ * Rebase telemetry resources to resource2/proxy2
+ * Fix telemetry/metering service version
+ * Fix the issue that 'type' field is missing in profile list
+
+-------------------------------------------------------------------
+Fri Sep 2 19:06:15 UTC 2016 - [email protected]
+
+update to version 0.9.5
+ * Updated from global requirements
+ * Fix issue "SDKException: Connection failure that may be retried."
+
+-------------------------------------------------------------------
+Tue Aug 30 15:24:12 UTC 2016 - [email protected]
+
+update to version 0.9.4
+ * Add SoftwareDeployment resource to orchestration
+ * Add policy validation for senlin
+ * Fix cluster resource in cluster service
+ * Add API microversion support
+ * Add collect_cluster_attrs API to cluster service
+ * Remove update_flavor method from compute
+ * Fix problems about location header in resource2
+ * Add SoftwareConfig resource to orchestration
+ * _alternate_id should return a server-side name
+ * Add support for message resource of Zaqar v2 API
+ * Relocate alarm service into a submodule
+ * Add support for claim for Zaqar V2 API
+ * Add QoS policy object and CRUD commands.
+ * Replace _transpose_component with _filter_component
+ * Tweak endpoint discovery for apache-style services
+ * Improve docstring for some resource2 methods
+ * Add services operations into compute service
+ * Add 'check_stack' operation to proxy
+ * Fix test_limits functional test failure
+ * Add profile validation for senlin
+ * Add force-delete into compute service
+ * Make end-user modules accessible from top level
+ * Fix orchestration service initialization
+ * HAProxy uses milliseconds for its timeout values.
+ * Rebase cluster service to resource2/proxy2
+ * Rebase orchestration to resource2/proxy2
+ * Support fetching network project default quota
+ * Add support for Zaqar V2 queue resource
+ * Fix nova server image and flavor
+ * Add 'to_dict()' method to resource2.Resource
+ * Minor network RBAC policy updates
+ * Add template validation support to orchestration
+ * Refactor Key Manager for resource2
+ * Get endpoints directly from services
+ * Refactor image v2 to use resource2/proxy2
+ * Updated from global requirements
+ * Add support for subscription for Zaqar V2 API
+ * Expose 'requires_id' to get_xxx proxy functions
+
+-------------------------------------------------------------------
+Fri Jul 22 15:02:54 UTC 2016 - [email protected]
+
+- update to version 0.9.0:
+ * Refactor compute for new resource/proxy
+ * Allow alternate_id to be accessed directly
+ * Add neutron rbac support
+ * Updated from global requirements
+ * Add temporary test_proxy_base2
+ * Add segment_id property to subnet resource
+ * Allow resources to check their equality
+ * Remove type=timestamp usages
+ * Cluster user guide - part 2
+ * Move version definition
+ * Fix clustering event properties
+- update _service and switch to upstream .spec file
+
+-------------------------------------------------------------------
Old:
----
openstacksdk-0.8.5.tar.gz
New:
----
openstacksdk-0.9.7.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-openstacksdk.spec ++++++
--- /var/tmp/diff_new_pack.yktUDT/_old 2016-09-30 15:31:51.000000000 +0200
+++ /var/tmp/diff_new_pack.yktUDT/_new 2016-09-30 15:31:51.000000000 +0200
@@ -16,69 +16,79 @@
#
-%define version_unconverted 0.8.5
-
+%global sname openstacksdk
Name: python-openstacksdk
-Version: 0.8.5
+Version: 0.9.7
Release: 0
Summary: An SDK for building applications to work with OpenStack
License: Apache-2.0
Group: Development/Languages/Python
-Url: http://www.openstack.org/
-Source:
https://pypi.python.org/packages/source/o/openstacksdk/openstacksdk-%{version}.tar.gz
+Url: https://launchpad.net/%{sname}
+Source0:
https://pypi.io/packages/source/o/%{sname}/%{sname}-%{version}.tar.gz
+BuildRequires: openstack-macros
BuildRequires: python-devel
-BuildRequires: python-fixtures
-BuildRequires: python-iso8601
-BuildRequires: python-keystoneauth1
-BuildRequires: python-mock
-BuildRequires: python-nose
-BuildRequires: python-os-client-config
-BuildRequires: python-os-testr
-BuildRequires: python-oslo.utils
-BuildRequires: python-pbr >= 1.8
-BuildRequires: python-python-subunit
-BuildRequires: python-requests-mock
-BuildRequires: python-setuptools
-BuildRequires: python-testrepository
-BuildRequires: python-testscenarios
-BuildRequires: python-testtools
-Requires: python-iso8601 >= 0.1.9
-Requires: python-keystoneauth1 >= 2.1.0
-Requires: python-requests >= 2.8.1
+BuildRequires: python-fixtures >= 3.0.0
+BuildRequires: python-mock >= 2.0
+BuildRequires: python-pbr >= 1.6
+BuildRequires: python-requests >= 2.10.0
+BuildRequires: python-requests-mock >= 1.0
+BuildRequires: python-setuptools >= 16.0
+BuildRequires: python-six >= 1.9.0
+BuildRequires: python-stevedore >= 1.16.0
+BuildRequires: python-testrepository >= 0.0.18
+BuildRequires: python-testscenarios >= 0.4
+BuildRequires: python-testtools >= 1.4.0
+Requires: python-keystoneauth1 >= 2.10.0
+Requires: python-os-client-config >= 1.13.1
Requires: python-six >= 1.9.0
-Requires: python-stevedore >= 1.5.0
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-%{!?python_sitelib: %global python_sitelib %(python -c "from
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%else
+Requires: python-stevedore >= 1.16.0
BuildArch: noarch
-%endif
%description
-The ``python-openstacksdk`` is a collection of libraries for building
-applications to work with OpenStack clouds. The project aims to provide
-a consistent and complete set of interactions with OpenStack's many
-services, along with complete documentation, examples, and tools.
-
-This SDK is under active development, and in the interests of providing
-a high-quality interface, the APIs provided in this release may differ
-from those provided in future release.
+The python-openstacksdk is a collection of libraries for building
+applications to work with OpenStack clouds. The project aims to
+provide a consistent and complete set of interactions with OpenStack's
+many services, along with complete documentation, examples, and tools.
+
+%package doc
+Summary: %{summary} - Documentation
+Group: Documentation/HTML
+BuildRequires: python-Sphinx
+BuildRequires: python-keystoneauth1 >= 2.10.0
+BuildRequires: python-openstackdocstheme >= 1.4.0
+BuildRequires: python-os-client-config >= 1.13.1
+Requires: %{name} = %{version}
+
+%description doc
+The python-openstacksdk is a collection of libraries for building
+applications to work with OpenStack clouds. The project aims to
+provide a consistent and complete set of interactions with OpenStack's
+many services, along with complete documentation, examples, and tools.
+
+This package contains documentation files for %{name}.
%prep
-%setup -q -n openstacksdk-%{version}
+%setup -q -n %{sname}-%{version}
%build
-python setup.py build
+%py2_build
+%{__python2} setup.py build_sphinx
+rm -rf doc/build/html/.{doctrees,buildinfo}
%install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%py2_install
-## %check
-## python setup.py testr
+%check
+%{__python2} setup.py testr
%files
-%defattr(-,root,root,-)
-%doc LICENSE ChangeLog README.rst AUTHORS
-%{python_sitelib}/*
+%license LICENSE
+%doc ChangeLog README.rst
+%{python2_sitelib}/openstack
+%{python2_sitelib}/*.egg-info
+
+%files doc
+%license LICENSE
+%doc doc/build/html
%changelog
++++++ _service ++++++
--- /var/tmp/diff_new_pack.yktUDT/_old 2016-09-30 15:31:51.000000000 +0200
+++ /var/tmp/diff_new_pack.yktUDT/_new 2016-09-30 15:31:51.000000000 +0200
@@ -1,13 +1,13 @@
<services>
+ <service mode="disabled" name="renderspec">
+ <param
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/master/openstack/openstacksdk/openstacksdk.spec.j2</param>
+ <param name="output-name">python-openstacksdk.spec</param>
+ <param
name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/master/global-requirements.txt</param>
+ </service>
<service mode="disabled" name="download_files">
<param name="changesgenerate">enable</param>
</service>
- <service mode="disabled" name="set_version">
- <param name="basename">openstacksdk</param>
- </service>
<service name="refresh_patches" mode="disabled">
<param name="changesgenerate">enable</param>
</service>
- <service name="python_requires" mode="disabled">
- </service>
</services>
++++++ openstacksdk-0.8.5.tar.gz -> openstacksdk-0.9.7.tar.gz ++++++
++++ 20191 lines of diff (skipped)