<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git, branch v41.0.1</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 version: 41.0.0 → 41.0.1</title>
<updated>2019-04-22T20:07:03+00:00</updated>
<author>
<name>Benoit Pierre</name>
<email>benoit.pierre@gmail.com</email>
</author>
<published>2019-04-22T20:07:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=97d7563915b6e2ad8a638e988361357709a83bda'/>
<id>97d7563915b6e2ad8a638e988361357709a83bda</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>travis: re-enable coverage for Python 3.8 job (#1748)</title>
<updated>2019-04-22T16:00:24+00:00</updated>
<author>
<name>Benoit Pierre</name>
<email>benoit.pierre@gmail.com</email>
</author>
<published>2019-04-22T16:00:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=e66857af348a823b15701c39a88add28cfaab3bd'/>
<id>e66857af348a823b15701c39a88add28cfaab3bd</id>
<content type='text'>
Now that the issue with invalid coverage data has been fixed.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now that the issue with invalid coverage data has been fixed.</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1745 from shashanksingh28/master</title>
<updated>2019-04-22T15:52:09+00:00</updated>
<author>
<name>Paul Ganssle</name>
<email>pganssle@users.noreply.github.com</email>
</author>
<published>2019-04-22T15:52:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=50a41c7005c81024cf66fcd1d940fd168dc4a83d'/>
<id>50a41c7005c81024cf66fcd1d940fd168dc4a83d</id>
<content type='text'>
Fix error with PEP 517 builds when wheel exists (GH #1761)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix error with PEP 517 builds when wheel exists (GH #1761)</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1747 from pganssle/limit_workers</title>
<updated>2019-04-22T15:45:08+00:00</updated>
<author>
<name>Paul Ganssle</name>
<email>pganssle@users.noreply.github.com</email>
</author>
<published>2019-04-22T15:45:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=2b5accfaa4cfe4a3638dedabce13a4991d955179'/>
<id>2b5accfaa4cfe4a3638dedabce13a4991d955179</id>
<content type='text'>
Limit workers in ProcessPoolExecutor</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Limit workers in ProcessPoolExecutor</pre>
</div>
</content>
</entry>
<entry>
<title>Limit workers in ProcessPoolExecutor</title>
<updated>2019-04-22T15:17:21+00:00</updated>
<author>
<name>Paul Ganssle</name>
<email>paul@ganssle.io</email>
</author>
<published>2019-04-22T15:05:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=127c8c74dead715b67a66eed86c420fe7b31ea3b'/>
<id>127c8c74dead715b67a66eed86c420fe7b31ea3b</id>
<content type='text'>
As a mitigation for #1730, this commit limits the number of workers in
the ProcessPoolExecutor to 1 (default is the number of CPUs). On PyPy,
having a higher number of available workers dramatically increases the
number of concurrent processes, leading to some resource exhaustion
issues.

This does not address the root issue, but should improve the situation
until the root issue is addressed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As a mitigation for #1730, this commit limits the number of workers in
the ProcessPoolExecutor to 1 (default is the number of CPUs). On PyPy,
having a higher number of available workers dramatically increases the
number of concurrent processes, leading to some resource exhaustion
issues.

This does not address the root issue, but should improve the situation
until the root issue is addressed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1746 from benoit-pierre/swith_travis_dist_to_xenial</title>
<updated>2019-04-22T15:15:24+00:00</updated>
<author>
<name>Paul Ganssle</name>
<email>pganssle@users.noreply.github.com</email>
</author>
<published>2019-04-22T15:15:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=dd2240a7404a39f2f6d446697d871ba0c22be17a'/>
<id>dd2240a7404a39f2f6d446697d871ba0c22be17a</id>
<content type='text'>
Use xenial and latest pypy3 on Travis CI.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use xenial and latest pypy3 on Travis CI.</pre>
</div>
</content>
</entry>
<entry>
<title>travis: update PyPy 3 job to latest supported version</title>
<updated>2019-04-22T14:54:42+00:00</updated>
<author>
<name>Benoit Pierre</name>
<email>benoit.pierre@gmail.com</email>
</author>
<published>2019-04-22T14:53:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=3a797435ccdc5a115b681572d5ba0cfd484ae810'/>
<id>3a797435ccdc5a115b681572d5ba0cfd484ae810</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>travis: preemptively switch to xenial</title>
<updated>2019-04-22T14:49:46+00:00</updated>
<author>
<name>Benoit Pierre</name>
<email>benoit.pierre@gmail.com</email>
</author>
<published>2019-04-22T14:49:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=bd3d72b030eeae19ebc2eb3a0a325f87b41a09f1'/>
<id>bd3d72b030eeae19ebc2eb3a0a325f87b41a09f1</id>
<content type='text'>
As it will soon become the default: https://blog.travis-ci.com/2019-04-15-xenial-default-build-environment
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As it will soon become the default: https://blog.travis-ci.com/2019-04-15-xenial-default-build-environment
</pre>
</div>
</content>
</entry>
<entry>
<title>Add changelog for PR #1745</title>
<updated>2019-04-22T14:19:28+00:00</updated>
<author>
<name>Shashank Singh</name>
<email>shashanksingh28@gmail.com</email>
</author>
<published>2019-04-21T03:25:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=e4f987b141104e709367cbe629f3cd6ef5153216'/>
<id>e4f987b141104e709367cbe629f3cd6ef5153216</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix error when wheels already exist in dist/</title>
<updated>2019-04-22T14:19:28+00:00</updated>
<author>
<name>Shashank Singh</name>
<email>shashanksingh28@gmail.com</email>
</author>
<published>2019-04-21T03:24:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=901f7cc2a036bfeb93bfbe480608e04c76c2c5ec'/>
<id>901f7cc2a036bfeb93bfbe480608e04c76c2c5ec</id>
<content type='text'>
`build_meta.build_wheel` assumes that the only wheel in its output
directory is the one it builds, but prior to this, it also used the
`dist/` folder as its working output directory. This commit uses a
temporary directory instead, preventing an error that was triggered when
previously-generated wheel files were still sitting in `dist/`.

Fixes GH #1671
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`build_meta.build_wheel` assumes that the only wheel in its output
directory is the one it builds, but prior to this, it also used the
`dist/` folder as its working output directory. This commit uses a
temporary directory instead, preventing an error that was triggered when
previously-generated wheel files were still sitting in `dist/`.

Fixes GH #1671
</pre>
</div>
</content>
</entry>
</feed>
