<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-designateclient.git/doc, branch 4.2.1</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>Add auto generated OSC documentation</title>
<updated>2020-10-13T18:54:42+00:00</updated>
<author>
<name>Michael Johnson</name>
<email>johnsomor@gmail.com</email>
</author>
<published>2020-10-13T18:53:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=5b8068818dba6b20475aeb89fe02613f99978365'/>
<id>5b8068818dba6b20475aeb89fe02613f99978365</id>
<content type='text'>
This patch adds OpenStack client documentation that is auto
generated using cliff.

Change-Id: I7fb7414c268e6413ee7f21fccd7a045ba7f8418c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch adds OpenStack client documentation that is auto
generated using cliff.

Change-Id: I7fb7414c268e6413ee7f21fccd7a045ba7f8418c
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix doc reference builds</title>
<updated>2020-10-13T12:52:46+00:00</updated>
<author>
<name>michaeltchapman</name>
<email>woppin@gmail.com</email>
</author>
<published>2020-10-12T03:44:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=3648e2043ec7c0f8adb05f4ffa8a6acf5157145a'/>
<id>3648e2043ec7c0f8adb05f4ffa8a6acf5157145a</id>
<content type='text'>
The api reference was broken some time around the stein release.

Moved conf options out of setup.cfg and into the doc conf.py, and added
an option to doc build to error on warnings so this doesn't happen
again without anyone noticing. The format is now similar to the
novaclient reference doc.

Change-Id: Ic9ed059521794acf1ac1a644096fdc10549fa91b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The api reference was broken some time around the stein release.

Moved conf options out of setup.cfg and into the doc conf.py, and added
an option to doc build to error on warnings so this doesn't happen
again without anyone noticing. The format is now similar to the
novaclient reference doc.

Change-Id: Ic9ed059521794acf1ac1a644096fdc10549fa91b
</pre>
</div>
</content>
</entry>
<entry>
<title>Switch to newer openstackdocstheme and reno versions</title>
<updated>2020-05-21T07:27:26+00:00</updated>
<author>
<name>Andreas Jaeger</name>
<email>aj@suse.com</email>
</author>
<published>2020-05-18T19:30:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=2612ba13eb1daadf30e6fb8a4d5eb3458b752b5a'/>
<id>2612ba13eb1daadf30e6fb8a4d5eb3458b752b5a</id>
<content type='text'>
Switch to openstackdocstheme 2.2.0 and reno 3.1.0 versions. Using
these versions will allow especially:
* Linking from HTML to PDF document
* Allow parallel building of documents
* Fix some rendering problems

Update Sphinx version as well.

openstackdocstheme renames some variables, so follow the renames
before the next release removes them. A couple of variables are also
not needed anymore, remove them.

Change pygments_style to 'native' since old theme version always used
'native' and the theme now respects the setting and using 'sphinx' can
lead to some strange rendering.

See also
http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014971.html

Change-Id: I6bac230569a89c055115c852d5cc0cae027cddd8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Switch to openstackdocstheme 2.2.0 and reno 3.1.0 versions. Using
these versions will allow especially:
* Linking from HTML to PDF document
* Allow parallel building of documents
* Fix some rendering problems

Update Sphinx version as well.

openstackdocstheme renames some variables, so follow the renames
before the next release removes them. A couple of variables are also
not needed anymore, remove them.

Change pygments_style to 'native' since old theme version always used
'native' and the theme now respects the setting and using 'sphinx' can
lead to some strange rendering.

See also
http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014971.html

Change-Id: I6bac230569a89c055115c852d5cc0cae027cddd8
</pre>
</div>
</content>
</entry>
<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>More cleanup</title>
<updated>2019-09-17T09:38:13+00:00</updated>
<author>
<name>Jens Harbott</name>
<email>j.harbott@x-ion.de</email>
</author>
<published>2019-09-17T09:33:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=3401ce05deb1dcaff7ac698626baab689ee9d05b'/>
<id>3401ce05deb1dcaff7ac698626baab689ee9d05b</id>
<content type='text'>
- Add .testrepository dir to .gitignore
- Add releasenote jobs
- Remove further v1 references from docs

Change-Id: I178185e9add3d542277255d692e18a8e46ba85d6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Add .testrepository dir to .gitignore
- Add releasenote jobs
- Remove further v1 references from docs

Change-Id: I178185e9add3d542277255d692e18a8e46ba85d6
</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>Cap sphinx for py2 to match global requirements</title>
<updated>2019-06-06T10:15:34+00:00</updated>
<author>
<name>zhangboye</name>
<email>zhangboye@inspur.com</email>
</author>
<published>2019-06-06T10:15:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=6bdc313b4750b25252f7e106655ad2565cac356d'/>
<id>6bdc313b4750b25252f7e106655ad2565cac356d</id>
<content type='text'>
Change-Id: I619cdb572dec1fc599e445aca07349b31cb16738
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I619cdb572dec1fc599e445aca07349b31cb16738
</pre>
</div>
</content>
</entry>
<entry>
<title>Trivial: Update pypi url to new url</title>
<updated>2018-04-21T02:18:37+00:00</updated>
<author>
<name>melissaml</name>
<email>ma.lei@99cloud.net</email>
</author>
<published>2018-04-21T02:15:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=3c4006313c6f4e4333f76e324bb0560302a04c8d'/>
<id>3c4006313c6f4e4333f76e324bb0560302a04c8d</id>
<content type='text'>
Pypi url changed from [1] to [2]

[1] https://pypi.python.org/pypi/&lt;package&gt;
[2] https://pypi.org/project/&lt;package&gt;

Change-Id: I49bb581c87d28bebe9f251cec801eaf5b79606d7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Pypi url changed from [1] to [2]

[1] https://pypi.python.org/pypi/&lt;package&gt;
[2] https://pypi.org/project/&lt;package&gt;

Change-Id: I49bb581c87d28bebe9f251cec801eaf5b79606d7
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated from global requirements</title>
<updated>2018-03-15T07:55:36+00:00</updated>
<author>
<name>OpenStack Proposal Bot</name>
<email>openstack-infra@lists.openstack.org</email>
</author>
<published>2018-03-15T07:55:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=6e27a1d3f511001f13cd418daed59079babefc0b'/>
<id>6e27a1d3f511001f13cd418daed59079babefc0b</id>
<content type='text'>
Change-Id: Ia58a4bc1b168dd9b57f59231cbaa0e35071e0a85
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ia58a4bc1b168dd9b57f59231cbaa0e35071e0a85
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated from global requirements</title>
<updated>2018-03-13T07:24:49+00:00</updated>
<author>
<name>OpenStack Proposal Bot</name>
<email>openstack-infra@lists.openstack.org</email>
</author>
<published>2018-03-13T07:24:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=6cbddfa03a8a30fe85293cbed0bfa78d32668a5e'/>
<id>6cbddfa03a8a30fe85293cbed0bfa78d32668a5e</id>
<content type='text'>
Change-Id: I95d293d674e9e8f93488c85d2f1a8018670fe693
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I95d293d674e9e8f93488c85d2f1a8018670fe693
</pre>
</div>
</content>
</entry>
</feed>
