diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2023-06-21 18:09:11 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-06-21 09:15:20 -0700 |
commit | be8c765c7c4ed48404da8fd8e813c9f3ab5ad415 (patch) | |
tree | 45fa8c8906c400a9bc25085ec91588d02fdf5c80 /meta-python/recipes-devtools/python | |
parent | 2393cd93ae1bb706744bae9185f2af74867950b8 (diff) | |
download | meta-openembedded-be8c765c7c4ed48404da8fd8e813c9f3ab5ad415.tar.gz |
*.patch: add Upstream-Status to all patches
There is new patch-status QA check in oe-core:
https://git.openembedded.org/openembedded-core/commit/?id=76a685bfcf927593eac67157762a53259089ea8a
This is temporary work around just to hide _many_ warnings from
optional patch-status (if you add it to WARN_QA).
This just added
Upstream-Status: Pending
everywhere without actually investigating what's the proper status.
This is just to hide current QA warnings and to catch new .patch files being
added without Upstream-Status, but the number of Pending patches is now terrible:
5 (26%) meta-xfce
6 (50%) meta-perl
15 (42%) meta-webserver
21 (36%) meta-gnome
25 (57%) meta-filesystems
26 (43%) meta-initramfs
45 (45%) meta-python
47 (55%) meta-multimedia
312 (63%) meta-networking
756 (61%) meta-oe
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
14 files changed, 28 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-flask-xstatic/remove-pip-requires.patch b/meta-python/recipes-devtools/python/python-flask-xstatic/remove-pip-requires.patch index a2d620ad06..ba06d670e3 100644 --- a/meta-python/recipes-devtools/python/python-flask-xstatic/remove-pip-requires.patch +++ b/meta-python/recipes-devtools/python/python-flask-xstatic/remove-pip-requires.patch | |||
@@ -1,3 +1,5 @@ | |||
1 | Upstream-Status: Pending | ||
2 | |||
1 | --- Flask-XStatic-0.0.1/setup.py.orig 2015-01-30 08:01:56.000000000 -0800 | 3 | --- Flask-XStatic-0.0.1/setup.py.orig 2015-01-30 08:01:56.000000000 -0800 |
2 | +++ Flask-XStatic-0.0.1/setup.py 2017-04-17 21:40:32.570181626 -0700 | 4 | +++ Flask-XStatic-0.0.1/setup.py 2017-04-17 21:40:32.570181626 -0700 |
3 | @@ -1,4 +1,3 @@ | 5 | @@ -1,4 +1,3 @@ |
diff --git a/meta-python/recipes-devtools/python/python3-bleak/0001-fix-poetry-version-compatibility.patch b/meta-python/recipes-devtools/python/python3-bleak/0001-fix-poetry-version-compatibility.patch index cc568146dd..051ebbe674 100644 --- a/meta-python/recipes-devtools/python/python3-bleak/0001-fix-poetry-version-compatibility.patch +++ b/meta-python/recipes-devtools/python/python3-bleak/0001-fix-poetry-version-compatibility.patch | |||
@@ -1,3 +1,5 @@ | |||
1 | Upstream-Status: Pending | ||
2 | |||
1 | --- a/pyproject.toml 2023-04-19 19:04:47.159474100 -0300 | 3 | --- a/pyproject.toml 2023-04-19 19:04:47.159474100 -0300 |
2 | +++ b/pyproject.toml 2023-05-04 08:08:12.289941765 -0300 | 4 | +++ b/pyproject.toml 2023-05-04 08:08:12.289941765 -0300 |
3 | @@ -31,15 +31,15 @@ | 5 | @@ -31,15 +31,15 @@ |
diff --git a/meta-python/recipes-devtools/python/python3-cmake/run-cmake-from-path.patch b/meta-python/recipes-devtools/python/python3-cmake/run-cmake-from-path.patch index 5c38fadce0..d4d2903d5e 100644 --- a/meta-python/recipes-devtools/python/python3-cmake/run-cmake-from-path.patch +++ b/meta-python/recipes-devtools/python/python3-cmake/run-cmake-from-path.patch | |||
@@ -1,3 +1,5 @@ | |||
1 | Upstream-Status: Pending | ||
2 | |||
1 | --- cmake-3.25.2/src/cmake/__init__.py.old 2023-03-10 09:40:43.582315753 +0100 | 3 | --- cmake-3.25.2/src/cmake/__init__.py.old 2023-03-10 09:40:43.582315753 +0100 |
2 | +++ cmake-3.25.2/src/cmake/__init__.py 2023-03-10 09:41:38.030874047 +0100 | 4 | +++ cmake-3.25.2/src/cmake/__init__.py 2023-03-10 09:41:38.030874047 +0100 |
3 | @@ -36,7 +36,7 @@ | 5 | @@ -36,7 +36,7 @@ |
diff --git a/meta-python/recipes-devtools/python/python3-eth-utils/0001-setup-don-t-use-setuptools-markdown.patch b/meta-python/recipes-devtools/python/python3-eth-utils/0001-setup-don-t-use-setuptools-markdown.patch index 3c3c5270a3..6584e60e1d 100644 --- a/meta-python/recipes-devtools/python/python3-eth-utils/0001-setup-don-t-use-setuptools-markdown.patch +++ b/meta-python/recipes-devtools/python/python3-eth-utils/0001-setup-don-t-use-setuptools-markdown.patch | |||
@@ -9,6 +9,8 @@ the dependencies. | |||
9 | 9 | ||
10 | Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> | 10 | Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> |
11 | --- | 11 | --- |
12 | Upstream-Status: Pending | ||
13 | |||
12 | setup.py | 2 -- | 14 | setup.py | 2 -- |
13 | 1 file changed, 2 deletions(-) | 15 | 1 file changed, 2 deletions(-) |
14 | 16 | ||
diff --git a/meta-python/recipes-devtools/python/python3-grpcio/abseil-ppc-fixes.patch b/meta-python/recipes-devtools/python/python3-grpcio/abseil-ppc-fixes.patch index c5fdcd63d2..3de3d0f083 100644 --- a/meta-python/recipes-devtools/python/python3-grpcio/abseil-ppc-fixes.patch +++ b/meta-python/recipes-devtools/python/python3-grpcio/abseil-ppc-fixes.patch | |||
@@ -10,6 +10,8 @@ Sourced from void linux | |||
10 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 10 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
11 | Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> | 11 | Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> |
12 | --- | 12 | --- |
13 | Upstream-Status: Pending | ||
14 | |||
13 | absl/base/internal/unscaledcycleclock.cc | 4 ++-- | 15 | absl/base/internal/unscaledcycleclock.cc | 4 ++-- |
14 | absl/base/internal/unscaledcycleclock.h | 3 ++- | 16 | absl/base/internal/unscaledcycleclock.h | 3 ++- |
15 | absl/debugging/internal/examine_stack.cc | 8 +++++++- | 17 | absl/debugging/internal/examine_stack.cc | 8 +++++++- |
diff --git a/meta-python/recipes-devtools/python/python3-grpcio/mips_bigendian.patch b/meta-python/recipes-devtools/python/python3-grpcio/mips_bigendian.patch index 775afa415c..088ce33fc5 100644 --- a/meta-python/recipes-devtools/python/python3-grpcio/mips_bigendian.patch +++ b/meta-python/recipes-devtools/python/python3-grpcio/mips_bigendian.patch | |||
@@ -1,3 +1,5 @@ | |||
1 | Upstream-Status: Pending | ||
2 | |||
1 | --- a/third_party/boringssl-with-bazel/src/include/openssl/base.h | 3 | --- a/third_party/boringssl-with-bazel/src/include/openssl/base.h |
2 | +++ b/third_party/boringssl-with-bazel/src/include/openssl/base.h | 4 | +++ b/third_party/boringssl-with-bazel/src/include/openssl/base.h |
3 | @@ -102,10 +102,10 @@ extern "C" { | 5 | @@ -102,10 +102,10 @@ extern "C" { |
diff --git a/meta-python/recipes-devtools/python/python3-kivy/0001-add-support-for-glesv2.patch b/meta-python/recipes-devtools/python/python3-kivy/0001-add-support-for-glesv2.patch index bb236b4195..0abc6c5c7e 100644 --- a/meta-python/recipes-devtools/python/python3-kivy/0001-add-support-for-glesv2.patch +++ b/meta-python/recipes-devtools/python/python3-kivy/0001-add-support-for-glesv2.patch | |||
@@ -1,3 +1,5 @@ | |||
1 | Upstream-Status: Pending | ||
2 | |||
1 | --- a/setup.py | 3 | --- a/setup.py |
2 | +++ b/setup.py | 4 | +++ b/setup.py |
3 | @@ -695,7 +695,18 @@ def determine_gl_flags(): | 5 | @@ -695,7 +695,18 @@ def determine_gl_flags(): |
diff --git a/meta-python/recipes-devtools/python/python3-pylint/0001-pyproject.toml-Remove-hard-coded-dependencies.patch b/meta-python/recipes-devtools/python/python3-pylint/0001-pyproject.toml-Remove-hard-coded-dependencies.patch index 267e4c30dd..7950e72077 100644 --- a/meta-python/recipes-devtools/python/python3-pylint/0001-pyproject.toml-Remove-hard-coded-dependencies.patch +++ b/meta-python/recipes-devtools/python/python3-pylint/0001-pyproject.toml-Remove-hard-coded-dependencies.patch | |||
@@ -5,6 +5,8 @@ Subject: [PATCH] pyproject.toml: Remove hard-coded dependencies | |||
5 | 5 | ||
6 | Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> | 6 | Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> |
7 | --- | 7 | --- |
8 | Upstream-Status: Pending | ||
9 | |||
8 | pyproject.toml | 2 +- | 10 | pyproject.toml | 2 +- |
9 | 1 file changed, 1 insertion(+), 1 deletion(-) | 11 | 1 file changed, 1 insertion(+), 1 deletion(-) |
10 | 12 | ||
diff --git a/meta-python/recipes-devtools/python/python3-rlp/0001-setup-don-t-use-setuptools-markdown.patch b/meta-python/recipes-devtools/python/python3-rlp/0001-setup-don-t-use-setuptools-markdown.patch index 643d296394..0ab012a982 100644 --- a/meta-python/recipes-devtools/python/python3-rlp/0001-setup-don-t-use-setuptools-markdown.patch +++ b/meta-python/recipes-devtools/python/python3-rlp/0001-setup-don-t-use-setuptools-markdown.patch | |||
@@ -9,6 +9,8 @@ dependencies. | |||
9 | 9 | ||
10 | Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> | 10 | Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> |
11 | --- | 11 | --- |
12 | Upstream-Status: Pending | ||
13 | |||
12 | setup.py | 2 -- | 14 | setup.py | 2 -- |
13 | 1 file changed, 2 deletions(-) | 15 | 1 file changed, 2 deletions(-) |
14 | 16 | ||
diff --git a/meta-python/recipes-devtools/python/python3-slip-dbus/9b939c0b534c1b7958fa0a3c7aedf30bca910431.patch b/meta-python/recipes-devtools/python/python3-slip-dbus/9b939c0b534c1b7958fa0a3c7aedf30bca910431.patch index b0e9d2215f..7080047b79 100644 --- a/meta-python/recipes-devtools/python/python3-slip-dbus/9b939c0b534c1b7958fa0a3c7aedf30bca910431.patch +++ b/meta-python/recipes-devtools/python/python3-slip-dbus/9b939c0b534c1b7958fa0a3c7aedf30bca910431.patch | |||
@@ -9,6 +9,8 @@ the collections module in Python 3.10. | |||
9 | https://docs.python.org/3.10/whatsnew/changelog.html#python-3-10-0-alpha-5 | 9 | https://docs.python.org/3.10/whatsnew/changelog.html#python-3-10-0-alpha-5 |
10 | https://bugs.python.org/issue37324 | 10 | https://bugs.python.org/issue37324 |
11 | --- | 11 | --- |
12 | Upstream-Status: Pending | ||
13 | |||
12 | slip/dbus/polkit.py | 6 +++--- | 14 | slip/dbus/polkit.py | 6 +++--- |
13 | slip/util/hookable.py | 6 +++--- | 15 | slip/util/hookable.py | 6 +++--- |
14 | 2 files changed, 6 insertions(+), 6 deletions(-) | 16 | 2 files changed, 6 insertions(+), 6 deletions(-) |
diff --git a/meta-python/recipes-devtools/python/python3-uinput/0001-setup-use-setuptools-instead-of-distutils.patch b/meta-python/recipes-devtools/python/python3-uinput/0001-setup-use-setuptools-instead-of-distutils.patch index 54a3c18676..b2e1b9cd82 100644 --- a/meta-python/recipes-devtools/python/python3-uinput/0001-setup-use-setuptools-instead-of-distutils.patch +++ b/meta-python/recipes-devtools/python/python3-uinput/0001-setup-use-setuptools-instead-of-distutils.patch | |||
@@ -7,6 +7,8 @@ The latter is deprecated, use setuptools instead. | |||
7 | 7 | ||
8 | Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> | 8 | Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> |
9 | --- | 9 | --- |
10 | Upstream-Status: Pending | ||
11 | |||
10 | setup.py | 2 +- | 12 | setup.py | 2 +- |
11 | 1 file changed, 1 insertion(+), 1 deletion(-) | 13 | 1 file changed, 1 insertion(+), 1 deletion(-) |
12 | 14 | ||
diff --git a/meta-python/recipes-devtools/python/python3-ujson/0001-setup.py-Do-not-strip-debugging-symbols.patch b/meta-python/recipes-devtools/python/python3-ujson/0001-setup.py-Do-not-strip-debugging-symbols.patch index 42cd99a895..8ba8ada556 100644 --- a/meta-python/recipes-devtools/python/python3-ujson/0001-setup.py-Do-not-strip-debugging-symbols.patch +++ b/meta-python/recipes-devtools/python/python3-ujson/0001-setup.py-Do-not-strip-debugging-symbols.patch | |||
@@ -8,6 +8,8 @@ bitbake build errors related to already-stripped. | |||
8 | 8 | ||
9 | Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> | 9 | Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> |
10 | --- | 10 | --- |
11 | Upstream-Status: Pending | ||
12 | |||
11 | setup.py | 8 +------- | 13 | setup.py | 8 +------- |
12 | 1 file changed, 1 insertion(+), 7 deletions(-) | 14 | 1 file changed, 1 insertion(+), 7 deletions(-) |
13 | 15 | ||
diff --git a/meta-python/recipes-devtools/python/python3-yappi/0001-Fix-imports-for-ptests.patch b/meta-python/recipes-devtools/python/python3-yappi/0001-Fix-imports-for-ptests.patch index 274f6f527b..476db4b7d0 100644 --- a/meta-python/recipes-devtools/python/python3-yappi/0001-Fix-imports-for-ptests.patch +++ b/meta-python/recipes-devtools/python/python3-yappi/0001-Fix-imports-for-ptests.patch | |||
@@ -5,6 +5,8 @@ Subject: [PATCH] Fix imports for tests | |||
5 | 5 | ||
6 | Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> | 6 | Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> |
7 | --- | 7 | --- |
8 | Upstream-Status: Pending | ||
9 | |||
8 | tests/test_asyncio.py | 2 +- | 10 | tests/test_asyncio.py | 2 +- |
9 | tests/test_asyncio_context_vars.py | 2 +- | 11 | tests/test_asyncio_context_vars.py | 2 +- |
10 | tests/test_functionality.py | 2 +- | 12 | tests/test_functionality.py | 2 +- |
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 index a9bf612db8..d40bd2b7cc 100644 --- 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 | |||
@@ -4,6 +4,8 @@ Date: Fri, 25 Nov 2022 15:58:03 +0300 | |||
4 | Subject: [PATCH 2/2] add 3.11 to the setup | 4 | Subject: [PATCH 2/2] add 3.11 to the setup |
5 | 5 | ||
6 | --- | 6 | --- |
7 | Upstream-Status: Pending | ||
8 | |||
7 | setup.py | 1 + | 9 | setup.py | 1 + |
8 | 1 file changed, 1 insertion(+) | 10 | 1 file changed, 1 insertion(+) |
9 | 11 | ||