summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Geelen <t.f.g.geelen@gmail.com>2024-04-15 19:49:28 +0000
committerKhem Raj <raj.khem@gmail.com>2024-04-15 21:01:20 -0700
commite191174390a5ba5aabd07c4e9d698d632236020f (patch)
treef4ff22af37331e2f4112c4092473eba8d234f017
parentd3a16ad4aec3f496484295bbdb1f3d661911e69b (diff)
downloadmeta-openembedded-e191174390a5ba5aabd07c4e9d698d632236020f.tar.gz
python3-pychromecast: upgrade 14.0.0 -> 14.0.1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/python3-pychromecast/0001-Allow-newer-version-of-wheel-and-setuptools.patch4
-rw-r--r--meta-python/recipes-devtools/python/python3-pychromecast_14.0.1.bb (renamed from meta-python/recipes-devtools/python/python3-pychromecast_14.0.0.bb)2
2 files changed, 3 insertions, 3 deletions
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 8825615de..447f67907 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 @@
1From e82caffe51b37c211f7f0cd60002fbc6b4e48d03 Mon Sep 17 00:00:00 2001 1From 5ee73f91b7f13dd5c700c69e7fc43cecab5868da Mon Sep 17 00:00:00 2001
2From: Tom Geelen <t.f.g.geelen@gmail.com> 2From: Tom Geelen <t.f.g.geelen@gmail.com>
3Date: Sun, 7 Apr 2024 22:39:35 +0000 3Date: Sun, 7 Apr 2024 22:39:35 +0000
4Subject: [PATCH] Allow newer version of wheel and setuptools 4Subject: [PATCH] Allow newer version of wheel and setuptools
@@ -10,7 +10,7 @@ Signed-off-by: Tom Geelen <t.f.g.geelen@gmail.com>
10 1 file changed, 1 insertion(+), 1 deletion(-) 10 1 file changed, 1 insertion(+), 1 deletion(-)
11 11
12diff --git a/pyproject.toml b/pyproject.toml 12diff --git a/pyproject.toml b/pyproject.toml
13index 0f19c71..d0ecf11 100644 13index 56df5bd..17ca62d 100644
14--- a/pyproject.toml 14--- a/pyproject.toml
15+++ b/pyproject.toml 15+++ b/pyproject.toml
16@@ -1,5 +1,5 @@ 16@@ -1,5 +1,5 @@
diff --git a/meta-python/recipes-devtools/python/python3-pychromecast_14.0.0.bb b/meta-python/recipes-devtools/python/python3-pychromecast_14.0.1.bb
index be5a3a97e..dee4bf6eb 100644
--- a/meta-python/recipes-devtools/python/python3-pychromecast_14.0.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pychromecast_14.0.1.bb
@@ -4,7 +4,7 @@ LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=b1dbd4e85f47b389bdadee9c694669f5" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=b1dbd4e85f47b389bdadee9c694669f5"
5 5
6SRC_URI += "file://0001-Allow-newer-version-of-wheel-and-setuptools.patch" 6SRC_URI += "file://0001-Allow-newer-version-of-wheel-and-setuptools.patch"
7SRC_URI[sha256sum] = "dc4f8b052e760a978da9b2568b79020cb79af608a026465f07544cffe43973cf" 7SRC_URI[sha256sum] = "e16e0a7f9488319191b8b4fa21ca0beb4bf12eeda5c9bf640241188f2bea0a3e"
8 8
9PYPI_PACKAGE = "PyChromecast" 9PYPI_PACKAGE = "PyChromecast"
10 10