<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Doc/distutils, branch enum-lost-fixes</title>
<subtitle>github.com: python/cpython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/'/>
<entry>
<title>bpo-41203: Replace Mac OS X and OS X with macOS (GH-28515) (GH-28523)</title>
<updated>2021-09-23T10:25:31+00:00</updated>
<author>
<name>Miss Islington (bot)</name>
<email>31488909+miss-islington@users.noreply.github.com</email>
</author>
<published>2021-09-23T10:25:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=1493e1a40d04a048cce9c5080ec47478a4941054'/>
<id>1493e1a40d04a048cce9c5080ec47478a4941054</id>
<content type='text'>
Replace old names when they refer to actual versions of macOS.
Keep historical names in references to older versions.

Co-authored-by: Patrick Reader &lt;_@pxeger.com&gt;
(cherry picked from commit 36122e18148c5b6c78ebce1d36d514fd7cf250f5)

Co-authored-by: Serhiy Storchaka &lt;storchaka@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace old names when they refer to actual versions of macOS.
Keep historical names in references to older versions.

Co-authored-by: Patrick Reader &lt;_@pxeger.com&gt;
(cherry picked from commit 36122e18148c5b6c78ebce1d36d514fd7cf250f5)

Co-authored-by: Serhiy Storchaka &lt;storchaka@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-41282: (PEP 632) Deprecate distutils.sysconfig (partial implementation of the PEP) (GH-23142)</title>
<updated>2021-04-23T12:02:41+00:00</updated>
<author>
<name>Lumír 'Frenzy' Balhar</name>
<email>frenzy.madness@gmail.com</email>
</author>
<published>2021-04-23T12:02:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=90d02e5e63e2cb8f66a2c0dd2ea8d7d4f45f4ebf'/>
<id>90d02e5e63e2cb8f66a2c0dd2ea8d7d4f45f4ebf</id>
<content type='text'>
This change:
* merges `distutils.sysconfig` into `sysconfig` while keeping the original functionality and
* marks `distutils.sysconfig` as deprecated

https://bugs.python.org/issue41282
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change:
* merges `distutils.sysconfig` into `sysconfig` while keeping the original functionality and
* marks `distutils.sysconfig` as deprecated

https://bugs.python.org/issue41282
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-41282: Add deprecation warning and docs for distutils (PEP 632) (GH-24355)</title>
<updated>2021-01-29T21:48:55+00:00</updated>
<author>
<name>Steve Dower</name>
<email>steve.dower@python.org</email>
</author>
<published>2021-01-29T21:48:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=62949f697fdefbf0c8bbba7a8354b9376afa35ba'/>
<id>62949f697fdefbf0c8bbba7a8354b9376afa35ba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-42802: Remove distutils bdist_wininst command (GH-24043)</title>
<updated>2021-01-08T23:35:01+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>vstinner@python.org</email>
</author>
<published>2021-01-08T23:35:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=0e2a0f72cc9af0899eacb5604e44a563c0b06110'/>
<id>0e2a0f72cc9af0899eacb5604e44a563c0b06110</id>
<content type='text'>
The distutils bdist_wininst command deprecated in Python 3.8 has been
removed. The distutils bidst_wheel command is now recommended to
distribute binary packages on Windows.

* Remove Lib/distutils/command/bdist_wininst.py
* Remove PC/bdist_wininst/ project
* Remove Lib/distutils/command/wininst-*.exe programs
* Remove all references to bdist_wininst</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The distutils bdist_wininst command deprecated in Python 3.8 has been
removed. The distutils bidst_wheel command is now recommended to
distribute binary packages on Windows.

* Remove Lib/distutils/command/bdist_wininst.py
* Remove PC/bdist_wininst/ project
* Remove Lib/distutils/command/wininst-*.exe programs
* Remove all references to bdist_wininst</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-39586: Deprecate distutils bdist_msi command (GH-18415)</title>
<updated>2020-02-10T13:26:40+00:00</updated>
<author>
<name>Hugo van Kemenade</name>
<email>hugovk@users.noreply.github.com</email>
</author>
<published>2020-02-10T13:26:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=29b3fc0a18f105de666fdd586b537f34e349766d'/>
<id>29b3fc0a18f105de666fdd586b537f34e349766d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-38914 Do not require email field in setup.py. (GH-17388)</title>
<updated>2019-12-23T14:53:18+00:00</updated>
<author>
<name>Jürgen Gmach</name>
<email>juergen.gmach@googlemail.com</email>
</author>
<published>2019-12-23T14:53:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=9f9dac0a4e58d5c72aa3b644701cb155c009cb2c'/>
<id>9f9dac0a4e58d5c72aa3b644701cb155c009cb2c</id>
<content type='text'>
When checking `setup.py` and when the `author` field was provided, but
the `author_email` field was missing, erroneously a warning message was
displayed that the `author_email` field is required.

The specs do not require the `author_email`field:
https://packaging.python.org/specifications/core-metadata/#author

The same is valid for `maintainer` and `maintainer_email`.

The warning message has been adjusted.

modified:   Doc/distutils/examples.rst
modified:   Lib/distutils/command/check.py


https://bugs.python.org/issue38914</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When checking `setup.py` and when the `author` field was provided, but
the `author_email` field was missing, erroneously a warning message was
displayed that the `author_email` field is required.

The specs do not require the `author_email`field:
https://packaging.python.org/specifications/core-metadata/#author

The same is valid for `maintainer` and `maintainer_email`.

The warning message has been adjusted.

modified:   Doc/distutils/examples.rst
modified:   Lib/distutils/command/check.py


https://bugs.python.org/issue38914</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-38021: Modify AIX platform_tag so it covers PEP 425 needs (GH-17303)</title>
<updated>2019-12-15T14:17:53+00:00</updated>
<author>
<name>Michael Felt</name>
<email>aixtools@users.noreply.github.com</email>
</author>
<published>2019-12-15T14:17:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=39afa2d3147e4b05a1161cc90dbf09b95072c2bb'/>
<id>39afa2d3147e4b05a1161cc90dbf09b95072c2bb</id>
<content type='text'>
Provides a richer platform tag for AIX that we expect to be sufficient for PEP 425
binary distribution identification. Any backports to earlier Python versions will be
handled via setuptools.

Patch by Michael Felt.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Provides a richer platform tag for AIX that we expect to be sufficient for PEP 425
binary distribution identification. Any backports to earlier Python versions will be
handled via setuptools.

Patch by Michael Felt.
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-21063: Improve module synopsis for distutils (GH-17363)</title>
<updated>2019-11-25T22:17:59+00:00</updated>
<author>
<name>Sanchit Khurana</name>
<email>54467174+GeniusLearner@users.noreply.github.com</email>
</author>
<published>2019-11-25T22:17:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=f8a6316778faff3991144c3aec4fa92d7b30a72b'/>
<id>f8a6316778faff3991144c3aec4fa92d7b30a72b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-38103: fix conflicting labels in the docs. (GH-15906)</title>
<updated>2019-09-11T10:57:59+00:00</updated>
<author>
<name>Ezio Melotti</name>
<email>ezio.melotti@gmail.com</email>
</author>
<published>2019-09-11T10:57:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=2d8d597bb8f882a7677db5a2739df0e617098634'/>
<id>2d8d597bb8f882a7677db5a2739df0e617098634</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-36797: Fix a dead link in  Doc/distutils/apiref (GH-15700)</title>
<updated>2019-09-05T15:06:45+00:00</updated>
<author>
<name>Miro Hrončok</name>
<email>miro@hroncok.cz</email>
</author>
<published>2019-09-05T15:06:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=2c2b561967c1916855399f809e30ae0ba7e09ae2'/>
<id>2c2b561967c1916855399f809e30ae0ba7e09ae2</id>
<content type='text'>
https://bugs.python.org/issue36797</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://bugs.python.org/issue36797</pre>
</div>
</content>
</entry>
</feed>
