Skip to content

Commit

Permalink
Revert "Fix issue with smhi-pkg" (home-assistant#33259)
Browse files Browse the repository at this point in the history
* Revert "Fix issue with smhi-pkg (home-assistant#33248)"

This reverts commit 6990c70.

* Bump version to 1.0.13
  • Loading branch information
pvizeli authored Mar 25, 2020
1 parent 2647296 commit 8f4d314
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ stages:
. venv/bin/activate
pip install -U pip setuptools pytest-azurepipelines pytest-xdist -c homeassistant/package_constraints.txt
pip install --no-binary smhi-pkg -r requirements_test_all.txt -c homeassistant/package_constraints.txt
pip install -r requirements_test_all.txt -c homeassistant/package_constraints.txt
# This is a TEMP. Eventually we should make sure our 4 dependencies drop typing.
# Find offending deps with `pipdeptree -r -p typing`
pip uninstall -y typing
Expand Down Expand Up @@ -171,7 +171,7 @@ stages:
. venv/bin/activate
pip install -U pip setuptools wheel
pip install --no-binary smhi-pkg -r requirements_all.txt -c homeassistant/package_constraints.txt
pip install -r requirements_all.txt -c homeassistant/package_constraints.txt
pip install -r requirements_test.txt -c homeassistant/package_constraints.txt
- script: |
. venv/bin/activate
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
builderVersion: '$(versionWheels)'
builderApk: 'build-base;cmake;git;linux-headers;bluez-dev;libffi-dev;openssl-dev;glib-dev;eudev-dev;libxml2-dev;libxslt-dev;libpng-dev;libjpeg-turbo-dev;tiff-dev;autoconf;automake;cups-dev;gmp-dev;mpfr-dev;mpc1-dev;ffmpeg-dev;gammu-dev'
builderPip: 'Cython;numpy'
skipBinary: 'aiohttp,smhi-pkg'
skipBinary: 'aiohttp'
wheelsRequirement: 'requirements_wheels.txt'
wheelsRequirementDiff: 'requirements_diff.txt'
wheelsConstraint: 'homeassistant/package_constraints.txt'
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/smhi/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "SMHI",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/smhi",
"requirements": ["smhi-pkg==1.0.10"],
"requirements": ["smhi-pkg==1.0.13"],
"dependencies": [],
"codeowners": []
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1896,7 +1896,7 @@ smarthab==0.20
# smbus-cffi==0.5.1

# homeassistant.components.smhi
smhi-pkg==1.0.10
smhi-pkg==1.0.13

# homeassistant.components.snapcast
snapcast==2.0.10
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@ simplisafe-python==9.0.5
sleepyq==0.7

# homeassistant.components.smhi
smhi-pkg==1.0.10
smhi-pkg==1.0.13

# homeassistant.components.solaredge
solaredge==0.0.2
Expand Down

0 comments on commit 8f4d314

Please sign in to comment.