Hello community,

here is the log from the commit of package python-designateclient for 
openSUSE:Factory checked in at 2016-10-13 11:29:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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
    2016-09-30 15:28:43.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-designateclient.new/python-designateclient.changes
       2016-10-13 11:29:17.000000000 +0200
@@ -1,0 +2,10 @@
+Mon Sep 26 12:49:46 UTC 2016 - tbecht...@suse.com
+
+update to version 2.3.0
+  * Docs update for FloatingIP's ptr records
+  * Resolve FloatingIP PTR records clis argument's description
+  * Remove discover from test-requirements
+  * Updated from global requirements
+  * Fix clis related to FloatingIP's ptr records
+
+-------------------------------------------------------------------

Old:
----
  python-designateclient-2.2.0.tar.gz

New:
----
  python-designateclient-2.3.0.tar.gz

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

Other differences:
------------------
++++++ python-designateclient.spec ++++++
--- /var/tmp/diff_new_pack.jMr3ih/_old  2016-10-13 11:29:18.000000000 +0200
+++ /var/tmp/diff_new_pack.jMr3ih/_new  2016-10-13 11:29:18.000000000 +0200
@@ -18,7 +18,7 @@
 
 %global sname python-designateclient
 Name:           python-designateclient
-Version:        2.2.0
+Version:        2.3.0
 Release:        0
 Summary:        OpenStack DNS as a Service - Client
 License:        Apache-2.0
@@ -28,23 +28,24 @@
 BuildRequires:  openstack-macros
 BuildRequires:  python-devel
 BuildRequires:  python-jsonschema >= 2.0.0
-BuildRequires:  python-keystoneclient >= 1.7.0
-BuildRequires:  python-mock >= 1.2
+BuildRequires:  python-keystoneclient >= 2.0.0
+BuildRequires:  python-mock >= 2.0
 BuildRequires:  python-oslotest >= 1.10.0
 BuildRequires:  python-pbr >= 1.6
 BuildRequires:  python-python-subunit >= 0.0.18
-BuildRequires:  python-requests-mock >= 0.7.0
+BuildRequires:  python-requests-mock >= 1.0
 BuildRequires:  python-setuptools >= 16.0
 BuildRequires:  python-testrepository >= 0.0.18
 Requires:       python-cliff >= 1.15.0
 Requires:       python-debtcollector >= 1.2.0
 Requires:       python-jsonschema >= 2.0.0
-Requires:       python-keystoneclient >= 1.7.0
-Requires:       python-oslo.utils >= 3.5.0
-Requires:       python-pbr >= 1.6
+Requires:       python-keystoneauth1 >= 2.10.0
+Requires:       python-keystoneclient >= 2.0.0
+Requires:       python-osc-lib >= 1.0.2
+Requires:       python-oslo.utils >= 3.16.0
 Requires:       python-requests >= 2.10.0
 Requires:       python-six >= 1.9.0
-Requires:       python-stevedore >= 1.10.0
+Requires:       python-stevedore >= 1.16.0
 BuildArch:      noarch
 
 %description

++++++ _service ++++++
--- /var/tmp/diff_new_pack.jMr3ih/_old  2016-10-13 11:29:18.000000000 +0200
+++ /var/tmp/diff_new_pack.jMr3ih/_new  2016-10-13 11:29:18.000000000 +0200
@@ -1,13 +1,11 @@
 <services>
   <service mode="disabled" name="renderspec">
-    <param 
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/master/openstack/python-designateclient/python-designateclient.spec.j2</param>
+    <param 
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/newton/openstack/python-designateclient/python-designateclient.spec.j2</param>
     <param name="output-name">python-designateclient.spec</param>
-    <param 
name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/master/global-requirements.txt</param>
+    <param 
name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/newton/global-requirements.txt</param>
   </service>
   <service mode="disabled" name="download_files">
     <param name="changesgenerate">enable</param>
   </service>
-  <service name="refresh_patches" mode="disabled">
-    <param name="changesgenerate">enable</param>
-  </service>
-</services>
\ No newline at end of file
+  <service name="format_spec_file" mode="disabled"/>
+</services>

++++++ python-designateclient-2.2.0.tar.gz -> 
python-designateclient-2.3.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-designateclient-2.2.0/ChangeLog 
new/python-designateclient-2.3.0/ChangeLog
--- old/python-designateclient-2.2.0/ChangeLog  2016-07-14 17:25:09.000000000 
+0200
+++ new/python-designateclient-2.3.0/ChangeLog  2016-08-30 21:33:21.000000000 
+0200
@@ -1,6 +1,18 @@
 CHANGES
 =======
 
+2.3.0
+-----
+
+* Updated from global requirements
+* Resolve FloatingIP PTR records clis argument's description
+* Docs update for FloatingIP's ptr records
+* Fix clis related to FloatingIP's ptr records
+* Updated from global requirements
+* Remove discover from test-requirements
+* Updated from global requirements
+* Updated from global requirements
+
 2.2.0
 -----
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-designateclient-2.2.0/PKG-INFO 
new/python-designateclient-2.3.0/PKG-INFO
--- old/python-designateclient-2.2.0/PKG-INFO   2016-07-14 17:25:10.000000000 
+0200
+++ new/python-designateclient-2.3.0/PKG-INFO   2016-08-30 21:33:22.000000000 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: python-designateclient
-Version: 2.2.0
+Version: 2.3.0
 Summary: OpenStack DNS-as-a-Service - Client
 Home-page: http://docs.openstack.org/developer/python-designateclient
 Author: Kiall Mac Innes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-designateclient-2.2.0/designateclient/v2/cli/reverse.py 
new/python-designateclient-2.3.0/designateclient/v2/cli/reverse.py
--- old/python-designateclient-2.2.0/designateclient/v2/cli/reverse.py  
2016-07-14 17:23:02.000000000 +0200
+++ new/python-designateclient-2.3.0/designateclient/v2/cli/reverse.py  
2016-08-30 21:30:43.000000000 +0200
@@ -37,6 +37,13 @@
 
     columns = ['id', 'ptrdname', 'description', 'ttl']
 
+    def get_parser(self, prog_name):
+        parser = super(ListFloatingIPCommand, self).get_parser(prog_name)
+
+        common.add_all_common_options(parser)
+
+        return parser
+
     def take_action(self, parsed_args):
         client = self.app.client_manager.dns
         common.set_all_common_headers(client, parsed_args)
@@ -52,7 +59,8 @@
     def get_parser(self, prog_name):
         parser = super(ShowFloatingIPCommand, self).get_parser(prog_name)
 
-        parser.add_argument('floatingip_id', help="Floating IP ID")
+        parser.add_argument('floatingip_id', help="Floating IP ID in format "
+                            "region:floatingip_id")
 
         common.add_all_common_options(parser)
 
@@ -72,7 +80,8 @@
     def get_parser(self, prog_name):
         parser = super(SetFloatingIPCommand, self).get_parser(prog_name)
 
-        parser.add_argument('floatingip_id', help="Floating IP ID")
+        parser.add_argument('floatingip_id', help="Floating IP ID in format "
+                            "region:floatingip_id")
         parser.add_argument('ptrdname', help="PTRD Name")
 
         description_group = parser.add_mutually_exclusive_group()
@@ -119,7 +128,8 @@
     def get_parser(self, prog_name):
         parser = super(UnsetFloatingIPCommand, self).get_parser(prog_name)
 
-        parser.add_argument('floatingip_id', help="Floating IP ID")
+        parser.add_argument('floatingip_id', help="Floating IP ID in format "
+                            "region:floatingip_id")
 
         common.add_all_common_options(parser)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-designateclient-2.2.0/designateclient/v2/reverse.py 
new/python-designateclient-2.3.0/designateclient/v2/reverse.py
--- old/python-designateclient-2.2.0/designateclient/v2/reverse.py      
2016-07-14 17:23:02.000000000 +0200
+++ new/python-designateclient-2.3.0/designateclient/v2/reverse.py      
2016-08-30 21:30:43.000000000 +0200
@@ -31,8 +31,8 @@
         url = '/reverse/floatingips/%s' % floatingip_id
         return self._patch(url, data=data)
 
-    def list(self):
-        url = '/reverse/floatingips'
+    def list(self, criterion=None):
+        url = self.build_url('/reverse/floatingips', criterion)
 
         return self._get(url, response_key='floatingips')
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-designateclient-2.2.0/doc/source/shell-v2-examples.rst 
new/python-designateclient-2.3.0/doc/source/shell-v2-examples.rst
--- old/python-designateclient-2.2.0/doc/source/shell-v2-examples.rst   
2016-07-14 17:23:02.000000000 +0200
+++ new/python-designateclient-2.3.0/doc/source/shell-v2-examples.rst   
2016-08-30 21:30:43.000000000 +0200
@@ -117,23 +117,34 @@
 ------------------------
 Reverse DNS for Neutron Floating IPs can be managed with the "ptr" subcommand.
 
-List all PTR records:
+Create a PTR record:
 
 .. code-block:: shell-session
 
-   $ openstack ptr record list
+   $ openstack ptr record set RegionOne:5c02c519-4928-4a38-bd10-c748c200912f 
ftp.example.com.
+   +-------------+------------------------------------------------+
+   | Field       | Value                                          |
+   +-------------+------------------------------------------------+
+   | action      | CREATE                                         |
+   | address     | 172.24.4.11                                    |
+   | description | None                                           |
+   | id          | RegionOne:5c02c519-4928-4a38-bd10-c748c200912f |
+   | ptrdname    | ftp.example.com.                               |
+   | status      | PENDING                                        |
+   | ttl         | 3600                                           |
+   +-------------+------------------------------------------------+
 
-Show a PTR record:
+List all PTR records:
 
 .. code-block:: shell-session
 
-   $ openstack ptr record show RegionOne:5c02c519-4928-4a38-bd10-c748c200912f
+   $ openstack ptr record list
 
-Create a PTR record:
+Show a PTR record:
 
 .. code-block:: shell-session
 
-   $ openstack ptr record set RegionOne:5c02c519-4928-4a38-bd10-c748c200912f 
mail.example.com.
+   $ openstack ptr record show RegionOne:5c02c519-4928-4a38-bd10-c748c200912f
 
 Delete a PTR record:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-designateclient-2.2.0/python_designateclient.egg-info/PKG-INFO 
new/python-designateclient-2.3.0/python_designateclient.egg-info/PKG-INFO
--- old/python-designateclient-2.2.0/python_designateclient.egg-info/PKG-INFO   
2016-07-14 17:25:09.000000000 +0200
+++ new/python-designateclient-2.3.0/python_designateclient.egg-info/PKG-INFO   
2016-08-30 21:33:21.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: python-designateclient
-Version: 2.2.0
+Version: 2.3.0
 Summary: OpenStack DNS-as-a-Service - Client
 Home-page: http://docs.openstack.org/developer/python-designateclient
 Author: Kiall Mac Innes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-designateclient-2.2.0/python_designateclient.egg-info/pbr.json 
new/python-designateclient-2.3.0/python_designateclient.egg-info/pbr.json
--- old/python-designateclient-2.2.0/python_designateclient.egg-info/pbr.json   
2016-07-14 17:25:09.000000000 +0200
+++ new/python-designateclient-2.3.0/python_designateclient.egg-info/pbr.json   
2016-08-30 21:33:21.000000000 +0200
@@ -1 +1 @@
-{"git_version": "ca14e9d", "is_release": true}
\ No newline at end of file
+{"is_release": true, "git_version": "0971bd5"}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-designateclient-2.2.0/python_designateclient.egg-info/requires.txt 
new/python-designateclient-2.3.0/python_designateclient.egg-info/requires.txt
--- 
old/python-designateclient-2.2.0/python_designateclient.egg-info/requires.txt   
    2016-07-14 17:25:09.000000000 +0200
+++ 
new/python-designateclient-2.3.0/python_designateclient.egg-info/requires.txt   
    2016-08-30 21:33:21.000000000 +0200
@@ -1,10 +1,10 @@
 cliff!=1.16.0,!=1.17.0,>=1.15.0
 jsonschema!=2.5.0,<3.0.0,>=2.0.0
-osc-lib>=0.3.0
-oslo.utils>=3.15.0
+osc-lib>=1.0.2
+oslo.utils>=3.16.0
 pbr>=1.6
-keystoneauth1>=2.7.0
+keystoneauth1>=2.10.0
 requests>=2.10.0
 six>=1.9.0
-stevedore>=1.10.0
+stevedore>=1.16.0
 debtcollector>=1.2.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-designateclient-2.2.0/requirements.txt 
new/python-designateclient-2.3.0/requirements.txt
--- old/python-designateclient-2.2.0/requirements.txt   2016-07-14 
17:23:03.000000000 +0200
+++ new/python-designateclient-2.3.0/requirements.txt   2016-08-30 
21:30:43.000000000 +0200
@@ -3,11 +3,11 @@
 # process, which may cause wedges in the gate later.
 cliff!=1.16.0,!=1.17.0,>=1.15.0 # Apache-2.0
 jsonschema!=2.5.0,<3.0.0,>=2.0.0 # MIT
-osc-lib>=0.3.0 # Apache-2.0
-oslo.utils>=3.15.0 # Apache-2.0
+osc-lib>=1.0.2 # Apache-2.0
+oslo.utils>=3.16.0 # Apache-2.0
 pbr>=1.6 # Apache-2.0
-keystoneauth1>=2.7.0 # Apache-2.0
+keystoneauth1>=2.10.0 # Apache-2.0
 requests>=2.10.0 # Apache-2.0
 six>=1.9.0 # MIT
-stevedore>=1.10.0 # Apache-2.0
+stevedore>=1.16.0 # Apache-2.0
 debtcollector>=1.2.0 # Apache-2.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-designateclient-2.2.0/test-requirements.txt 
new/python-designateclient-2.3.0/test-requirements.txt
--- old/python-designateclient-2.2.0/test-requirements.txt      2016-07-14 
17:23:02.000000000 +0200
+++ new/python-designateclient-2.3.0/test-requirements.txt      2016-08-30 
21:30:43.000000000 +0200
@@ -5,7 +5,6 @@
 hacking<0.10,>=0.9.2
 coverage>=3.6 # Apache-2.0
 mock>=2.0 # BSD
-discover # BSD
 oslotest>=1.10.0 # Apache-2.0
 python-subunit>=0.0.18 # Apache-2.0/BSD
 requests-mock>=1.0 # Apache-2.0


Reply via email to