diff mbox series

[meta-python,2/2] python3-pychromecast 14.0.1 -> 14.0.2

Message ID 20241009213046.3065769-3-t.f.g.geelen@gmail.com
State Under Review
Headers show
Series [meta-python,1/2] New recipe: python3-pytest-aiohttp 1.0.5 | expand

Commit Message

Tom Geelen Oct. 9, 2024, 9:30 p.m. UTC
Changelog:
https://github.com/home-assistant-libs/pychromecast/releases/tag/14.0.2
---
 .../0001-Allow-newer-version-of-wheel-and-setuptools.patch    | 4 ++--
 ...-pychromecast_14.0.1.bb => python3-pychromecast_14.0.2.bb} | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-pychromecast_14.0.1.bb => python3-pychromecast_14.0.2.bb} (84%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-pychromecast/0001-Allow-newer-version-of-wheel-and-setuptools.patch b/meta-python/recipes-devtools/python/python3-pychromecast/0001-Allow-newer-version-of-wheel-and-setuptools.patch
index 447f67907..3d5d043f1 100644
--- a/meta-python/recipes-devtools/python/python3-pychromecast/0001-Allow-newer-version-of-wheel-and-setuptools.patch
+++ b/meta-python/recipes-devtools/python/python3-pychromecast/0001-Allow-newer-version-of-wheel-and-setuptools.patch
@@ -1,4 +1,4 @@ 
-From 5ee73f91b7f13dd5c700c69e7fc43cecab5868da Mon Sep 17 00:00:00 2001
+From 41da1605df6d781bdf01c0ecefea88bba7758c21 Mon Sep 17 00:00:00 2001
 From: Tom Geelen <t.f.g.geelen@gmail.com>
 Date: Sun, 7 Apr 2024 22:39:35 +0000
 Subject: [PATCH] Allow newer version of wheel and setuptools
@@ -10,7 +10,7 @@  Signed-off-by: Tom Geelen <t.f.g.geelen@gmail.com>
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/pyproject.toml b/pyproject.toml
-index 56df5bd..17ca62d 100644
+index 545297e..84a92c2 100644
 --- a/pyproject.toml
 +++ b/pyproject.toml
 @@ -1,5 +1,5 @@
diff --git a/meta-python/recipes-devtools/python/python3-pychromecast_14.0.1.bb b/meta-python/recipes-devtools/python/python3-pychromecast_14.0.2.bb
similarity index 84%
rename from meta-python/recipes-devtools/python/python3-pychromecast_14.0.1.bb
rename to meta-python/recipes-devtools/python/python3-pychromecast_14.0.2.bb
index dee4bf6eb..5a51d2e13 100644
--- a/meta-python/recipes-devtools/python/python3-pychromecast_14.0.1.bb
+++ b/meta-python/recipes-devtools/python/python3-pychromecast_14.0.2.bb
@@ -4,7 +4,7 @@  LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=b1dbd4e85f47b389bdadee9c694669f5"
 
 SRC_URI += "file://0001-Allow-newer-version-of-wheel-and-setuptools.patch"
-SRC_URI[sha256sum] = "e16e0a7f9488319191b8b4fa21ca0beb4bf12eeda5c9bf640241188f2bea0a3e"
+SRC_URI[sha256sum] = "092c65f421991bca565338bc61a0c14861c47e0f5c0a65919a5e93f02dfd071a"
 
 PYPI_PACKAGE = "PyChromecast"