meta-openembedded/meta-python/recipes-devtools/python/python3-nocaselist_1.0.3.bb
Leon Anavi b3ccf4e3bc python3-nocaselist: Upgrade 1.0.2 -> 1.0.3
Upgrade to release 1.0.3:

- Test: Fixed issue with virtualenv raising AttributeError during
  installtest on Python 3.4.
- 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>
2020-10-07 08:43:06 -07:00

10 lines
369 B
BlitzBasic

SUMMARY = "A case-insensitive list for Python"
HOMEPAGE = "https://nocaselist.readthedocs.io/en/latest/"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
SRC_URI[md5sum] = "42ba878fd70611cf345c61edd83f5fb0"
SRC_URI[sha256sum] = "7e6decb7d85563b9044913c9087ef4b691bc3da4d7ad1d88968cdea409553326"
inherit pypi setuptools3