-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
wetterdienst v0.49.0 #70
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 ( |
It looks like the build is currently failing. Do you have any magic spell, @kmuehlbauer?
|
@amotl I've no idea, sorry. Also I'm not versed with poetry. I can't imagine what 'group' means in that context. |
All right. We will figure it out. Thank you.
We recently introduced Poetry dependency groups with earthobservations/wetterdienst@0920548871d, see https://python-poetry.org/docs/managing-dependencies/. |
I've discovered that others also reported about this, for example at conda-forge/interpolation-feedstock#24 and conda-forge/astral-feedstock#22. The solution for @albop was to patch the
/cc @xylar, @maxbachmann |
Can you use poetry-core, rather than the full poetry? If so, that would be the easiest solution. We support all releases of poetry core already: |
1 similar comment
This comment was marked as duplicate.
This comment was marked as duplicate.
Yes, it looks like only poetry-core is required and no version is specified: |
Are you saying the solution would be as easy as #72? |
@amotl, yes, but I wouldn't do that as a separate PR. Just change it here by editing the file directly on GitHub. |
Make sure to update the dependencies here to exactly match: If you need another maintainer to help out, let me know. You can add me. |
It would be more typical and more efficient to do everything as part of updating to v0.49.0 here. It's fine to make changes to the bot's branch for that purpose. It's much clearer that the changes you're making are related to the new version. It also means less churn building new packages that aren't needed (you build a new package every time you merge a PR if you're doing things right). |
This may unblock release 0.49.0, because it may provide Poetry 1.2 already, which is needed for serving dependency groups, which got recently introduced into `pyproject.toml` of Wetterdienst.
Thank you for your suggestion to use |
It is very likely that the current package version for this feedstock is out of date.
Checklist before merging this PR:
license_file
is packagedInformation about this PR:
@conda-forge-admin,
please add bot automerge
in the title and merge the resulting PR. This command will add our bot automerge feature to your feedstock.bot-rerun
label to this PR. The bot will close this PR and schedule another one. If you do not have permissions to add this label, you can use the phrase@conda-forge-admin, please rerun bot
in a PR comment to have theconda-forge-admin
add it for you.Dependency Analysis
Please note that this analysis is highly experimental. The aim here is to make maintenance easier by inspecting the package's dependencies. Importantly this analysis does not support optional dependencies, please double check those before making changes. If you do not want hinting of this kind ever please add
bot: inspection: false
to yourconda-forge.yml
. If you encounter issues with this feature please ping the bot teamconda-forge/bot
.Analysis by source code inspection shows a discrepancy between it and the the package's stated requirements in the meta.yaml.
Packages found by source code inspection but not in the meta.yaml:
Packages found in the meta.yaml but not found by source code inspection:
This PR was created by the regro-cf-autotick-bot. The regro-cf-autotick-bot is a service to automatically track the dependency graph, migrate packages, and propose package version updates for conda-forge. Feel free to drop us a line if there are any issues! This PR was generated by https://github.com/regro/autotick-bot/actions/runs/3564554550, please use this URL for debugging.