Skip to content

change: Mac OS X -> macOS#2062

Merged
jaraco merged 4 commits into
masterfrom
unknown repository
May 3, 2020
Merged

change: Mac OS X -> macOS#2062
jaraco merged 4 commits into
masterfrom
unknown repository

Conversation

@RDIL

@RDIL RDIL commented Apr 11, 2020

Copy link
Copy Markdown
Contributor

Signed-off-by: Reece Dunham me@rdil.rocks

Summary of changes

OS X isn't what macOS is called anymore. This fixes it.

A couple other small fixes included aswell related.

Pull Request Checklist

  • Changes have tests
  • News fragment added in changelog.d. See documentation for details

Comment thread CHANGES.rst
* #572: In build_ext, now always import ``_CONFIG_VARS``
from ``distutils`` rather than from ``sysconfig``
to allow ``distutils.sysconfig.customize_compiler``
configure the OS X compiler for ``-dynamiclib``.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does it make sense to change the entries in the changelog? After all, at the time, it was called OS X.

Comment thread pkg_resources/__init__.py


def _macosx_vers(_cache=[]):
def _macos_vers(_cache=[]):

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

While we're at it, let's rename these to _macOS_vers. I prefer to honor the casing when possible.

See <http://github.com/ActiveState/appdirs> for details and usage.
"""
# Dev Notes:
# - MSDN on where to store app data files:

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please revert anything in _vendor. These files are maintained upstream. You'll want to contribute this change to the upstream package.

@jaraco jaraco left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I appreciate you making this change. Just want to be less aggressive about it. After reverting the changes to CHANGES.rst and _vendor/**, it's good to go.

jaraco added a commit that referenced this pull request May 3, 2020
@jaraco jaraco merged commit 63b03e3 into pypa:master May 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants