diff mbox series

[meta-python,2/3] python3-pyperclip: Upgrade 1.9.0 -> 1.11.0

Message ID 20260121090241.2437885-2-leon.anavi@konsulko.com
State New
Headers show
Series [meta-python,1/3] python3-bumble: Upgrade 0.0.221 -> 0.0.223 | expand

Commit Message

Leon Anavi Jan. 21, 2026, 9:02 a.m. UTC
Upgrade to release 1.11.0:

- Mention Wayland in error message
- Update __init__.py

License-Update: Use LICENSE.txt

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 ...thon3-pyperclip_1.9.0.bb => python3-pyperclip_1.11.0.bb} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-pyperclip_1.9.0.bb => python3-pyperclip_1.11.0.bb} (55%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-pyperclip_1.9.0.bb b/meta-python/recipes-devtools/python/python3-pyperclip_1.11.0.bb
similarity index 55%
rename from meta-python/recipes-devtools/python/python3-pyperclip_1.9.0.bb
rename to meta-python/recipes-devtools/python/python3-pyperclip_1.11.0.bb
index 80af514fab..09c7fc8f86 100644
--- a/meta-python/recipes-devtools/python/python3-pyperclip_1.9.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pyperclip_1.11.0.bb
@@ -1,11 +1,11 @@ 
 DESCRIPTION = "A cross-platform clipboard module for Python. (only handles plain text for now)"
 HOMEPAGE = "https://github.com/asweigart/pyperclip"
 LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=d7dd4b0d1f7153322a546e89b5a0a632"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b6cd06fd72984ac1f8428337aec8cff7"
 
-SRC_URI[sha256sum] = "b7de0142ddc81bfc5c7507eea19da920b92252b548b96186caf94a5e2527d310"
+SRC_URI[sha256sum] = "244035963e4428530d9e3a6101a1ef97209c6825edab1567beac148ccc1db1b6"
 
-inherit pypi setuptools3
+inherit pypi python_setuptools_build_meta
 
 RDEPENDS:${PN} += " \
     python3-ctypes \