public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Desimone, Ashley E" <ashley.e.desimone@intel.com>
To: "Desimone, Nathaniel L" <nathaniel.l.desimone@intel.com>,
	"devel@edk2.groups.io" <devel@edk2.groups.io>
Cc: "Pandya, Puja" <puja.pandya@intel.com>,
	"Bjorge, Erik C" <erik.c.bjorge@intel.com>,
	Bret Barkelew <Bret.Barkelew@microsoft.com>
Subject: Re: [edk2-staging/EdkRepo] [PATCH 0/4] Update 3rd party dependencies
Date: Thu, 19 Mar 2020 19:44:12 +0000	[thread overview]
Message-ID: <4CF3A9EB60ABDA47BE7821A4DA3A0A3353D5B470@ORSMSX116.amr.corp.intel.com> (raw)
In-Reply-To: <20200319031636.2269-1-nathaniel.l.desimone@intel.com>

Can you elaborate on the poor situation regarding GitPython dependencies that you are working around? Additionally please update the appropriate documentation to reflect the updated EdkRepo dependencies.

Thanks,
Ashley 

-----Original Message-----
From: Desimone, Nathaniel L <nathaniel.l.desimone@intel.com> 
Sent: Wednesday, March 18, 2020 8:17 PM
To: devel@edk2.groups.io
Cc: Desimone, Ashley E <ashley.e.desimone@intel.com>; Pandya, Puja <puja.pandya@intel.com>; Bjorge, Erik C <erik.c.bjorge@intel.com>; Bret Barkelew <Bret.Barkelew@microsoft.com>
Subject: [edk2-staging/EdkRepo] [PATCH 0/4] Update 3rd party dependencies

This patch set updates the 3rd party dependencies used by EdkRepo to the latest versions available upstream at time of writing.

This patch set also updates the installer to handle the poor situation that the GitPython upstream maintainers have created with their own dependencies after the removal of support for Python 2.x.

Cc: Ashley DeSimone <ashley.e.desimone@intel.com>
Cc: Puja Pandya <puja.pandya@intel.com>
Cc: Erik Bjorge <erik.c.bjorge@intel.com>
Cc: Bret Barkelew <Bret.Barkelew@microsoft.com>
Signed-off-by: Nate DeSimone <nathaniel.l.desimone@intel.com>

Nate DeSimone (4):
  EdkRepo: Installer should remove obsolete dependencies
  EdkRepo: Remove old 3rd party dependencies
  EdkRepo: Add new 3rd party dependencies
  EdkRepo: Update 3rd party packages in installer config

 .../EdkRepoInstaller/InstallWorker.cs         |  30 ++++++++-
 edkrepo_installer/EdkRepoInstallerConfig.xml  |  10 +--
 .../GitPython-2.1.11-py2.py3-none-any.whl     | Bin 448094 -> 0 bytes
 .../Vendor/GitPython-3.1.0-py3-none-any.whl   | Bin 0 -> 450716 bytes
 ...hl => colorama-0.4.3-py2.py3-none-any.whl} | Bin 15471 -> 15931 bytes
 .../Vendor/gitdb-4.0.2-py3-none-any.whl       | Bin 0 -> 63571 bytes
 .../Vendor/gitdb2-2.0.5-py2.py3-none-any.whl  | Bin 62555 -> 0 bytes
 .../Vendor/smmap-3.0.1-py2.py3-none-any.whl   | Bin 0 -> 25412 bytes
 .../Vendor/smmap2-2.0.5-py2.py3-none-any.whl  | Bin 24242 -> 0 bytes
 edkrepo_installer/linux-scripts/install.py    |  58 ++++++++++++------
 10 files changed, 71 insertions(+), 27 deletions(-)  delete mode 100644 edkrepo_installer/Vendor/GitPython-2.1.11-py2.py3-none-any.whl
 create mode 100644 edkrepo_installer/Vendor/GitPython-3.1.0-py3-none-any.whl
 rename edkrepo_installer/Vendor/{colorama-0.4.1-py2.py3-none-any.whl => colorama-0.4.3-py2.py3-none-any.whl} (50%)  create mode 100644 edkrepo_installer/Vendor/gitdb-4.0.2-py3-none-any.whl
 delete mode 100644 edkrepo_installer/Vendor/gitdb2-2.0.5-py2.py3-none-any.whl
 create mode 100644 edkrepo_installer/Vendor/smmap-3.0.1-py2.py3-none-any.whl
 delete mode 100644 edkrepo_installer/Vendor/smmap2-2.0.5-py2.py3-none-any.whl

--
2.24.0.windows.2


      parent reply	other threads:[~2020-03-19 19:44 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-19  3:16 [edk2-staging/EdkRepo] [PATCH 0/4] Update 3rd party dependencies Nate DeSimone
2020-03-19  3:16 ` [PATCH 1/4] EdkRepo: Installer should remove obsolete dependencies Nate DeSimone
2020-03-19 19:32   ` Desimone, Ashley E
2020-03-19 19:44     ` Bret Barkelew
2020-03-19 21:00       ` Nate DeSimone
2020-03-20 20:21         ` Desimone, Ashley E
2020-03-20 22:06           ` Bret Barkelew
2020-03-21 21:56             ` Nate DeSimone
2020-03-22 18:18               ` Bret Barkelew
2020-03-19  3:16 ` [edk2-staging/EdkRepo] [PATCH 2/4] EdkRepo: Remove old 3rd party dependencies Nate DeSimone
2020-03-19 16:48   ` Bjorge, Erik C
2020-03-19 19:39   ` Desimone, Ashley E
2020-03-19  3:16 ` [edk2-staging/EdkRepo] [PATCH 3/4] EdkRepo: Add new " Nate DeSimone
2020-03-19 16:49   ` Bjorge, Erik C
2020-03-19 19:40   ` Desimone, Ashley E
2020-03-19  3:16 ` [edk2-staging/EdkRepo] [PATCH 4/4] EdkRepo: Update 3rd party packages in installer config Nate DeSimone
2020-03-19 16:52   ` Bjorge, Erik C
2020-03-19 19:42   ` Desimone, Ashley E
2020-03-19 19:44 ` Desimone, Ashley E [this message]

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-list 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=4CF3A9EB60ABDA47BE7821A4DA3A0A3353D5B470@ORSMSX116.amr.corp.intel.com \
    --to=devel@edk2.groups.io \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox