Skip to content

Commit 2b48864

Browse files
threexckraj
authored andcommitted
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 (openembedded#26, openembedded#41, openembedded#63) - win/legacy: tiny logic simplification by @BoboTiG in openembedded#77 - TravisCI is not used anymore by @sobolevn in openembedded#73 - fix(ci): Update to latest actions, fix python versions by @arsenetar in openembedded#78 1.8.1b0 - Add fallback to HOMETRASH when cross device errors happen in plat_other (openembedded#26, openembedded#41, openembedded#63) Signed-off-by: Trevor Gamblin <[email protected]> Signed-off-by: Khem Raj <[email protected]>
1 parent 6804adf commit 2b48864

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

meta-python/recipes-extended/send2trash/python3-send2trash_1.8.0.bb renamed to meta-python/recipes-extended/send2trash/python3-send2trash_1.8.2.bb

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@ SUMMARY = "Send file to trash natively under Mac OS X, Windows and Linux"
22
LICENSE = "BSD-3-Clause"
33
LIC_FILES_CHKSUM = "file://LICENSE;md5=a02659c2d5f4cc626e4dcf6504b865eb"
44

5-
inherit pypi setuptools3
5+
inherit pypi python_setuptools_build_meta
66

7-
SRC_URI[sha256sum] = "d2c24762fd3759860a0aff155e45871447ea58d2be6bdd39b5c8f966a0c99c2d"
7+
SRC_URI[sha256sum] = "c132d59fa44b9ca2b1699af5c86f57ce9f4c5eb56629d5d55fbb7a35f84e2312"
88

99
PYPI_PACKAGE = "Send2Trash"
1010

11-
RDEPENDS:${PN} += "python3-datetime"
11+
RDEPENDS:${PN} += "\
12+
python3-io \
13+
python3-datetime \
14+
"

0 commit comments

Comments
 (0)