diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2026-01-05 12:47:23 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-01-05 18:16:18 -0800 |
| commit | 05103ac2c16e7f46db6707b553be44e8b8a82000 (patch) | |
| tree | 722c00b64bbe67b80d71662a3b2b717c2b2afb4e /meta-python | |
| parent | cef23383bf35f9a75b85406429a696a9e8a4932c (diff) | |
| download | meta-openembedded-05103ac2c16e7f46db6707b553be44e8b8a82000.tar.gz | |
python3-send2trash: Upgrade 1.8.3 -> 2.0.0
Upgrade to release 2.0.0:
- Drop suport for Python 2
- Fix test_trash_topdir failing on macOS
- Update source installation instructions
- Update gio implementation, don't use deprecated GObject.GError
License-Update: The license remains the same
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-extended/send2trash/python3-send2trash_2.0.0.bb (renamed from meta-python/recipes-extended/send2trash/python3-send2trash_1.8.3.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-python/recipes-extended/send2trash/python3-send2trash_1.8.3.bb b/meta-python/recipes-extended/send2trash/python3-send2trash_2.0.0.bb index 89943095de..0bd89f887a 100644 --- a/meta-python/recipes-extended/send2trash/python3-send2trash_1.8.3.bb +++ b/meta-python/recipes-extended/send2trash/python3-send2trash_2.0.0.bb | |||
| @@ -1,12 +1,12 @@ | |||
| 1 | SUMMARY = "Send file to trash natively under Mac OS X, Windows and Linux" | 1 | SUMMARY = "Send file to trash natively under Mac OS X, Windows and Linux" |
| 2 | LICENSE = "BSD-3-Clause" | 2 | LICENSE = "BSD-3-Clause" |
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=05faa35ba1ca10b723f19d286c9d5237" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a02659c2d5f4cc626e4dcf6504b865eb" |
| 4 | 4 | ||
| 5 | inherit pypi python_setuptools_build_meta | 5 | inherit pypi python_setuptools_build_meta |
| 6 | 6 | ||
| 7 | SRC_URI[sha256sum] = "b18e7a3966d99871aefeb00cfbcfdced55ce4871194810fc71f4aa484b953abf" | 7 | SRC_URI[sha256sum] = "1761421da3f9930bfe51ed7c45343948573383ad4c27e3acebc91be324e7770d" |
| 8 | 8 | ||
| 9 | PYPI_PACKAGE = "Send2Trash" | 9 | PYPI_PACKAGE = "send2trash" |
| 10 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" | 10 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" |
| 11 | 11 | ||
| 12 | RDEPENDS:${PN} += "\ | 12 | RDEPENDS:${PN} += "\ |
