Hello community,
here is the log from the commit of package python-os-client-config for
openSUSE:Factory checked in at 2016-09-30 15:29:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-os-client-config (Old)
and /work/SRC/openSUSE:Factory/.python-os-client-config.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-os-client-config"
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-os-client-config/python-os-client-config.changes
2016-05-04 08:19:33.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.python-os-client-config.new/python-os-client-config.changes
2016-09-30 15:29:13.000000000 +0200
@@ -1,0 +2,71 @@
+Fri Sep 2 12:35:01 UTC 2016 - [email protected]
+
+- update to version 1.21.1
+ * Go ahead and handle YAML list in region_name
+
+-------------------------------------------------------------------
+Wed Aug 31 13:09:16 UTC 2016 - [email protected]
+
+- update to version 1.21.0
+ * Add prompting for KSA options
+ * Clean up vendor support list
+
+-------------------------------------------------------------------
+Tue Aug 30 15:47:15 UTC 2016 - [email protected]
+
+- update to version 1.20.1
+ * Precedence final solution
+ * Refactor fix magic in get_one_cloud()
+ * Fix precedence for pass-in options
+ * Add the new DreamCompute cloud
+ * Add release notes for 1.19.0 release
+ * Add test for precedence rules
+ * Pass the argparse data into to validate_auth
+ * Add support for deprecating cloud profiles
+ * Update Internap information
+ * Revert "Fix precedence for pass-in options"
+ * Add support for listing a cloud as shut down
+ * Add support for configuring split-stack networks
+ * Update citycloud to list new regions
+ * Pop domain-id from the config if we infer values
+
+-------------------------------------------------------------------
+Mon Jul 4 15:33:30 UTC 2016 - [email protected]
+
+- update to 1.18.0:
+ * Reword the entries in the README a bit
+ * Add shade constructor helper method
+ * Rename session_client to make_rest_client
+ * Add helper method for OpenStack SDK constructor
+ * Add missing "cloud" argument to _validate_auth_ksc
+ * Workaround bad required params in troveclient
+ * Trivial: Remove 'MANIFEST.in'
+ * Trivial: remove openstack/common from flake8 exclude list
+ * drop python3.3 support in classifier
+ * Fix formatting in readme file
+ * Remove discover from test-requirements.txt
+ * Add version string
+ * Pull the network settings from the actual dict
+ * Clarify one-per-cloud network values
+ * Flesh out netowrk config list
+ * Change network info indication to a generic list
+ * Update reno for stable/mitaka
+ * Add osic vendor profile
+ * Update the README a bit
+ * Allow session_client to take the same args as make_client
+ * Fix formulation
+ * Add release notes
+ * Send swiftclient username/password and token
+ * Remove HP and RunAbove from vendor profiles
+ * Added SSL support for VEXXHOST
+ * Add support for zetta.io
+ * Stop ignoring v2password plugin
+ * Go ahead and remove final excludes
+ * Don't set project_domain if not project scoped
+ * Clean up removed hacking rule from [flake8] ignore lists
+ * set up release notes build
+- Switch to upstream .spec file
+- Use renderspec source service to render .spec.j2 upstream
+ template
+
+-------------------------------------------------------------------
Old:
----
os-client-config-1.14.0.tar.gz
New:
----
os-client-config-1.21.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-os-client-config.spec ++++++
--- /var/tmp/diff_new_pack.m2oqZZ/_old 2016-09-30 15:29:15.000000000 +0200
+++ /var/tmp/diff_new_pack.m2oqZZ/_new 2016-09-30 15:29:15.000000000 +0200
@@ -20,36 +20,35 @@
%bcond_with test
%bcond_with docs
Name: python-os-client-config
-Version: 1.14.0
+Version: 1.21.1
Release: 0
Summary: OpenStack Client Configuration Library
License: Apache-2.0
Group: Development/Libraries
Url: https://launchpad.net/%{sname}
-Source0:
https://pypi.python.org/packages/source/o/%{sname}/%{sname}-%{version}.tar.gz
-BuildArch: noarch
+Source0:
https://pypi.io/packages/source/o/%{sname}/%{sname}-%{version}.tar.gz
BuildRequires: openstack-macros
BuildRequires: python-devel
+BuildRequires: python-pbr >= 1.6
+BuildRequires: python-setuptools >= 16.0
+Requires: python-PyYAML >= 3.1.0
+Requires: python-appdirs >= 1.3.0
+Requires: python-keystoneauth1 >= 2.10.0
+Requires: python-requestsexceptions >= 1.1.1
+BuildArch: noarch
%if %{with test}
-BuildRequires: python-coverage >= 3.6
-BuildRequires: python-discover
BuildRequires: python-extras
-BuildRequires: python-fixtures >= 0.3.14
-BuildRequires: python-glanceclient >= 1.18.0
-BuildRequires: python-keystoneclient >= 1.1.0
-BuildRequires: python-mock
-BuildRequires: python-oslotest >= 1.11
+BuildRequires: python-fixtures >= 3.0.0
+BuildRequires: python-glanceclient >= 2.0.0
+BuildRequires: python-jsonschema >= 2.0.0
+BuildRequires: python-keystoneclient >= 2.0.0
+BuildRequires: python-mock >= 2.0
+BuildRequires: python-oslotest >= 1.10.0
BuildRequires: python-python-subunit >= 0.0.18
-BuildRequires: python-testrepository
+BuildRequires: python-testrepository >= 0.0.18
BuildRequires: python-testscenarios >= 0.4
-BuildRequires: python-testtools >= 0.9.34
+BuildRequires: python-testtools >= 1.4.0
%endif
-BuildRequires: python-pbr
-BuildRequires: python-setuptools
-Requires: python-PyYAML >= 3.1.0
-Requires: python-appdirs >= 1.3.0
-Requires: python-keystoneauth1 >= 2.1.0
-Requires: python-requestsexceptions >= 1.1.1
%description
os-client-config is a library for collecting client configuration for
@@ -64,8 +63,8 @@
Summary: Documentation for OpenStack client configuration library
Group: Development/Libraries
BuildRequires: python-Sphinx
-BuildRequires: python-oslosphinx >= 2.3.0
-BuildRequires: python-reno >= 0.1.1
+BuildRequires: python-oslosphinx >= 2.5.0
+BuildRequires: python-reno >= 1.8.0
%description doc
Documentation for the os-client-config library.
@@ -75,7 +74,7 @@
%setup -q -n %{sname}-%{version}
%build
-%{__python2} setup.py build
+%{py2_build}
%if %{with docs}
# generate html docs
%{__python2} setup.py build_sphinx
@@ -84,7 +83,7 @@
%endif
%install
-%{__python2} setup.py install --skip-build --root %{buildroot}
+%{py2_install}
%if %{with test}
%check
++++++ _service ++++++
--- /var/tmp/diff_new_pack.m2oqZZ/_old 2016-09-30 15:29:15.000000000 +0200
+++ /var/tmp/diff_new_pack.m2oqZZ/_new 2016-09-30 15:29:15.000000000 +0200
@@ -1,12 +1,12 @@
<services>
+ <service mode="disabled" name="renderspec">
+ <param
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/master/openstack/os-client-config/os-client-config.spec.j2</param>
+ <param name="output-name">python-os-client-config.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">os-client-config</param>
- </service>
- <service mode="disabled" name="python_requires">
- </service>
<service name="refresh_patches" mode="disabled">
<param name="changesgenerate">enable</param>
</service>
++++++ os-client-config-1.14.0.tar.gz -> os-client-config-1.21.1.tar.gz ++++++
++++ 3308 lines of diff (skipped)