| Age | Commit message (Collapse) | Author |
|
Diff: https://github.com/bachya/simplisafe-python/compare/refs/tags/2023.04.0...2023.05.0
Changelog: https://github.com/bachya/simplisafe-python/releases/tag/2023.05.0
|
|
Changelog: https://github.com/bachya/simplisafe-python/releases/tag/2023.04.0
|
|
|
|
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
|
|
Diff: https://github.com/bachya/simplisafe-python/compare/refs/tags/2022.12.0...2022.12.1
Changelog: https://github.com/bachya/simplisafe-python/releases/tag/2022.12.1
|
|
Diff: https://github.com/bachya/simplisafe-python/compare/refs/tags/2022.11.2...2022.12.0
Changelog: https://github.com/bachya/simplisafe-python/releases/tag/2022.12.0
|
|
https://github.com/bachya/simplisafe-python/releases/tag/2022.11.2
https://github.com/bachya/simplisafe-python/releases/tag/2022.11.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Trivial conflict in pkgs/top-level/aliases.nix
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if "403" in str(err):
> raise InvalidCredentialsError("Unauthorized") from err
E simplipy.errors.InvalidCredentialsError: Unauthorized
simplipy/api.py:253: InvalidCredentialsError
|
|
|
|
|
|
|
|
|
|
|
|
|