-
Notifications
You must be signed in to change notification settings - Fork 714
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
Update matplotlib 1.1.0 to 2.0.2 in morty #537
Comments
morty is dead, I will leave this upto @akuster to decide if he is ok with it |
dead and major version upgrades are usually rejected even for stable branches which are still activelly maintained. Why don't you put matplotlib_2.0.2.bb in some meta-backport-from-2017 layer if you cannot easily upgrade from morty release to something still supported? |
I was considering to do that, but first I wanted to try share my modifications with other developers. I will add this modification to my custom layer as you propose. Thank you. |
Changelog: ========= Added: ----- new flag --code-quote-style (and $BATS_CODE_QUOTE_STYLE) to customize quotes around code blocks in error output (openembedded#506) an example/regression test for running background tasks without blocking the test run (openembedded#525, openembedded#535) bats_load_library for loading libraries from the search path $BATS_LIB_PATH (openembedded#548) Fixed: ----- improved error trace for some broken cases (openembedded#279) removed leftover debug file /tmp/latch in selftest suite (single use latch) (openembedded#516) fix recurring errors on CTRL+C tests with NPM on Windows in selftest suite (openembedded#516) fixed leaking of local variables from debug trap (openembedded#520) don't mark FD3 output from teardown_file as <failure> in junit output (openembedded#532) fix unbound variable error with Bash pre 4.4 (openembedded#550) Documentation: -------------- remove links to defunct freenode IRC channel (openembedded#515) improved grammar (openembedded#534) fixed link to TAP spec (openembedded#537) Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]>
Changelog: ========= Added: ----- new flag --code-quote-style (and $BATS_CODE_QUOTE_STYLE) to customize quotes around code blocks in error output (openembedded#506) an example/regression test for running background tasks without blocking the test run (openembedded#525, openembedded#535) bats_load_library for loading libraries from the search path $BATS_LIB_PATH (openembedded#548) Fixed: ----- improved error trace for some broken cases (openembedded#279) removed leftover debug file /tmp/latch in selftest suite (single use latch) (openembedded#516) fix recurring errors on CTRL+C tests with NPM on Windows in selftest suite (openembedded#516) fixed leaking of local variables from debug trap (openembedded#520) don't mark FD3 output from teardown_file as <failure> in junit output (openembedded#532) fix unbound variable error with Bash pre 4.4 (openembedded#550) Documentation: -------------- remove links to defunct freenode IRC channel (openembedded#515) improved grammar (openembedded#534) fixed link to TAP spec (openembedded#537) Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]>
Changelog: ========= Added: ----- new flag --code-quote-style (and $BATS_CODE_QUOTE_STYLE) to customize quotes around code blocks in error output (openembedded#506) an example/regression test for running background tasks without blocking the test run (openembedded#525, openembedded#535) bats_load_library for loading libraries from the search path $BATS_LIB_PATH (openembedded#548) Fixed: ----- improved error trace for some broken cases (openembedded#279) removed leftover debug file /tmp/latch in selftest suite (single use latch) (openembedded#516) fix recurring errors on CTRL+C tests with NPM on Windows in selftest suite (openembedded#516) fixed leaking of local variables from debug trap (openembedded#520) don't mark FD3 output from teardown_file as <failure> in junit output (openembedded#532) fix unbound variable error with Bash pre 4.4 (openembedded#550) Documentation: -------------- remove links to defunct freenode IRC channel (openembedded#515) improved grammar (openembedded#534) fixed link to TAP spec (openembedded#537) Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]>
Changelog: ========= Added: ----- new flag --code-quote-style (and $BATS_CODE_QUOTE_STYLE) to customize quotes around code blocks in error output (#506) an example/regression test for running background tasks without blocking the test run (#525, #535) bats_load_library for loading libraries from the search path $BATS_LIB_PATH (#548) Fixed: ----- improved error trace for some broken cases (#279) removed leftover debug file /tmp/latch in selftest suite (single use latch) (#516) fix recurring errors on CTRL+C tests with NPM on Windows in selftest suite (#516) fixed leaking of local variables from debug trap (#520) don't mark FD3 output from teardown_file as <failure> in junit output (#532) fix unbound variable error with Bash pre 4.4 (#550) Documentation: -------------- remove links to defunct freenode IRC channel (#515) improved grammar (#534) fixed link to TAP spec (#537) Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]>
Hello guys,
I am using (quite aging)
morty
branch of this repository. There ismatplotlib
version 1.1.0 which does not compile correctly. To workaround this problem I cherry-pick commit 10c8c39 every time I checkout the repository. Would you consider to include this commit inmorty
?Thank you in advance!
Klasyc
The text was updated successfully, but these errors were encountered: