summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/python/python3-apt_2.5.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-apt: upgrade 2.5.0 -> 2.5.2Wang Mingyu2023-02-081-17/+0
| | | | | | | | | | | | | | Changelog: ========== * Allow sources.list.d to not exist * Fix Debian templates to fix FTBFS/test failure. We copied the URI regex from the templated section, so they had {{0,1}}, but these sections had a fixed codename, so there's no expansion, so it needs to be {0,1} here. * Update mirror lists Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-apt: upgrade 2.3.0 -> 2.5.0Wang Mingyu2022-12-051-0/+17
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>