summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-extended/send2trash/python3-send2trash_1.8.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-send2trash: upgrade 1.8.0 -> 1.8.2Trevor Gamblin2023-07-251-11/+0
| | | | | | | | | | | | | | | | | | | | | - 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 <tgamblin@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-send2trash: add missing run-time dependenciesBartosz Golaszewski2023-06-061-0/+2
| | | | | | | Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-send2trash: set precise BSD licenseArmin Kuster2021-09-201-1/+1
| | | | | | | | "BSD" is ambiguous, use the precise licenses BSD-3-Clause Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-send2trash: Upgrade 1.7.1 -> 1.8.0Leon Anavi2021-08-161-0/+9
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 <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>