<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/setuptools/tests/test_dist_info.py, branch dev/avoid_wheel_unstable_api</title>
<subtitle>github.com: pypa/setuptools.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/'/>
<entry>
<title>Adapt tests to the new dist-info implementation</title>
<updated>2023-05-03T13:10:21+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2023-03-09T16:10:07+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=ab8b8658e77f0400419e70bf989d5bf380851f24'/>
<id>ab8b8658e77f0400419e70bf989d5bf380851f24</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix dependency syntax error in test_dist_info</title>
<updated>2023-01-21T09:22:16+00:00</updated>
<author>
<name>Michał Górny</name>
<email>mgorny@gentoo.org</email>
</author>
<published>2023-01-21T09:22:16+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=c3441cb149f27d283d51ec4f6cecd6a5052de87a'/>
<id>c3441cb149f27d283d51ec4f6cecd6a5052de87a</id>
<content type='text'>
Fix the install_requires used in test_dist_info to use the dangling
syntax, in order to correctly handle markers.  This fixes syntax error
when parsed by packaging-22.0+, as well as setuptools warning:

```
UserWarning: One of the parsed requirements in `install_requires` looks like a valid environment marker: \'sys_platform != "linux"\'
Make sure that the config is correct and check https://setuptools.pypa.io/en/latest/userguide/declarative_config.html#opt-2
  warnings.warn(msg, UserWarning)\n'
```
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix the install_requires used in test_dist_info to use the dangling
syntax, in order to correctly handle markers.  This fixes syntax error
when parsed by packaging-22.0+, as well as setuptools warning:

```
UserWarning: One of the parsed requirements in `install_requires` looks like a valid environment marker: \'sys_platform != "linux"\'
Make sure that the config is correct and check https://setuptools.pypa.io/en/latest/userguide/declarative_config.html#opt-2
  warnings.warn(msg, UserWarning)\n'
```
</pre>
</div>
</content>
</entry>
<entry>
<title>Update test_invalid_version to expect failure.</title>
<updated>2023-01-14T17:41:47+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2023-01-14T17:41:47+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=0a6cd4fc60a5ac61ab8f57a52d171ef4d2837067'/>
<id>0a6cd4fc60a5ac61ab8f57a52d171ef4d2837067</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>⚫ Fade to black.</title>
<updated>2023-01-14T16:57:18+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2023-01-14T16:57:18+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=310a41c78bc80da05dbc37cf452a86f48ca55427'/>
<id>310a41c78bc80da05dbc37cf452a86f48ca55427</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix problems with backup directory</title>
<updated>2022-06-21T12:43:19+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-06-21T12:43:19+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=90c31496690312f271a1619a79e9dc98d0b4ae3c'/>
<id>90c31496690312f271a1619a79e9dc98d0b4ae3c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow dist-info to keep original egg-info directory</title>
<updated>2022-06-21T09:06:34+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-06-21T08:57:20+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=fd891afb3020eceab6d8528dfbc0d844865361d4'/>
<id>fd891afb3020eceab6d8528dfbc0d844865361d4</id>
<content type='text'>
During a PEP 517 build, this directory can later be passed to
``build_py`` via the ``existing_egg_info_dir attribute``
(which in turn avoids re-running ``egg_info`` to create a manifest).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
During a PEP 517 build, this directory can later be passed to
``build_py`` via the ``existing_egg_info_dir attribute``
(which in turn avoids re-running ``egg_info`` to create a manifest).
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure new options for dist-info work</title>
<updated>2022-06-16T00:27:47+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-06-16T00:27:47+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=6f680c986759cb03922df9e2b275efbb5a17f796'/>
<id>6f680c986759cb03922df9e2b275efbb5a17f796</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change dist_info to better control output directory</title>
<updated>2022-06-15T15:43:42+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-04-03T22:08:34+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=ad803aeaeb3aa36d615193e627219c813cae16b6'/>
<id>ad803aeaeb3aa36d615193e627219c813cae16b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix reference to issue number</title>
<updated>2022-03-30T21:19:23+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-03-30T21:19:23+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=b1dca400264fb4c1471d4040fd63d5c76ed38a83'/>
<id>b1dca400264fb4c1471d4040fd63d5c76ed38a83</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Test with different package names</title>
<updated>2022-03-30T21:14:04+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-03-30T21:14:04+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=c8ad9737a86f13d47b543cb4a0af859948fd2043'/>
<id>c8ad9737a86f13d47b543cb4a0af859948fd2043</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
