<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/setup.py, branch v24.2.0</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>Bump version: 24.1.1 → 24.2.0</title>
<updated>2016-07-20T23:30:28+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-07-20T23:30:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=587fef5c66600232a290ce71c2e1ddf2727d3b41'/>
<id>587fef5c66600232a290ce71c2e1ddf2727d3b41</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 #631 from xavfernandez/xfernandez/python_requires</title>
<updated>2016-07-20T23:28:05+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-07-20T23:28:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=b2f50d5ddf0be280d0b0106f178437a4aad1b306'/>
<id>b2f50d5ddf0be280d0b0106f178437a4aad1b306</id>
<content type='text'>
Add python_requires keywords to setup</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add python_requires keywords to setup</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version: 24.1.0 → 24.1.1</title>
<updated>2016-07-20T23:27:44+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-07-20T23:27:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=01463e00ca98f74f1e0d5923a0d16c635be4f94c'/>
<id>01463e00ca98f74f1e0d5923a0d16c635be4f94c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version: 24.0.3 → 24.1.0</title>
<updated>2016-07-20T15:55:34+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-07-20T15:55:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=ad2b148e4c07c7d0195d4265d6bb144ef6465065'/>
<id>ad2b148e4c07c7d0195d4265d6bb144ef6465065</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add safeguard against improper installs when using a clean repository checkout. Fixes #659.</title>
<updated>2016-07-20T15:10:01+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-07-20T15:10:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=80a2ff9e3055e216a5238e81a6933f6a342b17fb'/>
<id>80a2ff9e3055e216a5238e81a6933f6a342b17fb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop external_requires keyword</title>
<updated>2016-07-14T07:59:51+00:00</updated>
<author>
<name>Xavier Fernandez</name>
<email>xavier.fernandez@polyconseil.fr</email>
</author>
<published>2016-07-10T18:51:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=d9a251b704b87e9a0e5090213e7799c468c4bbf5'/>
<id>d9a251b704b87e9a0e5090213e7799c468c4bbf5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add python/external_requires keywords to setup</title>
<updated>2016-07-14T07:59:51+00:00</updated>
<author>
<name>Xavier Fernandez</name>
<email>xavier.fernandez@polyconseil.fr</email>
</author>
<published>2016-07-08T18:39:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=98477464ed0d9ffd0b39e8baac15dfcd568dcb22'/>
<id>98477464ed0d9ffd0b39e8baac15dfcd568dcb22</id>
<content type='text'>
This should allow setuptools to write the metadata Requires-Python and
Requires-External from PEP345 to the PKGINFO file
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This should allow setuptools to write the metadata Requires-Python and
Requires-External from PEP345 to the PKGINFO file
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version: 24.0.2 → 24.0.3</title>
<updated>2016-07-14T05:12:14+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-07-14T05:12:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=c24033af6c965481b34296180d7daef749daf179'/>
<id>c24033af6c965481b34296180d7daef749daf179</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix quantity of blank lines after code object.</title>
<updated>2016-07-12T23:00:42+00:00</updated>
<author>
<name>stepshal</name>
<email>nessento@openmailbox.org</email>
</author>
<published>2016-07-12T15:00:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=6d11e88f938f09ef16db4c6064b6e74acba4db1d'/>
<id>6d11e88f938f09ef16db4c6064b6e74acba4db1d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version: 24.0.1 → 24.0.2</title>
<updated>2016-07-04T15:22:36+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-07-04T15:22:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=7ef0e255cd8ed3f99058e8c3c11fd8b537d5fcd0'/>
<id>7ef0e255cd8ed3f99058e8c3c11fd8b537d5fcd0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
