<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/setuptools/command, branch v61.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>Make install consider dist.run_command is overwritten in v61.0.0</title>
<updated>2022-03-25T22:48:21+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-03-25T22:48:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=93a24585683944a9369d8fd37a824c0bca345af4'/>
<id>93a24585683944a9369d8fd37a824c0bca345af4</id>
<content type='text'>
Starting in v61, setuptools.dist overwrites distutils.dist.run_command
to add auto-discovery functionality on top of the original
implementation.

This change modifies the existing code in setuptools.command.install to
consider that previous change when trying to decide if the install
command was called directly from `setup.py` or not.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Starting in v61, setuptools.dist overwrites distutils.dist.run_command
to add auto-discovery functionality on top of the original
implementation.

This change modifies the existing code in setuptools.command.install to
consider that previous change when trying to decide if the install
command was called directly from `setup.py` or not.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add test for setup.py install and dependencies</title>
<updated>2022-03-25T22:47:31+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-03-25T22:47:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=a5658e826c1191eb1a40bff894fb625af7cccaa9'/>
<id>a5658e826c1191eb1a40bff894fb625af7cccaa9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use super throughout.</title>
<updated>2022-02-28T01:38:16+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2022-02-28T01:38:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=cb229fa27a86fc48bd40340eacbec60fe5aa609b'/>
<id>cb229fa27a86fc48bd40340eacbec60fe5aa609b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Just check for if destination file exists</title>
<updated>2022-02-27T18:57:50+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-02-27T18:57:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=597ff8774e505803a565d9bebde2f8a48519b033'/>
<id>597ff8774e505803a565d9bebde2f8a48519b033</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Check for file existence before using samefile</title>
<updated>2022-02-27T18:43:22+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-02-27T18:43:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=fb7b30d64eb1475a0f5692e015ac123834ff6c40'/>
<id>fb7b30d64eb1475a0f5692e015ac123834ff6c40</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 #3137 from pypa/feature/samefile-native</title>
<updated>2022-02-26T20:30:52+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2022-02-26T20:30:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=eced6d5e3d39c9d05a46a3dadb08d806b37ff6f4'/>
<id>eced6d5e3d39c9d05a46a3dadb08d806b37ff6f4</id>
<content type='text'>
Use samefile from stdlib, supported on Windows since Python 3.2.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use samefile from stdlib, supported on Windows since Python 3.2.</pre>
</div>
</content>
</entry>
<entry>
<title>Extract method for processing site dirs</title>
<updated>2022-02-26T17:57:38+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2022-02-26T17:57:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=339c29920abdabdd9e6b5983ae711efb61b15d76'/>
<id>339c29920abdabdd9e6b5983ae711efb61b15d76</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move normpath into if block.</title>
<updated>2022-02-26T17:51:43+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2022-02-26T17:51:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=d387ae78b3c6384cee30a441045e5b33f2a226b4'/>
<id>d387ae78b3c6384cee30a441045e5b33f2a226b4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove 'isinstance(int)' check and just validate unconditionally.</title>
<updated>2022-02-26T17:49:54+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2022-02-26T17:49:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=99f5ac503ab030c4622cbd8b5129e0880103a68f'/>
<id>99f5ac503ab030c4622cbd8b5129e0880103a68f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Extract method to validate optimize parameter.</title>
<updated>2022-02-26T17:48:11+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2022-02-26T17:48:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=bbe8b50eccb5700c44bf793346dd09540bff97ee'/>
<id>bbe8b50eccb5700c44bf793346dd09540bff97ee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
