<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/websockify.git/.github/workflows, branch master</title>
<subtitle>github.com: kanaka/websockify.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/websockify.git/'/>
<entry>
<title>Test current versions of Python</title>
<updated>2022-12-16T13:15:23+00:00</updated>
<author>
<name>Pierre Ossman</name>
<email>ossman@cendio.se</email>
</author>
<published>2022-12-16T12:44:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/websockify.git/commit/?id=ac74ade2cad50c8deaab4e9946a5d4f6bb51f906'/>
<id>ac74ade2cad50c8deaab4e9946a5d4f6bb51f906</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Switch to nose2 for tests</title>
<updated>2022-12-16T13:14:54+00:00</updated>
<author>
<name>Pierre Ossman</name>
<email>ossman@cendio.se</email>
</author>
<published>2022-12-16T13:03:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/websockify.git/commit/?id=9ac3272d2b30fdd956f3bcc12a94083211f20a55'/>
<id>9ac3272d2b30fdd956f3bcc12a94083211f20a55</id>
<content type='text'>
The original nosetests is long abandoned, and doesn't work properly on
newer versions of Python.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The original nosetests is long abandoned, and doesn't work properly on
newer versions of Python.
</pre>
</div>
</content>
</entry>
<entry>
<title>Explicitly install dependencies</title>
<updated>2022-12-16T13:14:23+00:00</updated>
<author>
<name>Pierre Ossman</name>
<email>ossman@cendio.se</email>
</author>
<published>2022-12-16T12:54:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/websockify.git/commit/?id=789b80f7191286910655d2323ab3c17ea38934b2'/>
<id>789b80f7191286910655d2323ab3c17ea38934b2</id>
<content type='text'>
It is very buggy if we let setuptools do it for some reason, so have
this as an explicit step instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It is very buggy if we let setuptools do it for some reason, so have
this as an explicit step instead.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove setuptools version restriction</title>
<updated>2021-02-08T14:51:34+00:00</updated>
<author>
<name>Pierre Ossman</name>
<email>ossman@cendio.se</email>
</author>
<published>2021-02-08T14:51:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/websockify.git/commit/?id=24c3f75edefe49473389c5e11f4af335d49b6e75'/>
<id>24c3f75edefe49473389c5e11f4af335d49b6e75</id>
<content type='text'>
We're fine with current versions now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We're fine with current versions now.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use older numpy for older Python versions</title>
<updated>2021-02-08T14:33:37+00:00</updated>
<author>
<name>Pierre Ossman</name>
<email>ossman@cendio.se</email>
</author>
<published>2021-02-08T14:03:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/websockify.git/commit/?id=f1e33fa4c77d4f1d9d5b2205fcc199de91bcd195'/>
<id>f1e33fa4c77d4f1d9d5b2205fcc199de91bcd195</id>
<content type='text'>
The latest version refuses to run on anything older than Python 3.7.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The latest version refuses to run on anything older than Python 3.7.
</pre>
</div>
</content>
</entry>
<entry>
<title>Run all tests even on failure</title>
<updated>2021-02-08T13:42:41+00:00</updated>
<author>
<name>Pierre Ossman</name>
<email>ossman@cendio.se</email>
</author>
<published>2021-02-08T13:42:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/websockify.git/commit/?id=982e475936157b82c966aaacb856120f7bcf3596'/>
<id>982e475936157b82c966aaacb856120f7bcf3596</id>
<content type='text'>
Issues might be specific to certain versions of Python, so let all tests
run.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Issues might be specific to certain versions of Python, so let all tests
run.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use Ubuntu 18.04 for tests</title>
<updated>2021-02-08T10:11:39+00:00</updated>
<author>
<name>Pierre Ossman</name>
<email>ossman@cendio.se</email>
</author>
<published>2021-02-08T10:11:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/websockify.git/commit/?id=601205268692db23f6b41aded9c0dee630d84b5a'/>
<id>601205268692db23f6b41aded9c0dee630d84b5a</id>
<content type='text'>
We want to test on Python 3.4, which requires us to use an older Ubuntu
image for tests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We want to test on Python 3.4, which requires us to use an older Ubuntu
image for tests.
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace Travis with Github actions</title>
<updated>2021-02-08T10:02:48+00:00</updated>
<author>
<name>Pierre Ossman</name>
<email>ossman@cendio.se</email>
</author>
<published>2021-02-08T10:02:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/websockify.git/commit/?id=e4e85f808270211f510620c611923fdb2196ea1d'/>
<id>e4e85f808270211f510620c611923fdb2196ea1d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
