<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/subunit-git.git/python/subunit/__init__.py, branch external-iso8601</title>
<subtitle>github.com: testing-cabal/subunit
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/subunit-git.git/'/>
<entry>
<title>Rely on external copy of iso8601</title>
<updated>2023-02-10T17:47:03+00:00</updated>
<author>
<name>Jelmer Vernooĳ</name>
<email>jelmer@jelmer.uk</email>
</author>
<published>2023-01-28T16:55:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/subunit-git.git/commit/?id=496a0a483dd8629deaf7821c739b2b83c8e7d3d6'/>
<id>496a0a483dd8629deaf7821c739b2b83c8e7d3d6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Sort Python import definitions with isort</title>
<updated>2023-01-31T19:53:38+00:00</updated>
<author>
<name>Jelmer Vernooĳ</name>
<email>jelmer@jelmer.uk</email>
</author>
<published>2023-01-31T19:08:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/subunit-git.git/commit/?id=291b44e10e448be5439e510ef02f2fe709649b8f'/>
<id>291b44e10e448be5439e510ef02f2fe709649b8f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid use of extras - python3's hasattr is safe</title>
<updated>2023-01-28T15:33:32+00:00</updated>
<author>
<name>Jelmer Vernooĳ</name>
<email>jelmer@jelmer.uk</email>
</author>
<published>2023-01-28T15:14:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/subunit-git.git/commit/?id=99e17060527c24a2d4b5bea34d97dc3c4f7bf6d1'/>
<id>99e17060527c24a2d4b5bea34d97dc3c4f7bf6d1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Release 1.4.2.</title>
<updated>2022-11-17T00:38:09+00:00</updated>
<author>
<name>Jelmer Vernooĳ</name>
<email>jelmer@jelmer.uk</email>
</author>
<published>2022-11-17T00:38:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/subunit-git.git/commit/?id=52ba9e78e36d421a7417cac56a1ae577607aa24b'/>
<id>52ba9e78e36d421a7417cac56a1ae577607aa24b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix reading of test lists.</title>
<updated>2022-11-16T21:25:23+00:00</updated>
<author>
<name>Jelmer Vernooĳ</name>
<email>jelmer@jelmer.uk</email>
</author>
<published>2022-11-16T21:25:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/subunit-git.git/commit/?id=e52e3d10c409219479ccfd371f24e3b6d53b73b4'/>
<id>e52e3d10c409219479ccfd371f24e3b6d53b73b4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Release 1.4.1</title>
<updated>2022-11-05T21:54:41+00:00</updated>
<author>
<name>Jelmer Vernooĳ</name>
<email>jelmer@jelmer.uk</email>
</author>
<published>2022-11-05T21:54:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/subunit-git.git/commit/?id=aee1c7963691f5523eb72060e53e4ca255a00566'/>
<id>aee1c7963691f5523eb72060e53e4ca255a00566</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Stop using io imports from testtools</title>
<updated>2021-12-15T10:44:00+00:00</updated>
<author>
<name>Stephen Finucane</name>
<email>stephenfin@redhat.com</email>
</author>
<published>2021-12-15T10:44:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/subunit-git.git/commit/?id=cbaa3177ea546088c1383f1f01176754c19b52c2'/>
<id>cbaa3177ea546088c1383f1f01176754c19b52c2</id>
<content type='text'>
We no longer need to worry about Python 2, so we can just import
directly from 'io'.

Signed-off-by: Stephen Finucane &lt;stephenfin@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We no longer need to worry about Python 2, so we can just import
directly from 'io'.

Signed-off-by: Stephen Finucane &lt;stephenfin@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove logic for Python &lt; 3.6</title>
<updated>2021-12-15T10:38:24+00:00</updated>
<author>
<name>Stephen Finucane</name>
<email>stephenfin@redhat.com</email>
</author>
<published>2021-12-15T10:18:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/subunit-git.git/commit/?id=01682c1dcfd5fa92f08c00437fadb4650b8d4bf9'/>
<id>01682c1dcfd5fa92f08c00437fadb4650b8d4bf9</id>
<content type='text'>
Signed-off-by: Stephen Finucane &lt;stephenfin@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Stephen Finucane &lt;stephenfin@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Sort Content-Type parameters when writing details</title>
<updated>2021-07-27T10:45:23+00:00</updated>
<author>
<name>Colin Watson</name>
<email>cjwatson@debian.org</email>
</author>
<published>2021-07-27T10:45:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/subunit-git.git/commit/?id=fd21ba4cfc531e0906aad7b79a6b412fa778199e'/>
<id>fd21ba4cfc531e0906aad7b79a6b412fa778199e</id>
<content type='text'>
This simplifies tests by making the output more reproducible.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This simplifies tests by making the output more reproducible.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into testtools.compat</title>
<updated>2021-06-15T17:21:28+00:00</updated>
<author>
<name>Matthew Treinish</name>
<email>mtreinish@kortar.org</email>
</author>
<published>2021-06-15T17:21:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/subunit-git.git/commit/?id=b935a4a1fae460502e2251a25fa3d97379cf4ad3'/>
<id>b935a4a1fae460502e2251a25fa3d97379cf4ad3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
