<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/paste-git.git, branch 3.5.2</title>
<subtitle>github.com: cdent/paste.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/'/>
<entry>
<title>release 3.5.2</title>
<updated>2022-08-18T20:36:07+00:00</updated>
<author>
<name>Chris Dent</name>
<email>cdent@anticdent.org</email>
</author>
<published>2022-08-18T20:36:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=b6e49ce8d9d38e99416e655b43e276e3be84f058'/>
<id>b6e49ce8d9d38e99416e655b43e276e3be84f058</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix py3 compatibility in paste.wsgilib.catch_errors (#70)</title>
<updated>2022-08-18T20:31:51+00:00</updated>
<author>
<name>Colin Watson</name>
<email>cjwatson@debian.org</email>
</author>
<published>2022-08-18T20:31:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=b2d156b170744b6eafacce480b2377032bd03be5'/>
<id>b2d156b170744b6eafacce480b2377032bd03be5</id>
<content type='text'>
A Python 3 application might only define `__next__`, not `next`.  Use
`six.next` instead.

This is very similar to https://github.com/cdent/paste/pull/53, and was
apparently missed there.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A Python 3 application might only define `__next__`, not `next`.  Use
`six.next` instead.

This is very similar to https://github.com/cdent/paste/pull/53, and was
apparently missed there.</pre>
</div>
</content>
</entry>
<entry>
<title>Release 3.5.1</title>
<updated>2022-06-22T10:20:07+00:00</updated>
<author>
<name>Chris Dent</name>
<email>cdent@anticdent.org</email>
</author>
<published>2022-06-22T10:20:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=27f25898c8c8cf52fc49175fd8b51e1289000884'/>
<id>27f25898c8c8cf52fc49175fd8b51e1289000884</id>
<content type='text'>
* update tox to include py 39
* replace deprecated threading funcs
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* update tox to include py 39
* replace deprecated threading funcs
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace deprecated threading aliases (#69)</title>
<updated>2022-06-22T10:14:13+00:00</updated>
<author>
<name>Hugo van Kemenade</name>
<email>hugovk@users.noreply.github.com</email>
</author>
<published>2022-06-22T10:14:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=6871824f9f87b63bdf5c863971df4c6a454f105c'/>
<id>6871824f9f87b63bdf5c863971df4c6a454f105c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>release 3.5.0</title>
<updated>2020-10-12T12:46:45+00:00</updated>
<author>
<name>Chris Dent</name>
<email>cdent@anticdent.org</email>
</author>
<published>2020-10-12T12:46:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=225c7ebf34a9c90435932b690967538493a943ce'/>
<id>225c7ebf34a9c90435932b690967538493a943ce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add testing support for Python 3.8</title>
<updated>2020-10-12T12:41:33+00:00</updated>
<author>
<name>Chris Dent</name>
<email>cdent@anticdent.org</email>
</author>
<published>2020-10-12T12:41:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=58b720d8ee7f0c1d7b4ad1d596602e29942c0679'/>
<id>58b720d8ee7f0c1d7b4ad1d596602e29942c0679</id>
<content type='text'>
3.9 will come soon
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
3.9 will come soon
</pre>
</div>
</content>
</entry>
<entry>
<title>Wsgi.errors is text (#62)</title>
<updated>2020-10-12T12:25:18+00:00</updated>
<author>
<name>Dave Brondsema</name>
<email>dave@brondsema.net</email>
</author>
<published>2020-10-12T12:25:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=652112c1d99a47809ef0dd8ba9992179262fb3d8'/>
<id>652112c1d99a47809ef0dd8ba9992179262fb3d8</id>
<content type='text'>
* Update next() to work with py3

* wsgi.errors is supposed to be text, fixes ErrorMiddleware on py3</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Update next() to work with py3

* wsgi.errors is supposed to be text, fixes ErrorMiddleware on py3</pre>
</div>
</content>
</entry>
<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://91.123.203.49/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>release 3.4.6</title>
<updated>2020-09-25T14:33:55+00:00</updated>
<author>
<name>Chris Dent</name>
<email>cdent@anticdent.org</email>
</author>
<published>2020-09-25T14:33:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=c9525141df14dd567caa246ab5c77a9825b90b3a'/>
<id>c9525141df14dd567caa246ab5c77a9825b90b3a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add an explicit dependency on setuptools for pkg_resources (#60)</title>
<updated>2020-09-25T14:28:26+00:00</updated>
<author>
<name>Michał Górny</name>
<email>mgorny@gentoo.org</email>
</author>
<published>2020-09-25T14:28:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=f382936ce4d5ad937f03d01da425444bca35cadd'/>
<id>f382936ce4d5ad937f03d01da425444bca35cadd</id>
<content type='text'>
Since Paste uses pkg_resources explicitly, it should have a runtime
dependency on setuptools.  While this does not make any difference
to pip users right now, it helps packagers correctly determine
the dependencies, for packaging systems that can remove/skip build-time
dependencies.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since Paste uses pkg_resources explicitly, it should have a runtime
dependency on setuptools.  While this does not make any difference
to pip users right now, it helps packagers correctly determine
the dependencies, for packaging systems that can remove/skip build-time
dependencies.</pre>
</div>
</content>
</entry>
</feed>
