<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git, branch dev/adopt_bdist_wheel</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 warnings ignored for bdist_wheel test</title>
<updated>2023-05-05T17:26:26+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2023-05-05T16:00:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=b0ae0dc23c418d7218a360adb564f20371cffdc6'/>
<id>b0ae0dc23c418d7218a360adb564f20371cffdc6</id>
<content type='text'>
… about unset config variables and potentially wrong Python ABI.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
… about unset config variables and potentially wrong Python ABI.
</pre>
</div>
</content>
</entry>
<entry>
<title>Ignore Py_DEBUG warning on Windows for bdist_wheel test</title>
<updated>2023-05-05T17:26:25+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2023-05-05T15:12:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=468e894637d8a883a1ad6592689d0fdda2828b91'/>
<id>468e894637d8a883a1ad6592689d0fdda2828b91</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ignore Py_DEBUG is unset warning</title>
<updated>2023-05-05T17:26:25+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2023-05-05T14:56:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=3754f059a80508782303141964c2d4b14b31f93b'/>
<id>3754f059a80508782303141964c2d4b14b31f93b</id>
<content type='text'>
This warning may happen on Windows and it seems to be present in the
original `pypa/wheel` implementation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This warning may happen on Windows and it seems to be present in the
original `pypa/wheel` implementation.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix warning in test_bdist_wheel</title>
<updated>2023-05-05T17:26:25+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2023-04-21T08:47:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=a3640dac18b2e4dda811205660192842d6d42c63'/>
<id>a3640dac18b2e4dda811205660192842d6d42c63</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ignore flake8 complexity errors on _macos_libfile.py</title>
<updated>2023-05-05T17:26:25+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2023-04-20T16:22:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=b3c8fe032a6220c94581a30022a8e2e8f85630b9'/>
<id>b3c8fe032a6220c94581a30022a8e2e8f85630b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Integrate new bdist_wheel command with backend</title>
<updated>2023-05-05T17:26:25+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2023-04-20T15:48:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=bb6c6f3082cd55aadf08333a1febd739a6581bfa'/>
<id>bb6c6f3082cd55aadf08333a1febd739a6581bfa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add implementation for bdist_wheel</title>
<updated>2023-05-05T17:26:25+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2023-04-20T15:47:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=ce9d39651ecc593662ccc3202335b004ebd47469'/>
<id>ce9d39651ecc593662ccc3202335b004ebd47469</id>
<content type='text'>
This is derived from the pypa/wheel implementation, trying to reuse
parts already implemented in setuptools.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is derived from the pypa/wheel implementation, trying to reuse
parts already implemented in setuptools.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add skip-egg-info to install command</title>
<updated>2023-05-05T17:26:25+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2023-04-20T15:38:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=8e6aebfc108697e5d9de6319be2cfeed65c4bbb8'/>
<id>8e6aebfc108697e5d9de6319be2cfeed65c4bbb8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Skip incompatible tags in macos</title>
<updated>2023-05-05T17:26:25+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2023-04-24T16:43:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=b99d25456ccccb66b63811a4cf9ee2cccd0ba42a'/>
<id>b99d25456ccccb66b63811a4cf9ee2cccd0ba42a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify run_command in editable_wheel</title>
<updated>2023-05-05T17:26:25+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2023-04-20T15:45:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=ca4db622ba961e5e1c6bd72614ad3431cc06d5bd'/>
<id>ca4db622ba961e5e1c6bd72614ad3431cc06d5bd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
