From 39395174287b723bb55cab81a8d3ee0891f32a51 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Fri, 9 Apr 2021 19:31:01 +0300 Subject: python3-dotenv: Upgrade 0.13.0 -> 0.17.0 Upgrade to release 0.17.0: - Make dotenv get only show the value, not key=value - Add --override/--no-override option to dotenv run Signed-off-by: Leon Anavi Signed-off-by: Bruce Ashfield --- recipes-devtools/python/python3-dotenv_0.13.0.bb | 13 ------------- recipes-devtools/python/python3-dotenv_0.17.0.bb | 12 ++++++++++++ 2 files changed, 12 insertions(+), 13 deletions(-) delete mode 100644 recipes-devtools/python/python3-dotenv_0.13.0.bb create mode 100644 recipes-devtools/python/python3-dotenv_0.17.0.bb diff --git a/recipes-devtools/python/python3-dotenv_0.13.0.bb b/recipes-devtools/python/python3-dotenv_0.13.0.bb deleted file mode 100644 index e7644cb8..00000000 --- a/recipes-devtools/python/python3-dotenv_0.13.0.bb +++ /dev/null @@ -1,13 +0,0 @@ -HOMEPAGE = "https://github.com/pedroburon/dotenv" -SUMMARY = "Python Dot Env Handler" -DESCRIPTION = "Shell Command and Library to write and read .env like files." -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=55ee2c3471d386636a719c8ccac40b31" - -PYPI_PACKAGE = "python-dotenv" - -SRC_URI[md5sum] = "3dfde58c6a5fbd41292c4039a68f70f4" -SRC_URI[sha256sum] = "3b9909bc96b0edc6b01586e1eed05e71174ef4e04c71da5786370cebea53ad74" - -inherit pypi setuptools3 diff --git a/recipes-devtools/python/python3-dotenv_0.17.0.bb b/recipes-devtools/python/python3-dotenv_0.17.0.bb new file mode 100644 index 00000000..1fd13b70 --- /dev/null +++ b/recipes-devtools/python/python3-dotenv_0.17.0.bb @@ -0,0 +1,12 @@ +HOMEPAGE = "https://github.com/pedroburon/dotenv" +SUMMARY = "Python Dot Env Handler" +DESCRIPTION = "Shell Command and Library to write and read .env like files." +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=55ee2c3471d386636a719c8ccac40b31" + +PYPI_PACKAGE = "python-dotenv" + +SRC_URI[sha256sum] = "471b782da0af10da1a80341e8438fca5fadeba2881c54360d5fd8d03d03a4f4a" + +inherit pypi setuptools3 -- cgit v1.2.3-54-g00ecf