diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2025-10-08 12:36:09 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-10-08 18:46:03 -0700 |
| commit | 17ddc60d2262e0376d54f80087cb517c11987583 (patch) | |
| tree | 3ce31e316d62552afefbe3d241de8259f51f6575 /meta-python/recipes-devtools/python | |
| parent | 628b06441f5ed8ade6be06f6a311844db63273a0 (diff) | |
| download | meta-openembedded-17ddc60d2262e0376d54f80087cb517c11987583.tar.gz | |
python3-beautifulsoup4: Upgrade 4.13.5 -> 4.14.2
Upgrade to release 4.14.2:
- Making ResultSet inherit from MutableSequence still resulted in
too many breaking changes in users of the library, so it was
reverted the ResultSet code back to where it was in 4.13.5 and
added tests of all known breaking behavior. [bug=2125906]
- Version 4.14.0 adds function overloading to the find_* methods to
make it easier to write type-safe Python.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-beautifulsoup4_4.14.2.bb (renamed from meta-python/recipes-devtools/python/python3-beautifulsoup4_4.13.5.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-beautifulsoup4_4.13.5.bb b/meta-python/recipes-devtools/python/python3-beautifulsoup4_4.14.2.bb index 43c861c6e0..d1222fe05b 100644 --- a/meta-python/recipes-devtools/python/python3-beautifulsoup4_4.13.5.bb +++ b/meta-python/recipes-devtools/python/python3-beautifulsoup4_4.14.2.bb | |||
| @@ -3,7 +3,7 @@ HOMEPAGE = " https://www.crummy.com/software/BeautifulSoup/bs4" | |||
| 3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=96e0034f7c9443910c486773aa1ed9ac" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=96e0034f7c9443910c486773aa1ed9ac" |
| 5 | 5 | ||
| 6 | SRC_URI[sha256sum] = "5e70131382930e7c3de33450a2f54a63d5e4b19386eab43a5b34d594268f3695" | 6 | SRC_URI[sha256sum] = "2a98ab9f944a11acee9cc848508ec28d9228abfd522ef0fad6a02a72e0ded69e" |
| 7 | 7 | ||
| 8 | inherit pypi python_hatchling | 8 | inherit pypi python_hatchling |
| 9 | 9 | ||
