All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tim Orling <ticotimo@gmail.com>
To: yocto@lists.yoctoproject.org
Subject: [layerindex-web][PATCH 0/6] Patches from mailing list and fixes
Date: Fri, 16 Dec 2022 08:42:49 -0800	[thread overview]
Message-ID: <cover.1671208436.git.tim.orling@konsulko.com> (raw)

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



             reply	other threads:[~2022-12-16 16:43 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-16 16:42 Tim Orling [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1671208436.git.tim.orling@konsulko.com \
    --to=ticotimo@gmail.com \
    --cc=yocto@lists.yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.