Hello community,

here is the log from the commit of package python-tempest-lib for 
openSUSE:Factory checked in at 2016-05-04 08:19:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-tempest-lib (Old)
 and      /work/SRC/openSUSE:Factory/.python-tempest-lib.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-tempest-lib"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-tempest-lib/python-tempest-lib.changes    
2015-12-21 12:04:00.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-tempest-lib.new/python-tempest-lib.changes   
    2016-05-04 08:19:38.000000000 +0200
@@ -1,0 +2,64 @@
+Tue Mar 15 19:09:02 UTC 2016 - [email protected]
+
+- Remove /usr/bin/check-uuid and /usr/bin/skip-tracker .
+  Both is now provided by openstack-tempest
+
+-------------------------------------------------------------------
+Thu Mar  3 16:18:23 UTC 2016 - [email protected]
+
+- update to 1.0.0:
+  * Add note to README about tempest-lib deprecation
+  * Deprecation warning in tempest-lib
+  * Add reno release notes to tempest-lib
+  * Updated from global requirements
+  * Fix project domain problem in v3 token client
+  * Add cli execute test case
+  * Add update attached volume function to servers_client
+
+-------------------------------------------------------------------
+Sun Feb 28 11:14:30 UTC 2016 - [email protected]
+
+- update to 0.14.0:
+  * Add bulk methods to network service clients
+  * Migrated 2 network clients from tempest
+  * Minor spelling fix
+  * Update .gitignore because of to ignore .eggs dir
+  * Alter image json schema to allow for null name and size values
+  * Change attach_id to volume_id in show_volume_attachment
+  * Migrated 2 network clients from tempest
+  * Raise IdentityError if auth_url doesn't exist
+  * Added __init__.py to tests/services/identity/
+  * Updated from global requirements
+  * Migrate the skip_unless_attr decorator from tempest
+  * Migrated quotas_client and security_groups_client
+  * Remove MANIFEST.in
+  * Change LOG.warn to LOG.warning
+  * Updated from global requirements
+  * Prevent StopIteration exception during parse response
+  * Keep py3.X compatibility for urllib
+  * Migrated 6 network clients from tempest
+
+-------------------------------------------------------------------
+Tue Jan  5 08:39:47 UTC 2016 - [email protected]
+
+- update to 0.12.0:
+  * Migrated servers_client.py from tempest
+  * Updated from global requirements
+  * Migrated floating_ips_client.py from tempest
+  * Fix the links to api-site doc
+  * Pass environment variables of proxy to tox
+  * Remove get_server_group()
+  * Add docstring for create/update methods([h-q]*)
+  * Add docstring for create/update methods([a-f]*)
+  * Add docstring for create/update methods([s-v]*)
+  * Updated from global requirements
+  * Make git log messsage to shorter
+  * Fix Bugs URL on CONTRIBUTING.rst
+  * Fix fixed_ip schema and service client
+  * Rename get_server_group to show_server_group
+  * Allow passing --insecure to python client binaries
+  * Add 410 error code handling to REST client
+  * python3: converts binary data from channel
+  * Improve unit test coverage for alt_auth data
+
+-------------------------------------------------------------------

Old:
----
  tempest-lib-0.11.0.tar.gz

New:
----
  tempest-lib-1.0.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-tempest-lib.spec ++++++
--- /var/tmp/diff_new_pack.NCz7wr/_old  2016-05-04 08:19:38.000000000 +0200
+++ /var/tmp/diff_new_pack.NCz7wr/_new  2016-05-04 08:19:38.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-tempest-lib
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -17,7 +17,7 @@
 
 
 Name:           python-tempest-lib
-Version:        0.11.0
+Version:        1.0.0
 Release:        0
 Summary:        OpenStack Functional Testing Library
 License:        Apache-2.0
@@ -50,7 +50,7 @@
 Requires:       python-iso8601 >= 0.1.9
 Requires:       python-jsonschema >= 2.0.0
 Requires:       python-os-testr >= 0.4.1
-Requires:       python-oslo.log >= 1.8.0
+Requires:       python-oslo.log >= 1.14.0
 Requires:       python-six >= 1.9.0
 %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()")}
@@ -69,6 +69,10 @@
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+# both files are provided by openstack-tempest (because tempest-lib is
+# now deprecated and the code was copied to tempest)
+rm %{buildroot}/%{_bindir}/skip-tracker
+rm %{buildroot}/%{_bindir}/check-uuid
 
 %check
 testr init && testr run --parallel
@@ -76,8 +80,6 @@
 %files
 %defattr(-,root,root,-)
 %doc README.rst ChangeLog LICENSE AUTHORS
-%{_bindir}/skip-tracker
-%{_bindir}/check-uuid
 %{python_sitelib}/*
 
 %changelog

++++++ tempest-lib-0.11.0.tar.gz -> tempest-lib-1.0.0.tar.gz ++++++
++++ 5743 lines of diff (skipped)


Reply via email to