<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git, branch di-patch-1</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>Fix typo in docstring</title>
<updated>2019-03-13T18:54:46+00:00</updated>
<author>
<name>Dustin Ingram</name>
<email>di@users.noreply.github.com</email>
</author>
<published>2019-03-13T18:54:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=42002a7efeb2c267ded78b3b3569dc019748c6bc'/>
<id>42002a7efeb2c267ded78b3b3569dc019748c6bc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove duplicate import io (#1713)</title>
<updated>2019-03-06T14:22:28+00:00</updated>
<author>
<name>Frédéric Chapoton</name>
<email>fchapoton2@gmail.com</email>
</author>
<published>2019-03-06T14:22:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=16e452a42a3dbbb0ab3d3146ffa3b743cdca2539'/>
<id>16e452a42a3dbbb0ab3d3146ffa3b743cdca2539</id>
<content type='text'>
Found by lgtm</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Found by lgtm</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unwritten sections of the documentation (#1705)</title>
<updated>2019-02-26T15:25:00+00:00</updated>
<author>
<name>Ratin_Kumar</name>
<email>ratin.kumar.2k@gmail.com</email>
</author>
<published>2019-02-26T15:25:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=0483cca44855280d25e7798680bb520da8923e16'/>
<id>0483cca44855280d25e7798680bb520da8923e16</id>
<content type='text'>
These sections of the documentation were never written, and refer to deprecated functionality anyway, so they can be removed.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These sections of the documentation were never written, and refer to deprecated functionality anyway, so they can be removed.</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1659 from benoit-pierre/fix_#1649</title>
<updated>2019-02-23T21:04:01+00:00</updated>
<author>
<name>Paul Ganssle</name>
<email>pganssle@users.noreply.github.com</email>
</author>
<published>2019-02-23T21:04:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=702f2d9127adc6fb6922a2c164b0a9a2856f203a'/>
<id>702f2d9127adc6fb6922a2c164b0a9a2856f203a</id>
<content type='text'>
tests: improve `test_pip_upgrade_from_source`</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
tests: improve `test_pip_upgrade_from_source`</pre>
</div>
</content>
</entry>
<entry>
<title>Require network in CI builds</title>
<updated>2019-02-23T17:38:55+00:00</updated>
<author>
<name>Paul Ganssle</name>
<email>paul@ganssle.io</email>
</author>
<published>2019-02-07T14:28:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=675c690b4d8e55cd3c94a177d31b3a7937b2dd16'/>
<id>675c690b4d8e55cd3c94a177d31b3a7937b2dd16</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Automatically skip tests that require network</title>
<updated>2019-02-23T17:38:50+00:00</updated>
<author>
<name>Paul Ganssle</name>
<email>paul@ganssle.io</email>
</author>
<published>2019-02-07T14:28:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=b224605a8c16b2a713120bf0d484fa12ce781f02'/>
<id>b224605a8c16b2a713120bf0d484fa12ce781f02</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: improve `test_pip_upgrade_from_source`</title>
<updated>2019-02-23T01:39:27+00:00</updated>
<author>
<name>Benoit Pierre</name>
<email>benoit.pierre@gmail.com</email>
</author>
<published>2019-01-28T22:07:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=82db4c621974659513effae337d47a05e31fe7a5'/>
<id>82db4c621974659513effae337d47a05e31fe7a5</id>
<content type='text'>
Parametrize the test to check different versions of pip
(including master) are correctly supported.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Parametrize the test to check different versions of pip
(including master) are correctly supported.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1687 from pypa/feature/version-in-cfg</title>
<updated>2019-02-22T20:56:14+00:00</updated>
<author>
<name>Paul Ganssle</name>
<email>pganssle@users.noreply.github.com</email>
</author>
<published>2019-02-22T20:56:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=6575418283ec605f6bca82c525f6680d897ce282'/>
<id>6575418283ec605f6bca82c525f6680d897ce282</id>
<content type='text'>
Move version to declarative config</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move version to declarative config</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1683 from pradyunsg/patch-1</title>
<updated>2019-02-17T18:45:15+00:00</updated>
<author>
<name>Paul Ganssle</name>
<email>pganssle@users.noreply.github.com</email>
</author>
<published>2019-02-17T18:45:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=23e4f21abb1ea4d4672af2626ddd396e3fade3ed'/>
<id>23e4f21abb1ea4d4672af2626ddd396e3fade3ed</id>
<content type='text'>
Improve badges in README</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Improve badges in README</pre>
</div>
</content>
</entry>
<entry>
<title>Move bumpversion config to .bumpversion.cfg as it seems not to be possible to handle setup.cfg. Ref c4urself/bump2version#62.</title>
<updated>2019-02-17T15:06:20+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2019-02-17T15:06:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=fc61c27c1a96b371d9ffbafc2903aa045b4fab4e'/>
<id>fc61c27c1a96b371d9ffbafc2903aa045b4fab4e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
