<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-designateclient.git/designateclient/warlock.py, branch train-eol</title>
<subtitle>opendev.org: openstack/python-designateclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/'/>
<entry>
<title>Solve some py3 compatibilty issues</title>
<updated>2015-07-24T02:35:55+00:00</updated>
<author>
<name>Pradeep Kumar Singh</name>
<email>pradeep.singh@nectechnologies.in</email>
</author>
<published>2015-07-24T02:28:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=28715147df29256fab3e4df2283860c2f1fb78b1'/>
<id>28715147df29256fab3e4df2283860c2f1fb78b1</id>
<content type='text'>
1. replaced dict.keys() with six.iterkeys(dict)
2. replaced map with six.moves.map

Change-Id: I4b80e12a4686fd6f5857c2322de13b1245e72083
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
1. replaced dict.keys() with six.iterkeys(dict)
2. replaced map with six.moves.map

Change-Id: I4b80e12a4686fd6f5857c2322de13b1245e72083
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix and enable gating on H306</title>
<updated>2013-12-16T14:41:51+00:00</updated>
<author>
<name>Dirk Mueller</name>
<email>dirk@dmllr.de</email>
</author>
<published>2013-12-16T14:41:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=109ea08546881703cc5841f4b3311c03768b20d4'/>
<id>109ea08546881703cc5841f4b3311c03768b20d4</id>
<content type='text'>
H306, module imports should be in alphabetical order
This hacking check actually improves readability quite
a bit, as module imports can be sorted in groups (python stdlibs,
external imports, in-module imports)

Change-Id: I11dc9155fbfc84389f2a5956f393f705388f83ba
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
H306, module imports should be in alphabetical order
This hacking check actually improves readability quite
a bit, as module imports can be sorted in groups (python stdlibs,
external imports, in-module imports)

Change-Id: I11dc9155fbfc84389f2a5956f393f705388f83ba
</pre>
</div>
</content>
</entry>
<entry>
<title>Use Python 3.x compatible except construct.</title>
<updated>2013-09-04T12:41:29+00:00</updated>
<author>
<name>Dirk Mueller</name>
<email>dirk@dmllr.de</email>
</author>
<published>2013-09-04T12:40:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=f7bc95a871abd6af6bfec062feefe851c1ad2a4e'/>
<id>f7bc95a871abd6af6bfec062feefe851c1ad2a4e</id>
<content type='text'>
Python 3.x deprecated the form "except x,y:". Switch usage to
"except x as y:", which works with any Python version &gt;= 2.6

Change-Id: Id276fdaee9e8753568227e638408e5bccff28e67
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Python 3.x deprecated the form "except x,y:". Switch usage to
"except x as y:", which works with any Python version &gt;= 2.6

Change-Id: Id276fdaee9e8753568227e638408e5bccff28e67
</pre>
</div>
</content>
</entry>
<entry>
<title>Sync with openstack/requirements</title>
<updated>2013-06-25T12:01:08+00:00</updated>
<author>
<name>Kiall Mac Innes</name>
<email>kiall@hp.com</email>
</author>
<published>2013-06-25T12:01:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=479c70fadd0273893ed9106eb0bf973120d638e8'/>
<id>479c70fadd0273893ed9106eb0bf973120d638e8</id>
<content type='text'>
Change-Id: Id92c17cf2cd11bf653afabd2e283519f94a5dc50
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Id92c17cf2cd11bf653afabd2e283519f94a5dc50
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename Moniker -&gt; Designate</title>
<updated>2013-06-09T21:08:11+00:00</updated>
<author>
<name>Kiall Mac Innes</name>
<email>kiall@hp.com</email>
</author>
<published>2013-06-09T20:18:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=67c14f0573f15f6fbe6c71e8323828af27e1203a'/>
<id>67c14f0573f15f6fbe6c71e8323828af27e1203a</id>
<content type='text'>
Change-Id: Idf7153aa287adc874a2878dc829950fda52a4879
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Idf7153aa287adc874a2878dc829950fda52a4879
</pre>
</div>
</content>
</entry>
</feed>
