New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
change: Mac OS X -> macOS #2062
Conversation
Signed-off-by: Reece Dunham <me@rdil.rocks>
Signed-off-by: Reece Dunham <me@rdil.rocks>
@@ -1519,7 +1519,7 @@ v21.1.0 | |||
* #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``. |
There was a problem hiding this comment.
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.
@@ -365,7 +365,7 @@ def get_provider(moduleOrReq): | |||
return _find_adapter(_provider_factories, loader)(module) | |||
|
|||
|
|||
def _macosx_vers(_cache=[]): | |||
def _macos_vers(_cache=[]): |
There was a problem hiding this comment.
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.
@@ -8,10 +8,9 @@ | |||
See <http://github.com/ActiveState/appdirs> for details and usage. | |||
""" | |||
# Dev Notes: | |||
# - MSDN on where to store app data files: |
There was a problem hiding this comment.
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.
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.
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