[layerindex-web][PATCH 0/6] Patches from mailing list and fixes


Tim Orling
 

This series catches up on some patches that had already been sent to
the mailing list, just re-iterating them here exactly as they will be
merged, as well as a couple new patches.

A big "Thank You!" to Robert Yang for sharing fixes that Wind River was carrying
internally.

One new patch, sent on Michael Halstead's behalf, represents the current
production instance changes in order to meet the Python 3.8 minimum version
requirement for current bitbake.

One additional new patch replaces deprecated distutils usage (which was only
used for LooseVersion), with pkg_resources.parse_version instead.

The following changes since commit d8ab1beebeb5b49693b522d8618393620495bd74:

layerindex/utils.py: ignore 'core' in BBFILES_COLLECTIONS (2022-04-28 08:15:22 -0700)

are available in the Git repository at:

https://git.yoctoproject.org/layerindex-web timo/mailing-list-patches
http://git.yoctoproject.org/cgit.cgi/layerindex-web/log/?h=timo/mailing-list-patches

Michael Halstead (2):
Dockerfile: add captcha dependencies
Dockerfile: switch to ubuntu:jammy for >python3.8

Robert Yang (3):
utils.py: Use get_layer_var() to get BBFILE_COLLECTIONS
admin.py: Remove has_delete_permission()
utils.py: Fix for is_commit_ancestor()

Tim Orling (1):
global: replace deprecated distutils

Dockerfile | 23 ++++++++++++-----------
layerindex/admin.py | 17 -----------------
layerindex/recipedesc.py | 1 -
layerindex/tools/import_classic.py | 1 -
layerindex/tools/import_otherdistro.py | 1 -
layerindex/update.py | 4 ++--
layerindex/update_layer.py | 6 +++---
layerindex/utils.py | 20 +++++++++++---------
layerindex/views.py | 6 ++----
rrs/tools/upgrade_history_internal.py | 4 ++--
10 files changed, 32 insertions(+), 51 deletions(-)

--
2.34.1