-
Notifications
You must be signed in to change notification settings - Fork 712
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
firewalld: upgrade 0.7.2 -> 0.7.3 #174
Closed
Closed
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
See full changelog https://github.com/firewalld/firewalld/releases/tag/v0.7.3 Signed-off-by: Pierre-Jean Texier <[email protected]>
Merged in 35832ff |
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
May 12, 2022
2022-05-04 2.5.0: ------------------- * add calculating of canonical Huffman codes 'util.canonical_huffman()' and decoding thereof 'util.canonical_decode()', see openembedded#173 * allow creating "Huffman codes" from frequency maps with a single symbol in 'util.huffman_code()' and 'util.canonical_huffman()', see openembedded#172 * allow bytes-like argument in '.frombytes()' and '.pack()' - previously, the arguments were limited to the 'bytes' object, see openembedded#174 * allow bytes-like arguments in 'util.deserialize()' * add official pyodide support * add [DEFLATE decompression](../examples/puff/) example * optimize '.bytereverse()' * optimize 'delslice()' for cases like 'del a[1:17:2]' when 'a' is large * fix 'examples/huffman/compress.py' to handle files with 0 or 1 characters, see also openembedded#172 * add 'skipIF' decorator for skipping tests * add test Signed-off-by: Zheng Ruoqin <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
May 14, 2022
2022-05-04 2.5.0: ------------------- * add calculating of canonical Huffman codes 'util.canonical_huffman()' and decoding thereof 'util.canonical_decode()', see openembedded#173 * allow creating "Huffman codes" from frequency maps with a single symbol in 'util.huffman_code()' and 'util.canonical_huffman()', see openembedded#172 * allow bytes-like argument in '.frombytes()' and '.pack()' - previously, the arguments were limited to the 'bytes' object, see openembedded#174 * allow bytes-like arguments in 'util.deserialize()' * add official pyodide support * add [DEFLATE decompression](../examples/puff/) example * optimize '.bytereverse()' * optimize 'delslice()' for cases like 'del a[1:17:2]' when 'a' is large * fix 'examples/huffman/compress.py' to handle files with 0 or 1 characters, see also openembedded#172 * add 'skipIF' decorator for skipping tests * add test Signed-off-by: Zheng Ruoqin <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Jan 11, 2023
Changelog: ========== Address changes of final V2 api release (openembedded#175) Use non-deprecated logging warn method (openembedded#174) Add support for smart_scene resource (openembedded#170) Add support for matter resource (openembedded#171) Fix: KeepAlive workaround causes Geofence to malfunction (openembedded#163) Fix: Missing repeated events for Philips Hue Tap Dial switch (openembedded#167) Fix error in log when an empty dict is received for an optional value (openembedded#164) Add sparkle effect to fix new Festavia lights (openembedded#165) Fix typo in discovery (openembedded#158) Pin github actions and add dependabot actions ecosystem (openembedded#151) Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Jan 11, 2023
Changelog: ========== Address changes of final V2 api release (openembedded#175) Use non-deprecated logging warn method (openembedded#174) Add support for smart_scene resource (openembedded#170) Add support for matter resource (openembedded#171) Fix: KeepAlive workaround causes Geofence to malfunction (openembedded#163) Fix: Missing repeated events for Philips Hue Tap Dial switch (openembedded#167) Fix error in log when an empty dict is received for an optional value (openembedded#164) Add sparkle effect to fix new Festavia lights (openembedded#165) Fix typo in discovery (openembedded#158) Pin github actions and add dependabot actions ecosystem (openembedded#151) Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Dec 21, 2023
Changelog fix(wheels): link libstdc++ statically on manylinux1 by @mayeut in openembedded#159 chore(wheels): link libstdc++/libgcc statically on musllinux by @mayeut in openembedded#160 chore: add Windows ARM support by @henryiii in openembedded#169 chore: continue testing with python 2.7 by @mayeut in openembedded#199 chore: move to setuptools_scm by @henryiii in openembedded#170 chore: switch to ruff by @henryiii in openembedded#174 chore: use trusted publisher deployment by @jcfr in openembedded#191 chore: use wheel tags cli by @mayeut in openembedded#84 ci: allow setting a version by @henryiii in openembedded#171 ci: cancel on repeated pushes by @henryiii in openembedded#177 Signed-off-by: Derek Straka <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Dec 21, 2023
Changelog fix(wheels): link libstdc++ statically on manylinux1 by @mayeut in openembedded#159 chore(wheels): link libstdc++/libgcc statically on musllinux by @mayeut in openembedded#160 chore: add Windows ARM support by @henryiii in openembedded#169 chore: continue testing with python 2.7 by @mayeut in openembedded#199 chore: move to setuptools_scm by @henryiii in openembedded#170 chore: switch to ruff by @henryiii in openembedded#174 chore: use trusted publisher deployment by @jcfr in openembedded#191 chore: use wheel tags cli by @mayeut in openembedded#84 ci: allow setting a version by @henryiii in openembedded#171 ci: cancel on repeated pushes by @henryiii in openembedded#177 Signed-off-by: Derek Straka <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Mar 19, 2024
Changelog: ========== -Fix mem_max_rss measurement on macOS -openembeddedgh-174: Support free-threading CPython by disabling psutil related features Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Mar 20, 2024
Changelog: ========== -Fix mem_max_rss measurement on macOS -openembeddedgh-174: Support free-threading CPython by disabling psutil related features Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Mar 20, 2024
Changelog: ========== -Fix mem_max_rss measurement on macOS -openembeddedgh-174: Support free-threading CPython by disabling psutil related features Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Jul 1, 2024
Changelog: ========== - Import os.link conditionally to fix importing on android. openembedded#175 - Remove spurious items from aiofiles.os.__all__ when running on Windows. - Switch to more modern async idioms: Remove types.coroutine and make AiofilesContextManager an awaitable instead a coroutine. - Add aiofiles.os.path.abspath and aiofiles.os.getcwd. openembedded#174 - aiofiles is now tested on Python 3.13 too. openembedded#184 - Dropped Python 3.7 support. If you require it, use version 23.2.1. Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]>
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.
See full changelog https://github.com/firewalld/firewalld/releases/tag/v0.7.3
Signed-off-by: Pierre-Jean Texier [email protected]