<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/testtools.git/setup.py, branch mypy</title>
<subtitle>github.com: testing-cabal/testtools.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/testtools.git/'/>
<entry>
<title>Drop support for EOL Python 3.5</title>
<updated>2022-02-07T12:15:41+00:00</updated>
<author>
<name>Hugo van Kemenade</name>
<email>hugovk@users.noreply.github.com</email>
</author>
<published>2021-06-11T08:09:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/testtools.git/commit/?id=439890c9e56a90e396564cf2e6cd578b9230e2bf'/>
<id>439890c9e56a90e396564cf2e6cd578b9230e2bf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop support for EOL Python 2.7</title>
<updated>2020-01-18T13:58:59+00:00</updated>
<author>
<name>Hugo</name>
<email>hugovk@users.noreply.github.com</email>
</author>
<published>2020-01-18T13:58:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/testtools.git/commit/?id=c271bc180171e1fdac526485bc80f6912c1e18f1'/>
<id>c271bc180171e1fdac526485bc80f6912c1e18f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tell pip not to install for Python 3.4</title>
<updated>2019-11-25T10:21:39+00:00</updated>
<author>
<name>Hugo</name>
<email>hugovk@users.noreply.github.com</email>
</author>
<published>2019-11-25T08:47:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/testtools.git/commit/?id=67da6eea5da6676e5d33590a28b09bd55701e5f5'/>
<id>67da6eea5da6676e5d33590a28b09bd55701e5f5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop support for EOL Python 3.3</title>
<updated>2018-05-02T21:14:53+00:00</updated>
<author>
<name>Hugo</name>
<email>hugovk@users.noreply.github.com</email>
</author>
<published>2018-01-09T13:02:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/testtools.git/commit/?id=fff42432c60784be1a974ffd69afb35f093c334a'/>
<id>fff42432c60784be1a974ffd69afb35f093c334a</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 pbr as a build system</title>
<updated>2015-05-04T23:18:00+00:00</updated>
<author>
<name>Robert Collins</name>
<email>robertc@robertcollins.net</email>
</author>
<published>2015-05-04T22:45:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/testtools.git/commit/?id=915b2b604c0e9b97e813711c035dfd13682fb6df'/>
<id>915b2b604c0e9b97e813711c035dfd13682fb6df</id>
<content type='text'>
This automates the manual dance around version numbers for less maintenance pain.

The main visible changes are:
- requirements are in requirements.txt for now
- tags must be just x.y.z not testtools-x.y.z
- version information in __init__ is dynamically looked up.
- we can probably cleanup a bunch of our bootstrap import glue but in
  the interest of clear reviews, and avoiding surprises, I'm leaving
  that alone for now.

Change-Id: Ia54f681b50764a94ada68a6b2ac1bc77bfb619c5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This automates the manual dance around version numbers for less maintenance pain.

The main visible changes are:
- requirements are in requirements.txt for now
- tags must be just x.y.z not testtools-x.y.z
- version information in __init__ is dynamically looked up.
- we can probably cleanup a bunch of our bootstrap import glue but in
  the interest of clear reviews, and avoiding surprises, I'm leaving
  that alone for now.

Change-Id: Ia54f681b50764a94ada68a6b2ac1bc77bfb619c5
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix building universal wheels on Python 3.</title>
<updated>2015-03-10T21:21:50+00:00</updated>
<author>
<name>Robert Collins</name>
<email>robertc@robertcollins.net</email>
</author>
<published>2015-03-10T21:19:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/testtools.git/commit/?id=d6964198e9df8e88af3d7255144bea8dcd8b98d6'/>
<id>d6964198e9df8e88af3d7255144bea8dcd8b98d6</id>
<content type='text'>
Building a wheel on Python 3 was missing ``_compat2x.py`` needed for Python2.
This was a side effect of the fix to bug #941958, where we fixed a cosmetic
error. (Robert Collins, #1430534)

This reverts commit 56c49a5fd420143627e50e2d0ec86e1f37075875.

Change-Id: I4de72a62b5ddf7349c432165f796841a0998e878
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Building a wheel on Python 3 was missing ``_compat2x.py`` needed for Python2.
This was a side effect of the fix to bug #941958, where we fixed a cosmetic
error. (Robert Collins, #1430534)

This reverts commit 56c49a5fd420143627e50e2d0ec86e1f37075875.

Change-Id: I4de72a62b5ddf7349c432165f796841a0998e878
</pre>
</div>
</content>
</entry>
<entry>
<title>Overhaul exception reporting.</title>
<updated>2015-03-09T19:36:16+00:00</updated>
<author>
<name>Robert Collins</name>
<email>robertc@robertcollins.net</email>
</author>
<published>2015-03-09T09:29:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/testtools.git/commit/?id=55278e0e4a935f1d8c468a4d29a8133088806790'/>
<id>55278e0e4a935f1d8c468a4d29a8133088806790</id>
<content type='text'>
unittest2 recently added the ability to show local variables in
tracebacks as https://github.com/testing-cabal/testtools/issues/111
requested for us. Reusing that requires some refactoring of our code,
in particular where we were reimplementing bits of the traceback
module. Now we can just hard-depend on traceback2 and linecache2 which
are brought in by unittest2 1.0.0.

Change-Id: Ieb3268029d26b48ed4fcd25ed644bd339f6aa3fb
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
unittest2 recently added the ability to show local variables in
tracebacks as https://github.com/testing-cabal/testtools/issues/111
requested for us. Reusing that requires some refactoring of our code,
in particular where we were reimplementing bits of the traceback
module. Now we can just hard-depend on traceback2 and linecache2 which
are brought in by unittest2 1.0.0.

Change-Id: Ieb3268029d26b48ed4fcd25ed644bd339f6aa3fb
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix setup.py to work without six installed.</title>
<updated>2014-11-15T21:34:16+00:00</updated>
<author>
<name>Robert Collins</name>
<email>robertc@robertcollins.net</email>
</author>
<published>2014-11-15T21:19:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/testtools.git/commit/?id=6f12789a398a99fc39e4380bd063af841a262c62'/>
<id>6f12789a398a99fc39e4380bd063af841a262c62</id>
<content type='text'>
Sadly setup_requires is evil, but what are we doing to do?

Change-Id: I4c7ac659c73dc51cf213763a79c9b38e621a8d45
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Sadly setup_requires is evil, but what are we doing to do?

Change-Id: I4c7ac659c73dc51cf213763a79c9b38e621a8d45
</pre>
</div>
</content>
</entry>
<entry>
<title>Use a PEP-440 dev version instead of snapshot-.</title>
<updated>2014-11-15T19:46:53+00:00</updated>
<author>
<name>Robert Collins</name>
<email>robertc@robertcollins.net</email>
</author>
<published>2014-11-15T19:46:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/testtools.git/commit/?id=50343681f11bd6e911e1b3d98c21d53fc089bbf5'/>
<id>50343681f11bd6e911e1b3d98c21d53fc089bbf5</id>
<content type='text'>
This will hopefully fix travis during dev periods.

Change-Id: I63b33c33999a09cc3e52c6cba6b31292b13960e7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will hopefully fix travis during dev periods.

Change-Id: I63b33c33999a09cc3e52c6cba6b31292b13960e7
</pre>
</div>
</content>
</entry>
<entry>
<title>Express our required unittest2 version.</title>
<updated>2014-11-15T19:24:04+00:00</updated>
<author>
<name>Robert Collins</name>
<email>robertc@robertcollins.net</email>
</author>
<published>2014-11-15T19:24:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/testtools.git/commit/?id=0103e5b2a562b36458017d6315aad163d52bd368'/>
<id>0103e5b2a562b36458017d6315aad163d52bd368</id>
<content type='text'>
This should avoid incompatibilities as reported in
https://github.com/testing-cabal/testtools/issues/121.

Change-Id: I319e2e572c40a589ecbb2be74247f8b1ee7f192b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This should avoid incompatibilities as reported in
https://github.com/testing-cabal/testtools/issues/121.

Change-Id: I319e2e572c40a589ecbb2be74247f8b1ee7f192b
</pre>
</div>
</content>
</entry>
</feed>
