<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/setuptools, branch v62.3.4</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>Change warning about namespace packages and data files</title>
<updated>2022-06-09T12:55:39+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-06-09T12:55:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=e91918d69443eb7ef1e1d84dca277965ef048ade'/>
<id>e91918d69443eb7ef1e1d84dca277965ef048ade</id>
<content type='text'>
This follows a suggestion given by users to improve clarity.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This follows a suggestion given by users to improve clarity.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make test_setup_install_includes_dependencies work with custom PYTHONPATH (#3336)</title>
<updated>2022-06-07T14:26:11+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-06-07T14:26:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=da436d16b696b8a47d27bd4c1a887bb6969e4dc6'/>
<id>da436d16b696b8a47d27bd4c1a887bb6969e4dc6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve warning message for package data abuse</title>
<updated>2022-06-05T10:07:35+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-06-05T10:07:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=bb0eb4ebf8d289c6c37926bfadd44fe78548c01a'/>
<id>bb0eb4ebf8d289c6c37926bfadd44fe78548c01a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>No need to set PYTHONPATH in test_setup_install_includes_dependencies at all</title>
<updated>2022-05-24T17:33:26+00:00</updated>
<author>
<name>Miro Hrončok</name>
<email>miro@hroncok.cz</email>
</author>
<published>2022-05-24T17:28:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=b08401ddb051631ca41a349fbb566f1715cb9cf7'/>
<id>b08401ddb051631ca41a349fbb566f1715cb9cf7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Preserve PYTHONPATH in test_setup_install_includes_dependencies</title>
<updated>2022-05-24T17:33:26+00:00</updated>
<author>
<name>Miro Hrončok</name>
<email>miro@hroncok.cz</email>
</author>
<published>2022-05-24T17:26:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=d22e554c716e4ff89c905022531d2af6b1ae944f'/>
<id>d22e554c716e4ff89c905022531d2af6b1ae944f</id>
<content type='text'>
So if the tested setuptools is only located in manually set $PYTHONPATH,
it still tests that setuptools instead of the previously installed one in site-packages.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
So if the tested setuptools is only located in manually set $PYTHONPATH,
it still tests that setuptools instead of the previously installed one in site-packages.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make test_setup_install_includes_dependencies easier to debug</title>
<updated>2022-05-24T17:33:26+00:00</updated>
<author>
<name>Miro Hrončok</name>
<email>miro@hroncok.cz</email>
</author>
<published>2022-05-24T17:26:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=ebfe16c3097d227d7f3ac5e960d853513d2f71b0'/>
<id>ebfe16c3097d227d7f3ac5e960d853513d2f71b0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update setuptools/command/build_py.py</title>
<updated>2022-05-18T13:34:41+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri+github@gmail.com</email>
</author>
<published>2022-05-18T13:34:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=3eba1cb02fba0d00ef65a653a3a729e5a524d771'/>
<id>3eba1cb02fba0d00ef65a653a3a729e5a524d771</id>
<content type='text'>
Co-authored-by: Michał Górny &lt;mgorny@gentoo.org&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Michał Górny &lt;mgorny@gentoo.org&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Improve warning message for _InvalidFile</title>
<updated>2022-05-18T11:11:06+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-05-18T11:03:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=c255ed8a6b3f5b1f81096a19072619b4ea045380'/>
<id>c255ed8a6b3f5b1f81096a19072619b4ea045380</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve warning message for dist_info._version</title>
<updated>2022-05-18T11:11:06+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-05-18T10:59:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=81c944b60b81c9c2d25a38be050355d891101588'/>
<id>81c944b60b81c9c2d25a38be050355d891101588</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve warning message for _WouldIgnoreField</title>
<updated>2022-05-18T11:07:44+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-05-18T10:57:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=97b4f2d959a12387d9a9b57e7c7e3ce2894a5844'/>
<id>97b4f2d959a12387d9a9b57e7c7e3ce2894a5844</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
