summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pychromecast
Commit message (Collapse)AuthorAgeFilesLines
* python3-pychromecast: upgrade 14.0.9 -> 14.0.10Gyorgy Sarvari2026-03-202-45/+0
| | | | | | | | | | | | | | | | | | Beside the below changelog, it also allows compiling with the latest Setuptools. Drop patches which became obsolete. Changes: - Ensure cec info is none if not supported - Add some fast pre-commit checks - Switch to ruff for checks and formatting - add D24f-J09 to const.py - Update const.py to include Lenovo Smart Display 10 - Avoid logging graceful disconnect as error - Fix datetime deprecation Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pychromecast: allow building with newer version of python3-wheelTom Geelen2026-02-081-0/+22
| | | | | Signed-off-by: Tom Geelen <t.f.g.geelen@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-chromecast: upgrade 14.0.7 -> 14.0.9Tom Geelen2025-12-164-113/+1
| | | | | | | | | Changelog: https://github.com/home-assistant-libs/pychromecast/releases/tag/14.0.9 Drop obsolete patches. Signed-off-by: Tom Geelen <t.f.g.geelen@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pychromecast: Allow max version to 0.46.1 for python3-wheelKhem Raj2025-07-011-0/+23
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pychromecast: fix build with setuptools 80.xTrevor Gamblin2025-05-222-0/+84
| | | | | | | | | Backport two patches to fix the pyproject.toml versions around setuptools. Once the next version of pychromecast is out, these should be removable. Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pychromecast: Upgrade to 14.0.7Khem Raj2025-04-041-0/+28
| | | | | | Apply a backport to fix build with setuptools 0.78.x Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pychromecast: Upgrade 14.0.5 -> 14.0.6Leon Anavi2025-03-191-22/+0
| | | | | | | | | | | | | Upgrade to release 14.0.6: - Bump version to 14.0.6 - Fix hostname support - Advertise typing support - Fix typos in Plex example - Add license to project metadata Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pychromecast: upgrade 14.0.1 -> 14.0.2Tom Geelen2024-10-101-2/+2
| | | | | | | | Changelog: https://github.com/home-assistant-libs/pychromecast/releases/tag/14.0.2 Signed-off-by: Tom Geelen <t.f.g.geelen@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pychromecast: upgrade 14.0.0 -> 14.0.1Tom Geelen2024-04-151-2/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-chromecast: upgrade 13.1.0 -> 14.0.0Tom Geelen2024-04-081-0/+22
The python package has enabled to option to build it via python_setuptools_build_meta. Therefore the recipe is updated accordingly. Also cleaned up the list of runtime dependencies which according to the package should no longer be needed. The difference between v2 and v3 is the addition of the upstream status in the included patch. Signed-off-by: Tom Geelen <t.f.g.geelen@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>