<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-designateclient.git/setup.cfg, branch 4.1.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>Cleanup py27 support</title>
<updated>2020-04-04T10:39:05+00:00</updated>
<author>
<name>Andreas Jaeger</name>
<email>aj@suse.com</email>
</author>
<published>2020-04-04T10:36:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=9a2f2d4b9caea39ec82823a8d9187f7ddd21aeab'/>
<id>9a2f2d4b9caea39ec82823a8d9187f7ddd21aeab</id>
<content type='text'>
Make a few cleanups:
- Remove python 2.7 stanza from setup.py
- Add requires on python &gt;= 3.6 to setup.cfg so that pypi and pip
  know about the requirement
- Remove obsolete sections from setup.cfg:
  * Wheel is not needed for python 3 only repo
  * Some other sections are obsolete
- Update classifiers
- Update requirements, no need for python_version anymore
- Remove html_last_updated_fmt from conf.py, this is not needed with
  openstackdocstheme anymore; update openstackdocstheme requirement

Change-Id: I5389ba08c985e023643c07adf3135809c291146f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make a few cleanups:
- Remove python 2.7 stanza from setup.py
- Add requires on python &gt;= 3.6 to setup.cfg so that pypi and pip
  know about the requirement
- Remove obsolete sections from setup.cfg:
  * Wheel is not needed for python 3 only repo
  * Some other sections are obsolete
- Update classifiers
- Update requirements, no need for python_version anymore
- Remove html_last_updated_fmt from conf.py, this is not needed with
  openstackdocstheme anymore; update openstackdocstheme requirement

Change-Id: I5389ba08c985e023643c07adf3135809c291146f
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop py27 support</title>
<updated>2020-03-13T18:28:14+00:00</updated>
<author>
<name>Sean McGinnis</name>
<email>sean.mcginnis@gmail.com</email>
</author>
<published>2020-03-13T18:28:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=1c8e5e801365055a2a7c37b57dbfd1e0ea7c8716'/>
<id>1c8e5e801365055a2a7c37b57dbfd1e0ea7c8716</id>
<content type='text'>
Per the Ussuri cycle goal, this drops py27 testing and support.

https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html

Change-Id: I0c525eb48270494e8171042e56e14867c53e5af3
Signed-off-by: Sean McGinnis &lt;sean.mcginnis@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Per the Ussuri cycle goal, this drops py27 testing and support.

https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html

Change-Id: I0c525eb48270494e8171042e56e14867c53e5af3
Signed-off-by: Sean McGinnis &lt;sean.mcginnis@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Removing v1 api support</title>
<updated>2019-09-11T03:53:25+00:00</updated>
<author>
<name>Erik Olof Gunnar Andersson</name>
<email>eandersson@blizzard.com</email>
</author>
<published>2019-09-11T02:45:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=093d8d7170cbf6ef8c7a7c0ff2a4dcd7ecd6361b'/>
<id>093d8d7170cbf6ef8c7a7c0ff2a4dcd7ecd6361b</id>
<content type='text'>
The v1 has officially been removed from Designate since
the Queens release, and was deperecated long before that.

Change-Id: Ic5b44761ff939e2b319924af87849b3a79f9cb07
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The v1 has officially been removed from Designate since
the Queens release, and was deperecated long before that.

Change-Id: Ic5b44761ff939e2b319924af87849b3a79f9cb07
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Python 3 Train unit tests</title>
<updated>2019-06-24T13:09:57+00:00</updated>
<author>
<name>Corey Bryant</name>
<email>corey.bryant@canonical.com</email>
</author>
<published>2019-06-24T13:07:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=5c9bbbfac8f03be416b268798045b5814c3fbe06'/>
<id>5c9bbbfac8f03be416b268798045b5814c3fbe06</id>
<content type='text'>
This is a mechanically generated patch to ensure unit testing is in place
for all of the Tested Runtimes for Train.

See the Train python3-updates goal document for details:
https://governance.openstack.org/tc/goals/train/python3-updates.html

Change-Id: Ie2119dec469dba059fa3ce8729f360590d45791c
Story: #2005924
Task: #34204
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a mechanically generated patch to ensure unit testing is in place
for all of the Tested Runtimes for Train.

See the Train python3-updates goal document for details:
https://governance.openstack.org/tc/goals/train/python3-updates.html

Change-Id: Ie2119dec469dba059fa3ce8729f360590d45791c
Story: #2005924
Task: #34204
</pre>
</div>
</content>
</entry>
<entry>
<title>Dropping the py35 testing</title>
<updated>2019-04-15T18:01:11+00:00</updated>
<author>
<name>Ghanshyam Mann</name>
<email>gmann@ghanshyammann.com</email>
</author>
<published>2019-04-14T19:32:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=b8d4c338cdaf02e7e2db89c04b43025f262013e4'/>
<id>b8d4c338cdaf02e7e2db89c04b43025f262013e4</id>
<content type='text'>
All the integration testing has been moved to
Bionic now[1] and py3.5 is not tested runtime for
Train or stable/stein[2].

As per below ML thread, we are good to drop the py35
testing now:
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/005097.html

[1] http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004647.html
[2]
https://governance.openstack.org/tc/reference/runtimes/stein.html
https://governance.openstack.org/tc/reference/runtimes/train.html

Change-Id: I160c141169d68fd9403604c68cecde0c70c463c3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
All the integration testing has been moved to
Bionic now[1] and py3.5 is not tested runtime for
Train or stable/stein[2].

As per below ML thread, we are good to drop the py35
testing now:
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/005097.html

[1] http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004647.html
[2]
https://governance.openstack.org/tc/reference/runtimes/stein.html
https://governance.openstack.org/tc/reference/runtimes/train.html

Change-Id: I160c141169d68fd9403604c68cecde0c70c463c3
</pre>
</div>
</content>
</entry>
<entry>
<title>Change openstack-dev to openstack-discuss</title>
<updated>2018-12-04T07:58:51+00:00</updated>
<author>
<name>98k</name>
<email>18552437190@163.com</email>
</author>
<published>2018-12-04T07:58:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=9db7cbd52f3672e89e2c68f6e7a56259ab4d7604'/>
<id>9db7cbd52f3672e89e2c68f6e7a56259ab4d7604</id>
<content type='text'>
Mailinglists have been updated. Openstack-discuss replaces openstack-dev.

Change-Id: I6b7ce5b390318353d5721d0f0cc077a42a789dc7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Mailinglists have been updated. Openstack-discuss replaces openstack-dev.

Change-Id: I6b7ce5b390318353d5721d0f0cc077a42a789dc7
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Python 3.6 classifier to setup.cfg</title>
<updated>2018-11-29T09:18:17+00:00</updated>
<author>
<name>qingszhao</name>
<email>zhao.daqing@99cloud.net</email>
</author>
<published>2018-11-29T09:18:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=3192de540af5a84c7527363eb46b1c77252bb778'/>
<id>3192de540af5a84c7527363eb46b1c77252bb778</id>
<content type='text'>
Change-Id: I181a86cdde2d49eb1072f9488a8b4a9500f29dbe
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I181a86cdde2d49eb1072f9488a8b4a9500f29dbe
</pre>
</div>
</content>
</entry>
<entry>
<title>Update the documentation link for doc migration</title>
<updated>2017-08-03T01:38:33+00:00</updated>
<author>
<name>lingyongxu</name>
<email>lyxu@fiberhome.com</email>
</author>
<published>2017-08-03T00:45:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=ecc8c5d6ce63c0116346b74eae48944a7e3e7537'/>
<id>ecc8c5d6ce63c0116346b74eae48944a7e3e7537</id>
<content type='text'>
This patch is proposed according to the direction 10 of doc
migration(https://etherpad.openstack.org/p/doc-migration-tracking).

Change-Id: I75a467ebf9407d17360698a3ead57af9b93ef3e6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch is proposed according to the direction 10 of doc
migration(https://etherpad.openstack.org/p/doc-migration-tracking).

Change-Id: I75a467ebf9407d17360698a3ead57af9b93ef3e6
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Add tsig key support to python-designateclient"</title>
<updated>2017-08-02T18:21:15+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2017-08-02T18:21:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=684588fa70bd594fb17be7407daa9fa83c5f2341'/>
<id>684588fa70bd594fb17be7407daa9fa83c5f2341</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rearrange the existing docs into the new standard layout</title>
<updated>2017-07-10T15:50:21+00:00</updated>
<author>
<name>Doug Hellmann</name>
<email>doug@doughellmann.com</email>
</author>
<published>2017-06-28T21:15:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=3241a7d9c47844a234dce61ed5c16daec13f7017'/>
<id>3241a7d9c47844a234dce61ed5c16daec13f7017</id>
<content type='text'>
Change-Id: I1cf25aade215aad3ce9050af7c9fa8987564863c
Signed-off-by: Doug Hellmann &lt;doug@doughellmann.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I1cf25aade215aad3ce9050af7c9fa8987564863c
Signed-off-by: Doug Hellmann &lt;doug@doughellmann.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
