<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git, branch v58.5.3</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>Bump version: 58.5.2 → 58.5.3</title>
<updated>2021-11-04T22:42:46+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2021-11-04T22:42:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=33f4d7e9423bf833b60f5b2b788e932ca4e702ba'/>
<id>33f4d7e9423bf833b60f5b2b788e932ca4e702ba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2855 from abravalheri/fix-2849</title>
<updated>2021-11-04T22:42:32+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2021-11-04T22:42:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=51eb5a1d3f3ec3020c1b756997c1084f4b5da65d'/>
<id>51eb5a1d3f3ec3020c1b756997c1084f4b5da65d</id>
<content type='text'>
Fix 2849: Problem with custom commands inheriting directly from `distutils`</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix 2849: Problem with custom commands inheriting directly from `distutils`</pre>
</div>
</content>
</entry>
<entry>
<title>Mark change as bugfix.</title>
<updated>2021-11-04T22:42:25+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2021-11-04T22:42:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=748d00e8310df05b2667b8024681f0818b07cb12'/>
<id>748d00e8310df05b2667b8024681f0818b07cb12</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2848 from aphedges/fix-doc-typo</title>
<updated>2021-11-04T22:35:22+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2021-11-04T22:35:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=cc80157b595fef88810fd7e79754ddc4f284aab8'/>
<id>cc80157b595fef88810fd7e79754ddc4f284aab8</id>
<content type='text'>
Fix wrong issue number in CHANGES.rst</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix wrong issue number in CHANGES.rst</pre>
</div>
</content>
</entry>
<entry>
<title>Add news fragment regarding the fix for #2849</title>
<updated>2021-11-04T14:12:04+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2021-11-04T13:02:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=e7e9548b273b8fd0a99e4b01958c60a44edde0c0'/>
<id>e7e9548b273b8fd0a99e4b01958c60a44edde0c0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make sure user gets warned when using distutils</title>
<updated>2021-11-04T13:08:16+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2021-11-04T12:40:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=9d0dc418639a0bf7cd9244feb705d30b60e1a906'/>
<id>9d0dc418639a0bf7cd9244feb705d30b60e1a906</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle custom build_py inheriting from distutils</title>
<updated>2021-11-04T13:08:16+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2021-11-04T12:30:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=08235e88d10179c89ed80a4dd9bf2d18c76b478d'/>
<id>08235e88d10179c89ed80a4dd9bf2d18c76b478d</id>
<content type='text'>
According to #2849, some projects, including important data-science
packages rely on `distutils` when creating custom commands, instead of
extending the ones provided by setuptools.

This change should accomodate this use case, while also warning the
users to migrate.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
According to #2849, some projects, including important data-science
packages rely on `distutils` when creating custom commands, instead of
extending the ones provided by setuptools.

This change should accomodate this use case, while also warning the
users to migrate.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add regression test for #2849</title>
<updated>2021-11-04T13:04:04+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2021-11-04T12:27:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=a5716723c3e311c0a69da57dbf7c5bc65d4ef062'/>
<id>a5716723c3e311c0a69da57dbf7c5bc65d4ef062</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix wrong issue number in CHANGES.rst</title>
<updated>2021-11-03T23:40:48+00:00</updated>
<author>
<name>Alex Hedges</name>
<email>aphedges1@gmail.com</email>
</author>
<published>2021-11-03T23:40:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=503785c2f0a991eff0826ea1379901d6c7de08e4'/>
<id>503785c2f0a991eff0826ea1379901d6c7de08e4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version: 58.5.1 → 58.5.2</title>
<updated>2021-11-03T23:30:13+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2021-11-03T23:30:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=41b6e7655dd72e2f0dcc06e776009f73af738c48'/>
<id>41b6e7655dd72e2f0dcc06e776009f73af738c48</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
