diff options
| author | Alejandro Enedino Hernandez Samaniego <alejandro@enedino.org> | 2021-04-16 18:48:35 -0600 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-04-30 14:37:25 +0100 |
| commit | d2f044b1829ed9f617138437268751828e56ce92 (patch) | |
| tree | 651bc1d0450b898376b5269cd9342ff030f1161d /meta/recipes-devtools/python/python3 | |
| parent | d652d25f2a2b237b312a7c2036424d3f1467a8a4 (diff) | |
| download | poky-d2f044b1829ed9f617138437268751828e56ce92.tar.gz | |
python3: Upgrade 3.9.2 -> 3.9.4
- Rebased patch 0001-test_locale.py-correct-the-test-output-format
Maintainer needs to sign CLA and resubmit
- configure now explicitly requires autoconf-archive to be present
(From OE-Core rev: 8c1473189f4439d2462130b3cface95dc251fe24)
Signed-off-by: Alejandro Enedino Hernandez Samaniego <alejandro@enedino.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 34cb8f2a2ed36ad929dca9055c96f2f843656b8f)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3')
| -rw-r--r-- | meta/recipes-devtools/python/python3/0001-test_locale.py-correct-the-test-output-format.patch | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/meta/recipes-devtools/python/python3/0001-test_locale.py-correct-the-test-output-format.patch b/meta/recipes-devtools/python/python3/0001-test_locale.py-correct-the-test-output-format.patch index 35b7e0c480..c3d1e06d00 100644 --- a/meta/recipes-devtools/python/python3/0001-test_locale.py-correct-the-test-output-format.patch +++ b/meta/recipes-devtools/python/python3/0001-test_locale.py-correct-the-test-output-format.patch | |||
| @@ -23,24 +23,24 @@ Before this patch: | |||
| 23 | 23 | ||
| 24 | Upstream-Status: Submitted [https://github.com/python/cpython/pull/15132] | 24 | Upstream-Status: Submitted [https://github.com/python/cpython/pull/15132] |
| 25 | 25 | ||
| 26 | |||
| 27 | Rebased for 3.9.4, still not accepted upstream Signed-off-by: Alejandro Hernandez <alejandro@enedino.org> | ||
| 28 | |||
| 26 | Signed-off-by: Mingli Yu <mingli.yu@windriver.com> | 29 | Signed-off-by: Mingli Yu <mingli.yu@windriver.com> |
| 27 | --- | 30 | --- |
| 28 | Lib/test/test_locale.py | 2 +- | 31 | Lib/test/test_locale.py | 2 +- |
| 29 | 1 file changed, 1 insertion(+), 1 deletion(-) | 32 | 1 file changed, 1 insertion(+), 1 deletion(-) |
| 30 | 33 | ||
| 31 | diff --git a/Lib/test/test_locale.py b/Lib/test/test_locale.py | 34 | Index: Python-3.9.4/Lib/test/test_locale.py |
| 32 | index e2c2178..558d63c 100644 | 35 | =================================================================== |
| 33 | --- a/Lib/test/test_locale.py | 36 | --- Python-3.9.4.orig/Lib/test/test_locale.py |
| 34 | +++ b/Lib/test/test_locale.py | 37 | +++ Python-3.9.4/Lib/test/test_locale.py |
| 35 | @@ -527,7 +527,7 @@ class TestMiscellaneous(unittest.TestCase): | 38 | @@ -562,7 +562,7 @@ class TestMiscellaneous(unittest.TestCas |
| 36 | self.skipTest('test needs Turkish locale') | 39 | self.skipTest('test needs Turkish locale') |
| 37 | loc = locale.getlocale(locale.LC_CTYPE) | 40 | loc = locale.getlocale(locale.LC_CTYPE) |
| 38 | if verbose: | 41 | if verbose: |
| 39 | - print('testing with %a' % (loc,), end=' ', flush=True) | 42 | - print('testing with %a' % (loc,), end=' ', flush=True) |
| 40 | + print('testing with %a...' % (loc,), end=' ', flush=True) | 43 | + print('testing with %a...' % (loc,), end=' ', flush=True) |
| 41 | locale.setlocale(locale.LC_CTYPE, loc) | 44 | try: |
| 42 | self.assertEqual(loc, locale.getlocale(locale.LC_CTYPE)) | 45 | locale.setlocale(locale.LC_CTYPE, loc) |
| 43 | 46 | except locale.Error as exc: | |
| 44 | -- | ||
| 45 | 2.7.4 | ||
| 46 | |||
