diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2020-10-05 14:55:03 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-10-07 08:42:29 -0700 |
| commit | d680ab4dfce87f0e729fb98628f31d7478ff6f83 (patch) | |
| tree | 253c2866326038ef7d4f41cd4d53e2a47f19f250 /meta-python/recipes-devtools/python/python3-nocasedict_1.0.1.bb | |
| parent | 1fa9a11c4242251bdb0370a816d16d527b1bc448 (diff) | |
| download | meta-openembedded-d680ab4dfce87f0e729fb98628f31d7478ff6f83.tar.gz | |
python3-nocasedict: Upgrade 1.0.0 -> 1.0.1
Upgrade to release 1.0.1:
- Test: Fixed issue with virtualenv raising AttributeError during
installtest on Python 3.4.
- Fixed UserWarning about unpreserved order of input items.
- Added checking for no expected warning. Adjusted a testcase to
accomodate the new check.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-nocasedict_1.0.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-nocasedict_1.0.1.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-nocasedict_1.0.1.bb b/meta-python/recipes-devtools/python/python3-nocasedict_1.0.1.bb new file mode 100644 index 0000000000..af5da52f68 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-nocasedict_1.0.1.bb | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | SUMMARY = "A case-insensitive ordered dictionary for Python" | ||
| 2 | HOMEPAGE = "https://github.com/pywbem/nocasedict" | ||
| 3 | LICENSE = "LGPLv2.1" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1803fa9c2c3ce8cb06b4861d75310742" | ||
| 5 | |||
| 6 | SRC_URI[md5sum] = "93e7f19f73c7cd56c36cd7535b6b9ab1" | ||
| 7 | SRC_URI[sha256sum] = "6e5d5bd11de33f93d22545d9ed23a0b98f840f2cdac0d749d2faa4617adc7772" | ||
| 8 | |||
| 9 | inherit pypi setuptools3 | ||
