<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/setuptools/tests, branch v60.0.3</title>
<subtitle>github.com: pypa/setuptools.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/'/>
<entry>
<title>Bump minimum version to rely on WindowsPath in subprocess. Fixes #2932.</title>
<updated>2021-12-18T04:28:58+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2021-12-18T04:28:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=cbe70602e408670b306871fbd64f3255019d4b51'/>
<id>cbe70602e408670b306871fbd64f3255019d4b51</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>In depends, rely on packaging instead of distutils for version management.</title>
<updated>2021-12-12T17:34:02+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2021-12-12T17:34:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=78fdc162ba1b6feeef712bafc32ac81734b92734'/>
<id>78fdc162ba1b6feeef712bafc32ac81734b92734</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove reliance on distutils log verbosity.</title>
<updated>2021-11-26T19:20:47+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2021-11-26T19:20:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=71c2891b14beb8c83bccfeda952b0b15edc65256'/>
<id>71c2891b14beb8c83bccfeda952b0b15edc65256</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bind to 'distutils.log' late in case the loader has changed.</title>
<updated>2021-11-26T19:09:38+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2021-11-26T18:42:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=34defd4d420e31e7c4cefe3e44145c6fe8b41eca'/>
<id>34defd4d420e31e7c4cefe3e44145c6fe8b41eca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove 'sample_test' fixture, unused.</title>
<updated>2021-11-26T17:48:52+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2021-11-26T17:48:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=4c57dfb7b4d4a6765a1aa4d0ef7edf14e8284fe9'/>
<id>4c57dfb7b4d4a6765a1aa4d0ef7edf14e8284fe9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use jaraco.path.build in test_tests_are_run_once.</title>
<updated>2021-11-26T17:40:07+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2021-11-26T17:40:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=a8e9cc865dfab3f6da15b9bf66ecda45c903bd33'/>
<id>a8e9cc865dfab3f6da15b9bf66ecda45c903bd33</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Skip pip@main tests for Python 3.6, no longer supported. Fixes #2874. Use pip pinned range to resolve pip version based on a repeatable pattern.</title>
<updated>2021-11-12T23:36:26+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2021-11-12T23:35:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=f2de34767a7ba6dc79b73e474b3e2ffdbfd6e75b'/>
<id>f2de34767a7ba6dc79b73e474b3e2ffdbfd6e75b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2865 from mkoeppe/github_workflows_SETUPTOOLS_USE_DISTUTILS</title>
<updated>2021-11-12T19:34:33+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2021-11-12T19:34:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=8ab7799032fd7811c55388ce04df90e486370106'/>
<id>8ab7799032fd7811c55388ce04df90e486370106</id>
<content type='text'>
Test SETUPTOOLS_USE_DISTUTILS = stdlib, local on GH Actions</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Test SETUPTOOLS_USE_DISTUTILS = stdlib, local on GH Actions</pre>
</div>
</content>
</entry>
<entry>
<title>Bring back the xfail as it appears to be needed at least on macOS.</title>
<updated>2021-11-12T02:39:23+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2021-11-12T02:39:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=ba6aa7cc011db953ad388a37c482cb00f4fb978d'/>
<id>ba6aa7cc011db953ad388a37c482cb00f4fb978d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid upgrading setuptools when creating the venv for distutils_adoption tests. Works around issue with upgrading on PyPy.</title>
<updated>2021-11-11T14:12:22+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2021-11-11T14:02:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=354208206b2146eee0c9117de969d98c9aa8447b'/>
<id>354208206b2146eee0c9117de969d98c9aa8447b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
