Re: [edk2-devel] [edk2-libc Patch 1/1] AppPkg/Applications/Python: Remove py2.7.2 support from edk2-libc

2021-10-27 Thread Jayaprakash, N
Hi Mike, Could you look into this PR? Regards, JP -Original Message- From: Jayaprakash, N Sent: 25 October 2021 22:10 To: Kinney, Michael D ; devel@edk2.groups.io Cc: Rebecca Cran Subject: RE: [edk2-devel] [edk2-libc Patch 1/1] AppPkg/Applications/Python: Remove py2.7.2 support from

Re: [edk2-devel] [edk2-libc Patch 1/1] AppPkg/Applications/Python: Remove py2.7.2 support from edk2-libc

2021-10-25 Thread Jayaprakash, N
- Document changes 2.7.10 Please review and do the needful. Regards, JP -Original Message- From: Kinney, Michael D Sent: 23 October 2021 22:40 To: Jayaprakash, N ; devel@edk2.groups.io; Kinney, Michael D Cc: Rebecca Cran Subject: RE: [edk2-devel] [edk2-libc Patch 1/1] AppPkg

[edk2-devel] [edk2-libc Patch v2 3/4] AppPkg/Applications/Python: to remove py2.7.10 support from edk2-libc

2021-10-25 Thread Jayaprakash, N
-=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#82658): https://edk2.groups.io/g/devel/message/82658 Mute This Topic: https://groups.io/mt/86581479/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe:

[edk2-devel] [edk2-libc Patch v2 4/4] AppPkg/Applications/Python: to remove py2.7.10 references from edk2-libc

2021-10-25 Thread Jayaprakash, N
Cran Cc: Michael D Kinney Signed-off-by: Jayaprakash N --- Readme.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Readme.md b/Readme.md index f0e9501..2d7690d 100644 --- a/Readme.md +++ b/Readme.md @@ -22,7 +22,6 @@ The majority of the content in the EDK II open source project uses

[edk2-devel] [edk2-libc Patch v2 1/4] AppPkg/Applications/Python: To remove the py2.7.2 uefi port code

2021-10-25 Thread Jayaprakash, N
-=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#82657): https://edk2.groups.io/g/devel/message/82657 Mute This Topic: https://groups.io/mt/86581350/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe:

[edk2-devel] [edk2-libc Patch v2 2/4] AppPkg/Applications/Python: to remove document references to py2.7.2

2021-10-25 Thread Jayaprakash, N
Signed-off-by: Jayaprakash N --- AppPkg/Applications/Python/PythonReadMe.txt | 237 AppPkg/ReadMe.txt | 22 +- Readme.md | 3 +- 3 files changed, 11 insertions(+), 251 deletions(-) delete mode 100644 AppPkg

[edk2-devel] [edk2-libc Patch v2 1/4] AppPkg/Applications/Python: To remove the py2.7.2 uefi port code

2021-10-25 Thread Jayaprakash, N
-=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#82655): https://edk2.groups.io/g/devel/message/82655 Mute This Topic: https://groups.io/mt/86581292/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe:

[edk2-devel] [edk2-libc Patch v2 1/4] AppPkg/Applications/Python: To remove the py2.7.2 uefi port code

2021-10-25 Thread Jayaprakash, N
-=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#82652): https://edk2.groups.io/g/devel/message/82652 Mute This Topic: https://groups.io/mt/86580320/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe:

Re: [edk2-devel] [edk2-libc Patch 1/1] AppPkg/Applications/Python: Remove py2.7.2 support from edk2-libc

2021-10-22 Thread Jayaprakash, N
Hi Mike, Could you look into this and let me know if there is anything else need to be done. Regards, JP -Original Message- From: Jayaprakash, N Sent: 20 October 2021 23:15 To: Kinney, Michael D ; devel@edk2.groups.io Cc: Rebecca Cran Subject: RE: [edk2-devel] [edk2-libc Patch 1/1

Re: [edk2-devel] [edk2-libc Patch 1/1] AppPkg/Applications/Python: Remove py2.7.2 support from edk2-libc

2021-10-20 Thread Jayaprakash, N
PythonReadme.txt // Readme file for Py 2.7.2 Let me know if there is anything else needed. Regards, JP -Original Message- From: Kinney, Michael D Sent: 20 October 2021 21:35 To: devel@edk2.groups.io; Jayaprakash, N ; Kinney, Michael D Cc: Rebecca Cran Subject: RE: [edk2-devel] [edk2

[edk2-devel] [edk2-libc Patch 1/1] AppPkg/Applications/Python: Remove py2.7.2 support from edk2-libc

2021-10-19 Thread Jayaprakash, N
-=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#82406): https://edk2.groups.io/g/devel/message/82406 Mute This Topic: https://groups.io/mt/86457669/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe:

[edk2-devel] [edk2-libc Patch 1/1] AppPkg/Applications/Python/Python3.6.8: add IA32 support for py3 package creation batch script

2021-10-13 Thread Jayaprakash, N
and IA32 builds as required by the user Cc: Rebecca Cran Cc: Michael D Kinney Signed-off-by: Jayaprakash N --- .../Python-3.6.8/create_python368_pkg.bat | 62 --- 1 file changed, 39 insertions(+), 23 deletions(-) diff --git a/AppPkg/Applications/Python/Python-3.6.8

[edk2-devel] [edk2-libc Patch v2 0/1] AppPkg/Applications/Python/Python3.6.8: add IA32 support for py3 package creation batch script

2021-10-13 Thread Jayaprakash, N
Jayaprakash Nevara (1): AppPkg/Applications/Python/Python3.6.8: add IA32 support for py3 package creation batch script .../Python-3.6.8/create_python368_pkg.bat | 62 --- 1 file changed, 39 insertions(+), 23 deletions(-) -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You

Re: [edk2-devel] [edk2-libc Patch 1/1] AppPkg/Applications/Python/Python3.6.8: add IA32 support for py3 package creation batch script

2021-10-03 Thread Jayaprakash, N
Hi Rebecca / Mike, Could you look into this? Regards, JP -Original Message- From: Jayaprakash, N Sent: 24 September 2021 13:34 To: devel@edk2.groups.io; rebe...@nuviainc.com Cc: Kinney, Michael D Subject: RE: [edk2-devel] [edk2-libc Patch 1/1] AppPkg/Applications/Python/Python3.6.8

Re: [edk2-devel] [edk2-libc Patch 1/1] AppPkg/Applications/Python/Python3.6.8: add IA32 support for py3 package creation batch script

2021-09-24 Thread Jayaprakash, N
Apologies, I have already shared the patch. I will take this input for future patches. Regards, JP -Original Message- From: devel@edk2.groups.io On Behalf Of Rebecca Cran Sent: 24 September 2021 00:02 To: Jayaprakash, N ; devel@edk2.groups.io Cc: Kinney, Michael D Subject: Re: [edk2

Re: [edk2-devel] [edk2-libc Patch 1/1] AppPkg/Applications/Python/Python3.6.8: add IA32 support for py3 package creation batch script

2021-09-22 Thread Jayaprakash, N
Thank you Rebecca. I have submitted the updated patch for review. Regards, JP -Original Message- From: Rebecca Cran Sent: 23 September 2021 06:59 To: Jayaprakash, N ; devel@edk2.groups.io Cc: Kinney, Michael D Subject: Re: [edk2-devel] [edk2-libc Patch 1/1] AppPkg/Applications/Python

Re: [edk2-devel] [edk2-libc Patch 1/1] AppPkg/Applications/Python/Python3.6.8: add IA32 support for py3 package creation batch script

2021-09-22 Thread Jayaprakash, N
Hi Rebecca, I have resubmitted the patch with the changes suggested. Thank you, JP -Original Message- From: devel@edk2.groups.io On Behalf Of Jayaprakash, N Sent: 22 September 2021 08:03 To: devel@edk2.groups.io; rebe...@nuviainc.com Cc: Kinney, Michael D Subject: Re: [edk2-devel

[edk2-devel] [edk2-libc Patch 1/1] AppPkg/Applications/Python/Python3.6.8: add IA32 support for py3 package creation batch script

2021-09-22 Thread Jayaprakash, N
and IA32 builds as required by the user Cc: Rebecca Cran Cc: Michael D Kinney Signed-off-by: Jayaprakash N --- .../Python-3.6.8/create_python368_pkg.bat | 62 --- 1 file changed, 39 insertions(+), 23 deletions(-) diff --git a/AppPkg/Applications/Python/Python-3.6.8

[edk2-devel] [edk2-libc Patch 0/1] AppPkg/Applications/Python/Python3.6.8: add IA32 support for py3 package creation batch script

2021-09-22 Thread Jayaprakash, N
Jayaprakash Nevara (1): AppPkg/Applications/Python/Python3.6.8: add IA32 support for py3 package creation batch script .../Python-3.6.8/create_python368_pkg.bat | 62 --- 1 file changed, 39 insertions(+), 23 deletions(-) -- 2.32.0.windows.2

Re: [edk2-devel] [edk2-libc Patch 1/1] AppPkg/Applications/Python/Python3.6.8: add IA32 support for py3 package creation batch script

2021-09-21 Thread Jayaprakash, N
Hi Rebecca, Can I resubmit the patch after making these changes in the same development branch or does it require creating a new branch? Regards, JP -Original Message- From: devel@edk2.groups.io On Behalf Of Rebecca Cran Sent: 21 September 2021 22:05 To: Jayaprakash, N ; devel@edk2

Re: [edk2-devel] [edk2-libc Patch 1/1] AppPkg/Applications/Python/Python3.6.8: add IA32 support for py3 package creation batch script

2021-09-21 Thread Jayaprakash, N
Hi Rebecca, This another patch submitted to add IA32 support for py3 UEFI package creation batch script. Would you be able to review and merge this change? Regards, JP -Original Message- From: devel@edk2.groups.io On Behalf Of Jayaprakash, N Sent: 19 September 2021 17:55 To: devel

[edk2-devel] [edk2-libc Patch 0/1] Add IA32 support for Py3 packaging script

2021-09-19 Thread Jayaprakash, N
Jayaprakash Nevara (1): AppPkg/Applications/Python/Python3.6.8: add IA32 support for py3 package creation batch script .../Python/Python-3.6.8/Py368ReadMe.txt | 4 +- .../Python-3.6.8/create_python368_pkg.bat | 62 --- 2 files changed, 41 insertions(+), 25

[edk2-devel] [edk2-libc Patch 1/1] AppPkg/Applications/Python/Python3.6.8: add IA32 support for py3 package creation batch script

2021-09-19 Thread Jayaprakash, N
and IA32 builds as required by the user Cc: Rebecca Cran Cc: Michael D Kinney Signed-off-by: Jayaprakash N --- .../Python/Python-3.6.8/Py368ReadMe.txt | 4 +- .../Python-3.6.8/create_python368_pkg.bat | 62 --- 2 files changed, 41 insertions(+), 25 deletions(-) diff --git

Re: [edk2-devel] [edk2-libc Patch 1/1] AppPkg/Applications/Python/Python3.6.8: add support for atexit builtin module in py 3.6.8

2021-09-15 Thread Jayaprakash, N
Hi Rebecca, This another patch submitted to add support for a built-in module "atexit" in Py 3.6.8 UEFI port. Would you be able to review and merge this change? Regards, JP -Original Message----- From: Jayaprakash, N Sent: 14 September 2021 20:58 To: devel@edk2.groups.io C

[edk2-devel] [edk2-libc Patch 1/1] AppPkg/Applications/Python/Python3.6.8: add support for atexit builtin module in py 3.6.8

2021-09-14 Thread Jayaprakash, N
3.6.8 interpreter. Tested the changes on IA32 and X64 emulators and it is working good. Cc: Rebecca Cran Cc: Michael D Kinney Signed-off-by: Jayaprakash N --- AppPkg/Applications/Python/Python-3.6.8/Py368ReadMe.txt | 1 + .../Python/Python-3.6.8/PyMod-3.6.8/Modules/config.c

[edk2-devel] [edk2-libc Patch 0/1] Python-3.6.8 add support for atexit builtin module

2021-09-14 Thread Jayaprakash, N
Jayaprakash Nevara (1): AppPkg/Applications/Python/Python-3.6.8: add support for atexit builtin module in py 3.6.8 AppPkg/Applications/Python/Python-3.6.8/Py368ReadMe.txt | 1 + .../Python/Python-3.6.8/PyMod-3.6.8/Modules/config.c| 2 ++

Re: [edk2-devel] [edk2-libc Patch 1/1] edk2-libc/Readme.md: Updated Readme.md with Python 3.6.8 License details

2021-09-09 Thread Jayaprakash, N
Hello Rebecca, Would you be able to review and merge this change? Regards, JP -Original Message- From: devel@edk2.groups.io On Behalf Of Jayaprakash, N Sent: 08 September 2021 22:24 To: devel@edk2.groups.io Cc: Rebecca Cran ; Kinney, Michael D Subject: [edk2-devel] [edk2-libc Patch 1

[edk2-devel] [edk2-libc Patch 1/1] edk2-libc/Readme.md: Updated Readme.md with Python 3.6.8 License details

2021-09-08 Thread Jayaprakash, N
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3611 This commit contains updates made to the Readme.md file of edk2-libc repo to add the Python 3.6.8 license at appropriate section in the file Cc: Rebecca Cran Cc: Michael D Kinney --- Readme.md | 1 + 1 file changed, 1 insertion(+) diff

[edk2-devel] [edk2-libc Patch 0/1] updated to Readme.md of edk2-libc with py 3.6.8 License file details

2021-09-08 Thread Jayaprakash, N
Jayaprakash Nevara (1): edk2-libc/Readme.md: Updated Readme.md with Python 3.6.8 License details Readme.md | 1 + 1 file changed, 1 insertion(+) -- 2.32.0.windows.2 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#80370):

<    1   2