diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2023-03-04 19:10:22 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-03-04 10:41:27 -0800 |
| commit | a9b3df38d21e7d5acf8d953a7cbbcb2e8672d9b7 (patch) | |
| tree | 31c943ee20f3619a6caa34fe225215fcbc5c4f49 /meta-python/recipes-devtools/python/python3-pydicti_1.2.1.bb | |
| parent | ce57daa08fe3fb5d39eca6af0f9bc166a9dad726 (diff) | |
| download | meta-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/recipes-devtools/python/python3-pydicti_1.2.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pydicti_1.2.1.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pydicti_1.2.1.bb b/meta-python/recipes-devtools/python/python3-pydicti_1.2.1.bb new file mode 100644 index 0000000000..2363c29059 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pydicti_1.2.1.bb | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | SUMMARY = "Case insensitive derivable dictionary" | ||
| 2 | HOMEPAGE = "https://github.com/coldfix/pydicti" | ||
| 3 | LICENSE = "WTFPL" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=389a9e29629d1f05e115f8f05c283df5" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "63e0756ff27a335e92916ff40be589a21a58894b3a93099edf0f3cbf695690dc" | ||
| 7 | |||
| 8 | inherit pypi setuptools3 | ||
