<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/paste-git.git, branch 3.4.1</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.4.1</title>
<updated>2020-06-04T11:59:58+00:00</updated>
<author>
<name>Chris Dent</name>
<email>cdent@anticdent.org</email>
</author>
<published>2020-06-04T11:59:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=7b6cfdfe132a5f5e6631a5fe8d3492538c1d0d78'/>
<id>7b6cfdfe132a5f5e6631a5fe8d3492538c1d0d78</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make next handling in wsgilib more py3-compatible (#53)</title>
<updated>2020-06-03T20:23:20+00:00</updated>
<author>
<name>jhance</name>
<email>jhance@users.noreply.github.com</email>
</author>
<published>2020-06-03T20:23:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=11fec3e77f3212494f8f83052168c1e71ddbf0a4'/>
<id>11fec3e77f3212494f8f83052168c1e71ddbf0a4</id>
<content type='text'>
If the app-iterator being passed in is not defining `next()` (e.g. running under py3 and only defined `__next__`), this will currently crash.

Fix by using `six.next` which will use `__next__` or `next` as appropriate.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If the app-iterator being passed in is not defining `next()` (e.g. running under py3 and only defined `__next__`), this will currently crash.

Fix by using `six.next` which will use `__next__` or `next` as appropriate.</pre>
</div>
</content>
</entry>
<entry>
<title>update PEP333 link in README (#52)</title>
<updated>2020-03-16T09:37:42+00:00</updated>
<author>
<name>TinUnkai</name>
<email>tinunkai@users.noreply.github.com</email>
</author>
<published>2020-03-16T09:37:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=93602a320c2f115a3fcad69f9b6e62fc8a99ad88'/>
<id>93602a320c2f115a3fcad69f9b6e62fc8a99ad88</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.0</title>
<updated>2020-02-12T10:49:46+00:00</updated>
<author>
<name>Chris Dent</name>
<email>cdent@anticdent.org</email>
</author>
<published>2020-02-12T10:49:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=b0241aea21d9bd07598e477ef77846d1089169a5'/>
<id>b0241aea21d9bd07598e477ef77846d1089169a5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add ipv6 support by setting address family (#50)</title>
<updated>2020-02-12T10:29:31+00:00</updated>
<author>
<name>Lekinho</name>
<email>mctreasure@gmail.com</email>
</author>
<published>2020-02-12T10:29:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=c8de203b0dec88c65a32e2d1edb2480644dfbc84'/>
<id>c8de203b0dec88c65a32e2d1edb2480644dfbc84</id>
<content type='text'>
* add ipv6 support by setting address family</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* add ipv6 support by setting address family</pre>
</div>
</content>
</entry>
<entry>
<title>release 3.3.0</title>
<updated>2020-01-28T15:56:39+00:00</updated>
<author>
<name>Chris Dent</name>
<email>cdent@anticdent.org</email>
</author>
<published>2020-01-28T15:56:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=177f22e80b2ecde710a5423ab12db5280bdff3eb'/>
<id>177f22e80b2ecde710a5423ab12db5280bdff3eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add six to check for python 2 or 3 specific implementation (#48)</title>
<updated>2020-01-28T15:53:26+00:00</updated>
<author>
<name>Thomas Cross</name>
<email>tcross@csgactuarial.com</email>
</author>
<published>2020-01-28T15:53: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=b9d39dc9ff6c6d70b00bc2b764fb4fc6b38eb239'/>
<id>b9d39dc9ff6c6d70b00bc2b764fb4fc6b38eb239</id>
<content type='text'>
* StringIO imports differently in python 3 - use six for compatibility

* Paste requires bytes like objects.  in python 2 cStringIO works fine, but in python three it needs to use io.BytesIO

* simplify imports and logic by using six.BytesIO exclusively for parsing body content
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* StringIO imports differently in python 3 - use six for compatibility

* Paste requires bytes like objects.  in python 2 cStringIO works fine, but in python three it needs to use io.BytesIO

* simplify imports and logic by using six.BytesIO exclusively for parsing body content
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove pytest-runner integration (#47)</title>
<updated>2020-01-27T13:32:09+00:00</updated>
<author>
<name>Colin Watson</name>
<email>cjwatson@ubuntu.com</email>
</author>
<published>2020-01-27T13:32:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=e9827316dfb827a8005dbfc9b370edd7d330773e'/>
<id>e9827316dfb827a8005dbfc9b370edd7d330773e</id>
<content type='text'>
`pytest-runner` describes itself as deprecated in its own package
description, referring to
https://github.com/pypa/setuptools/issues/1684.  Using it in
`setup_requires` means that any other package that depends on Paste has
to install `pytest-runner` too, which is fairly heavyweight and
unnecessary.  (I ran into this when trying to update Launchpad to a less
ancient version of Paste.)

This does mean that `python setup.py test` no longer works, but,
according to the setuptools issue above, that's deprecated anyway.
Paste already has `tox` configuration that works well.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`pytest-runner` describes itself as deprecated in its own package
description, referring to
https://github.com/pypa/setuptools/issues/1684.  Using it in
`setup_requires` means that any other package that depends on Paste has
to install `pytest-runner` too, which is fairly heavyweight and
unnecessary.  (I ran into this when trying to update Launchpad to a less
ancient version of Paste.)

This does mean that `python setup.py test` no longer works, but,
according to the setuptools issue above, that's deprecated anyway.
Paste already has `tox` configuration that works well.</pre>
</div>
</content>
</entry>
<entry>
<title>relese 3.2.7</title>
<updated>2020-01-26T15:37:33+00:00</updated>
<author>
<name>Chris Dent</name>
<email>cdent@anticdent.org</email>
</author>
<published>2020-01-26T15:37: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=aaa216c6e0a3c1fd18fccd07ccd4c13230c9f87a'/>
<id>aaa216c6e0a3c1fd18fccd07ccd4c13230c9f87a</id>
<content type='text'>
more python3 fixes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
more python3 fixes
</pre>
</div>
</content>
</entry>
<entry>
<title>StringIO imports differently in python 3 - use six for compatibility (#46)</title>
<updated>2020-01-26T15:29:54+00:00</updated>
<author>
<name>Thomas Cross</name>
<email>tom.bz2@gmail.com</email>
</author>
<published>2020-01-26T15:29:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=221d33c102b83abc4657e9aafb135844d5215bdb'/>
<id>221d33c102b83abc4657e9aafb135844d5215bdb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
