From da93aafcc541a6579f67537503d30908b5628fd1 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Wed, 12 Feb 2025 15:27:52 +0200 Subject: python3-whitenoise: Upgrade 6.8.2 -> 6.9.0 Upgrade to release 6.9.0: - Support Django 5.2. Signed-off-by: Leon Anavi Signed-off-by: Khem Raj --- .../python/python3-whitenoise_6.8.2.bb | 18 ------------------ .../python/python3-whitenoise_6.9.0.bb | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-whitenoise_6.8.2.bb create mode 100644 meta-python/recipes-devtools/python/python3-whitenoise_6.9.0.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-whitenoise_6.8.2.bb b/meta-python/recipes-devtools/python/python3-whitenoise_6.8.2.bb deleted file mode 100644 index baf0a4cc16..0000000000 --- a/meta-python/recipes-devtools/python/python3-whitenoise_6.8.2.bb +++ /dev/null @@ -1,18 +0,0 @@ -SUMMARY = "Radically simplified static file serving for WSGI applications" -HOMEPAGE = "https://whitenoise.evans.io" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=aba4901cc64e401cea5a267eac2a2e1e" - -PYPI_PACKAGE = "whitenoise" - -SRC_URI[sha256sum] = "486bd7267a375fa9650b136daaec156ac572971acc8bf99add90817a530dd1d4" - -inherit pypi python_setuptools_build_meta - -RDEPENDS:${PN}:append = " \ - python3-brotli \ - python3-coverage \ - python3-django \ - python3-pytest \ - python3-requests \ -" diff --git a/meta-python/recipes-devtools/python/python3-whitenoise_6.9.0.bb b/meta-python/recipes-devtools/python/python3-whitenoise_6.9.0.bb new file mode 100644 index 0000000000..5a6b495040 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-whitenoise_6.9.0.bb @@ -0,0 +1,18 @@ +SUMMARY = "Radically simplified static file serving for WSGI applications" +HOMEPAGE = "https://whitenoise.evans.io" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=aba4901cc64e401cea5a267eac2a2e1e" + +PYPI_PACKAGE = "whitenoise" + +SRC_URI[sha256sum] = "8c4a7c9d384694990c26f3047e118c691557481d624f069b7f7752a2f735d609" + +inherit pypi python_setuptools_build_meta + +RDEPENDS:${PN}:append = " \ + python3-brotli \ + python3-coverage \ + python3-django \ + python3-pytest \ + python3-requests \ +" -- cgit v1.2.3-54-g00ecf