<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git/Makefile, branch 7.0.2</title>
<subtitle>github.com: nedbat/coveragepy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/'/>
<entry>
<title>mypy: a separate tox env for mypy</title>
<updated>2022-12-29T16:27:52+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2022-12-28T18:36:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=42508990e08865ba93e8a893d36061351e553a63'/>
<id>42508990e08865ba93e8a893d36061351e553a63</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build: a target to summarize `make upgrade`</title>
<updated>2022-12-07T13:16:14+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2022-12-07T13:14:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=7e0e072f47c57371a5ac33c76da9dab32747d3ee'/>
<id>7e0e072f47c57371a5ac33c76da9dab32747d3ee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build: use --resolver=backtracking as advised</title>
<updated>2022-12-02T11:54:59+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2022-12-02T11:54:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=e1ff601489c7f3af90299ff3a5541b83151c323c'/>
<id>e1ff601489c7f3af90299ff3a5541b83151c323c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build: automate release-related edits</title>
<updated>2022-10-01T01:53:34+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2022-09-30T23:06:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=ad1c59c4b238c8695148355bbb677f2d5f4c2f31'/>
<id>ad1c59c4b238c8695148355bbb677f2d5f4c2f31</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: add some `make upgrade` instructions to the Makefile</title>
<updated>2022-08-15T14:28:12+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2022-08-15T14:13:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=f7907ee21f9cff21b95f3e107907737ae3078940'/>
<id>f7907ee21f9cff21b95f3e107907737ae3078940</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build: use hashed pins</title>
<updated>2022-08-15T14:28:12+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2022-08-15T12:20:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=18b57e11f750aee913a107fedeea312965e5fba1'/>
<id>18b57e11f750aee913a107fedeea312965e5fba1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build: don't install multiple .pip files</title>
<updated>2022-08-15T14:09:40+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2022-08-15T11:25:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=4eee7dc0962e27ed4598e226a065eb2f825532a6'/>
<id>4eee7dc0962e27ed4598e226a065eb2f825532a6</id>
<content type='text'>
If .pip files are pip-compile'd separately, they can have different
pinned versions.  Then when installed together, pip can't resolve the
difference.  Instead, pip-compile multiple .in files to produce one .pip
file that is installed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If .pip files are pip-compile'd separately, they can have different
pinned versions.  Then when installed together, pip can't resolve the
difference.  Instead, pip-compile multiple .in files to produce one .pip
file that is installed.
</pre>
</div>
</content>
</entry>
<entry>
<title>build: clean up ci helpers, use them more uniformly</title>
<updated>2022-06-02T12:47:13+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2022-06-02T12:47:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=2d7014cb861b00ac32c2ae8b5d3401be494b256d'/>
<id>2d7014cb861b00ac32c2ae8b5d3401be494b256d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build: automate triggering kit builds on github actions</title>
<updated>2022-06-02T12:37:49+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2022-06-02T12:37:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=67e5e95c133cf970c0706d2084f7e1c65d1c1b3a'/>
<id>67e5e95c133cf970c0706d2084f7e1c65d1c1b3a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build: move sample html steps into Makefile</title>
<updated>2022-06-02T11:38:06+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2022-06-02T11:38:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=f22072a1677c25a4cf48888756809bb1453c40b5'/>
<id>f22072a1677c25a4cf48888756809bb1453c40b5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
