-
Notifications
You must be signed in to change notification settings - Fork 710
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue #280: firewalld rdepends on nftables-python but this runtime de… #281
Closed
wdobbe
wants to merge
1
commit into
openembedded:master
from
wdobbe:bug/issue280_firewalld_rdepends_nftables-python
Closed
Issue #280: firewalld rdepends on nftables-python but this runtime de… #281
wdobbe
wants to merge
1
commit into
openembedded:master
from
wdobbe:bug/issue280_firewalld_rdepends_nftables-python
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…s runtime dependency was missing in firewalld recipe. Signed-off-by: Winfried Dobbe <winfried.dobbe@xmsnet.nl>
wdobbe
force-pushed
the
bug/issue280_firewalld_rdepends_nftables-python
branch
from
September 25, 2020 15:25
8e64e0c
to
f46389a
Compare
it looks ok, commit msg is a bit out of order I have fixed it locally and soon push into |
applied with 9252472 |
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Jan 7, 2022
0001-install.sh-consider-multilib.patch removed since it is included in 1.5.0 Changelog: Issues for this release <https://github.com/bats-core/bats-core/pull/####> ========= Added: --------- new command line flags (openembedded#488) --verbose-run: Make run print $output by default -x, --trace: Print test commands as they are executed (like set -x)` --show-output-of-passing-tests: Print output of passing tests --print-output-on-failure: Automatically print the value of $output on failed tests --gather-test-outputs-in <directory>: Gather the output of failing and passing tests as files in directory Experimental: add return code checks to run via !/-<N> (openembedded#367, openembedded#507) install.sh and uninstall.sh take an optional second parameter for the lib folder name to allow for multilib install, e.g. into lib64 (openembedded#452) add run flag --keep-empty-lines to retain empty lines in ${lines[@]} (openembedded#224, a894fbf) add run flag --separate-stderr which also fills $stderr and $stderr_lines (openembedded#47, 5c9b173d, openembedded#507) Fixed: --------- don't glob run's $output when splitting into ${lines[@]} (openembedded#151, openembedded#152, openembedded#158, openembedded#156, openembedded#281, openembedded#289) remove empty line after test with pretty formatter on some terminals (openembedded#481) don't run setup_file/teardown_file on files without tests, e.g. due to filtering (openembedded#484) print final line without newline on Bash 3.2 for midtest (ERREXIT) failures too (openembedded#495, openembedded#145) abort with error on missing flock/shlock when running in parallel mode (openembedded#496) improved set -u test and fixed some unset variable accesses (openembedded#498, openembedded#501) shorten suite/file/test temporary folder paths to leave enough space even on restricted systems (openembedded#503) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Jul 5, 2022
Changelog: ========== * Updated translations * Fixed incorrect history with bits toggling openembedded#281 * Fixed crash when typing in variable popover openembedded#282 * Fixed incorrect libxml usage openembedded#283 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Jul 7, 2022
Changelog: ========== Handle ASGI lifespan when running with a secondary ASGI app openembedded#284 Update deprecated usage of asyncio.wait() openembedded#281 Better handling of queued WebSocket messages in uWSGI openembedded#256 Gracefully fail to decode empty packets openembedded#269 Only attempt to set an async signal handler once openembedded#276 Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Jul 7, 2022
Changelog: ========== Handle ASGI lifespan when running with a secondary ASGI app openembedded#284 Update deprecated usage of asyncio.wait() openembedded#281 Better handling of queued WebSocket messages in uWSGI openembedded#256 Gracefully fail to decode empty packets openembedded#269 Only attempt to set an async signal handler once openembedded#276 Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Feb 19, 2024
Changelog: ========= openembedded#281 - Treat EffectStatus.NO_EFFECT the same as None openembedded#262 - Allow a scene's palette to be absent Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Feb 20, 2024
* Add all tests/* to be more complete and also to help pytest find the tests (previously, no test cases were actually being run) * Sort RDEPENDS alphabetically * ptest now RDEPENDS on python3-pytest-lazy-fixtures (with the s) instead of python3-pytest-lazy-fixture (without the s) because of python3-pytest 8.0.0 compatability. * Rearrange the recipe a bit https://github.com/jazzband/prettytable/releases/tag/3.10.0 Added * Add support for Python 3.13 (openembedded#281) @hugovk Changed * Speedup: lazy imports and remove import (openembedded#276) @hugovk * Use GitHub Flavored Markdown for table formatting (openembedded#268) @mumblingMac * Use flake8-errmsg for friendlier tracebacks (openembedded#254) @hugovk * Replace Flake8 with Ruff (openembedded#278) @hugovk Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Feb 20, 2024
* Add all tests/* to be more complete and also to help pytest find the tests (previously, no test cases were actually being run) * Sort RDEPENDS alphabetically * ptest now RDEPENDS on python3-pytest-lazy-fixtures (with the s) instead of python3-pytest-lazy-fixture (without the s) because of python3-pytest 8.0.0 compatability. * Rearrange the recipe a bit https://github.com/jazzband/prettytable/releases/tag/3.10.0 Added * Add support for Python 3.13 (openembedded#281) @hugovk Changed * Speedup: lazy imports and remove import (openembedded#276) @hugovk * Use GitHub Flavored Markdown for table formatting (openembedded#268) @mumblingMac * Use flake8-errmsg for friendlier tracebacks (openembedded#254) @hugovk * Replace Flake8 with Ruff (openembedded#278) @hugovk Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Feb 20, 2024
Changelog: ========= openembedded#281 - Treat EffectStatus.NO_EFFECT the same as None openembedded#262 - Allow a scene's palette to be absent Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Feb 20, 2024
* Add all tests/* to be more complete and also to help pytest find the tests (previously, no test cases were actually being run) * Sort RDEPENDS alphabetically * ptest now RDEPENDS on python3-pytest-lazy-fixtures (with the s) instead of python3-pytest-lazy-fixture (without the s) because of python3-pytest 8.0.0 compatability. * Rearrange the recipe a bit https://github.com/jazzband/prettytable/releases/tag/3.10.0 Added * Add support for Python 3.13 (openembedded#281) @hugovk Changed * Speedup: lazy imports and remove import (openembedded#276) @hugovk * Use GitHub Flavored Markdown for table formatting (openembedded#268) @mumblingMac * Use flake8-errmsg for friendlier tracebacks (openembedded#254) @hugovk * Replace Flake8 with Ruff (openembedded#278) @hugovk Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issue #280: firewalld rdepends on nftables-python but this runtime dependency was missing in firewalld recipe.
This fixes #280.
Signed-off-by: Winfried Dobbe winfried.dobbe@xmsnet.nl