summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2025-02-12 15:27:51 +0200
committerKhem Raj <raj.khem@gmail.com>2025-02-12 09:17:20 -0800
commite600145928000a5bb8c42254eb10e01d3c237db7 (patch)
treed8a4d8ec9e63da2d10056c646f178acae1e78c5b /meta-python
parent2acc4af5d0b38fea73bc64ccdd697448d7dae495 (diff)
downloadmeta-openembedded-e600145928000a5bb8c42254eb10e01d3c237db7.tar.gz
python3-git-pw: Upgrade 2.7.0 -> 2.7.1
Upgrade to release 2.7.1: - Don't decode error response bodies Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-git-pw_2.7.1.bb (renamed from meta-python/recipes-devtools/python/python3-git-pw_2.7.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-git-pw_2.7.0.bb b/meta-python/recipes-devtools/python/python3-git-pw_2.7.1.bb
index 07fd98ddd8..6308732f49 100644
--- a/meta-python/recipes-devtools/python/python3-git-pw_2.7.0.bb
+++ b/meta-python/recipes-devtools/python/python3-git-pw_2.7.1.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/getpatchwork/git-pw"
3LICENSE = "MIT" 3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=26e1a171d943c64f00c51f90c256b9d4" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=26e1a171d943c64f00c51f90c256b9d4"
5 5
6SRC_URI[sha256sum] = "99cb0b4a603386127c8205358d9780428a0468f8b1cb73ace804a5a466a28ef4" 6SRC_URI[sha256sum] = "f69c57aafd13d21d6fa604dff680c4f9113a8f31bf3f65dd663bad0e1839b0e1"
7PYPI_PACKAGE = "git_pw" 7PYPI_PACKAGE = "git_pw"
8 8
9inherit pypi python_setuptools_build_meta 9inherit pypi python_setuptools_build_meta