<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/setuptools/tests, branch v30.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>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://git.baserock.org/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>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://git.baserock.org/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>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://git.baserock.org/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://git.baserock.org/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://git.baserock.org/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://git.baserock.org/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>
<entry>
<title>Fix #849 global-exclude globbing</title>
<updated>2016-11-20T23:44:22+00:00</updated>
<author>
<name>Tim Heap</name>
<email>tim@timheap.me</email>
</author>
<published>2016-11-20T23:44:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=23aba916e1070d3cf9723af85a6ce07c89053931'/>
<id>23aba916e1070d3cf9723af85a6ce07c89053931</id>
<content type='text'>
After #764, `global-exclude .pyc` no longer excluded `.pyc` files.
This fixes that regression, and adds a test for this behaviour.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
After #764, `global-exclude .pyc` no longer excluded `.pyc` files.
This fixes that regression, and adds a test for this behaviour.
</pre>
</div>
</content>
</entry>
<entry>
<title>Skip failing test on appveyor until the cause can be uncovered. Ref #851.</title>
<updated>2016-11-18T21:07:10+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-11-18T21:07:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=e8d53c0b830744a3cec9c0080293c39dfbf5ac72'/>
<id>e8d53c0b830744a3cec9c0080293c39dfbf5ac72</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop exception support for packages triggering win32com cache generation during build/install. Fixes #841</title>
<updated>2016-11-18T20:19:12+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-11-18T20:19:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=7daf18ff0aaa6e9c9f5078ed1880512dbf8e497a'/>
<id>7daf18ff0aaa6e9c9f5078ed1880512dbf8e497a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Extract namespace support functionality into a separate module.</title>
<updated>2016-11-13T16:39:11+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-11-13T16:39:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=ed765324e72e7e6be1f84778eaa7496df0e7a381'/>
<id>ed765324e72e7e6be1f84778eaa7496df0e7a381</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
