public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH] pip-requirements.txt: Update extensions min version to 0.13.3
@ 2020-04-07  6:47 Zhang, Shenglei
  2020-04-07  6:47 ` [PATCH] .azurepiplines/pr-gate-steps.yml: Update python to 3.8.x for ci build Zhang, Shenglei
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Zhang, Shenglei @ 2020-04-07  6:47 UTC (permalink / raw)
  To: devel; +Cc: Sean Brogan, Bret Barkelew, Michael D Kinney, Liming Gao

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2616
Pytool extensions are locked on 0.12.x but extensions has
moved to 0.13.x. So update the pip-requirements.txt.

Cc: Sean Brogan <sean.brogan@microsoft.com>
Cc: Bret Barkelew <Bret.Barkelew@microsoft.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com>
---
 pip-requirements.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pip-requirements.txt b/pip-requirements.txt
index 6a41a95ec594..574dac43b1a6 100644
--- a/pip-requirements.txt
+++ b/pip-requirements.txt
@@ -9,8 +9,8 @@
 # https://pypi.org/project/pip/
 # https://pip.pypa.io/en/stable/user_guide/#requirements-files
 # https://pip.pypa.io/en/stable/reference/pip_install/#requirements-file-format
-#
+# https://www.python.org/dev/peps/pep-0440/#version-specifiers
 ##
 
 edk2-pytool-library==0.10.*
-edk2-pytool-extensions==0.12.*
+edk2-pytool-extensions~=0.13.3
-- 
2.18.0.windows.1


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

end of thread, other threads:[~2020-04-09  5:13 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-07  6:47 [PATCH] pip-requirements.txt: Update extensions min version to 0.13.3 Zhang, Shenglei
2020-04-07  6:47 ` [PATCH] .azurepiplines/pr-gate-steps.yml: Update python to 3.8.x for ci build Zhang, Shenglei
2020-04-07  7:52   ` [edk2-devel] " Liming Gao
2020-04-07 21:23     ` Bret Barkelew
2020-04-09  5:13   ` Michael Kubacki
2020-04-07  6:47 ` [PATCH] BaseTools/WindowsVsToolChain.py: Update toolchain plugin Zhang, Shenglei
2020-04-07 21:31   ` [EXTERNAL] [edk2-devel] " Bret Barkelew
2020-04-07  7:52 ` [edk2-devel] [PATCH] pip-requirements.txt: Update extensions min version to 0.13.3 Liming Gao
2020-04-07 21:24   ` Bret Barkelew
2020-04-09  3:22 ` Michael Kubacki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox