<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-designateclient.git/designateclient, branch 4.3.0</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>Remove six and update lower-constraints appdirs</title>
<updated>2021-03-26T18:22:44+00:00</updated>
<author>
<name>Michael Johnson</name>
<email>johnsomor@gmail.com</email>
</author>
<published>2021-03-25T23:45:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=820f1e9af9317b91f3ee11a9ca22ea340119a125'/>
<id>820f1e9af9317b91f3ee11a9ca22ea340119a125</id>
<content type='text'>
This patch removes the use of "six" as the package declares only
python3 support.
It also updates the appdirs lower-constraint to 1.4.0 to support
pip. This version is available on both centos8 and focal.
It also removes the linter related packages from lower-constraints.

Change-Id: I9337f1998749bc40737f2f0e2dcc406b6f3a0ddf
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch removes the use of "six" as the package declares only
python3 support.
It also updates the appdirs lower-constraint to 1.4.0 to support
pip. This version is available on both centos8 and focal.
It also removes the linter related packages from lower-constraints.

Change-Id: I9337f1998749bc40737f2f0e2dcc406b6f3a0ddf
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Fixed zone transfer accept list command"</title>
<updated>2021-03-09T01:53:15+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.opendev.org</email>
</author>
<published>2021-03-09T01:53:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=1465ff203a4e4a5f9b64d560f3b61d42140ca894'/>
<id>1465ff203a4e4a5f9b64d560f3b61d42140ca894</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed zone transfer accept list command</title>
<updated>2020-10-23T10:07:09+00:00</updated>
<author>
<name>Mike Durnosvystov</name>
<email>glacierr.dev@gmail.com</email>
</author>
<published>2020-10-21T08:16:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=196cb61870f838396d208ce7fe175e004d0d1006'/>
<id>196cb61870f838396d208ce7fe175e004d0d1006</id>
<content type='text'>
Change-Id: If7ba1fc9dd3f9d67a49ad3b8ae4c0e0f9733195b
Closes-Bug: 1901172
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: If7ba1fc9dd3f9d67a49ad3b8ae4c0e0f9733195b
Closes-Bug: 1901172
</pre>
</div>
</content>
</entry>
<entry>
<title>Add choices to `--type` command line argument</title>
<updated>2020-10-13T12:33:49+00:00</updated>
<author>
<name>Nicolas Bock</name>
<email>nicolas.bock@canonical.com</email>
</author>
<published>2020-09-25T14:49:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=b68b70a097fd9b968407f253c8eaf91c76ff0fd1'/>
<id>b68b70a097fd9b968407f253c8eaf91c76ff0fd1</id>
<content type='text'>
We only allow `PRIMARY` and `SECONDARY` zones. Instead of testing for
either one of those two choices later in the code, we can offload this
test to the parser.

Change-Id: I8244e13303646e6686e4233e1edbd2bbc788e054
Signed-off-by: Nicolas Bock &lt;nicolas.bock@canonical.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We only allow `PRIMARY` and `SECONDARY` zones. Instead of testing for
either one of those two choices later in the code, we can offload this
test to the parser.

Change-Id: I8244e13303646e6686e4233e1edbd2bbc788e054
Signed-off-by: Nicolas Bock &lt;nicolas.bock@canonical.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Increase hacking version</title>
<updated>2020-10-10T12:47:06+00:00</updated>
<author>
<name>Nicolas Bock</name>
<email>nicolas.bock@canonical.com</email>
</author>
<published>2020-10-03T13:28:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=8f9c503ecc7f4fc8bd6cb2108256ba3e63bb3b73'/>
<id>8f9c503ecc7f4fc8bd6cb2108256ba3e63bb3b73</id>
<content type='text'>
Increase the hacking version in test-requirements to match the
version used in the `designate` project.

This change fixes a few errors that the more recent `pyflakes` flags.

Change-Id: If7afefde0f33161016a27774021d27239c642eb5
Co-Authored-By: Michael Chapman &lt;woppin@gmail.com&gt;
Signed-off-by: Nicolas Bock &lt;nicolas.bock@canonical.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Increase the hacking version in test-requirements to match the
version used in the `designate` project.

This change fixes a few errors that the more recent `pyflakes` flags.

Change-Id: If7afefde0f33161016a27774021d27239c642eb5
Co-Authored-By: Michael Chapman &lt;woppin@gmail.com&gt;
Signed-off-by: Nicolas Bock &lt;nicolas.bock@canonical.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Use unittest.mock instead of mock</title>
<updated>2020-06-09T18:28:22+00:00</updated>
<author>
<name>Hervé Beraud</name>
<email>hberaud@redhat.com</email>
</author>
<published>2020-06-09T09:54:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=c37f8ff9f034592808b917debd058546cbb67e41'/>
<id>c37f8ff9f034592808b917debd058546cbb67e41</id>
<content type='text'>
The mock third party library was needed for mock support in py2
runtimes. Since we now only support py36 and later, we can use the
standard lib unittest.mock module instead.

Change-Id: I3be6c40ef61e0334cab860689abbee84f5d19265
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The mock third party library was needed for mock support in py2
runtimes. Since we now only support py36 and later, we can use the
standard lib unittest.mock module instead.

Change-Id: I3be6c40ef61e0334cab860689abbee84f5d19265
</pre>
</div>
</content>
</entry>
<entry>
<title>Use unittest.mock instead of third party mock</title>
<updated>2020-03-13T18:30:14+00:00</updated>
<author>
<name>Sean McGinnis</name>
<email>sean.mcginnis@gmail.com</email>
</author>
<published>2020-03-13T16:40:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=b9bcae014013834bc72dc5a490eeae4876eda764'/>
<id>b9bcae014013834bc72dc5a490eeae4876eda764</id>
<content type='text'>
Now that we are py36 or later, we can use the standard library
unittest.mock module instead of the third party mock lib.

Change-Id: I9582d623727e5853637812083033a348b71551ce
Signed-off-by: Sean McGinnis &lt;sean.mcginnis@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now that we are py36 or later, we can use the standard library
unittest.mock module instead of the third party mock lib.

Change-Id: I9582d623727e5853637812083033a348b71551ce
Signed-off-by: Sean McGinnis &lt;sean.mcginnis@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Removing unused code"</title>
<updated>2019-09-28T04:55:06+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.opendev.org</email>
</author>
<published>2019-09-28T04:55:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=eb3c72cd89cc8876433c0e3a39edf6ac4a3a0aea'/>
<id>eb3c72cd89cc8876433c0e3a39edf6ac4a3a0aea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix "recordset list --all-projects" in interactive OSC</title>
<updated>2019-09-18T11:47:09+00:00</updated>
<author>
<name>Jens Harbott</name>
<email>j.harbott@x-ion.de</email>
</author>
<published>2019-09-18T11:44:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=6be5c7b49e32864ebc60b255774d8f9b2a6ef9fc'/>
<id>6be5c7b49e32864ebc60b255774d8f9b2a6ef9fc</id>
<content type='text'>
Class variables get re-used when multiple commands are executed in a row
within a single OSC interactive session. So we need to take a copy
before modifying in order to avoid unwanted side-effects.

Change-Id: I9716014d65a3f649c23eb78faca2cb6dbf5eb5db
Related-Bug: 1844028
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Class variables get re-used when multiple commands are executed in a row
within a single OSC interactive session. So we need to take a copy
before modifying in order to avoid unwanted side-effects.

Change-Id: I9716014d65a3f649c23eb78faca2cb6dbf5eb5db
Related-Bug: 1844028
</pre>
</div>
</content>
</entry>
<entry>
<title>Removing unused code</title>
<updated>2019-09-17T01:50:57+00:00</updated>
<author>
<name>Erik Olof Gunnar Andersson</name>
<email>eandersson@blizzard.com</email>
</author>
<published>2019-09-17T01:50:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=11e7e4bbc1e1ad66c8f3a86b71411811ad67e1e1'/>
<id>11e7e4bbc1e1ad66c8f3a86b71411811ad67e1e1</id>
<content type='text'>
Change-Id: I01d39252b0be77b035bde175b4045a8cdc859f65
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I01d39252b0be77b035bde175b4045a8cdc859f65
</pre>
</div>
</content>
</entry>
</feed>
