<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git/requirements/pytest.in, branch 7.2.3</title>
<subtitle>github.com: nedbat/coveragepy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/'/>
<entry>
<title>test: remove pycontracts</title>
<updated>2022-12-25T17:56:31+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2022-12-25T17:56:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=54e90650ccdc77da50fa7986c1c6128d34229389'/>
<id>54e90650ccdc77da50fa7986c1c6128d34229389</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build: do we still need this pin?</title>
<updated>2022-12-03T14:41:36+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2022-12-03T14:41:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=43d100a6515bc760b10ea596474264f9ea11a975'/>
<id>43d100a6515bc760b10ea596474264f9ea11a975</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build: pin windows-only transitive dependencies</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:19:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=1dba0305a3d7248ad64e4a21d4ac56c92277883c'/>
<id>1dba0305a3d7248ad64e4a21d4ac56c92277883c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "build: switch to hashed dev dependencies"</title>
<updated>2022-08-11T12:02:24+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2022-08-11T12:02:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=436c633570a5b1ec4ae37045b45555266bdb3160'/>
<id>436c633570a5b1ec4ae37045b45555266bdb3160</id>
<content type='text'>
This reverts commit 015e42af088e03c4c69068b191be9212d7808689.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 015e42af088e03c4c69068b191be9212d7808689.
</pre>
</div>
</content>
</entry>
<entry>
<title>build: switch to hashed dev dependencies</title>
<updated>2022-08-11T11:44:29+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2022-08-11T11:44:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=015e42af088e03c4c69068b191be9212d7808689'/>
<id>015e42af088e03c4c69068b191be9212d7808689</id>
<content type='text'>
I used this tweak to the Makefile to mostly just add hashes, though some
dependencies were also upgraded, not sure why...

@@ -74,7 +74,7 @@ metasmoke:

 .PHONY: upgrade

-PIP_COMPILE = pip-compile --upgrade --allow-unsafe
+PIP_COMPILE = pip-compile --allow-unsafe --generate-hashes
 upgrade: export CUSTOM_COMPILE_COMMAND=make upgrade
 upgrade: 				## Update the *.pip files with the latest packages satisfying *.in files.
 	pip install -q -r requirements/pip-tools.pip
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I used this tweak to the Makefile to mostly just add hashes, though some
dependencies were also upgraded, not sure why...

@@ -74,7 +74,7 @@ metasmoke:

 .PHONY: upgrade

-PIP_COMPILE = pip-compile --upgrade --allow-unsafe
+PIP_COMPILE = pip-compile --allow-unsafe --generate-hashes
 upgrade: export CUSTOM_COMPILE_COMMAND=make upgrade
 upgrade: 				## Update the *.pip files with the latest packages satisfying *.in files.
 	pip install -q -r requirements/pip-tools.pip
</pre>
</div>
</content>
</entry>
<entry>
<title>build: use pip-tools to manage *.pip from *.in</title>
<updated>2021-10-24T22:42:43+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-10-24T22:10:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=8a0273d15d17d0e00ba4bfa05ffe46d372f979e7'/>
<id>8a0273d15d17d0e00ba4bfa05ffe46d372f979e7</id>
<content type='text'>
The requires.io site stopped working for me, and this is a more automated
process anyway.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The requires.io site stopped working for me, and this is a more automated
process anyway.
</pre>
</div>
</content>
</entry>
</feed>
