diff options
author | Geoff Parker <geoffrey.parker@arthrex.com> | 2022-11-28 14:32:33 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-11-29 14:07:52 -0800 |
commit | 0844ca9af97621a6adca289572fd57f7d15433d5 (patch) | |
tree | 2fb6da793910782436f9d4a0ad68906c6bcb8041 /meta-python/recipes-devtools/python/python3-yappi/0002-add-3.11-to-the-setup.patch | |
parent | 4091a12ef94a5ede27d4c303d0eb2741499bb00f (diff) | |
download | meta-openembedded-0844ca9af97621a6adca289572fd57f7d15433d5.tar.gz |
python3-yappi: upgrade 1.3.6 -> 1.4.0, python 3.11 compatible
Update to 1.4.0 for python 3.11 compatibilty
Add patch to add upstream commit added after the release of 1.4.0
tarball. Adds python 3.11 to setup.py
Update 0001-Fix-imports-for-ptest.patch for patch fuzz and
removed hunk already in 1.4.0.
Signed-off-by: Geoff Parker <geoffrey.parker@arthrex.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-yappi/0002-add-3.11-to-the-setup.patch')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-yappi/0002-add-3.11-to-the-setup.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-yappi/0002-add-3.11-to-the-setup.patch b/meta-python/recipes-devtools/python/python3-yappi/0002-add-3.11-to-the-setup.patch new file mode 100644 index 0000000000..a9bf612db8 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-yappi/0002-add-3.11-to-the-setup.patch | |||
@@ -0,0 +1,24 @@ | |||
1 | From 38afdacf526410f970afc58e147c7377c6c7112c Mon Sep 17 00:00:00 2001 | ||
2 | From: =?UTF-8?q?S=C3=BCmer=20Cip?= <sumer.cip@platform.sh> | ||
3 | Date: Fri, 25 Nov 2022 15:58:03 +0300 | ||
4 | Subject: [PATCH 2/2] add 3.11 to the setup | ||
5 | |||
6 | --- | ||
7 | setup.py | 1 + | ||
8 | 1 file changed, 1 insertion(+) | ||
9 | |||
10 | diff --git a/setup.py b/setup.py | ||
11 | index d006787..96e2a66 100644 | ||
12 | --- a/setup.py | ||
13 | +++ b/setup.py | ||
14 | @@ -56,6 +56,7 @@ CLASSIFIERS = [ | ||
15 | 'Programming Language :: Python :: 3.8', | ||
16 | 'Programming Language :: Python :: 3.9', | ||
17 | 'Programming Language :: Python :: 3.10', | ||
18 | + 'Programming Language :: Python :: 3.11', | ||
19 | 'Programming Language :: Python :: Implementation :: CPython', | ||
20 | 'Operating System :: OS Independent', | ||
21 | 'Topic :: Software Development :: Libraries', | ||
22 | -- | ||
23 | 2.30.2 | ||
24 | |||