Skip to content

Commit

Permalink
Bump hdate==0.9.0 (use pytz instead of dateutil)
Browse files Browse the repository at this point in the history
Use new hdate version of library which uses pytz for timezones.
dateutil expects /usr/share/timezone files, as these are not available
in the docker image and in HASSIO, the timezone offsets are broken.

This should fix
 - home-assistant#23032
 - home-assistant#18731
  • Loading branch information
tsvi committed Aug 6, 2019
1 parent 7ff7c7b commit 92c5246
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/jewish_calendar/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Jewish calendar",
"documentation": "https://www.home-assistant.io/components/jewish_calendar",
"requirements": [
"hdate==0.8.8"
"hdate==0.9.0"
],
"dependencies": [],
"codeowners": [
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ hass-nabucasa==0.16
hbmqtt==0.9.4

# homeassistant.components.jewish_calendar
hdate==0.8.8
hdate==0.9.0

# homeassistant.components.heatmiser
heatmiserV3==0.9.1
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ hass-nabucasa==0.16
hbmqtt==0.9.4

# homeassistant.components.jewish_calendar
hdate==0.8.8
hdate==0.9.0

# homeassistant.components.workday
holidays==0.9.11
Expand Down

0 comments on commit 92c5246

Please sign in to comment.