summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-03-04 19:10:22 +0800
committerKhem Raj <raj.khem@gmail.com>2023-03-04 10:41:27 -0800
commita9b3df38d21e7d5acf8d953a7cbbcb2e8672d9b7 (patch)
tree31c943ee20f3619a6caa34fe225215fcbc5c4f49 /meta-python
parentce57daa08fe3fb5d39eca6af0f9bc166a9dad726 (diff)
downloadmeta-openembedded-a9b3df38d21e7d5acf8d953a7cbbcb2e8672d9b7.tar.gz
python3-pydicti: upgrade 1.2.0 -> 1.2.1
Changelog: ========== fix incorrect behaviour of __or__ and __ior__, see #8 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-pydicti_1.2.1.bb (renamed from meta-python/recipes-devtools/python/python3-pydicti_1.2.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pydicti_1.2.0.bb b/meta-python/recipes-devtools/python/python3-pydicti_1.2.1.bb
index 18d3a0aa63..2363c29059 100644
--- a/meta-python/recipes-devtools/python/python3-pydicti_1.2.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pydicti_1.2.1.bb
@@ -3,6 +3,6 @@ HOMEPAGE = "https://github.com/coldfix/pydicti"
3LICENSE = "WTFPL" 3LICENSE = "WTFPL"
4LIC_FILES_CHKSUM = "file://COPYING;md5=389a9e29629d1f05e115f8f05c283df5" 4LIC_FILES_CHKSUM = "file://COPYING;md5=389a9e29629d1f05e115f8f05c283df5"
5 5
6SRC_URI[sha256sum] = "32d59407b3229b22702910bd10f53d46c330481b5aea7cce076630d661be9d1e" 6SRC_URI[sha256sum] = "63e0756ff27a335e92916ff40be589a21a58894b3a93099edf0f3cbf695690dc"
7 7
8inherit pypi setuptools3 8inherit pypi setuptools3