From 29221c127474e3e9d20535f8034a092f01692d51 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Mon, 9 Aug 2021 16:42:27 +0300 Subject: python3-send2trash: Upgrade 1.7.1 -> 1.8.0 Upgrade to release 1.8.0: - Add compatibility with pathlib paths - Fix thread compatibility of modern windows implementation - Fix handling of UNC names in legacy windows implementation Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../recipes-extended/send2trash/python3-send2trash_1.7.1.bb | 9 --------- .../recipes-extended/send2trash/python3-send2trash_1.8.0.bb | 9 +++++++++ 2 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 meta-python/recipes-extended/send2trash/python3-send2trash_1.7.1.bb create mode 100644 meta-python/recipes-extended/send2trash/python3-send2trash_1.8.0.bb (limited to 'meta-python') diff --git a/meta-python/recipes-extended/send2trash/python3-send2trash_1.7.1.bb b/meta-python/recipes-extended/send2trash/python3-send2trash_1.7.1.bb deleted file mode 100644 index d3554c8031..0000000000 --- a/meta-python/recipes-extended/send2trash/python3-send2trash_1.7.1.bb +++ /dev/null @@ -1,9 +0,0 @@ -SUMMARY = "Send file to trash natively under Mac OS X, Windows and Linux" -LICENSE = "BSD" -LIC_FILES_CHKSUM = "file://LICENSE;md5=a02659c2d5f4cc626e4dcf6504b865eb" - -inherit pypi setuptools3 - -SRC_URI[sha256sum] = "17730aa0a33ab82ed6ca76be3bb25f0433d0014f1ccf63c979bab13a5b9db2b2" - -PYPI_PACKAGE = "Send2Trash" 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 new file mode 100644 index 0000000000..76f59e2853 --- /dev/null +++ b/meta-python/recipes-extended/send2trash/python3-send2trash_1.8.0.bb @@ -0,0 +1,9 @@ +SUMMARY = "Send file to trash natively under Mac OS X, Windows and Linux" +LICENSE = "BSD" +LIC_FILES_CHKSUM = "file://LICENSE;md5=a02659c2d5f4cc626e4dcf6504b865eb" + +inherit pypi setuptools3 + +SRC_URI[sha256sum] = "d2c24762fd3759860a0aff155e45871447ea58d2be6bdd39b5c8f966a0c99c2d" + +PYPI_PACKAGE = "Send2Trash" -- cgit 1.2.3-korg