-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
prospector v0.12.8 #4
Conversation
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
As this is a pure Python package with no conditional dependencies, convert it to a `noarch: python` package.
Now that this is a `noarch: python` package, re-render to update the CI script accordingly. Should simplify the maintenance effort here.
Switch over to using `pip` to do the build as that is now the preferred way of building in conda-forge. This is especially important as this is a `noarch: python` package.
As the license file should now be available on PyPI, include this in the `conda` package for user inspection.
Appears prospector is now part of PyCQA instead of in landscapeio.
Re-render to update the README now that the home url has changed.
@conda-forge-admin, please re-render. (in case I missed something) |
|
||
run: | ||
- python | ||
- pylint >=1.5.6 | ||
- pylint >=1.5.6,<2.0.0 | ||
- pylint-celery >=0.3 | ||
- pylint-django >=0.7.2 | ||
- pylint-flask >=0.3 |
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.
Missed that these 3 ( pylint-celery
, pylint-django
, pylint-flask
) were dropped as dependencies. Addressing this in PR ( #8 ).
This PR was created by the cf-regro-autotick-bot.
The cf-regro-autotick-bot is a service to automatically track the dependency graph and propose package version updates for conda-forge. It is very likely that the current package version for this feedstock is out of date.
Notes and instructions for merging this PR:
If you would like a local version of this bot, you might consider using rever. Rever is a tool for automating software releases and forms the backbone of the bot's conda-forge PRing capability. Rever is both conda (
conda install -c conda-forge rever
) and pip (pip install re-ver
) installable.Finally, feel free to drop us a line if there are any issues!
Here is a list of all the pending dependencies (and their versions) for this repo. Please double check all dependencies before merging.