<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/wsme.git, branch master</title>
<subtitle>github.com: stackforge/wsme.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/wsme.git/'/>
<entry>
<title>Retire github mirror, repo moved to opendev</title>
<updated>2019-09-26T13:43:27+00:00</updated>
<author>
<name>Jim Rollenhagen</name>
<email>jim@jimrollenhagen.com</email>
</author>
<published>2019-09-26T13:43:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/wsme.git/commit/?id=e9c6edfe510f4ed407f8d2d84b4b931a382b48b3'/>
<id>e9c6edfe510f4ed407f8d2d84b4b931a382b48b3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Update the tox.ini template and regenerate tox.ini"</title>
<updated>2019-03-14T16:03:53+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.openstack.org</email>
</author>
<published>2019-03-14T16:03:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/wsme.git/commit/?id=1d73d6e50411ebc45fb96a6ed3c63ca91a500323'/>
<id>1d73d6e50411ebc45fb96a6ed3c63ca91a500323</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Move CI jobs in-tree, add Python 3.6 and 3.7"</title>
<updated>2019-03-14T15:45:15+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.openstack.org</email>
</author>
<published>2019-03-14T15:45:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/wsme.git/commit/?id=e59a014a7ec64de373d8ed5ca5d0c98ab785df3f'/>
<id>e59a014a7ec64de373d8ed5ca5d0c98ab785df3f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix overindentation</title>
<updated>2019-03-12T19:41:43+00:00</updated>
<author>
<name>Cyril Roelandt</name>
<email>cyril@redhat.com</email>
</author>
<published>2019-03-12T19:41:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/wsme.git/commit/?id=1b5ca365b4f13da996387a8d2211fd5d67e6370a'/>
<id>1b5ca365b4f13da996387a8d2211fd5d67e6370a</id>
<content type='text'>
Without this fix, "tox -epep8" fails.

Change-Id: I5c95add72735fd3c01b22a84b07ccf8d78e86aa2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Without this fix, "tox -epep8" fails.

Change-Id: I5c95add72735fd3c01b22a84b07ccf8d78e86aa2
</pre>
</div>
</content>
</entry>
<entry>
<title>Update the tox.ini template and regenerate tox.ini</title>
<updated>2019-03-12T13:25:03+00:00</updated>
<author>
<name>Dmitry Tantsur</name>
<email>divius.inside@gmail.com</email>
</author>
<published>2019-03-12T11:05:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/wsme.git/commit/?id=ac9c58cd6cf35d26c6015ca2c7c9918a60afa4a1'/>
<id>ac9c58cd6cf35d26c6015ca2c7c9918a60afa4a1</id>
<content type='text'>
Apparently this project uses templating for tox.ini..

Deprecate support for SQLAlchemy, since it has never worked in the first
place, and only officially supports ancient versions of SQLAlchemy.

Drops support for tgXX environments that do not do anything now.

Change-Id: Ia9b392f83ad4e9c1450a13c908813c7b6dbe74cb
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Apparently this project uses templating for tox.ini..

Deprecate support for SQLAlchemy, since it has never worked in the first
place, and only officially supports ancient versions of SQLAlchemy.

Drops support for tgXX environments that do not do anything now.

Change-Id: Ia9b392f83ad4e9c1450a13c908813c7b6dbe74cb
</pre>
</div>
</content>
</entry>
<entry>
<title>Move CI jobs in-tree, add Python 3.6 and 3.7</title>
<updated>2019-03-12T11:20:36+00:00</updated>
<author>
<name>Dmitry Tantsur</name>
<email>divius.inside@gmail.com</email>
</author>
<published>2019-03-12T10:51:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/wsme.git/commit/?id=f054ccbf4ddea343a441c925382d96edc3237c08'/>
<id>f054ccbf4ddea343a441c925382d96edc3237c08</id>
<content type='text'>
Fixes a pep8 error that managed to sneak in.

Change-Id: I90b91a69537934fd279bda808aae2d2c653b17e1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes a pep8 error that managed to sneak in.

Change-Id: I90b91a69537934fd279bda808aae2d2c653b17e1
</pre>
</div>
</content>
</entry>
<entry>
<title>Get WSME tests working again</title>
<updated>2018-11-12T15:16:30+00:00</updated>
<author>
<name>Chris Dent</name>
<email>cdent@anticdent.org</email>
</author>
<published>2018-11-12T15:14:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/wsme.git/commit/?id=3957f12aa2f9552197806bc7efef78ed73b2a82d'/>
<id>3957f12aa2f9552197806bc7efef78ed73b2a82d</id>
<content type='text'>
It had been a long time since WSME had any patches, so the
tests had not been run in a while. This corrects errors found
while bring the tests back to work.

Change-Id: I67efc4151d6eaec673b431904aa7288a7501cb43
Co-Authored-By: 98k &lt;18552437190@163.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It had been a long time since WSME had any patches, so the
tests had not been run in a while. This corrects errors found
while bring the tests back to work.

Change-Id: I67efc4151d6eaec673b431904aa7288a7501cb43
Co-Authored-By: 98k &lt;18552437190@163.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Python 3 compatibility: fix xrange/range issues</title>
<updated>2018-10-09T08:10:17+00:00</updated>
<author>
<name>zhulingjie</name>
<email>easyzlj@gmail.com</email>
</author>
<published>2018-10-08T02:58:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/wsme.git/commit/?id=9d2d21e4c17b34b523910edf09902b297dbb4307'/>
<id>9d2d21e4c17b34b523910edf09902b297dbb4307</id>
<content type='text'>
xrange is not defined in python3. update it to range.

Change-Id: I5de140e4107980383682138b53973488f92fa54e
Closes-Bug: #1797768
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
xrange is not defined in python3. update it to range.

Change-Id: I5de140e4107980383682138b53973488f92fa54e
Closes-Bug: #1797768
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed older version of python added 3.5</title>
<updated>2018-09-30T02:07:52+00:00</updated>
<author>
<name>qingszhao</name>
<email>zhao.daqing@99cloud.net</email>
</author>
<published>2018-09-30T02:05:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/wsme.git/commit/?id=033b03fa1957eff66adf9b94bd49d52f9857ca42'/>
<id>033b03fa1957eff66adf9b94bd49d52f9857ca42</id>
<content type='text'>
In setup.cfg file the python 3.5 is added

Change-Id: I46c9d28f4dae0bba29af14e8beb4515d1d59fbd7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In setup.cfg file the python 3.5 is added

Change-Id: I46c9d28f4dae0bba29af14e8beb4515d1d59fbd7
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve handling of :module: in wsme documenters</title>
<updated>2018-06-27T07:34:05+00:00</updated>
<author>
<name>Vladyslav Drok</name>
<email>vdrok@mirantis.com</email>
</author>
<published>2018-06-26T15:39:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/wsme.git/commit/?id=f36a607124355007d3a830ebe7e53efda777c58a'/>
<id>f36a607124355007d3a830ebe7e53efda777c58a</id>
<content type='text'>
It appears that in newer sphinx versions the index of :module:
directive in the resulting documenter object array has changed,
it is not the last element anymore. Apart from that, it is
possible to have several :module: entries in class for example.

This change fixes the issue for service, function and type
wsme documenters.

Change-Id: Icf44f8af0c1e6e70d8e921615efe03b845885be7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It appears that in newer sphinx versions the index of :module:
directive in the resulting documenter object array has changed,
it is not the last element anymore. Apart from that, it is
possible to have several :module: entries in class for example.

This change fixes the issue for service, function and type
wsme documenters.

Change-Id: Icf44f8af0c1e6e70d8e921615efe03b845885be7
</pre>
</div>
</content>
</entry>
</feed>
