From 9294c795d293feb530be49aaef9578320b6b3e1d Mon Sep 17 00:00:00 2001 From: Kevin Fronczak Date: Fri, 13 Oct 2023 11:37:34 -0400 Subject: [PATCH 01/12] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f085a1cc..37a774d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "blinkpy" -version = "0.22.1" +version = "0.23.0.dev0" license = {text = "MIT"} description = "A Blink camera Python Library." readme = "README.rst" From 67a44a2d8ef49896c9bd05bc8ea7ba0c19d3e811 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 18:40:53 +0000 Subject: [PATCH 02/12] Bump ruff from 0.0.292 to 0.1.0 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.292 to 0.1.0. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.0.292...v0.1.0) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index b600842a..8ac2b5ed 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -1,4 +1,4 @@ -ruff==0.0.292 +ruff==0.1.0 black==23.9.1 build==1.0.3 coverage==7.3.2 From 28bc3bcb6a05373ff4099b60aef8d781a860b795 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 18:40:58 +0000 Subject: [PATCH 03/12] Bump black from 23.9.1 to 23.10.0 Bumps [black](https://github.com/psf/black) from 23.9.1 to 23.10.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/23.9.1...23.10.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index b600842a..65627346 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -1,5 +1,5 @@ ruff==0.0.292 -black==23.9.1 +black==23.10.0 build==1.0.3 coverage==7.3.2 pytest==7.4.2 From f5f0a898102080fb31ebeee5624da6dc19098184 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 18:06:26 +0000 Subject: [PATCH 04/12] Bump ruff from 0.1.0 to 0.1.1 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.0 to 0.1.1. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.1.0...v0.1.1) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index 4d7e3e75..b50e77de 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -1,5 +1,5 @@ -ruff==0.1.0 +ruff==0.1.1 black==23.10.0 build==1.0.3 coverage==7.3.2 From 13e6924cf649e0641505033c81bd22bf9fce379f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 18:49:59 +0000 Subject: [PATCH 05/12] Bump ruff from 0.1.1 to 0.1.2 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.1 to 0.1.2. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.1.1...v0.1.2) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index b50e77de..f2b06f88 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -1,5 +1,5 @@ -ruff==0.1.1 +ruff==0.1.2 black==23.10.0 build==1.0.3 coverage==7.3.2 From 0b572f3df050cf0c2ef1c2b7a97f157d2f762501 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 19:12:25 +0000 Subject: [PATCH 06/12] Bump black from 23.10.0 to 23.10.1 Bumps [black](https://github.com/psf/black) from 23.10.0 to 23.10.1. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/23.10.0...23.10.1) --- updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index f2b06f88..0a3e97d4 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -1,6 +1,6 @@ ruff==0.1.2 -black==23.10.0 +black==23.10.1 build==1.0.3 coverage==7.3.2 pytest==7.4.2 From 93470b162b04f904f36f265d7eb26e5494f28056 Mon Sep 17 00:00:00 2001 From: Kevin Fronczak Date: Wed, 25 Oct 2023 08:52:56 -0400 Subject: [PATCH 07/12] Remove whitespace --- requirements_test.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index 0a3e97d4..5701ab12 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -1,4 +1,3 @@ - ruff==0.1.2 black==23.10.1 build==1.0.3 From 98a2e5956554e6c8b1273b8fdbc69848a2ad1235 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 18:30:38 +0000 Subject: [PATCH 08/12] Bump pytest from 7.4.2 to 7.4.3 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.2 to 7.4.3. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/7.4.2...7.4.3) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index 5701ab12..880de237 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -2,7 +2,7 @@ ruff==0.1.2 black==23.10.1 build==1.0.3 coverage==7.3.2 -pytest==7.4.2 +pytest==7.4.3 pytest-cov==4.1.0 pytest-sugar==0.9.7 pytest-timeout==2.2.0 From 51572db5c4cb0e50e53b2033d8c45c3358ea476c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 18:37:20 +0000 Subject: [PATCH 09/12] Bump ruff from 0.1.2 to 0.1.3 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.2 to 0.1.3. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.1.2...v0.1.3) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index 880de237..f8985e1c 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -1,4 +1,4 @@ -ruff==0.1.2 +ruff==0.1.3 black==23.10.1 build==1.0.3 coverage==7.3.2 From 4beb976347302730c2e975d029b72dc5d4646ae0 Mon Sep 17 00:00:00 2001 From: mkmer Date: Fri, 3 Nov 2023 17:34:02 +0000 Subject: [PATCH 10/12] Check for none and empty dict --- blinkpy/camera.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blinkpy/camera.py b/blinkpy/camera.py index e3af62e9..9b848a26 100644 --- a/blinkpy/camera.py +++ b/blinkpy/camera.py @@ -217,7 +217,7 @@ async def set_motion_detect(self, enable): async def update(self, config, force_cache=False, expire_clips=True, **kwargs): """Update camera info.""" - if config != {}: + if bool(config): self.extract_config_info(config) await self.get_sensor_info() await self.update_images( From 9cb71693d7248d352966a15888c197256a705f6a Mon Sep 17 00:00:00 2001 From: Kevin Fronczak Date: Sun, 5 Nov 2023 08:23:08 -0500 Subject: [PATCH 11/12] Version bump --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a394ea43..1e779c3f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "blinkpy" -version = "0.23.0.dev0" +version = "0.22.3" license = {text = "MIT"} description = "A Blink camera Python Library." readme = "README.rst" From 1a9dcabc01ea89ceefcd3fcf8f217783b66d70cb Mon Sep 17 00:00:00 2001 From: Kevin Fronczak Date: Sun, 5 Nov 2023 08:26:25 -0500 Subject: [PATCH 12/12] Update CHANGES.rst --- CHANGES.rst | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 520406fe..41f5d51a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,6 +4,25 @@ Changelog A list of changes between each release +0.22.3 (2023-11-05) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +**Bugfixes** + +- Check for none and empty dict (fix of home-assistant/core#103312) (`@mkmer #800 `__) + +** Other Changes ** + +- Bump ruff to 0.1.3 +- Bump pytest to 7.4.3 +- Bump black to 23.10.1 + + +0.22.2 (2023-10-13) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Same as 0.22.1 (pypi upload issue) + 0.22.1 (2023-10-13) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~