Skip to content

Commit

Permalink
python3-decouple: upgrade 3.6 -> 3.7
Browse files Browse the repository at this point in the history
Changelog:
Fix Csv cast hanging with default=None, now returning an empty list. (openembedded#149)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
  • Loading branch information
wangmingyu84 authored and kraj committed Jan 17, 2023
1 parent 8cc20dd commit 6986532
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ SECTION = "devel/python"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=a46375b26bb7d7603565d829a2a51782"

SRC_URI[sha256sum] = "2838cdf77a5cf127d7e8b339ce14c25bceb3af3e674e039d4901ba16359968c7"
SRC_URI[sha256sum] = "e88a8d6bdf3b07d471a854099e455e20a6fa7a4d6ecf8631b250e3db654336e6"

PYPI_PACKAGE = "python-decouple"

Expand Down

0 comments on commit 6986532

Please sign in to comment.