<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/setuptools/command/egg_info.py, branch v40.4.1</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 #1427 from stephenfin/touch-egg-info-directory</title>
<updated>2018-09-16T15:07:26+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2018-09-16T15:07:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=d00313856696b00710b8cf8052569d38c2536580'/>
<id>d00313856696b00710b8cf8052569d38c2536580</id>
<content type='text'>
Touch 'egg-info' directory</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Touch 'egg-info' directory</pre>
</div>
</content>
</entry>
<entry>
<title>setuptools: fix regression with `egg_info` command</title>
<updated>2018-08-21T00:01:22+00:00</updated>
<author>
<name>Benoit Pierre</name>
<email>benoit.pierre@gmail.com</email>
</author>
<published>2018-08-20T23:54:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=337c008c33ab5799911cc7a8f4e8ff93e715a73b'/>
<id>337c008c33ab5799911cc7a8f4e8ff93e715a73b</id>
<content type='text'>
Ensure version is tagged only once.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ensure version is tagged only once.
</pre>
</div>
</content>
</entry>
<entry>
<title>egg_info: Touch 'egg-info' directory</title>
<updated>2018-08-19T21:12:49+00:00</updated>
<author>
<name>Stephen Finucane</name>
<email>stephen@that.guru</email>
</author>
<published>2018-07-13T14:59:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=47874756915a9a757f81d87f32ef5bfa2a333a26'/>
<id>47874756915a9a757f81d87f32ef5bfa2a333a26</id>
<content type='text'>
'tox' determines whether a package should be rebuilt by comparing the
timestamp of the package's 'egg-info' directory and its 'setup.py' or
'setup.cfg' files [1][2]. Unfortunately this checks the 'egg-info'
directory itself, which is not updated, unlike the contents of that
directory. This means that 'tox' will always rebuild the package once
one of the two setup files has been updated.

While this is clearly a bug in 'tox' that should be fixed separately,
there is merit in using this as a heuristic so enable it.

[1] https://github.com/tox-dev/tox/blob/3.1.0/src/tox/venv.py#L253-L257
[2] https://github.com/tox-dev/tox/blob/3.1.0/src/tox/venv.py#L221-L244

Signed-off-by: Stephen Finucane &lt;stephen@that.guru&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'tox' determines whether a package should be rebuilt by comparing the
timestamp of the package's 'egg-info' directory and its 'setup.py' or
'setup.cfg' files [1][2]. Unfortunately this checks the 'egg-info'
directory itself, which is not updated, unlike the contents of that
directory. This means that 'tox' will always rebuild the package once
one of the two setup files has been updated.

While this is clearly a bug in 'tox' that should be fixed separately,
there is merit in using this as a heuristic so enable it.

[1] https://github.com/tox-dev/tox/blob/3.1.0/src/tox/venv.py#L253-L257
[2] https://github.com/tox-dev/tox/blob/3.1.0/src/tox/venv.py#L221-L244

Signed-off-by: Stephen Finucane &lt;stephen@that.guru&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove spurious executable permissions</title>
<updated>2018-07-27T12:53:45+00:00</updated>
<author>
<name>Miro Hrončok</name>
<email>miro@hroncok.cz</email>
</author>
<published>2018-07-27T12:36:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=760e2e1df9c9c9d1fc072e7b6ad9df4c32bfc835'/>
<id>760e2e1df9c9c9d1fc072e7b6ad9df4c32bfc835</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Extract name/version functionality from egg_info to be re-used by a dist-info command. Ref #1386.</title>
<updated>2018-07-13T04:05:38+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2018-07-13T04:02:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=e9bdeda02a1be80d295aa8e4b068e4844141512b'/>
<id>e9bdeda02a1be80d295aa8e4b068e4844141512b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Setuptools now vendors its own direct dependencies (packaging, six, pyparsing). Ref #1296.</title>
<updated>2018-03-17T18:10:32+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2018-03-17T18:10:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=929acc4e551448a68411968fb50336ad51ed4d3c'/>
<id>929acc4e551448a68411968fb50336ad51ed4d3c</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 #1207 from cryvate/fix-issue-1206</title>
<updated>2018-01-05T01:33:25+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2018-01-05T01:33:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=23b940e9fb32a4f8f4c63f0c3d2af9169df65d70'/>
<id>23b940e9fb32a4f8f4c63f0c3d2af9169df65d70</id>
<content type='text'>
Add setup.cfg support for long_description_content_type</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add setup.cfg support for long_description_content_type</pre>
</div>
</content>
</entry>
<entry>
<title>Rework how to handle long_description_content_type</title>
<updated>2017-11-25T18:55:58+00:00</updated>
<author>
<name>Henk-Jaap Wagenaar</name>
<email>wagenaarhenkjaap@gmail.com</email>
</author>
<published>2017-11-25T18:55:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=780a6f161ed4ce1026f5279c53c196d3bfdcec37'/>
<id>780a6f161ed4ce1026f5279c53c196d3bfdcec37</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix NameError</title>
<updated>2017-11-25T13:25:09+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2017-11-25T13:25:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=00de710988226c3189bd6abb13cfa87c7d97de5b'/>
<id>00de710988226c3189bd6abb13cfa87c7d97de5b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add setup.cfg support for long_description_content_type (in line with docs).</title>
<updated>2017-11-21T22:16:53+00:00</updated>
<author>
<name>Henk-Jaap Wagenaar</name>
<email>wagenaarhenkjaap@gmail.com</email>
</author>
<published>2017-11-21T22:16:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=553e21e12ca2ebe6ab0f597e69594b71271faecc'/>
<id>553e21e12ca2ebe6ab0f597e69594b71271faecc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
