Bump pyzbar to 0.1.9#170076
Conversation
Version 0.1.7 is from 2018 and 0.1.9 is the latest release from 2022. Tested and works fine. https://github.com/NaturalHistoryMuseum/pyzbar/blob/v0.1.9/CHANGELOG.md
There was a problem hiding this comment.
Hi @cryptomilk
It seems you haven't yet signed a CLA. Please do so here.
Once you do that we will be able to review and accept this pull request.
Thanks!
|
Please take a look at the requested changes, and use the Ready for review button when you are done, thanks 👍 |
There was a problem hiding this comment.
Pull request overview
Updates the qrcode integration’s pinned pyzbar dependency to a newer upstream release, keeping Home Assistant’s dependency manifests and generated requirements list in sync.
Changes:
- Bump
pyzbarfrom0.1.7to0.1.9in theqrcodeintegration manifest. - Update the corresponding entry in
requirements_all.txtto match.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| requirements_all.txt | Updates the generated global requirements list to pyzbar==0.1.9 for the qrcode integration. |
| homeassistant/components/qrcode/manifest.json | Pins the qrcode integration dependency to pyzbar==0.1.9. |
Thanks @cryptomilk! For future updates, please include a diff link as mentioned in the PR description. For example: NaturalHistoryMuseum/pyzbar@v0.1.7...v0.1.9; this helps reviewers quickly see the exact changes. |
|
Will do next time. I've just added https://github.com/NaturalHistoryMuseum/pyzbar/blob/v0.1.9/CHANGELOG.md and thought it was enough. Thanks |
…-timer * upstream/dev: Bump infrared-protocols to 5.1.0 (home-assistant#170365) Clean up template engine after extension modularization (home-assistant#170346) Bump axis to v71 (home-assistant#170347) Enhance WebDAV metadata download with concurrency (home-assistant#170223) Add target temperature sensor for ViCare RadiatorActuator devices (home-assistant#170102) Bump pyzbar to 0.1.9 (home-assistant#170076) homematicip_cloud: fix HmIP-FLC lock state polarity (home-assistant#170159) Watts: add timer mode service (home-assistant#169846) Set parallel updates for Ecowitt platforms (home-assistant#170349) Add config flow to Avea (home-assistant#168070) Cleanup Eurotronic number platform (home-assistant#170337) Add number platform to eurotronic_cometblue (home-assistant#168119)
Proposed change
Update pyzbar to version 0.1.9
NaturalHistoryMuseum/pyzbar@v0.1.7...v0.1.9
https://github.com/NaturalHistoryMuseum/pyzbar/blob/v0.1.9/CHANGELOG.md
Type of change
Additional information
Version 0.1.7 is from 2018 and 0.1.9 is the latest release from 2022. Tested and works fine.
https://github.com/NaturalHistoryMuseum/pyzbar/blob/v0.1.9/CHANGELOG.md
Checklist
ruff format homeassistant tests)If user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
Updated and included derived files by running:
python3 -m script.hassfest.requirements_all.txt.Updated by running
python3 -m script.gen_requirements_all.To help with the load of incoming pull requests: