<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/waitress.git/.github, branch bugfix/close-buffer</title>
<subtitle>github.com: Pylons/waitress.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/waitress.git/'/>
<entry>
<title>Update test matrix for Python versions</title>
<updated>2022-01-17T04:59:45+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2022-01-17T04:44:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/waitress.git/commit/?id=6eacb791ae36cffd6b8ff4e55d68c6c78e34c806'/>
<id>6eacb791ae36cffd6b8ff4e55d68c6c78e34c806</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop Python 3.5 support from Waitress add Py3.9</title>
<updated>2020-11-26T20:13:36+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2020-11-26T20:13:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/waitress.git/commit/?id=009bffbf42cb9be30d5412023de90f2d69656af3'/>
<id>009bffbf42cb9be30d5412023de90f2d69656af3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop Python 2.7 support officially</title>
<updated>2020-08-16T01:55:01+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2020-05-07T07:06:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/waitress.git/commit/?id=dc1f15a62144974f06127c5dfe32b58eeb528efc'/>
<id>dc1f15a62144974f06127c5dfe32b58eeb528efc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update Github Actions workflow</title>
<updated>2020-05-05T08:17:37+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2020-05-05T08:17:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/waitress.git/commit/?id=49e85e6e74caad8048b752d691bee2d885ae34e4'/>
<id>49e85e6e74caad8048b752d691bee2d885ae34e4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update CI to add lint checks</title>
<updated>2020-04-17T05:54:30+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2020-02-03T07:28:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/waitress.git/commit/?id=a48e996f0cdbd4530bfbe9e410f06bb7f4a1ba28'/>
<id>a48e996f0cdbd4530bfbe9e410f06bb7f4a1ba28</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use tox -e py</title>
<updated>2020-02-03T06:27:40+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2020-02-03T06:18:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/waitress.git/commit/?id=9c5b1bae38ebc76fa446a638955fa3fab74641da'/>
<id>9c5b1bae38ebc76fa446a638955fa3fab74641da</id>
<content type='text'>
This will cause it to pick the version to run against based upon the
version of Python it's installed for.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will cause it to pick the version to run against based upon the
version of Python it's installed for.
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop Python 3.4</title>
<updated>2020-02-03T05:54:01+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2020-02-03T00:38:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/waitress.git/commit/?id=3db639fee74a10524e6908318f3f8f6e7c545e9b'/>
<id>3db639fee74a10524e6908318f3f8f6e7c545e9b</id>
<content type='text'>
This is necessary due to needing coverage&gt;=5.0, which is no longer
available on Python 3.4.

Python 3.4 is also now past end of life.

This continued to work by chance due to Travis having nosetest installed
in the Python global installation, and thus the failure from tox to
install coverage&gt;=5.0 did not cause errors on Travis.

Testing locally I still had an old version of coverage installed, and
that version had not yet dropped Python 3.4.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is necessary due to needing coverage&gt;=5.0, which is no longer
available on Python 3.4.

Python 3.4 is also now past end of life.

This continued to work by chance due to Travis having nosetest installed
in the Python global installation, and thus the failure from tox to
install coverage&gt;=5.0 did not cause errors on Travis.

Testing locally I still had an old version of coverage installed, and
that version had not yet dropped Python 3.4.
</pre>
</div>
</content>
</entry>
<entry>
<title>Also run on PR's</title>
<updated>2019-09-20T04:28:14+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2019-09-20T04:28:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/waitress.git/commit/?id=98715528b889734fb69a0301fecb6764a863c9d6'/>
<id>98715528b889734fb69a0301fecb6764a863c9d6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add macOS testing</title>
<updated>2019-09-20T04:03:28+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2019-09-20T04:02:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/waitress.git/commit/?id=b64a592f200554ee405c43d043f7f181e1930599'/>
<id>b64a592f200554ee405c43d043f7f181e1930599</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Setup GH actions</title>
<updated>2019-09-20T03:41:35+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2019-09-20T03:06:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/waitress.git/commit/?id=d77c2cf6b04c4c2a7fa0532d36638eec8f109731'/>
<id>d77c2cf6b04c4c2a7fa0532d36638eec8f109731</id>
<content type='text'>
This sets up Github Actions to be used. Right now alongside Appveyor and
Travis, but I am thinking this will eventually take over.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This sets up Github Actions to be used. Right now alongside Appveyor and
Travis, but I am thinking this will eventually take over.
</pre>
</div>
</content>
</entry>
</feed>
