<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/setuptools, branch v41.1.0</title>
<subtitle>github.com: pypa/setuptools.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/'/>
<entry>
<title>tests: fix `test_pip_upgrade_from_source` on Python 3.4</title>
<updated>2019-07-23T09:29:21+00:00</updated>
<author>
<name>Benoit Pierre</name>
<email>benoit.pierre@gmail.com</email>
</author>
<published>2019-07-23T09:29:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=d694f54455d4b3884f74b72b54acbd8aeb94caed'/>
<id>d694f54455d4b3884f74b72b54acbd8aeb94caed</id>
<content type='text'>
Do not test pip's master on 3.4, as support for it has been dropped.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Do not test pip's master on 3.4, as support for it has been dropped.
</pre>
</div>
</content>
</entry>
<entry>
<title>improve `package_data` check</title>
<updated>2019-07-16T11:20:36+00:00</updated>
<author>
<name>Daniel Himmelstein</name>
<email>daniel.himmelstein@gmail.com</email>
</author>
<published>2019-05-22T21:45:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=8f848bd777278fc8dcb42dc45751cd8b95ec2a02'/>
<id>8f848bd777278fc8dcb42dc45751cd8b95ec2a02</id>
<content type='text'>
Ensure the dictionary values are lists/tuples of strings.

Fix #1459.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ensure the dictionary values are lists/tuples of strings.

Fix #1459.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix assert_string_list docstring</title>
<updated>2019-07-16T10:46:59+00:00</updated>
<author>
<name>Daniel Himmelstein</name>
<email>daniel.himmelstein@gmail.com</email>
</author>
<published>2019-05-23T18:15:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=305bb1cefc3251c67b55149139a768ddf474f7b6'/>
<id>305bb1cefc3251c67b55149139a768ddf474f7b6</id>
<content type='text'>
value=None raises TypeError

DistutilsSetupError: 2 must be a list of strings (got None)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
value=None raises TypeError

DistutilsSetupError: 2 must be a list of strings (got None)
</pre>
</div>
</content>
</entry>
<entry>
<title>Stop using deprecated HTMLParser.unescape</title>
<updated>2019-06-19T14:15:58+00:00</updated>
<author>
<name>Inada Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2019-06-18T07:15:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=53b8db359378f436bfd88f90a90aaf01b650d3a6'/>
<id>53b8db359378f436bfd88f90a90aaf01b650d3a6</id>
<content type='text'>
HTMLParser.unescape is accessed even when unused - this will cause an
exception when `HTMLParser.unescape` is removed in Python 3.9.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
HTMLParser.unescape is accessed even when unused - this will cause an
exception when `HTMLParser.unescape` is removed in Python 3.9.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added test for metadata-version 1.2</title>
<updated>2019-05-16T11:48:15+00:00</updated>
<author>
<name>Bastian Venthur</name>
<email>bastian.venthur@flixbus.com</email>
</author>
<published>2019-05-16T11:48:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=a64ddf0d2f2bcd6e9843fb55c94fba922f315722'/>
<id>a64ddf0d2f2bcd6e9843fb55c94fba922f315722</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Force metadata-version = 1.2 when project urls are present.</title>
<updated>2019-05-16T10:46:50+00:00</updated>
<author>
<name>Bastian Venthur</name>
<email>bastian.venthur@flixbus.com</email>
</author>
<published>2019-05-16T10:46:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=880ff4a3579bac7839f8f038085381ae14155f31'/>
<id>880ff4a3579bac7839f8f038085381ae14155f31</id>
<content type='text'>
Closes: #1756
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes: #1756
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: fix_test_build_deps_on_distutils</title>
<updated>2019-05-14T13:48:38+00:00</updated>
<author>
<name>Benoit Pierre</name>
<email>benoit.pierre@gmail.com</email>
</author>
<published>2019-05-14T13:31:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=f58549ab38eb6f5d1146510cbf15965aeb75c6fb'/>
<id>f58549ab38eb6f5d1146510cbf15965aeb75c6fb</id>
<content type='text'>
* ignore distutils' warning (`Unknown distribution option: 'python_requires'`)
* fix test on Windows
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ignore distutils' warning (`Unknown distribution option: 'python_requires'`)
* fix test on Windows
</pre>
</div>
</content>
</entry>
<entry>
<title>build_meta: fix 2 issues with `build_wheel` / `build_sdist`</title>
<updated>2019-04-22T21:02:33+00:00</updated>
<author>
<name>Benoit Pierre</name>
<email>benoit.pierre@gmail.com</email>
</author>
<published>2019-04-22T20:18:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=5f88c42f3b4529956e4d02453ae571e32bc4692a'/>
<id>5f88c42f3b4529956e4d02453ae571e32bc4692a</id>
<content type='text'>
Fix the following cases:

* `build_sdist` is called with another sdist already present
  in the destination directory

* `build_wheel` is called with the destination directory not
  already created
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix the following cases:

* `build_sdist` is called with another sdist already present
  in the destination directory

* `build_wheel` is called with the destination directory not
  already created
</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://git.baserock.org/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>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://git.baserock.org/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>
</feed>
