-
Notifications
You must be signed in to change notification settings - Fork 49
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
Rename the project to pyproject-hooks
and trim scope
#151
Conversation
This more clearly indicates the files that will eventually become importable.
This functionality does not need to be maintained after this project is renamed.
This template is not going to be necessary since this project will have dropped these bits of functionality.
This more accurately reflects what this project is for.
This is a better name for the functionality provided by this class.
This makes the imports for this package cleaner.
This makes it clearer that this sub-package is intended to be a private implementation detail.
This Python version is post-EOL.
There are a few more "obvious" improvements, like moving to I suggest that we make those improvements in follow ups. |
quiet_subprocess_runner, | ||
) | ||
|
||
__version__ = '0.13.0' |
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.
Wouldn't this call for either a major version bump or versioning reset, since this practically makes this a new project from an end-user perspective?
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.
I don't think it's required, because with the name change there's no risk of unwittingly upgrading. But I'd be happy enough to call it 1.0 now that we're cutting off the deprecated bits of API.
Thanks @pradyunsg ! |
Toward #136
Closes #142, by removing the functionality it is requesting changes to.
Closes #91, by removing the functionality that it is tracking removal of.
Closes #49, by removing the functionality it is requesting changes to.
This is the first step, listed in #136 (comment).