-
Notifications
You must be signed in to change notification settings - Fork 8
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
Creosote 4.0 heads-up #257
Comments
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
@fredrikaverpil I suppose you want to reopen this? I wanted to suggest looking at https://github.com/thebjorn/pydeps, which scans Python bytecode for imports, which may be faster than scanning package metadata. |
Thanks @sanmai-NL that's an interesting suggestion. This project is more or less in maintenance mode and I'm not planning any major improvements other than keeping the lights on. So we'll see. I'm not currently planning any of this work - just really collecting all the stuff I've been thinking of doing but which would bump major. |
@fredrikaverpil Even reducing the maintenance burden might in itself be an interesting goal. For example, what if you could leverage pydeps' output rather than adopting their approach. |
This comment was marked as resolved.
This comment was marked as resolved.
@fredrikaverpil I don't see why maintainers are attracted to these simplistic bots... |
Here's a list of stuff that would break backwards compatibility and bump creosote to v4.0. Might be good to try to consider all these things before releasing the next major version.
Also, I personally am not using creosote and therefore this is not a priority for me. I merely keep the lights on here.
So consider this a FYI and feel free to help out if you use creosote 😄
v
prefix or somehow make release-please workflow be able to accurately update.pre-commit-config.yaml
.__about__.py
googleapis/release-please#2433 considered, or potentially move to using__init__.py
for storing the version (or just store the version inpyproject.toml
).The text was updated successfully, but these errors were encountered: