-
-
Notifications
You must be signed in to change notification settings - Fork 32.8k
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
Bump stookwijzer==1.5.8 #139258
Bump stookwijzer==1.5.8 #139258
Conversation
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.
Thanks @fwestenberg 👍
test failure is unrelated |
Thanks @fwestenberg |
It looks like it still fails building wheels: https://github.com/home-assistant/core/actions/runs/13528107458/job/37803675766#step:11:1353 |
Let's revert. It looks like the dep can't be built without an external dependencies installed |
Can somebody help me what's going wrong here? This URL explains the installation process, but I don't know what to do next. https://pyproj4.github.io/pyproj/stable/installation.html |
It looks like this package needs proj installed before it will build https://pkgs.alpinelinux.org/package/edge/community/x86/proj That would require adding proj to everyone's image via adding it to the apk list in .github/workflows/wheels.yml Is there perhaps a lighter weight library you could use instead? |
I finally ended up calculating the X and Y locally. So no libraries anymore. 👍 |
Breaking change
https://github.com/fwestenberg/stookwijzer/compare/v1.5.4..v1.5.8
Proposed change
Type of change
Additional information
Checklist
ruff format homeassistant tests
)If user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
Updated and included derived files by running:
python3 -m script.hassfest
.requirements_all.txt
.Updated by running
python3 -m script.gen_requirements_all
.To help with the load of incoming pull requests: