[edk2-devel] [edk2-libc Patch v3 5/5] AppPkg/Applications/Python: to update readme files in edk2-libc

Jayaprakash, N posted 5 patches 4 years, 1 month ago
Only 4 patches received!
[edk2-devel] [edk2-libc Patch v3 5/5] AppPkg/Applications/Python: to update readme files in edk2-libc
Posted by Jayaprakash, N 4 years, 1 month ago
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3589

This commit is to update references to py 2.7.10 in
StdLib/Readme.txt and  StdLibPrivateInternalFiles/ReadMe.txt
documents to py3.6.8.

Cc: Rebecca Cran <rebecca@nuviainc.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Signed-off-by: Jayaprakash N <n.jayaprakash@intel.com>
---
 StdLib/ReadMe.txt                     | 8 ++++----
 StdLibPrivateInternalFiles/ReadMe.txt | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/StdLib/ReadMe.txt b/StdLib/ReadMe.txt
index 200740a..5199692 100644
--- a/StdLib/ReadMe.txt
+++ b/StdLib/ReadMe.txt
@@ -1,8 +1,8 @@
                                      EADK
                   EDK II Standard Libraries and Applications
                                     ReadMe
-                                 Version 1.02
-                                 21 Dec. 2012
+                                 Version 1.03
+                                 29 Oct. 2021
 
 
 OVERVIEW
@@ -43,9 +43,9 @@ The EADK is comprised of three packages:
       Main     This application is functionally identical to Hello, except that
                it uses the Standard C Library to provide a main() entry point.
 
-      Python   A port of the Python-2.7.2 interpreter for UEFI.  Building this
+      Python   A port of the Python-3.6.8 interpreter for UEFI.  Building this
                application is disabled by default.
-               See the PythonReadMe.txt file, in the Python directory,
+               See the Py368ReadMe.txt file, in the Python\Python-3.6.8 directory,
                for information on configuring and building Python.
 
       Sockets  A collection of applications demonstrating use of the
diff --git a/StdLibPrivateInternalFiles/ReadMe.txt b/StdLibPrivateInternalFiles/ReadMe.txt
index 35e3b6a..424ee96 100644
--- a/StdLibPrivateInternalFiles/ReadMe.txt
+++ b/StdLibPrivateInternalFiles/ReadMe.txt
@@ -1,8 +1,8 @@
                                      EADK
                   EDK II Standard Libraries and Applications
                                     ReadMe
-                                 Version 1.02
-                                 21 Dec. 2012
+                                 Version 1.03
+                                 29 Oct. 2021
 
 
 OVERVIEW
@@ -43,9 +43,9 @@ The EADK is comprised of three packages:
       Main     This application is functionally identical to Hello, except that
                it uses the Standard C Library to provide a main() entry point.
 
-      Python   A port of the Python-2.7.2 interpreter for UEFI.  Building this
+      Python   A port of the Python-3.6.8 interpreter for UEFI.  Building this
                application is disabled by default.
-               See the PythonReadMe.txt file, in the Python directory,
+               See the Py368ReadMe.txt file, in the Python\Python-3.6.8 directory,
                for information on configuring and building Python.
 
       Sockets  A collection of applications demonstrating use of the
-- 
2.32.0.windows.2



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#82959): https://edk2.groups.io/g/devel/message/82959
Mute This Topic: https://groups.io/mt/86699023/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [edk2-devel] [edk2-libc Patch v3 5/5] AppPkg/Applications/Python: to update readme files in edk2-libc
Posted by Michael D Kinney 4 years, 1 month ago
Hi JP,

The updates to these 2 ReadMe.txt files is not complete and do not match the updated to AppPkg/ReadMe.txt.

There is an additional paragraph with Python 2.x references.

Mike



> -----Original Message-----
> From: Jayaprakash, N <n.jayaprakash@intel.com>
> Sent: Saturday, October 30, 2021 6:53 AM
> To: devel@edk2.groups.io
> Cc: Rebecca Cran <rebecca@nuviainc.com>; Kinney, Michael D <michael.d.kinney@intel.com>; Jayaprakash, N
> <n.jayaprakash@intel.com>
> Subject: [edk2-libc Patch v3 5/5] AppPkg/Applications/Python: to update readme files in edk2-libc
> 
> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3589
> 
> This commit is to update references to py 2.7.10 in
> StdLib/Readme.txt and  StdLibPrivateInternalFiles/ReadMe.txt
> documents to py3.6.8.
> 
> Cc: Rebecca Cran <rebecca@nuviainc.com>
> Cc: Michael D Kinney <michael.d.kinney@intel.com>
> Signed-off-by: Jayaprakash N <n.jayaprakash@intel.com>
> ---
>  StdLib/ReadMe.txt                     | 8 ++++----
>  StdLibPrivateInternalFiles/ReadMe.txt | 8 ++++----
>  2 files changed, 8 insertions(+), 8 deletions(-)
> 
> diff --git a/StdLib/ReadMe.txt b/StdLib/ReadMe.txt
> index 200740a..5199692 100644
> --- a/StdLib/ReadMe.txt
> +++ b/StdLib/ReadMe.txt
> @@ -1,8 +1,8 @@
>                                       EADK
>                    EDK II Standard Libraries and Applications
>                                      ReadMe
> -                                 Version 1.02
> -                                 21 Dec. 2012
> +                                 Version 1.03
> +                                 29 Oct. 2021
> 
> 
>  OVERVIEW
> @@ -43,9 +43,9 @@ The EADK is comprised of three packages:
>        Main     This application is functionally identical to Hello, except that
>                 it uses the Standard C Library to provide a main() entry point.
> 
> -      Python   A port of the Python-2.7.2 interpreter for UEFI.  Building this
> +      Python   A port of the Python-3.6.8 interpreter for UEFI.  Building this
>                 application is disabled by default.
> -               See the PythonReadMe.txt file, in the Python directory,
> +               See the Py368ReadMe.txt file, in the Python\Python-3.6.8 directory,
>                 for information on configuring and building Python.
> 
>        Sockets  A collection of applications demonstrating use of the
> diff --git a/StdLibPrivateInternalFiles/ReadMe.txt b/StdLibPrivateInternalFiles/ReadMe.txt
> index 35e3b6a..424ee96 100644
> --- a/StdLibPrivateInternalFiles/ReadMe.txt
> +++ b/StdLibPrivateInternalFiles/ReadMe.txt
> @@ -1,8 +1,8 @@
>                                       EADK
>                    EDK II Standard Libraries and Applications
>                                      ReadMe
> -                                 Version 1.02
> -                                 21 Dec. 2012
> +                                 Version 1.03
> +                                 29 Oct. 2021
> 
> 
>  OVERVIEW
> @@ -43,9 +43,9 @@ The EADK is comprised of three packages:
>        Main     This application is functionally identical to Hello, except that
>                 it uses the Standard C Library to provide a main() entry point.
> 
> -      Python   A port of the Python-2.7.2 interpreter for UEFI.  Building this
> +      Python   A port of the Python-3.6.8 interpreter for UEFI.  Building this
>                 application is disabled by default.
> -               See the PythonReadMe.txt file, in the Python directory,
> +               See the Py368ReadMe.txt file, in the Python\Python-3.6.8 directory,
>                 for information on configuring and building Python.
> 
>        Sockets  A collection of applications demonstrating use of the
> --
> 2.32.0.windows.2



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#83004): https://edk2.groups.io/g/devel/message/83004
Mute This Topic: https://groups.io/mt/86699023/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [edk2-devel] [edk2-libc Patch v3 5/5] AppPkg/Applications/Python: to update readme files in edk2-libc
Posted by Jayaprakash, N 4 years, 1 month ago
Hi Mike,

I didn’t notice this.
Will send an updated patch. 

Sorry for the inconvenience.

Regards,
JP

-----Original Message-----
From: Kinney, Michael D <michael.d.kinney@intel.com> 
Sent: 01 November 2021 21:59
To: Jayaprakash, N <n.jayaprakash@intel.com>; devel@edk2.groups.io; Kinney, Michael D <michael.d.kinney@intel.com>
Cc: Rebecca Cran <rebecca@nuviainc.com>
Subject: RE: [edk2-libc Patch v3 5/5] AppPkg/Applications/Python: to update readme files in edk2-libc

Hi JP,

The updates to these 2 ReadMe.txt files is not complete and do not match the updated to AppPkg/ReadMe.txt.

There is an additional paragraph with Python 2.x references.

Mike



> -----Original Message-----
> From: Jayaprakash, N <n.jayaprakash@intel.com>
> Sent: Saturday, October 30, 2021 6:53 AM
> To: devel@edk2.groups.io
> Cc: Rebecca Cran <rebecca@nuviainc.com>; Kinney, Michael D 
> <michael.d.kinney@intel.com>; Jayaprakash, N <n.jayaprakash@intel.com>
> Subject: [edk2-libc Patch v3 5/5] AppPkg/Applications/Python: to 
> update readme files in edk2-libc
> 
> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3589
> 
> This commit is to update references to py 2.7.10 in StdLib/Readme.txt 
> and  StdLibPrivateInternalFiles/ReadMe.txt
> documents to py3.6.8.
> 
> Cc: Rebecca Cran <rebecca@nuviainc.com>
> Cc: Michael D Kinney <michael.d.kinney@intel.com>
> Signed-off-by: Jayaprakash N <n.jayaprakash@intel.com>
> ---
>  StdLib/ReadMe.txt                     | 8 ++++----
>  StdLibPrivateInternalFiles/ReadMe.txt | 8 ++++----
>  2 files changed, 8 insertions(+), 8 deletions(-)
> 
> diff --git a/StdLib/ReadMe.txt b/StdLib/ReadMe.txt index 
> 200740a..5199692 100644
> --- a/StdLib/ReadMe.txt
> +++ b/StdLib/ReadMe.txt
> @@ -1,8 +1,8 @@
>                                       EADK
>                    EDK II Standard Libraries and Applications
>                                      ReadMe
> -                                 Version 1.02
> -                                 21 Dec. 2012
> +                                 Version 1.03
> +                                 29 Oct. 2021
> 
> 
>  OVERVIEW
> @@ -43,9 +43,9 @@ The EADK is comprised of three packages:
>        Main     This application is functionally identical to Hello, except that
>                 it uses the Standard C Library to provide a main() entry point.
> 
> -      Python   A port of the Python-2.7.2 interpreter for UEFI.  Building this
> +      Python   A port of the Python-3.6.8 interpreter for UEFI.  Building this
>                 application is disabled by default.
> -               See the PythonReadMe.txt file, in the Python directory,
> +               See the Py368ReadMe.txt file, in the 
> + Python\Python-3.6.8 directory,
>                 for information on configuring and building Python.
> 
>        Sockets  A collection of applications demonstrating use of the 
> diff --git a/StdLibPrivateInternalFiles/ReadMe.txt 
> b/StdLibPrivateInternalFiles/ReadMe.txt
> index 35e3b6a..424ee96 100644
> --- a/StdLibPrivateInternalFiles/ReadMe.txt
> +++ b/StdLibPrivateInternalFiles/ReadMe.txt
> @@ -1,8 +1,8 @@
>                                       EADK
>                    EDK II Standard Libraries and Applications
>                                      ReadMe
> -                                 Version 1.02
> -                                 21 Dec. 2012
> +                                 Version 1.03
> +                                 29 Oct. 2021
> 
> 
>  OVERVIEW
> @@ -43,9 +43,9 @@ The EADK is comprised of three packages:
>        Main     This application is functionally identical to Hello, except that
>                 it uses the Standard C Library to provide a main() entry point.
> 
> -      Python   A port of the Python-2.7.2 interpreter for UEFI.  Building this
> +      Python   A port of the Python-3.6.8 interpreter for UEFI.  Building this
>                 application is disabled by default.
> -               See the PythonReadMe.txt file, in the Python directory,
> +               See the Py368ReadMe.txt file, in the 
> + Python\Python-3.6.8 directory,
>                 for information on configuring and building Python.
> 
>        Sockets  A collection of applications demonstrating use of the
> --
> 2.32.0.windows.2



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#83015): https://edk2.groups.io/g/devel/message/83015
Mute This Topic: https://groups.io/mt/86699023/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [edk2-devel] [edk2-libc Patch v3 5/5] AppPkg/Applications/Python: to update readme files in edk2-libc
Posted by Jayaprakash, N 4 years, 1 month ago
Hi Mike,

Submitted the updated PR.

Regards,
JP

-----Original Message-----
From: Jayaprakash, N 
Sent: 02 November 2021 00:01
To: Kinney, Michael D <michael.d.kinney@intel.com>; devel@edk2.groups.io
Cc: Rebecca Cran <rebecca@nuviainc.com>
Subject: RE: [edk2-libc Patch v3 5/5] AppPkg/Applications/Python: to update readme files in edk2-libc

Hi Mike,

I didn’t notice this.
Will send an updated patch. 

Sorry for the inconvenience.

Regards,
JP

-----Original Message-----
From: Kinney, Michael D <michael.d.kinney@intel.com>
Sent: 01 November 2021 21:59
To: Jayaprakash, N <n.jayaprakash@intel.com>; devel@edk2.groups.io; Kinney, Michael D <michael.d.kinney@intel.com>
Cc: Rebecca Cran <rebecca@nuviainc.com>
Subject: RE: [edk2-libc Patch v3 5/5] AppPkg/Applications/Python: to update readme files in edk2-libc

Hi JP,

The updates to these 2 ReadMe.txt files is not complete and do not match the updated to AppPkg/ReadMe.txt.

There is an additional paragraph with Python 2.x references.

Mike



> -----Original Message-----
> From: Jayaprakash, N <n.jayaprakash@intel.com>
> Sent: Saturday, October 30, 2021 6:53 AM
> To: devel@edk2.groups.io
> Cc: Rebecca Cran <rebecca@nuviainc.com>; Kinney, Michael D 
> <michael.d.kinney@intel.com>; Jayaprakash, N <n.jayaprakash@intel.com>
> Subject: [edk2-libc Patch v3 5/5] AppPkg/Applications/Python: to 
> update readme files in edk2-libc
> 
> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3589
> 
> This commit is to update references to py 2.7.10 in StdLib/Readme.txt 
> and  StdLibPrivateInternalFiles/ReadMe.txt
> documents to py3.6.8.
> 
> Cc: Rebecca Cran <rebecca@nuviainc.com>
> Cc: Michael D Kinney <michael.d.kinney@intel.com>
> Signed-off-by: Jayaprakash N <n.jayaprakash@intel.com>
> ---
>  StdLib/ReadMe.txt                     | 8 ++++----
>  StdLibPrivateInternalFiles/ReadMe.txt | 8 ++++----
>  2 files changed, 8 insertions(+), 8 deletions(-)
> 
> diff --git a/StdLib/ReadMe.txt b/StdLib/ReadMe.txt index
> 200740a..5199692 100644
> --- a/StdLib/ReadMe.txt
> +++ b/StdLib/ReadMe.txt
> @@ -1,8 +1,8 @@
>                                       EADK
>                    EDK II Standard Libraries and Applications
>                                      ReadMe
> -                                 Version 1.02
> -                                 21 Dec. 2012
> +                                 Version 1.03
> +                                 29 Oct. 2021
> 
> 
>  OVERVIEW
> @@ -43,9 +43,9 @@ The EADK is comprised of three packages:
>        Main     This application is functionally identical to Hello, except that
>                 it uses the Standard C Library to provide a main() entry point.
> 
> -      Python   A port of the Python-2.7.2 interpreter for UEFI.  Building this
> +      Python   A port of the Python-3.6.8 interpreter for UEFI.  Building this
>                 application is disabled by default.
> -               See the PythonReadMe.txt file, in the Python directory,
> +               See the Py368ReadMe.txt file, in the
> + Python\Python-3.6.8 directory,
>                 for information on configuring and building Python.
> 
>        Sockets  A collection of applications demonstrating use of the 
> diff --git a/StdLibPrivateInternalFiles/ReadMe.txt
> b/StdLibPrivateInternalFiles/ReadMe.txt
> index 35e3b6a..424ee96 100644
> --- a/StdLibPrivateInternalFiles/ReadMe.txt
> +++ b/StdLibPrivateInternalFiles/ReadMe.txt
> @@ -1,8 +1,8 @@
>                                       EADK
>                    EDK II Standard Libraries and Applications
>                                      ReadMe
> -                                 Version 1.02
> -                                 21 Dec. 2012
> +                                 Version 1.03
> +                                 29 Oct. 2021
> 
> 
>  OVERVIEW
> @@ -43,9 +43,9 @@ The EADK is comprised of three packages:
>        Main     This application is functionally identical to Hello, except that
>                 it uses the Standard C Library to provide a main() entry point.
> 
> -      Python   A port of the Python-2.7.2 interpreter for UEFI.  Building this
> +      Python   A port of the Python-3.6.8 interpreter for UEFI.  Building this
>                 application is disabled by default.
> -               See the PythonReadMe.txt file, in the Python directory,
> +               See the Py368ReadMe.txt file, in the
> + Python\Python-3.6.8 directory,
>                 for information on configuring and building Python.
> 
>        Sockets  A collection of applications demonstrating use of the
> --
> 2.32.0.windows.2



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#83023): https://edk2.groups.io/g/devel/message/83023
Mute This Topic: https://groups.io/mt/86699023/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-