<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git, branch v60.9.2</title>
<subtitle>github.com: pypa/setuptools.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/'/>
<entry>
<title>Bump version: 60.9.1 → 60.9.2</title>
<updated>2022-02-16T02:16:11+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2022-02-16T02:16:11+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=270904f630e9f2142f47d0f701bd225ad149cc00'/>
<id>270904f630e9f2142f47d0f701bd225ad149cc00</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 #3046 from abravalheri/add-tests-for-duplicated-imports</title>
<updated>2022-02-16T02:15:56+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2022-02-16T02:15:56+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=01ff0334dd989044043c1359082a453646d7b6fd'/>
<id>01ff0334dd989044043c1359082a453646d7b6fd</id>
<content type='text'>
Correct for duplicated distutils imports</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Correct for duplicated distutils imports</pre>
</div>
</content>
</entry>
<entry>
<title>Update changelog</title>
<updated>2022-02-16T00:22:05+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2022-02-16T00:22:05+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=9c8957a13dbe7fe5c0dac148f846a08e640f969c'/>
<id>9c8957a13dbe7fe5c0dac148f846a08e640f969c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>When loading distutils from the vendored copy, rewrite __name__ to ensure consistent importing from inside and out. Fixes #3035.</title>
<updated>2022-02-16T00:20:52+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2022-02-16T00:20:52+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=2b40489be6a33053754b08cad785fe8be580994e'/>
<id>2b40489be6a33053754b08cad785fe8be580994e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'main' into add-tests-for-duplicated-imports</title>
<updated>2022-02-16T00:14:02+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2022-02-16T00:14:02+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=7311f837636e12bd58248f9d2d71ce13f8ea6fc5'/>
<id>7311f837636e12bd58248f9d2d71ce13f8ea6fc5</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 #3111 from abravalheri/workflow-timeout</title>
<updated>2022-02-15T23:45:59+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-02-15T23:45:59+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=f0f28f7feca26ace797bbb63e942e1deb198270e'/>
<id>f0f28f7feca26ace797bbb63e942e1deb198270e</id>
<content type='text'>
Reduce GitHub Actions timeout from 6h to 75min</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reduce GitHub Actions timeout from 6h to 75min</pre>
</div>
</content>
</entry>
<entry>
<title>Reduce GitHub Actions timeout from 6h to 75min</title>
<updated>2022-02-15T22:32:11+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-02-15T22:24:40+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=ae6f313591bc66918708899ae2f1ce31df83a05d'/>
<id>ae6f313591bc66918708899ae2f1ce31df83a05d</id>
<content type='text'>
From times to times, tests (specially on PyPy) seem to get
stuck and be cancelled by GitHub after the default timeout (6h).

Before these tests are cancelled, however they count as an active job
and limit the amount of concurrent jobs/workflows PyPA's organization
may have running.

Currently, the slowest job running for the `main` workflow seem to be the
tests for PyPy+Windows, which take around 55 min. Therefore, chances are
that, if a test is taking much more than 1h to run, it got stuck.

We can be pragmatic and reduce the timeout for the `main`
workflow and free the resources quickly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From times to times, tests (specially on PyPy) seem to get
stuck and be cancelled by GitHub after the default timeout (6h).

Before these tests are cancelled, however they count as an active job
and limit the amount of concurrent jobs/workflows PyPA's organization
may have running.

Currently, the slowest job running for the `main` workflow seem to be the
tests for PyPy+Windows, which take around 55 min. Therefore, chances are
that, if a test is taking much more than 1h to run, it got stuck.

We can be pragmatic and reduce the timeout for the `main`
workflow and free the resources quickly.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version: 60.9.0 → 60.9.1</title>
<updated>2022-02-15T02:56:51+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2022-02-15T02:56:51+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=5b2b20d32b59f57d703723aadacfc308126034d7'/>
<id>5b2b20d32b59f57d703723aadacfc308126034d7</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 #3099 from abravalheri/flaky-test-build-meta</title>
<updated>2022-02-15T02:55:51+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2022-02-15T02:55:51+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=9c6a6e59742eeb812f46e035df5a7084bf4b7594'/>
<id>9c6a6e59742eeb812f46e035df5a7084bf4b7594</id>
<content type='text'>
Add timeout to `test_build_meta`</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add timeout to `test_build_meta`</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #3109 from pypa/bugfix/3107-importlib-metadata-empty-egginfo-requires</title>
<updated>2022-02-15T02:55:25+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2022-02-15T02:55:25+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=4f78331e5679ee8977667725223171a1091d14b1'/>
<id>4f78331e5679ee8977667725223171a1091d14b1</id>
<content type='text'>
Bump importlib_metadata to 4.11.1</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bump importlib_metadata to 4.11.1</pre>
</div>
</content>
</entry>
</feed>
