Hello community,
here is the log from the commit of package python-designateclient for
openSUSE:Factory checked in at 2015-10-30 13:42:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-designateclient (Old)
and /work/SRC/openSUSE:Factory/.python-designateclient.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-designateclient"
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-designateclient/python-designateclient.changes
2015-07-12 22:52:33.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.python-designateclient.new/python-designateclient.changes
2015-10-30 13:42:14.000000000 +0100
@@ -1,0 +2,89 @@
+Sun Oct 4 07:30:30 UTC 2015 - [email protected]
+
+- update to 1.5.0:
+ * Updated from global requirements
+ * Add formatting of output data
+ * Added appropriate error message for designate cli
+ * Meaningful Exception for over-quota on domains
+ * Added test cases for reports in designateclient
+ * Added diagnostics,sync and touch test cases for v1 designateclient
+ * V2 CLI Support
+ * Added quotas and servers test cases for designateclient
+ * Added test cases for designate v1 client
+ * Make is so exceptions have some message
+ * Updated from global requirements
+ * Update github's URL
+ * Updated from global requirements
+ * Implement socket timeout in v1
+ * Don't wildcard resolve names
+ * Updated from global requirements
+ * Updated from global requirements
+ * Improve help strings
+
+-------------------------------------------------------------------
+Fri Sep 25 07:13:49 UTC 2015 - [email protected]
+
+- add license
+
+-------------------------------------------------------------------
+Mon Sep 14 09:33:56 UTC 2015 - [email protected]
+
+- update to 1.4.0:
+ * Convert byte to str for py3 compatibilty
+ * Updated from global requirements
+ * Updated from global requirements
+ * Add some missing Unit Tests to test_utils.py
+ * Solve some py3 compatibilty issues
+ * Fix py3 compatibilty issues
+ * Updated from global requirements
+ * Replacing print with print() to provide py 2/3 compatibility
+ * Updated from global requirements
+ * Updated from global requirements
+ * Fix for ttl values
+ * Log error message from EndpointNotFound exceptions
+ * Removed peronal email address from example
+ * Updated from global requirements
+ * Fix backwards compat for edit_managed/all_tenants
+ * Add .eggs to gitignore
+ * Add backwards compat for edit_managed/all_tenants
+ * Updated from global requirements
+ * Updated from global requirements
+ * Updated from global requirements
+ * Update github link
+ * Sync tox.ini and add py34
+ * Use oslosphinx from PyPi
+ * Drop incubating theme from docs
+ * Move all_tenants and edit_managed attributes to designate Client
+ * Log a more informative error upon EndpointNotFound
+ * Updated from global requirements
+ * V2 Bindings
+ * Add --edit-managed flag to cli
+ * Updated from global requirements
+ * Allow relative names in record-create
+ * Update README to work with release tools
+ * Uncap library requirements for liberty
+ * Allow to use domain names instead of ids
+ * Updated from global requirements
+ * Added extra previllege to list all domains from all tenants
+ * Updated from global requirements
+ * Updated from global requirements
+ * Fix if checking on ttl for Create/Update commands
+ * Updated from global requirements
+ * Workflow documentation is now in infra-manual
+ * Refactor KS session creation and support CA certs
+ * Move some useful code outside v1
+ * Make token + endpoints work correctly
+ * Move session creation up to shell
+ * Set defaults for endpoint_type and service_type
+ * Updated from global requirements
+ * Use keystone sessions for v1 client
+ * Fixes homepage in metadata and internal docs
+ * Updated from global requirements
+ * Updated from global requirements
+ * Fixes pypi tarball not delivering Apache 2.0 LICENSE file
+ * Updated from global requirements
+ * Updated from global requirements
+- Adjust Requires according to requirements.txt
+- Add python_requires to _service file
+
+-------------------------------------------------------------------
Old:
----
python-designateclient-1.1.0.tar.gz
New:
----
python-designateclient-1.5.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-designateclient.spec ++++++
--- /var/tmp/diff_new_pack.E21G6I/_old 2015-10-30 13:42:15.000000000 +0100
+++ /var/tmp/diff_new_pack.E21G6I/_new 2015-10-30 13:42:15.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-designateclient
#
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -18,7 +18,7 @@
%define component designateclient
Name: python-%{component}
-Version: 1.1.0
+Version: 1.5.0
Release: 0
Summary: Openstack DNS (Designate) API Client
License: Apache-2.0
@@ -35,16 +35,24 @@
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
BuildRequires: python-discover
%endif
+BuildRequires: python-jsonschema
+BuildRequires: python-keystoneclient
+BuildRequires: python-mock
BuildRequires: python-mox >= 0.5.3
+BuildRequires: python-oslotest
BuildRequires: python-python-subunit
+BuildRequires: python-requests-mock
BuildRequires: python-testrepository >= 0.0.17
Requires: python >= 2.6.8
-Requires: python-cliff >= 1.4.3
-Requires: python-jsonschema >= 1.3.0
-Requires: python-keystoneclient >= 0.3.2
-Requires: python-pbr >= 0.5.21
-Requires: python-requests >= 1.1
-Requires: python-stevedore >= 0.10
+Requires: python-cliff >= 1.14.0
+Requires: python-debtcollector >= 0.3.0
+Requires: python-jsonschema >= 2.0.0
+Requires: python-keystoneclient >= 1.6.0
+Requires: python-oslo.utils >= 2.0.0
+Requires: python-pbr >= 1.6
+Requires: python-requests >= 2.5.2
+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()")}
@@ -83,7 +91,7 @@
%files
%defattr(-,root,root,-)
-%doc README.rst
+%doc LICENSE README.rst
%{_bindir}/designate
%{python_sitelib}/%{component}/
%{python_sitelib}/python_%{component}-*.egg-info
++++++ _service ++++++
--- /var/tmp/diff_new_pack.E21G6I/_old 2015-10-30 13:42:15.000000000 +0100
+++ /var/tmp/diff_new_pack.E21G6I/_new 2015-10-30 13:42:15.000000000 +0100
@@ -1,10 +1,12 @@
<services>
- <service mode="disabled" name="download_files">
+ <service mode="disabled" name="download_files">
<param name="changesgenerate">enable</param>
</service>
<service mode="disabled" name="set_version">
<param name="basename">python-designateclient</param>
</service>
+ <service mode="disabled" name="python_requires">
+ </service>
<service name="refresh_patches" mode="disabled">
<param name="changesgenerate">enable</param>
</service>
++++++ python-designateclient-1.1.0.tar.gz ->
python-designateclient-1.5.0.tar.gz ++++++
++++ 6173 lines of diff (skipped)