summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-twisted_24.10.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-twisted: move appdirs from core packageGuðni Már Gilbert2024-11-191-3/+2
| | | | | | | | | | | | python3-appdirs is currently only a dependency when python3-twisted-conch is installed. I propose to remove python3-appdirs from python3-twisted-core such that it's not installed in the final image when python3-twisted-conch is not installed. Signed-off-by: Guðni Már Gilbert <gudni.m.g@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-twisted: remove do_install appendGuðni Már Gilbert2024-11-191-5/+0
| | | | | | | | It looks like it doesn't remove any files today. So I propose we simply remove this append to do_install to clean up the recipe Signed-off-by: Guðni Már Gilbert <gudni.m.g@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-twisted: upgrade 24.7.0 -> 24.10.0Guðni Már Gilbert2024-10-281-0/+177
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>