<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git, branch v40.0.0</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: 39.2.0 → 40.0.0</title>
<updated>2018-07-09T04:13:58+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2018-07-09T04:13:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=510c3c64bd32e7c3870001e5e7a56ca5e387e797'/>
<id>510c3c64bd32e7c3870001e5e7a56ca5e387e797</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid removing packages imported from the root. Fixes #1383.</title>
<updated>2018-07-09T04:07:40+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2018-07-09T04:07:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=949bd166692af0694631542b02e3a2f26a48b455'/>
<id>949bd166692af0694631542b02e3a2f26a48b455</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert 7392f01f for pkg_resources/extern. 3.3 is the right signal there.</title>
<updated>2018-07-09T04:01:40+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2018-07-09T04:01:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=e1fb17476770620546d0bd244b35591b99ba6ea7'/>
<id>e1fb17476770620546d0bd244b35591b99ba6ea7</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 #1403 from benoit-pierre/fix_developer_guide</title>
<updated>2018-07-01T18:44:24+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2018-07-01T18:44:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=244ff322aec693a437f6a3f7bb6d147811712647'/>
<id>244ff322aec693a437f6a3f7bb6d147811712647</id>
<content type='text'>
docs: fix developer guide</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
docs: fix developer guide</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1404 from benoit-pierre/fix_pyproject.toml</title>
<updated>2018-06-29T13:29:53+00:00</updated>
<author>
<name>Paul Ganssle</name>
<email>pganssle@users.noreply.github.com</email>
</author>
<published>2018-06-29T13:29:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=a94ccbf404a79d56f9b171024dee361de9a948da'/>
<id>a94ccbf404a79d56f9b171024dee361de9a948da</id>
<content type='text'>
fix PEP 518 configuration</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix PEP 518 configuration</pre>
</div>
</content>
</entry>
<entry>
<title>fix PEP 518 configuration</title>
<updated>2018-06-28T11:31:39+00:00</updated>
<author>
<name>Benoit Pierre</name>
<email>benoit.pierre@gmail.com</email>
</author>
<published>2018-06-28T11:19:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=601f82e57247edf8505696304fbc7a3da4013cfc'/>
<id>601f82e57247edf8505696304fbc7a3da4013cfc</id>
<content type='text'>
Add `build-system.requires` key to `pyproject.toml`:
- this is necessary with pip 10.0.1, as otherwise the defaults will be
  to require both `setuptools` and `wheel` (and we only need the later)
- a `pyproject.toml` with no `build-system.requires` key will be invalid
  and rejected by a future version of pip
  (see https://github.com/pypa/pip/issues/5416#issuecomment-399638608)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add `build-system.requires` key to `pyproject.toml`:
- this is necessary with pip 10.0.1, as otherwise the defaults will be
  to require both `setuptools` and `wheel` (and we only need the later)
- a `pyproject.toml` with no `build-system.requires` key will be invalid
  and rejected by a future version of pip
  (see https://github.com/pypa/pip/issues/5416#issuecomment-399638608)
</pre>
</div>
</content>
</entry>
<entry>
<title>changes: fix typo</title>
<updated>2018-06-28T11:10:15+00:00</updated>
<author>
<name>Benoit Pierre</name>
<email>benoit.pierre@gmail.com</email>
</author>
<published>2018-06-28T11:10:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=b32fcfa56d22c68350edbae25fb31fd17efd06a3'/>
<id>b32fcfa56d22c68350edbae25fb31fd17efd06a3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: fix developer guide</title>
<updated>2018-06-28T11:09:41+00:00</updated>
<author>
<name>Benoit Pierre</name>
<email>benoit.pierre@gmail.com</email>
</author>
<published>2018-06-20T12:25:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=eda87a7558908bafb38268e3e08a737beff1fa8f'/>
<id>eda87a7558908bafb38268e3e08a737beff1fa8f</id>
<content type='text'>
Drop `Source Code` section, as it contains an outdated guideline
with respect to documenting changes and its contents are already
covered by other sections.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Drop `Source Code` section, as it contains an outdated guideline
with respect to documenting changes and its contents are already
covered by other sections.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1398 from wimglenn/wimglenn-patch-1</title>
<updated>2018-06-25T17:49:58+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2018-06-25T17:49:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=5c816483500519a07a3db4364daaced379780eb7'/>
<id>5c816483500519a07a3db4364daaced379780eb7</id>
<content type='text'>
Avoid resource warning from dev scripts installed editable</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Avoid resource warning from dev scripts installed editable</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid resource warning from dev scripts installed editable</title>
<updated>2018-06-25T17:42:00+00:00</updated>
<author>
<name>wim glenn</name>
<email>wim.glenn@gmail.com</email>
</author>
<published>2018-06-25T17:42:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=d8bd6dde9378c58daf71bf88d805ae0d4b5e03dc'/>
<id>d8bd6dde9378c58daf71bf88d805ae0d4b5e03dc</id>
<content type='text'>
Avoid ` ResourceWarning: unclosed file &lt;_io.TextIOWrapper name='whatever' mode='r' encoding='UTF-8'&gt;` on dev scripts installed editable</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Avoid ` ResourceWarning: unclosed file &lt;_io.TextIOWrapper name='whatever' mode='r' encoding='UTF-8'&gt;` on dev scripts installed editable</pre>
</div>
</content>
</entry>
</feed>
