All of lore.kernel.org
 help / color / mirror / Atom feed
* [layerindex-web][PATCH 0/6] Patches from mailing list and fixes
@ 2022-12-16 16:42 Tim Orling
  2022-12-16 16:42 ` [layerindex-web][PATCH 1/6] Dockerfile: add captcha dependencies Tim Orling
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Tim Orling @ 2022-12-16 16:42 UTC (permalink / raw)
  To: yocto

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



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-12-16 16:43 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-16 16:42 [layerindex-web][PATCH 0/6] Patches from mailing list and fixes Tim Orling
2022-12-16 16:42 ` [layerindex-web][PATCH 1/6] Dockerfile: add captcha dependencies Tim Orling
2022-12-16 16:42 ` [layerindex-web][PATCH 2/6] utils.py: Use get_layer_var() to get BBFILE_COLLECTIONS Tim Orling
2022-12-16 16:42 ` [layerindex-web][PATCH 3/6] admin.py: Remove has_delete_permission() Tim Orling
2022-12-16 16:42 ` [layerindex-web][PATCH 4/6] utils.py: Fix for is_commit_ancestor() Tim Orling
2022-12-16 16:42 ` [layerindex-web][PATCH 5/6] Dockerfile: switch to ubuntu:jammy for >python3.8 Tim Orling
2022-12-16 16:42 ` [layerindex-web][PATCH 6/6] global: replace deprecated distutils Tim Orling

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.