<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/setuptools, branch v62.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>Merge https://github.com/pypa/distutils into feature/distutils-a7cfb56a7b1eaa</title>
<updated>2022-05-10T11:47:52+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2022-05-09T14:28:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=7e3e58ce198d9319bb2279c2da4b1f298914d8a5'/>
<id>7e3e58ce198d9319bb2279c2da4b1f298914d8a5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>do not backfill Project-URL: homepage into Home-page: field (causes duplicates on PyPI).  prevent "UNKNOWN" vals from appearing in summary, license, platform.  prevent an extra newline getting added in long description</title>
<updated>2022-04-30T03:34:27+00:00</updated>
<author>
<name>wim glenn</name>
<email>hey@wimglenn.com</email>
</author>
<published>2022-04-30T03:34:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=1cfa27c05bd6753c7a7c5fa4cb498c85ce088392'/>
<id>1cfa27c05bd6753c7a7c5fa4cb498c85ce088392</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Try to rescue the download backing off a few seconds</title>
<updated>2022-04-21T17:23:19+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-04-21T17:23:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=1286d38db9a7846ebaf9d0a8b87ea1a51a5cbf78'/>
<id>1286d38db9a7846ebaf9d0a8b87ea1a51a5cbf78</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge https://github.com/pypa/distutils into feature/distutils-5229dad46b</title>
<updated>2022-04-10T16:43:56+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2022-04-10T16:43:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=f4d31740584b1c9f45ad00cf62ff58c3418173a7'/>
<id>f4d31740584b1c9f45ad00cf62ff58c3418173a7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename variable</title>
<updated>2022-04-05T09:51:16+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-04-05T09:51:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=dc6b21b040e31e036c613e8ea88e33a3aee3401d'/>
<id>dc6b21b040e31e036c613e8ea88e33a3aee3401d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify auto-discovered package_dir</title>
<updated>2022-04-05T09:44:50+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-04-04T19:42:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=00b4fb1aef3feb77f9db0cd05bfeb02d1fa1cf75'/>
<id>00b4fb1aef3feb77f9db0cd05bfeb02d1fa1cf75</id>
<content type='text'>
If the directory follows a src-layout-ish, try harder to
make `package_dir` in the form `{"": "src"}`.

This might be later important for PEP 660 (e.g. when composing pth
files or symlinking the toplevel packages).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If the directory follows a src-layout-ish, try harder to
make `package_dir` in the form `{"": "src"}`.

This might be later important for PEP 660 (e.g. when composing pth
files or symlinking the toplevel packages).
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix problem with dynamic readme (#3247)</title>
<updated>2022-04-04T09:09:44+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-04-04T09:09:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=58f0fb2165ff0ed93b7ca6a4666fe7acb9586a00'/>
<id>58f0fb2165ff0ed93b7ca6a4666fe7acb9586a00</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix version produced by dist_info (#3230)</title>
<updated>2022-04-04T09:09:08+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-04-04T09:09:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=3465caca4fb3b9fe2c41c378cb693655a87c1f33'/>
<id>3465caca4fb3b9fe2c41c378cb693655a87c1f33</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title> Honor file mode for wheel install_as_egg (#3167)</title>
<updated>2022-04-04T09:08:17+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-04-04T09:08:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=cde42d6303f170eafd4e925665701e88a4d65e0d'/>
<id>cde42d6303f170eafd4e925665701e88a4d65e0d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix dynamic readme</title>
<updated>2022-04-04T08:42:36+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-04-04T00:25:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=0a836a3c2c8cb2f3a7b418f2c476b4b499cabdd1'/>
<id>0a836a3c2c8cb2f3a7b418f2c476b4b499cabdd1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
