diff mbox series

[meta-python,2/3] python3-soupsieve: Upgrade 2.5 -> 2.6

Message ID 20240814115435.808089-2-leon.anavi@konsulko.com
State Accepted
Headers show
Series [meta-python,1/3] python3-watchdog: Upgrade 4.0.1 -> 4.0.2 | expand

Commit Message

Leon Anavi Aug. 14, 2024, 11:54 a.m. UTC
Upgrade to release 2.6:

- Add official support for Python 3.13.
- Add support for & as scoping root per the CSS Nesting Module,
  Level 1. When & is used outside the context of nesting, it is
  treated as the scoping root (equivalent to :scope).
- Improve error message when an unrecognized pseudo-class is used.

License-Update: Update years.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 ...python3-soupsieve_2.5.bb => python3-soupsieve_2.6.bb} | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-soupsieve_2.5.bb => python3-soupsieve_2.6.bb} (66%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-soupsieve_2.5.bb b/meta-python/recipes-devtools/python/python3-soupsieve_2.6.bb
similarity index 66%
rename from meta-python/recipes-devtools/python/python3-soupsieve_2.5.bb
rename to meta-python/recipes-devtools/python/python3-soupsieve_2.6.bb
index d26a13dfb..6572a6845 100644
--- a/meta-python/recipes-devtools/python/python3-soupsieve_2.5.bb
+++ b/meta-python/recipes-devtools/python/python3-soupsieve_2.6.bb
@@ -2,15 +2,20 @@  SUMMARY = "CSS selector library for python-beautifulsoup4"
 HOMEPAGE = "https://github.com/facelessuser/soupsieve"
 
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE.md;md5=520586fa71ed2cbda50b4a8c89621e09"
+LIC_FILES_CHKSUM = "file://LICENSE.md;md5=1bdfa4c8e8b6830bcf8e78cba1669e4d"
 
-SRC_URI[sha256sum] = "5663d5a7b3bfaeee0bc4372e7fc48f9cff4940b3eec54a6451cc5299f1097690"
+SRC_URI[sha256sum] = "e2e68417777af359ec65daac1057404a3c8a5455bb8abc36f1a9866ab1a51abb"
 
 inherit pypi python_hatchling python_setuptools_build_meta ptest
 
 SRC_URI += " \
         file://run-ptest \
 "
+RDEPENDS:${PN} += " \
+    python3-core \
+    python3-datetime \
+    python3-beautifulsoup4 \
+"
 
 RDEPENDS:${PN}-ptest += " \
     python3-beautifulsoup4 \