diff options
author | Guðni Már Gilbert <gudni.m.g@gmail.com> | 2024-10-28 16:30:38 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-10-28 17:53:20 -0700 |
commit | a335a8ca424f4d5462b4cc5023f015db73d85f70 (patch) | |
tree | ff01f64acd731c6cf349e0563b93523d33468a0f /meta-python | |
parent | cbf1c7d312629515c55ad3cdf405ae08393d0f79 (diff) | |
download | meta-openembedded-a335a8ca424f4d5462b4cc5023f015db73d85f70.tar.gz |
python3-twisted: upgrade 24.7.0 -> 24.10.0
This release adds support for Python 3.13
Full changelog:
https://github.com/twisted/twisted/releases/tag/twisted-24.10.0
Signed-off-by: Guðni Már Gilbert <gudni.m.g@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-twisted_24.10.0.bb (renamed from meta-python/recipes-devtools/python/python3-twisted_24.7.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-twisted_24.7.0.bb b/meta-python/recipes-devtools/python/python3-twisted_24.10.0.bb index e0472d1d87..056ddf4286 100644 --- a/meta-python/recipes-devtools/python/python3-twisted_24.7.0.bb +++ b/meta-python/recipes-devtools/python/python3-twisted_24.10.0.bb | |||
@@ -6,7 +6,7 @@ HOMEPAGE = "https://twisted.org" | |||
6 | LICENSE = "MIT" | 6 | LICENSE = "MIT" |
7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c1c5d2c2493b848f83864bdedd67bbf5" | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c1c5d2c2493b848f83864bdedd67bbf5" |
8 | 8 | ||
9 | SRC_URI[sha256sum] = "5a60147f044187a127ec7da96d170d49bcce50c6fd36f594e60f4587eff4d394" | 9 | SRC_URI[sha256sum] = "02951299672595fea0f70fa2d5f7b5e3d56836157eda68859a6ad6492d36756e" |
10 | 10 | ||
11 | inherit pypi python_hatchling | 11 | inherit pypi python_hatchling |
12 | 12 | ||