summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-extended/send2trash
Commit message (Collapse)AuthorAgeFilesLines
* python3-send2trash: upgrade 1.8.0 -> 1.8.2Trevor Gamblin2023-07-251-3/+6
| | | | | | | | | | | | | | | | | | | | | - 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-1/+1
| | | | | | | | | | | | 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>
* python3-send2trash: Upgrade 1.5.0 -> 1.7.1Leon Anavi2021-06-242-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 1.7.1: - Changed conditional for when to try to use pyobjc version - Add console_script entry point - Increased python CI versions - Fix minor issue in setup.py - Fix issue with windows tests importing modules on non-windows - Unit test cleanups, rewrites, and flake8 cleanups - Windows: Fix legacy windows platform for multi-byte unicode and add tests - macOS: Add alternative pyobjc version to potentially improve compatibility - Add main method which allows calling via python -m send2trash somefile - Windows: Add support for using IFileOperation when pywin32 is present on Vista and newer - Add support for passing multiple files at once in a list - Windows: Batch multi-file calls to improve performance - Windows: Fix issue with SHFileOperation failing silently when path is not found License-Update: License remains BSD-3-Clause License 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>
* python3-send2trash_ initial add 1.5.0Andreas Müller2021-01-271-0/+9
Currently it lives in: * meta-jupyter * meta-microcontroller Seems important so add it to meta-python Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>