<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/setuptools/build_meta.py, branch v40.2.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>PEP 517 hook arguments are unicode, not str (and distutils objects to that)</title>
<updated>2018-08-20T14:25:14+00:00</updated>
<author>
<name>Paul Moore</name>
<email>p.f.moore@gmail.com</email>
</author>
<published>2018-08-20T14:25:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=83c7d77abdaf4f802cd651fb59de77c72dc94cfe'/>
<id>83c7d77abdaf4f802cd651fb59de77c72dc94cfe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: look for dist-infos in subdirectories</title>
<updated>2017-10-19T19:35:48+00:00</updated>
<author>
<name>xoviat</name>
<email>xoviat@users.noreply.github.com</email>
</author>
<published>2017-10-19T19:35:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=ca5a81864d5fc3b6bcb1e9186a38e3fbc0d0beff'/>
<id>ca5a81864d5fc3b6bcb1e9186a38e3fbc0d0beff</id>
<content type='text'>
This code is a bit ugly, but it's also been tested with the pip test suite
It's not the best solution long term (the best solution is to get the egg_info
directory directly from egg_info), but it works for now and avoids
technical risk.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This code is a bit ugly, but it's also been tested with the pip test suite
It's not the best solution long term (the best solution is to get the egg_info
directory directly from egg_info), but it works for now and avoids
technical risk.</pre>
</div>
</content>
</entry>
<entry>
<title>FIX: drop the more contraversial changes</title>
<updated>2017-10-16T15:42:52+00:00</updated>
<author>
<name>xoviat</name>
<email>xoviat@users.noreply.github.com</email>
</author>
<published>2017-10-16T15:42:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=55e1b97a8a06956d60f7e441ebe46200efc775df'/>
<id>55e1b97a8a06956d60f7e441ebe46200efc775df</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>FIX: setup the correct environment before loading setup.py</title>
<updated>2017-10-15T18:28:32+00:00</updated>
<author>
<name>xoviat</name>
<email>xoviat@users.noreply.github.com</email>
</author>
<published>2017-10-15T18:28:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=1a37f5713e08a0320038ec4e5d2164f95a29abef'/>
<id>1a37f5713e08a0320038ec4e5d2164f95a29abef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>FIX: revert changes</title>
<updated>2017-10-15T18:12:47+00:00</updated>
<author>
<name>xoviat</name>
<email>xoviat@users.noreply.github.com</email>
</author>
<published>2017-10-15T18:12:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=efc7b7b5fb61125b888a615d6ef4b1fca85332c0'/>
<id>efc7b7b5fb61125b888a615d6ef4b1fca85332c0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build_meta: print dist_info directories</title>
<updated>2017-10-15T18:01:18+00:00</updated>
<author>
<name>xoviat</name>
<email>xoviat@users.noreply.github.com</email>
</author>
<published>2017-10-15T18:01:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=cf130d32a57eddc455b39295c09ac5758187e549'/>
<id>cf130d32a57eddc455b39295c09ac5758187e549</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: re-initialize the master working set</title>
<updated>2017-10-15T17:48:33+00:00</updated>
<author>
<name>xoviat</name>
<email>xoviat@users.noreply.github.com</email>
</author>
<published>2017-10-15T17:48:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=ffb2e6994a3405c2ab007ab9564bb02c9263eb6c'/>
<id>ffb2e6994a3405c2ab007ab9564bb02c9263eb6c</id>
<content type='text'>
In some cases (specifically when pip imports this module in a virtualenv),
pkg_resources can already be imported, causing setuptools to load
entry_points from an older version. Here, we re-initialize the master
working set to fix the case where the entry points from an older
setuptools are loaded.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In some cases (specifically when pip imports this module in a virtualenv),
pkg_resources can already be imported, causing setuptools to load
entry_points from an older version. Here, we re-initialize the master
working set to fix the case where the entry points from an older
setuptools are loaded.</pre>
</div>
</content>
</entry>
<entry>
<title>Renamed 'pep517' to 'build_meta'</title>
<updated>2017-10-12T08:14:43+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2017-10-12T08:14:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=5a0f4b9784a35e514f53ea08adb29d999f511cac'/>
<id>5a0f4b9784a35e514f53ea08adb29d999f511cac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
