<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/setuptools/tests, branch iterator-unpack</title>
<subtitle>github.com: pypa/setuptools.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/'/>
<entry>
<title>Feed the hobgoblins (delint).</title>
<updated>2019-01-02T19:23:14+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2019-01-02T19:23:14+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=2db2a8f37d64d8abd281660d48009003cc8805ca'/>
<id>2db2a8f37d64d8abd281660d48009003cc8805ca</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 #1559 from RajdeepRao/BUG-1551</title>
<updated>2018-12-31T22:27:40+00:00</updated>
<author>
<name>Paul Ganssle</name>
<email>pganssle@users.noreply.github.com</email>
</author>
<published>2018-12-31T22:27:40+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=f5c04b1bb6c2f97305d7a92ce401194c5195197e'/>
<id>f5c04b1bb6c2f97305d7a92ce401194c5195197e</id>
<content type='text'>
Disallow files for license inputs</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Disallow files for license inputs</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused import</title>
<updated>2018-12-29T18:42:22+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2018-12-29T18:42:19+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=9bf0fbe2af7c859aa4ac5bc0be4639c1621570d1'/>
<id>9bf0fbe2af7c859aa4ac5bc0be4639c1621570d1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add explicit test for license in setup.cfg</title>
<updated>2018-12-29T16:20:53+00:00</updated>
<author>
<name>Paul Ganssle</name>
<email>paul@ganssle.io</email>
</author>
<published>2018-12-29T16:13:43+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=3db95bcc3dcc72dbb47d7dfc987ae646b249addd'/>
<id>3db95bcc3dcc72dbb47d7dfc987ae646b249addd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change how license field ValueError is tested</title>
<updated>2018-12-29T16:20:49+00:00</updated>
<author>
<name>Paul Ganssle</name>
<email>paul@ganssle.io</email>
</author>
<published>2018-12-29T15:53:13+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=8b8e2c8b3b83151dad1719a8cb676e919766c1c9'/>
<id>8b8e2c8b3b83151dad1719a8cb676e919766c1c9</id>
<content type='text'>
Both the old and new approaches are deeply unsatisfying to me, but
without reworking how these test commands are run, I think this is
about as close as we can get to enforcing that this specific call
raises ValueError.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Both the old and new approaches are deeply unsatisfying to me, but
without reworking how these test commands are run, I think this is
about as close as we can get to enforcing that this specific call
raises ValueError.
</pre>
</div>
</content>
</entry>
<entry>
<title>Disallow files for license inputs</title>
<updated>2018-12-29T16:14:12+00:00</updated>
<author>
<name>rajdeep</name>
<email>rajdeeprrao94@gmail.com</email>
</author>
<published>2018-10-28T19:38:18+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=8f00d60d623fdc1b8614c5e454edebf8cec504b8'/>
<id>8f00d60d623fdc1b8614c5e454edebf8cec504b8</id>
<content type='text'>
The ability to handle files was originally added and documented based on
a misunderstanding of what the `license` field should include. The field
should be the name of the license, not the full text.

It is likely that anyone actually using this was outputing malformed
PKG-INFO files, because most license files contain newlines.

See GH issue #1551
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The ability to handle files was originally added and documented based on
a misunderstanding of what the `license` field should include. The field
should be the name of the license, not the full text.

It is likely that anyone actually using this was outputing malformed
PKG-INFO files, because most license files contain newlines.

See GH issue #1551
</pre>
</div>
</content>
</entry>
<entry>
<title>Assert that warning is raised with svn downloads</title>
<updated>2018-12-28T14:52:02+00:00</updated>
<author>
<name>Paul Ganssle</name>
<email>paul@ganssle.io</email>
</author>
<published>2018-12-28T14:52:02+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=a0735f223b82695cc45eb127e072496aa1dbe8f0'/>
<id>a0735f223b82695cc45eb127e072496aa1dbe8f0</id>
<content type='text'>
This both prevents the warning from surfacing during the tests and
ensures that no regressions occur.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This both prevents the warning from surfacing during the tests and
ensures that no regressions occur.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add test for download_svn, improving coverage on patch</title>
<updated>2018-12-16T01:24:46+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2018-12-16T01:24:46+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=42a792c3a4047d79027f7078a72238d5fb60294b'/>
<id>42a792c3a4047d79027f7078a72238d5fb60294b</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 #1544 from kanikas3/added-unittest-download-git</title>
<updated>2018-12-14T20:22:08+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2018-12-14T20:22:08+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=361013fe78322b28a1c18f4279d8777e64ac2b58'/>
<id>361013fe78322b28a1c18f4279d8777e64ac2b58</id>
<content type='text'>
added unittest for _download_git</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
added unittest for _download_git</pre>
</div>
</content>
</entry>
<entry>
<title>Call index.download, covering more code. Split test into two.</title>
<updated>2018-12-14T20:10:56+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2018-12-14T20:10:56+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=08cdccef121eae198d719d39fbeb43b19180d99a'/>
<id>08cdccef121eae198d719d39fbeb43b19180d99a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
