<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/setuptools/tests, branch v65.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>expand: Give bytes to ast.parse to let it discover encoding cookie.</title>
<updated>2022-09-27T15:00:53+00:00</updated>
<author>
<name>Julien Palard</name>
<email>julien@palard.fr</email>
</author>
<published>2022-09-27T13:56:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=b35394aca15a51ff6fb44943c9f9530c68e685c4'/>
<id>b35394aca15a51ff6fb44943c9f9530c68e685c4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prevent accidental name matching in editable hooks (#3562)</title>
<updated>2022-08-24T09:31:38+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-08-24T09:31:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=c0d9f43bcd3140fb4213d57675ae9beaec5607a3'/>
<id>c0d9f43bcd3140fb4213d57675ae9beaec5607a3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove inadvertent splatting of the name attribute (#3547)</title>
<updated>2022-08-24T09:30:49+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-08-24T09:30:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=af1ff35b3715b5f2baf4b2fbe22a818b471b4513'/>
<id>af1ff35b3715b5f2baf4b2fbe22a818b471b4513</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Capture problems with similar names in editable install</title>
<updated>2022-08-24T08:32:51+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-08-24T08:32:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=753b195877ea35fbf3e9c06818a51cffeda48ea3'/>
<id>753b195877ea35fbf3e9c06818a51cffeda48ea3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix recursion problem in finder</title>
<updated>2022-08-21T05:34:41+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-08-21T05:34:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=2372749be2e92df5d2aab11b1407948a8e25bf2f'/>
<id>2372749be2e92df5d2aab11b1407948a8e25bf2f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Capture recursion problem with editable finder</title>
<updated>2022-08-21T05:27:30+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-08-21T05:27:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=54a8656ecbdfaaaf47f8b12260d8779632e370e1'/>
<id>54a8656ecbdfaaaf47f8b12260d8779632e370e1</id>
<content type='text'>
First mentioned in issue 3550.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
First mentioned in issue 3550.
</pre>
</div>
</content>
</entry>
<entry>
<title>Replicate problems with name discovery and dynamic versions</title>
<updated>2022-08-19T17:22:05+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-08-19T16:36:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=ce572dfe4aa5cad3c6889863a46dbac6e015b397'/>
<id>ce572dfe4aa5cad3c6889863a46dbac6e015b397</id>
<content type='text'>
According to issue 3545 it seems that "name-discovery" happens, even
when the project already explicitly sets it.

This is related to parsing of dynamic versions (via `attr` directive),
which triggers the auto-discovery to obtain the value of `package_dir`.

The value of `package_dir` is used to find the path to the module
in `version = {"attr" = "module_name.attr_name"}`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
According to issue 3545 it seems that "name-discovery" happens, even
when the project already explicitly sets it.

This is related to parsing of dynamic versions (via `attr` directive),
which triggers the auto-discovery to obtain the value of `package_dir`.

The value of `package_dir` is used to find the path to the module
in `version = {"attr" = "module_name.attr_name"}`.
</pre>
</div>
</content>
</entry>
<entry>
<title>Replicate problems with `setup.py --version` and auto-discovery</title>
<updated>2022-08-19T17:20:36+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-08-19T17:16:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=9e4a1af958c8ebbbe0cda2d2cbe5be065ee0bdef'/>
<id>9e4a1af958c8ebbbe0cda2d2cbe5be065ee0bdef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove monkeypatching of msvc9compiler. Fixes #3536</title>
<updated>2022-08-18T00:56:20+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2022-08-18T00:30:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=7ace3feb7340e2bc387c93745154a1ffab481e86'/>
<id>7ace3feb7340e2bc387c93745154a1ffab481e86</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unecessary comma</title>
<updated>2022-08-15T20:14:10+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-08-15T20:14:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=fe089a9c41f014113afd56cc7927dcda6440ee86'/>
<id>fe089a9c41f014113afd56cc7927dcda6440ee86</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
