From 2b488648deb7a21f4923a79be45167a820da013f Mon Sep 17 00:00:00 2001 From: Trevor Gamblin Date: Tue, 25 Jul 2023 10:15:56 -0400 Subject: python3-send2trash: upgrade 1.8.0 -> 1.8.2 - Update build backend since they use a pyproject.toml file now. - Add python3-io to RDEPENDS so that the module can be imported. Changelog (https://github.com/arsenetar/send2trash/releases): 1.8.2 - Add fallback to HOMETRASH when cross device errors happen in plat_other (#26, #41, #63) - win/legacy: tiny logic simplification by @BoboTiG in #77 - TravisCI is not used anymore by @sobolevn in #73 - fix(ci): Update to latest actions, fix python versions by @arsenetar in #78 1.8.1b0 - Add fallback to HOMETRASH when cross device errors happen in plat_other (#26, #41, #63) Signed-off-by: Trevor Gamblin Signed-off-by: Khem Raj --- .../send2trash/python3-send2trash_1.8.0.bb | 11 ----------- .../send2trash/python3-send2trash_1.8.2.bb | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 11 deletions(-) delete mode 100644 meta-python/recipes-extended/send2trash/python3-send2trash_1.8.0.bb create mode 100644 meta-python/recipes-extended/send2trash/python3-send2trash_1.8.2.bb (limited to 'meta-python/recipes-extended') diff --git a/meta-python/recipes-extended/send2trash/python3-send2trash_1.8.0.bb b/meta-python/recipes-extended/send2trash/python3-send2trash_1.8.0.bb deleted file mode 100644 index a20b0194f8..0000000000 --- a/meta-python/recipes-extended/send2trash/python3-send2trash_1.8.0.bb +++ /dev/null @@ -1,11 +0,0 @@ -SUMMARY = "Send file to trash natively under Mac OS X, Windows and Linux" -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=a02659c2d5f4cc626e4dcf6504b865eb" - -inherit pypi setuptools3 - -SRC_URI[sha256sum] = "d2c24762fd3759860a0aff155e45871447ea58d2be6bdd39b5c8f966a0c99c2d" - -PYPI_PACKAGE = "Send2Trash" - -RDEPENDS:${PN} += "python3-datetime" diff --git a/meta-python/recipes-extended/send2trash/python3-send2trash_1.8.2.bb b/meta-python/recipes-extended/send2trash/python3-send2trash_1.8.2.bb new file mode 100644 index 0000000000..eac89e6297 --- /dev/null +++ b/meta-python/recipes-extended/send2trash/python3-send2trash_1.8.2.bb @@ -0,0 +1,14 @@ +SUMMARY = "Send file to trash natively under Mac OS X, Windows and Linux" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=a02659c2d5f4cc626e4dcf6504b865eb" + +inherit pypi python_setuptools_build_meta + +SRC_URI[sha256sum] = "c132d59fa44b9ca2b1699af5c86f57ce9f4c5eb56629d5d55fbb7a35f84e2312" + +PYPI_PACKAGE = "Send2Trash" + +RDEPENDS:${PN} += "\ + python3-io \ + python3-datetime \ +" -- cgit v1.2.3-54-g00ecf