Advertisement
noam76

update message

Feb 10th, 2019
365
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 5.70 KB | None | 0 0
  1. My installation is /home/homeassistant/.homeassistant
  2.  
  3.  
  4. sudo apt-get update
  5. Ign:1 http://ftp.debian.org/debian stretch InRelease
  6. Hit:2 http://ftp.debian.org/debian stretch-updates InRelease                  
  7. Hit:3 http://linux.teamviewer.com/deb stable InRelease                        
  8. Hit:4 http://security.debian.org stretch/updates InRelease                    
  9. Hit:5 http://ftp.debian.org/debian stretch Release                            
  10. Hit:6 https://deb.nodesource.com/node_7.x stretch InRelease                    
  11. Hit:7 http://archive.raspberrypi.org/debian stretch InRelease                  
  12. Reading package lists... Done                      
  13.  
  14. #################################################
  15.  
  16. pi@raspberry:~ $ sudo pip3 install --upgrade homeassistant
  17. Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
  18. Collecting homeassistant
  19.   Downloading https://files.pythonhosted.org/packages/6f/58/10da82c33822117daf47bdf43bb6a8b69c04f329f35c7733a1f76f5dfad0/homeassistant-0.87.1-py3-none-any.whl (3.7MB)
  20.     100% |████████████████████████████████| 3.7MB 2.6MB/s
  21. Requirement already satisfied, skipping upgrade: bcrypt==3.1.5 in /usr/local/lib/python3.5/dist-packages (from homeassistant) (3.1.5)
  22. Requirement already satisfied, skipping upgrade: pyyaml<4,>=3.13 in /usr/local/lib/python3.5/dist-packages (from homeassistant) (3.13)
  23. Requirement already satisfied, skipping upgrade: certifi>=2018.04.16 in /usr/local/lib/python3.5/dist-packages (from homeassistant) (2018.11.29)
  24. Requirement already satisfied, skipping upgrade: async-timeout==3.0.1 in /usr/local/lib/python3.5/dist-packages (from homeassistant) (3.0.1)
  25. Requirement already satisfied, skipping upgrade: pytz>=2018.07 in /usr/local/lib/python3.5/dist-packages (from homeassistant) (2018.9)
  26. Requirement already satisfied, skipping upgrade: cryptography==2.3.1 in /usr/local/lib/python3.5/dist-packages (from homeassistant) (2.3.1)
  27. Requirement already satisfied, skipping upgrade: astral==1.8 in /usr/local/lib/python3.5/dist-packages (from homeassistant) (1.8)
  28. Requirement already satisfied, skipping upgrade: PyJWT==1.6.4 in /usr/local/lib/python3.5/dist-packages (from homeassistant) (1.6.4)
  29. Requirement already satisfied, skipping upgrade: attrs==18.2.0 in /usr/local/lib/python3.5/dist-packages (from homeassistant) (18.2.0)
  30. Requirement already satisfied, skipping upgrade: ruamel.yaml==0.15.85 in /usr/local/lib/python3.5/dist-packages (from homeassistant) (0.15.85)
  31. Requirement already satisfied, skipping upgrade: python-slugify==1.2.6 in /usr/local/lib/python3.5/dist-packages (from homeassistant) (1.2.6)
  32. Requirement already satisfied, skipping upgrade: aiohttp==3.5.4 in /usr/local/lib/python3.5/dist-packages (from homeassistant) (3.5.4)
  33. Requirement already satisfied, skipping upgrade: requests==2.21.0 in /usr/local/lib/python3.5/dist-packages (from homeassistant) (2.21.0)
  34. Requirement already satisfied, skipping upgrade: voluptuous-serialize==2.0.0 in /usr/local/lib/python3.5/dist-packages (from homeassistant) (2.0.0)
  35. Requirement already satisfied, skipping upgrade: voluptuous==0.11.5 in /usr/local/lib/python3.5/dist-packages (from homeassistant) (0.11.5)
  36. Requirement already satisfied, skipping upgrade: jinja2>=2.10 in /usr/local/lib/python3.5/dist-packages (from homeassistant) (2.10)
  37. Requirement already satisfied, skipping upgrade: pip>=8.0.3 in /usr/local/lib/python3.5/dist-packages (from homeassistant) (19.0.2)
  38. Requirement already satisfied, skipping upgrade: cffi>=1.1 in /usr/local/lib/python3.5/dist-packages (from bcrypt==3.1.5->homeassistant) (1.11.5)
  39. Requirement already satisfied, skipping upgrade: six>=1.4.1 in /usr/lib/python3.5/dist-packages (from bcrypt==3.1.5->homeassistant) (1.12.0)
  40. Requirement already satisfied, skipping upgrade: idna>=2.1 in /usr/local/lib/python3.5/dist-packages (from cryptography==2.3.1->homeassistant) (2.8)
  41. Requirement already satisfied, skipping upgrade: asn1crypto>=0.21.0 in /usr/local/lib/python3.5/dist-packages (from cryptography==2.3.1->homeassistant) (0.24.0)
  42. Requirement already satisfied, skipping upgrade: Unidecode>=0.04.16 in /usr/local/lib/python3.5/dist-packages (from python-slugify==1.2.6->homeassistant) (1.0.23)
  43. Requirement already satisfied, skipping upgrade: yarl<2.0,>=1.0 in /usr/local/lib/python3.5/dist-packages (from aiohttp==3.5.4->homeassistant) (1.3.0)
  44. Requirement already satisfied, skipping upgrade: multidict<5.0,>=4.0 in /usr/local/lib/python3.5/dist-packages (from aiohttp==3.5.4->homeassistant) (4.5.2)
  45. Requirement already satisfied, skipping upgrade: typing-extensions>=3.6.5; python_version < "3.7" in /usr/local/lib/python3.5/dist-packages (from aiohttp==3.5.4->homeassistant) (3.7.2)
  46. Requirement already satisfied, skipping upgrade: idna-ssl>=1.0; python_version < "3.7" in /usr/local/lib/python3.5/dist-packages (from aiohttp==3.5.4->homeassistant) (1.1.0)
  47. Requirement already satisfied, skipping upgrade: chardet<4.0,>=2.0 in /usr/local/lib/python3.5/dist-packages (from aiohttp==3.5.4->homeassistant) (3.0.4)
  48. Requirement already satisfied, skipping upgrade: urllib3<1.25,>=1.21.1 in /usr/local/lib/python3.5/dist-packages (from requests==2.21.0->homeassistant) (1.24.1)
  49. Requirement already satisfied, skipping upgrade: MarkupSafe>=0.23 in /usr/local/lib/python3.5/dist-packages (from jinja2>=2.10->homeassistant) (1.1.0)
  50. Requirement already satisfied, skipping upgrade: pycparser in /usr/local/lib/python3.5/dist-packages (from cffi>=1.1->bcrypt==3.1.5->homeassistant) (2.19)
  51. Installing collected packages: homeassistant
  52.   Found existing installation: homeassistant 0.87.0
  53.     Uninstalling homeassistant-0.87.0:
  54.       Successfully uninstalled homeassistant-0.87.0
  55. Successfully installed homeassistant-0.87.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement