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

Bump amcrest from 1.7.2 to 1.8.0 #31

Merged
merged 1 commit into from
Aug 3, 2021
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 2, 2021

Bumps amcrest from 1.7.2 to 1.8.0.

Release notes

Sourced from amcrest's releases.

Version 1.8.0

Breaking changes

  • Python 2 no longer supported, Python 3.6 is the minimum required version
  • PTZ commands (e.g. zoom_in, move_left) require boolean value for start parameter, rather than "start" and "stop" strings for the action parameter

New features

  • Smart motion detection events added as is_human_detected and is_vehicle_detected properties.
  • Added methods to query separate channels to allow using multiple cameras on NVRs.
  • New position_abs PTZ function to allow for absolute angular positioning.
  • New function to override ONVIF login checking for admin-only.
  • Type annotations added to allow for type checking.
Commits
  • 5197eca Merge pull request #181 from flacjacket/bump_1.8
  • a09c465 Bump version 1.8.0
  • cb965f8 Add type annotations to new onvif_login_check function
  • f92acf8 Merge pull request #178 from Slyke/onvif-login-check
  • ad42433 Changed format to lowercase stringified boolean
  • 6712945 Merge branch 'master' into onvif-login-check
  • 3544887 Unify new PTZ command with other commands
  • 9888908 Merge pull request #128 from mehdilauters/positionABS
  • d1e4822 Merge branch 'master' into positionABS
  • 2348a08 LINE lenght issue fixed
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [amcrest](https://github.com/tchellomello/python-amcrest) from 1.7.2 to 1.8.0.
- [Release notes](https://github.com/tchellomello/python-amcrest/releases)
- [Commits](tchellomello/python-amcrest@1.7.2...1.8.0)

---
updated-dependencies:
- dependency-name: amcrest
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 2, 2021
@dchesterton dchesterton merged commit e43cda5 into main Aug 3, 2021
@dependabot dependabot bot deleted the dependabot/pip/amcrest-1.8.0 branch August 3, 2021 17:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant