Skip to content
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

v0.15.0 #253

Merged
merged 70 commits into from
May 8, 2020
Merged

v0.15.0 #253

merged 70 commits into from
May 8, 2020

Conversation

fronzbot
Copy link
Owner

@fronzbot fronzbot commented May 8, 2020

Description:

Breaking Changes:

  • Removed support for Python 3.5 (3.6 is now the minimum supported version)
  • Deprecated Blink.login() method. Please only use the Blink.start() method for logging in.

New Functions

This can be used by instantiating the Blink class with the device_id parameter. For example:

from blinkpy import blinkpy
blink = blinkpy.Blink(...,device_id="Application Identifier",...)

All Changes:

fronzbot and others added 30 commits April 22, 2020 10:37
Fix setup.py use of internal pip structure
Bumps [requests](https://github.com/psf/requests) from 2.22.0 to 2.23.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/master/HISTORY.md)
- [Commits](psf/requests@v2.22.0...v2.23.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Updates the requirements on [python-slugify](https://github.com/un33k/python-slugify) to permit the latest version.
- [Release notes](https://github.com/un33k/python-slugify/releases)
- [Changelog](https://github.com/un33k/python-slugify/blob/master/CHANGELOG.md)
- [Commits](un33k/python-slugify@3.0.2...4.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
…pprox-eq-4.0.0

Update python-slugify requirement from ~=3.0.2 to ~=4.0.0
Updates the requirements on [python-dateutil](https://github.com/dateutil/dateutil) to permit the latest version.
- [Release notes](https://github.com/dateutil/dateutil/releases)
- [Changelog](https://github.com/dateutil/dateutil/blob/master/NEWS)
- [Commits](dateutil/dateutil@2.8.0...2.8.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
…approx-eq-2.8.1

Update python-dateutil requirement from ~=2.8.0 to ~=2.8.1
fronzbot and others added 24 commits May 5, 2020 13:56
Refactor login logic in preperation for 2FA
Bumps [pytest-timeout](https://github.com/pytest-dev/pytest-timeout) from 1.3.3 to 1.3.4.
- [Release notes](https://github.com/pytest-dev/pytest-timeout/releases)
- [Commits](pytest-dev/pytest-timeout@1.3.3...1.3.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
….3.4

Bump pytest-timeout from 1.3.3 to 1.3.4
@codecov
Copy link

codecov bot commented May 8, 2020

Codecov Report

Merging #253 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #253   +/-   ##
=======================================
  Coverage   82.34%   82.34%           
=======================================
  Files           8        8           
  Lines         759      759           
=======================================
  Hits          625      625           
  Misses        134      134           
Flag Coverage Δ
#unittests 82.34% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5c9ced0...5c9ced0. Read the comment docs.

@fronzbot fronzbot merged commit 77649e0 into master May 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants