<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/setuptools, branch issue250-reentry</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>Considering re-writing the -nspkg.pth file as a call to re-enter setuptools to setup the package.</title>
<updated>2016-12-08T01:43:03+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-12-08T01:43:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=2c44848aa1e5ca1accfb425b575be66df663954a'/>
<id>2c44848aa1e5ca1accfb425b575be66df663954a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use get_distribution to resolve version. Ref testing-cabal/mock#385.</title>
<updated>2016-12-04T16:37:49+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-12-04T16:37:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=1474cf0f7e2b973eb102aef311939228b83e31b6'/>
<id>1474cf0f7e2b973eb102aef311939228b83e31b6</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 #853 from timheap/global-exclude-glob</title>
<updated>2016-12-03T14:20:19+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-12-03T14:20:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=3e6669a76fefd466717df655b5975a7d290b593c'/>
<id>3e6669a76fefd466717df655b5975a7d290b593c</id>
<content type='text'>
Fix #849 global-exclude globbing</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix #849 global-exclude globbing</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #846 from jmuchemb/pkg-idx-timeout</title>
<updated>2016-12-03T14:09:38+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-12-03T14:09:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=53581171ae55db1d49229587acc29ef75a73e370'/>
<id>53581171ae55db1d49229587acc29ef75a73e370</id>
<content type='text'>
package_index: fix bug not catching some network timeouts</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
package_index: fix bug not catching some network timeouts</pre>
</div>
</content>
</entry>
<entry>
<title>cast the value to a bool so pytest doesn't try to eval it</title>
<updated>2016-12-01T16:30:26+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-12-01T16:30:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=d42c2ace9c89dccf0076c17d33f7202e05f97bc0'/>
<id>d42c2ace9c89dccf0076c17d33f7202e05f97bc0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use super to resolve the superclass, but fall back to direct access on Python 2 where old style classes are used. Ref #843.</title>
<updated>2016-12-01T16:23:45+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-12-01T16:23:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=5cfce47ddb304fc95660c1086f3230fc8fdead61'/>
<id>5cfce47ddb304fc95660c1086f3230fc8fdead61</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 #843 from tweksteen/pypi_tests</title>
<updated>2016-12-01T16:12:47+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-12-01T16:12:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=e846e067648f2f1c19b45ed0166c62dff8262f76'/>
<id>e846e067648f2f1c19b45ed0166c62dff8262f76</id>
<content type='text'>
Remove _add_defaults_data_files override and add unittest</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove _add_defaults_data_files override and add unittest</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'suppress-warning' of https://github.com/abstrus/setuptools into abstrus-suppress-warning</title>
<updated>2016-12-01T16:03:18+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-12-01T16:03:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=541182abce9d84991dda9ca6731e7ea8bc9450db'/>
<id>541182abce9d84991dda9ca6731e7ea8bc9450db</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Evaluate the expression directly. Workaround for #860.</title>
<updated>2016-11-30T00:20:05+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-11-30T00:20:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=a83ae992278916ade263379f2d7adc56a4539ff4'/>
<id>a83ae992278916ade263379f2d7adc56a4539ff4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change _add_defaults_data_files override and add unittest</title>
<updated>2016-11-20T23:48:30+00:00</updated>
<author>
<name>Thiebaud Weksteen</name>
<email>tweek@google.com</email>
</author>
<published>2016-11-01T04:54:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=11b921f2e17586e394639e7ddbcaeae727ece4d0'/>
<id>11b921f2e17586e394639e7ddbcaeae727ece4d0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
