-
-
Notifications
You must be signed in to change notification settings - Fork 33.8k
Revert withings library change
#27385
<
8000
/h1>
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
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
Conversation
Some additional information. PR that introduced this: #27310 Our build error:
|
|
Interesting. Why does the release build have an issue with how setup.py sets the version? I thought HA was pulling the pypi package which contains egg metadata to provide version and such. |
@vangorra yes, we rely on PyPi for the source, however, we do build our own wheels for distribution. |
@vangorra Output from the creation of the wheel: |
The version being |
Breaking Change:
Description:
This reverts commit 0714763.
The new withings library has a non matching version specifier in its setup.py:
https://github.com/vangorra/python_withings_api/blob/03be3409cac74e03b7fcc96706f24c5a6bd54e9a/setup.py#L11
Our release build is currently failing due to this mismatch.
Related issue (if applicable):
fixes #
Pull request with documentation for home-assistant.io (if applicable): home-assistant/home-assistant.io#<home-assistant.io PR number goes here>
Example entry for
configuration.yaml
(if applicable):Checklist:
tox
. Your PR cannot be merged unless tests passIf user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
python3 -m script.hassfest
.requirements_all.txt
by runningpython3 -m script.gen_requirements_all
..coveragerc
.If the code does not interact with devices: