<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/paste-git.git/paste/auth, branch master</title>
<subtitle>github.com: cdent/paste.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/paste-git.git/'/>
<entry>
<title>Fix AuthBasicAuthenticator base64 decoding to work on py3 (#61)</title>
<updated>2020-10-12T12:22:52+00:00</updated>
<author>
<name>Dave Brondsema</name>
<email>dave@brondsema.net</email>
</author>
<published>2020-10-12T12:22:52+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/paste-git.git/commit/?id=0370a8368fb5e2019dce4261c8a113f6cd41347e'/>
<id>0370a8368fb5e2019dce4261c8a113f6cd41347e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Patching auth ticket to be python3 compatible (#56)</title>
<updated>2020-07-22T15:13:48+00:00</updated>
<author>
<name>TilmanSchaefer</name>
<email>tilman.schaefer@fieldaware.com</email>
</author>
<published>2020-07-22T15:13:48+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/paste-git.git/commit/?id=84ee50a0b62a1b3206b5894b397a1aa0bb12deb2'/>
<id>84ee50a0b62a1b3206b5894b397a1aa0bb12deb2</id>
<content type='text'>
* Patching auth ticket to be python3 compatible</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Patching auth ticket to be python3 compatible</pre>
</div>
</content>
</entry>
<entry>
<title>Update auth_tkt.py for python3 compatibility (#45)</title>
<updated>2020-01-26T15:28:54+00:00</updated>
<author>
<name>marzetas</name>
<email>marzetas@gmail.com</email>
</author>
<published>2020-01-26T15:28:54+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/paste-git.git/commit/?id=d3e74f876228c5b731b1338c98fc100f7b42036d'/>
<id>d3e74f876228c5b731b1338c98fc100f7b42036d</id>
<content type='text'>
* Update auth_tkt.py urllib imports to work in python3

* Add tests for auth AuthTicket

* Adapt auth_tkt to be python2 and python3 compatible
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Update auth_tkt.py urllib imports to work in python3

* Add tests for auth AuthTicket

* Adapt auth_tkt to be python2 and python3 compatible
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix deprecation warnings (#41)</title>
<updated>2020-01-05T13:55:21+00:00</updated>
<author>
<name>Xtreak</name>
<email>tir.karthi@gmail.com</email>
</author>
<published>2020-01-05T13:55:21+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/paste-git.git/commit/?id=7b06a520ba24bec27ae242db92c4ceea22173420'/>
<id>7b06a520ba24bec27ae242db92c4ceea22173420</id>
<content type='text'>
* Use is_alive instead of isAlive for Python 3.9 compatibility.

* Use encodebytes instead of deprecated encodestring.

* Fix Python 2 and 3 compatibility for base64.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Use is_alive instead of isAlive for Python 3.9 compatibility.

* Use encodebytes instead of deprecated encodestring.

* Fix Python 2 and 3 compatibility for base64.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't raise StopIteration inside a generator</title>
<updated>2018-10-23T17:32:14+00:00</updated>
<author>
<name>Zane Bitter</name>
<email>zbitter@redhat.com</email>
</author>
<published>2018-10-23T17:28:07+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/paste-git.git/commit/?id=777b6cd5b6b2159d32461846f53617fc7cb962be'/>
<id>777b6cd5b6b2159d32461846f53617fc7cb962be</id>
<content type='text'>
This will cause a runtime error in Python 3.7, due to PEP479.

Signed-off-by: Zane Bitter &lt;zbitter@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will cause a runtime error in Python 3.7, due to PEP479.

Signed-off-by: Zane Bitter &lt;zbitter@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't raise StopIteration from generator, return instead</title>
<updated>2018-06-08T16:49:42+00:00</updated>
<author>
<name>Miro Hron?ok</name>
<email>miro@hroncok.cz</email>
</author>
<published>2018-06-08T16:49:42+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/paste-git.git/commit/?id=bb9bdf7e5b5cb0d3458242c5b8ba6134efb282a4'/>
<id>bb9bdf7e5b5cb0d3458242c5b8ba6134efb282a4</id>
<content type='text'>
See https://www.python.org/dev/peps/pep-0479/
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See https://www.python.org/dev/peps/pep-0479/
</pre>
</div>
</content>
</entry>
</feed>
