-
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
netperf: upgrade to 2.7.0+ with git version #58
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
The homepage of netperf has been moved to github. The original webpage www.netperf.org is redirected to github and tarballs are removed. So use git version of recipe instead. netperf 2.7.0 was released in July 2015 which is too old. So upgrade to latest commit of git repo which is on Nov 29, 2016. Signed-off-by: Kai Kang <[email protected]> Signed-off-by: Martin Jansa <[email protected]> Signed-off-by: Joe MacDonald <[email protected]> (cherry picked from commit f8e7e5a)
@akuster Please review this cherry-picked commit that fixes netperf download on Jethro. Thank you. |
Patches should be sent to openembedded-devel as described in README. |
halstead
pushed a commit
that referenced
this pull request
Apr 9, 2018
* Remove tests which require "-T" (taint) command line option * Remove tests which are inappropriate for on-target testing * Install "prove" to /usr/local/bin to avoid conflict with perl-misc Upstream release notes: 3.42 19-03-2018 - Enable rulesfile.t to run in core 3.41 27-02-2018 - Released 3.40_01 without code modifications 3.40_01 23-07-2017 - Return handle for pipes and sockets #58 (Erik Huelsmann) - TAP v13 plan allows trailing whitespace (Steffen Schwigon) - prove: add a --statefile=<path> option to customize the .prove file (Ævar Arnfjörð Bjarmason) - Avoid non-deterministic source handling, make a SourceHandler tie an error. (Michael Schwern, Leon Timmermans) - Fix and simplify MSWin32 colorization (Roy Ivy III) - Fix file source handler to accept single extensions option (Tomoki Aonuma) - Spelling fixes (Brian Wightman) Signed-off-by: Tim Orling <[email protected]> Signed-off-by: Armin Kuster <[email protected]>
halstead
pushed a commit
that referenced
this pull request
Apr 9, 2018
* Remove tests which require "-T" (taint) command line option * Remove tests which are inappropriate for on-target testing * Install "prove" to /usr/local/bin to avoid conflict with perl-misc Upstream release notes: 3.42 19-03-2018 - Enable rulesfile.t to run in core 3.41 27-02-2018 - Released 3.40_01 without code modifications 3.40_01 23-07-2017 - Return handle for pipes and sockets #58 (Erik Huelsmann) - TAP v13 plan allows trailing whitespace (Steffen Schwigon) - prove: add a --statefile=<path> option to customize the .prove file (Ævar Arnfjörð Bjarmason) - Avoid non-deterministic source handling, make a SourceHandler tie an error. (Michael Schwern, Leon Timmermans) - Fix and simplify MSWin32 colorization (Roy Ivy III) - Fix file source handler to accept single extensions option (Tomoki Aonuma) - Spelling fixes (Brian Wightman) Signed-off-by: Tim Orling <[email protected]> Signed-off-by: Armin Kuster <[email protected]>
halstead
pushed a commit
that referenced
this pull request
Apr 9, 2018
* Remove tests which require "-T" (taint) command line option * Remove tests which are inappropriate for on-target testing * Install "prove" to /usr/local/bin to avoid conflict with perl-misc Upstream release notes: 3.42 19-03-2018 - Enable rulesfile.t to run in core 3.41 27-02-2018 - Released 3.40_01 without code modifications 3.40_01 23-07-2017 - Return handle for pipes and sockets #58 (Erik Huelsmann) - TAP v13 plan allows trailing whitespace (Steffen Schwigon) - prove: add a --statefile=<path> option to customize the .prove file (Ævar Arnfjörð Bjarmason) - Avoid non-deterministic source handling, make a SourceHandler tie an error. (Michael Schwern, Leon Timmermans) - Fix and simplify MSWin32 colorization (Roy Ivy III) - Fix file source handler to accept single extensions option (Tomoki Aonuma) - Spelling fixes (Brian Wightman) Signed-off-by: Tim Orling <[email protected]> Signed-off-by: Armin Kuster <[email protected]>
anujm1
pushed a commit
to anujm1/meta-openembedded
that referenced
this pull request
Apr 9, 2018
* Remove tests which require "-T" (taint) command line option * Remove tests which are inappropriate for on-target testing * Install "prove" to /usr/local/bin to avoid conflict with perl-misc Upstream release notes: 3.42 19-03-2018 - Enable rulesfile.t to run in core 3.41 27-02-2018 - Released 3.40_01 without code modifications 3.40_01 23-07-2017 - Return handle for pipes and sockets openembedded#58 (Erik Huelsmann) - TAP v13 plan allows trailing whitespace (Steffen Schwigon) - prove: add a --statefile=<path> option to customize the .prove file (Ævar Arnfjörð Bjarmason) - Avoid non-deterministic source handling, make a SourceHandler tie an error. (Michael Schwern, Leon Timmermans) - Fix and simplify MSWin32 colorization (Roy Ivy III) - Fix file source handler to accept single extensions option (Tomoki Aonuma) - Spelling fixes (Brian Wightman) Signed-off-by: Tim Orling <[email protected]> Signed-off-by: Armin Kuster <[email protected]>
schnitzeltony
added a commit
to schnitzeltony/meta-openembedded
that referenced
this pull request
Feb 8, 2021
Build with meson 2.10.6 (stable) Build: * Meson build: Fix versioning on macOS (Tom Schoonjans) Pull request openembedded#65 Documentation: * sigc++/sigc++.h: Describe how to use libsigc++ with Meson (Kjell Ahlstedt) * Update links to the web page, now at libsigcplusplus.github.io/libsigcplusplus (Kjell Ahlstedt) 2.10.4 (stable) Build: * Meson build: Set default value of the 'warnings' option to 'min' (Kjell Ahlstedt) * NMake Makefiles: Several improvements (Chun-Wei Fan) Pull request openembedded#58 * docs/reference/: Update for Doxygen >= 1.8.16 (Kjell Ahlstedt) Documentation: * docs/manual/libsigc_manual.xml: Update signal and slot syntax (Kjell Ahlstedt) Issue openembedded#59 (Denis Washington) The tarball for 2.10.4 has been created with 'meson dist'. If you build with Autotools from the tarball, please read the relevant part of README. Signed-off-by: Andreas Müller <[email protected]>
schnitzeltony
added a commit
to schnitzeltony/meta-openembedded
that referenced
this pull request
Feb 8, 2021
Moved to meson build 3.24.3 (stable): The tarball for 3.24.3 has been created with 'meson dist'. If you build with Autotools from the tarball, please read the relevant part of the README file. Gtk: * Actionable::get_action_target_value(): Fix ref count (Kjell Ahlstedt) Documentation: * Improve the documentation of Gtk::Application::add_window() and Gtk::Window::set_application() (Kjell Ahlstedt) Issue openembedded#56 (Daniel Boles) * Gtk::Button::set_image(): Fix the documentation (Daniel Boles) Issue openembedded#58, merge request !22 * Gtk::TreeView::append_column(): Add code example (Pavlo Solntsev) Merge request !21 * README: Add instructions for building gtkmm (Kjell Ahlstedt) * Explain key values (Kjell Ahlstedt) Issue openembedded#6 (Mark Vender) Demos: * Don't use C++14 auto deduction (Daniel Boles) * Update the GLArea demo (similar to updates in gtk+) (Kjell Ahlstedt) * GLArea demo: Fix a crash (Kjell Ahlstedt) Issue openembedded#63 (Gerlof Fokkema) Tests: * Builder test: Test derived props declared in C++ (Daniel Boles) Merge request !23 Build: * Improve NMake support (Chun-wei Fan) * Fix Autotools build with X11 backend disabled (--enable-x11-backend=no) (Kjell Ahlstedt) * Use __declspec(dllexport) when building with Visual Studio (Chun-wei Fan) Merge request !25 * Add support for building gtkmm with Meson (Chun-wei Fan, Kjell Ahlstedt) Merge request !24, !26 * docs/reference/: Update for Doxygen >= 1.8.16 (Kjell Ahlstedt) Signed-off-by: Andreas Müller <[email protected]>
schnitzeltony
added a commit
to schnitzeltony/meta-openembedded
that referenced
this pull request
Feb 8, 2021
Build with meson 2.10.6 (stable) Build: * Meson build: Fix versioning on macOS (Tom Schoonjans) Pull request openembedded#65 Documentation: * sigc++/sigc++.h: Describe how to use libsigc++ with Meson (Kjell Ahlstedt) * Update links to the web page, now at libsigcplusplus.github.io/libsigcplusplus (Kjell Ahlstedt) 2.10.4 (stable) Build: * Meson build: Set default value of the 'warnings' option to 'min' (Kjell Ahlstedt) * NMake Makefiles: Several improvements (Chun-Wei Fan) Pull request openembedded#58 * docs/reference/: Update for Doxygen >= 1.8.16 (Kjell Ahlstedt) Documentation: * docs/manual/libsigc_manual.xml: Update signal and slot syntax (Kjell Ahlstedt) Issue openembedded#59 (Denis Washington) The tarball for 2.10.4 has been created with 'meson dist'. If you build with Autotools from the tarball, please read the relevant part of README. Signed-off-by: Andreas Müller <[email protected]>
schnitzeltony
added a commit
to schnitzeltony/meta-openembedded
that referenced
this pull request
Feb 8, 2021
Moved to meson build 3.24.3 (stable): The tarball for 3.24.3 has been created with 'meson dist'. If you build with Autotools from the tarball, please read the relevant part of the README file. Gtk: * Actionable::get_action_target_value(): Fix ref count (Kjell Ahlstedt) Documentation: * Improve the documentation of Gtk::Application::add_window() and Gtk::Window::set_application() (Kjell Ahlstedt) Issue openembedded#56 (Daniel Boles) * Gtk::Button::set_image(): Fix the documentation (Daniel Boles) Issue openembedded#58, merge request !22 * Gtk::TreeView::append_column(): Add code example (Pavlo Solntsev) Merge request !21 * README: Add instructions for building gtkmm (Kjell Ahlstedt) * Explain key values (Kjell Ahlstedt) Issue openembedded#6 (Mark Vender) Demos: * Don't use C++14 auto deduction (Daniel Boles) * Update the GLArea demo (similar to updates in gtk+) (Kjell Ahlstedt) * GLArea demo: Fix a crash (Kjell Ahlstedt) Issue openembedded#63 (Gerlof Fokkema) Tests: * Builder test: Test derived props declared in C++ (Daniel Boles) Merge request !23 Build: * Improve NMake support (Chun-wei Fan) * Fix Autotools build with X11 backend disabled (--enable-x11-backend=no) (Kjell Ahlstedt) * Use __declspec(dllexport) when building with Visual Studio (Chun-wei Fan) Merge request !25 * Add support for building gtkmm with Meson (Chun-wei Fan, Kjell Ahlstedt) Merge request !24, !26 * docs/reference/: Update for Doxygen >= 1.8.16 (Kjell Ahlstedt) Signed-off-by: Andreas Müller <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Feb 11, 2021
Build with meson 2.10.6 (stable) Build: * Meson build: Fix versioning on macOS (Tom Schoonjans) Pull request openembedded#65 Documentation: * sigc++/sigc++.h: Describe how to use libsigc++ with Meson (Kjell Ahlstedt) * Update links to the web page, now at libsigcplusplus.github.io/libsigcplusplus (Kjell Ahlstedt) 2.10.4 (stable) Build: * Meson build: Set default value of the 'warnings' option to 'min' (Kjell Ahlstedt) * NMake Makefiles: Several improvements (Chun-Wei Fan) Pull request openembedded#58 * docs/reference/: Update for Doxygen >= 1.8.16 (Kjell Ahlstedt) Documentation: * docs/manual/libsigc_manual.xml: Update signal and slot syntax (Kjell Ahlstedt) Issue openembedded#59 (Denis Washington) The tarball for 2.10.4 has been created with 'meson dist'. If you build with Autotools from the tarball, please read the relevant part of README. Signed-off-by: Andreas Müller <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Feb 11, 2021
Moved to meson build 3.24.3 (stable): The tarball for 3.24.3 has been created with 'meson dist'. If you build with Autotools from the tarball, please read the relevant part of the README file. Gtk: * Actionable::get_action_target_value(): Fix ref count (Kjell Ahlstedt) Documentation: * Improve the documentation of Gtk::Application::add_window() and Gtk::Window::set_application() (Kjell Ahlstedt) Issue openembedded#56 (Daniel Boles) * Gtk::Button::set_image(): Fix the documentation (Daniel Boles) Issue openembedded#58, merge request !22 * Gtk::TreeView::append_column(): Add code example (Pavlo Solntsev) Merge request !21 * README: Add instructions for building gtkmm (Kjell Ahlstedt) * Explain key values (Kjell Ahlstedt) Issue openembedded#6 (Mark Vender) Demos: * Don't use C++14 auto deduction (Daniel Boles) * Update the GLArea demo (similar to updates in gtk+) (Kjell Ahlstedt) * GLArea demo: Fix a crash (Kjell Ahlstedt) Issue openembedded#63 (Gerlof Fokkema) Tests: * Builder test: Test derived props declared in C++ (Daniel Boles) Merge request !23 Build: * Improve NMake support (Chun-wei Fan) * Fix Autotools build with X11 backend disabled (--enable-x11-backend=no) (Kjell Ahlstedt) * Use __declspec(dllexport) when building with Visual Studio (Chun-wei Fan) Merge request !25 * Add support for building gtkmm with Meson (Chun-wei Fan, Kjell Ahlstedt) Merge request !24, !26 * docs/reference/: Update for Doxygen >= 1.8.16 (Kjell Ahlstedt) Signed-off-by: Andreas Müller <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Feb 11, 2021
Build with meson 2.10.6 (stable) Build: * Meson build: Fix versioning on macOS (Tom Schoonjans) Pull request openembedded#65 Documentation: * sigc++/sigc++.h: Describe how to use libsigc++ with Meson (Kjell Ahlstedt) * Update links to the web page, now at libsigcplusplus.github.io/libsigcplusplus (Kjell Ahlstedt) 2.10.4 (stable) Build: * Meson build: Set default value of the 'warnings' option to 'min' (Kjell Ahlstedt) * NMake Makefiles: Several improvements (Chun-Wei Fan) Pull request openembedded#58 * docs/reference/: Update for Doxygen >= 1.8.16 (Kjell Ahlstedt) Documentation: * docs/manual/libsigc_manual.xml: Update signal and slot syntax (Kjell Ahlstedt) Issue openembedded#59 (Denis Washington) The tarball for 2.10.4 has been created with 'meson dist'. If you build with Autotools from the tarball, please read the relevant part of README. Signed-off-by: Andreas Müller <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Feb 11, 2021
Moved to meson build 3.24.3 (stable): The tarball for 3.24.3 has been created with 'meson dist'. If you build with Autotools from the tarball, please read the relevant part of the README file. Gtk: * Actionable::get_action_target_value(): Fix ref count (Kjell Ahlstedt) Documentation: * Improve the documentation of Gtk::Application::add_window() and Gtk::Window::set_application() (Kjell Ahlstedt) Issue openembedded#56 (Daniel Boles) * Gtk::Button::set_image(): Fix the documentation (Daniel Boles) Issue openembedded#58, merge request !22 * Gtk::TreeView::append_column(): Add code example (Pavlo Solntsev) Merge request !21 * README: Add instructions for building gtkmm (Kjell Ahlstedt) * Explain key values (Kjell Ahlstedt) Issue openembedded#6 (Mark Vender) Demos: * Don't use C++14 auto deduction (Daniel Boles) * Update the GLArea demo (similar to updates in gtk+) (Kjell Ahlstedt) * GLArea demo: Fix a crash (Kjell Ahlstedt) Issue openembedded#63 (Gerlof Fokkema) Tests: * Builder test: Test derived props declared in C++ (Daniel Boles) Merge request !23 Build: * Improve NMake support (Chun-wei Fan) * Fix Autotools build with X11 backend disabled (--enable-x11-backend=no) (Kjell Ahlstedt) * Use __declspec(dllexport) when building with Visual Studio (Chun-wei Fan) Merge request !25 * Add support for building gtkmm with Meson (Chun-wei Fan, Kjell Ahlstedt) Merge request !24, !26 * docs/reference/: Update for Doxygen >= 1.8.16 (Kjell Ahlstedt) Signed-off-by: Andreas Müller <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Feb 11, 2021
Build with meson 2.10.6 (stable) Build: * Meson build: Fix versioning on macOS (Tom Schoonjans) Pull request openembedded#65 Documentation: * sigc++/sigc++.h: Describe how to use libsigc++ with Meson (Kjell Ahlstedt) * Update links to the web page, now at libsigcplusplus.github.io/libsigcplusplus (Kjell Ahlstedt) 2.10.4 (stable) Build: * Meson build: Set default value of the 'warnings' option to 'min' (Kjell Ahlstedt) * NMake Makefiles: Several improvements (Chun-Wei Fan) Pull request openembedded#58 * docs/reference/: Update for Doxygen >= 1.8.16 (Kjell Ahlstedt) Documentation: * docs/manual/libsigc_manual.xml: Update signal and slot syntax (Kjell Ahlstedt) Issue openembedded#59 (Denis Washington) The tarball for 2.10.4 has been created with 'meson dist'. If you build with Autotools from the tarball, please read the relevant part of README. Signed-off-by: Andreas Müller <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Feb 11, 2021
Moved to meson build 3.24.3 (stable): The tarball for 3.24.3 has been created with 'meson dist'. If you build with Autotools from the tarball, please read the relevant part of the README file. Gtk: * Actionable::get_action_target_value(): Fix ref count (Kjell Ahlstedt) Documentation: * Improve the documentation of Gtk::Application::add_window() and Gtk::Window::set_application() (Kjell Ahlstedt) Issue openembedded#56 (Daniel Boles) * Gtk::Button::set_image(): Fix the documentation (Daniel Boles) Issue openembedded#58, merge request !22 * Gtk::TreeView::append_column(): Add code example (Pavlo Solntsev) Merge request !21 * README: Add instructions for building gtkmm (Kjell Ahlstedt) * Explain key values (Kjell Ahlstedt) Issue openembedded#6 (Mark Vender) Demos: * Don't use C++14 auto deduction (Daniel Boles) * Update the GLArea demo (similar to updates in gtk+) (Kjell Ahlstedt) * GLArea demo: Fix a crash (Kjell Ahlstedt) Issue openembedded#63 (Gerlof Fokkema) Tests: * Builder test: Test derived props declared in C++ (Daniel Boles) Merge request !23 Build: * Improve NMake support (Chun-wei Fan) * Fix Autotools build with X11 backend disabled (--enable-x11-backend=no) (Kjell Ahlstedt) * Use __declspec(dllexport) when building with Visual Studio (Chun-wei Fan) Merge request !25 * Add support for building gtkmm with Meson (Chun-wei Fan, Kjell Ahlstedt) Merge request !24, !26 * docs/reference/: Update for Doxygen >= 1.8.16 (Kjell Ahlstedt) Signed-off-by: Andreas Müller <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Feb 11, 2021
Moved to meson build 3.24.3 (stable): The tarball for 3.24.3 has been created with 'meson dist'. If you build with Autotools from the tarball, please read the relevant part of the README file. Gtk: * Actionable::get_action_target_value(): Fix ref count (Kjell Ahlstedt) Documentation: * Improve the documentation of Gtk::Application::add_window() and Gtk::Window::set_application() (Kjell Ahlstedt) Issue openembedded#56 (Daniel Boles) * Gtk::Button::set_image(): Fix the documentation (Daniel Boles) Issue openembedded#58, merge request !22 * Gtk::TreeView::append_column(): Add code example (Pavlo Solntsev) Merge request !21 * README: Add instructions for building gtkmm (Kjell Ahlstedt) * Explain key values (Kjell Ahlstedt) Issue openembedded#6 (Mark Vender) Demos: * Don't use C++14 auto deduction (Daniel Boles) * Update the GLArea demo (similar to updates in gtk+) (Kjell Ahlstedt) * GLArea demo: Fix a crash (Kjell Ahlstedt) Issue openembedded#63 (Gerlof Fokkema) Tests: * Builder test: Test derived props declared in C++ (Daniel Boles) Merge request !23 Build: * Improve NMake support (Chun-wei Fan) * Fix Autotools build with X11 backend disabled (--enable-x11-backend=no) (Kjell Ahlstedt) * Use __declspec(dllexport) when building with Visual Studio (Chun-wei Fan) Merge request !25 * Add support for building gtkmm with Meson (Chun-wei Fan, Kjell Ahlstedt) Merge request !24, !26 * docs/reference/: Update for Doxygen >= 1.8.16 (Kjell Ahlstedt) Signed-off-by: Andreas Müller <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Nov 1, 2021
This is the first Cycler feature release in some years. New features include: Added Cycler.by_key, which produces values by key (openembedded#26) Added Cycler.__contains__, which adds support for in checks (openembedded#34) Wheels now includes the LICENSE file (openembedded#48) The sdist now includes the LICENSE (openembedded#58) and tests (openembedded#32) Cycler no longer supports Python 2. Supported versions of Python are 3.6 and above. 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
Nov 1, 2021
This is the first Cycler feature release in some years. New features include: Added Cycler.by_key, which produces values by key (openembedded#26) Added Cycler.__contains__, which adds support for in checks (openembedded#34) Wheels now includes the LICENSE file (openembedded#48) The sdist now includes the LICENSE (openembedded#58) and tests (openembedded#32) Cycler no longer supports Python 2. Supported versions of Python are 3.6 and above. 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
Nov 1, 2021
This is the first Cycler feature release in some years. New features include: Added Cycler.by_key, which produces values by key (openembedded#26) Added Cycler.__contains__, which adds support for in checks (openembedded#34) Wheels now includes the LICENSE file (openembedded#48) The sdist now includes the LICENSE (openembedded#58) and tests (openembedded#32) Cycler no longer supports Python 2. Supported versions of Python are 3.6 and above. 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
Nov 1, 2021
This is the first Cycler feature release in some years. New features include: Added Cycler.by_key, which produces values by key (openembedded#26) Added Cycler.__contains__, which adds support for in checks (openembedded#34) Wheels now includes the LICENSE file (openembedded#48) The sdist now includes the LICENSE (openembedded#58) and tests (openembedded#32) Cycler no longer supports Python 2. Supported versions of Python are 3.6 and above. 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
Nov 2, 2021
This is the first Cycler feature release in some years. New features include: Added Cycler.by_key, which produces values by key (openembedded#26) Added Cycler.__contains__, which adds support for in checks (openembedded#34) Wheels now includes the LICENSE file (openembedded#48) The sdist now includes the LICENSE (openembedded#58) and tests (openembedded#32) Cycler no longer supports Python 2. Supported versions of Python are 3.6 and above. 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
Nov 2, 2021
This is the first Cycler feature release in some years. New features include: Added Cycler.by_key, which produces values by key (openembedded#26) Added Cycler.__contains__, which adds support for in checks (openembedded#34) Wheels now includes the LICENSE file (openembedded#48) The sdist now includes the LICENSE (openembedded#58) and tests (openembedded#32) Cycler no longer supports Python 2. Supported versions of Python are 3.6 and above. 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
Nov 2, 2021
This is the first Cycler feature release in some years. New features include: Added Cycler.by_key, which produces values by key (openembedded#26) Added Cycler.__contains__, which adds support for in checks (openembedded#34) Wheels now includes the LICENSE file (openembedded#48) The sdist now includes the LICENSE (openembedded#58) and tests (openembedded#32) Cycler no longer supports Python 2. Supported versions of Python are 3.6 and above. Signed-off-by: Zheng Ruoqin <[email protected]> Signed-off-by: Khem Raj <[email protected]>
halstead
pushed a commit
that referenced
this pull request
Nov 2, 2021
This is the first Cycler feature release in some years. New features include: Added Cycler.by_key, which produces values by key (#26) Added Cycler.__contains__, which adds support for in checks (#34) Wheels now includes the LICENSE file (#48) The sdist now includes the LICENSE (#58) and tests (#32) Cycler no longer supports Python 2. Supported versions of Python are 3.6 and above. Signed-off-by: Zheng Ruoqin <[email protected]> Signed-off-by: Khem Raj <[email protected]> Signed-off-by: Trevor Gamblin <[email protected]>
HerrMuellerluedenscheid
pushed a commit
to HerrMuellerluedenscheid/meta-openembedded
that referenced
this pull request
Jan 16, 2022
This is the first Cycler feature release in some years. New features include: Added Cycler.by_key, which produces values by key (openembedded#26) Added Cycler.__contains__, which adds support for in checks (openembedded#34) Wheels now includes the LICENSE file (openembedded#48) The sdist now includes the LICENSE (openembedded#58) and tests (openembedded#32) Cycler no longer supports Python 2. Supported versions of Python are 3.6 and above. Signed-off-by: Zheng Ruoqin <[email protected]> Signed-off-by: Khem Raj <[email protected]> Signed-off-by: Trevor Gamblin <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
May 27, 2022
1.3.5 (2022-05-20) - Fix an exception with matplotlib on Python 3.10 (openembedded#97) - Fix incorrect walltime when same coroutine is ran with concurrent tasks (openembedded#58) 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
May 27, 2022
1.3.5 (2022-05-20) - Fix an exception with matplotlib on Python 3.10 (openembedded#97) - Fix incorrect walltime when same coroutine is ran with concurrent tasks (openembedded#58) 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
May 27, 2022
1.3.5 (2022-05-20) - Fix an exception with matplotlib on Python 3.10 (openembedded#97) - Fix incorrect walltime when same coroutine is ran with concurrent tasks (openembedded#58) 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
May 28, 2022
1.3.5 (2022-05-20) - Fix an exception with matplotlib on Python 3.10 (openembedded#97) - Fix incorrect walltime when same coroutine is ran with concurrent tasks (openembedded#58) 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
May 28, 2022
1.3.5 (2022-05-20) - Fix an exception with matplotlib on Python 3.10 (openembedded#97) - Fix incorrect walltime when same coroutine is ran with concurrent tasks (openembedded#58) 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
May 28, 2022
1.3.5 (2022-05-20) - Fix an exception with matplotlib on Python 3.10 (openembedded#97) - Fix incorrect walltime when same coroutine is ran with concurrent tasks (openembedded#58) 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
May 28, 2022
1.3.5 (2022-05-20) - Fix an exception with matplotlib on Python 3.10 (openembedded#97) - Fix incorrect walltime when same coroutine is ran with concurrent tasks (openembedded#58) 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
May 29, 2022
1.3.5 (2022-05-20) - Fix an exception with matplotlib on Python 3.10 (openembedded#97) - Fix incorrect walltime when same coroutine is ran with concurrent tasks (openembedded#58) 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 27, 2022
most important fix: version 0.8.0 errors out on dbus-lib interaction, which is fixed with the most recent commit 505e2b5 (tag: v.0.10.0) add interactive_authorization options for buses 2d90700 pystemd: add copyright boilerplate to typing stubs 5b95888 pystemd: update branch name in github workflow 16817d2 Add type stub for pystemd.run 410fd77 (tag: v.0.9.0) update changelog for 0.9.0 71aae43 GetProcesses() - info about systemd version (openembedded#59) fcafd08 Also include .pxd and .pxi in the source distribution 475cd2f also support 3.9 ea98275 some formatting options and start pystemd 0.9 development eb7d225 pystemd: update install instructions in README 6fdf2c8 Daily `arc lint --take BLACK` 50e61b7 add a LIBSYSTEMD_VERSION macro for gating new functions (openembedded#58) Signed-off-by: Johannes Schneider <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Jul 27, 2022
most important fix: version 0.8.0 errors out on dbus-lib interaction, which is fixed with the most recent commit 505e2b5 (tag: v.0.10.0) add interactive_authorization options for buses 2d90700 pystemd: add copyright boilerplate to typing stubs 5b95888 pystemd: update branch name in github workflow 16817d2 Add type stub for pystemd.run 410fd77 (tag: v.0.9.0) update changelog for 0.9.0 71aae43 GetProcesses() - info about systemd version (openembedded#59) fcafd08 Also include .pxd and .pxi in the source distribution 475cd2f also support 3.9 ea98275 some formatting options and start pystemd 0.9 development eb7d225 pystemd: update install instructions in README 6fdf2c8 Daily `arc lint --take BLACK` 50e61b7 add a LIBSYSTEMD_VERSION macro for gating new functions (openembedded#58) Signed-off-by: Johannes Schneider <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Jul 28, 2022
most important fix: version 0.8.0 errors out on dbus-lib interaction, which is fixed with the most recent commit 505e2b5 (tag: v.0.10.0) add interactive_authorization options for buses 2d90700 pystemd: add copyright boilerplate to typing stubs 5b95888 pystemd: update branch name in github workflow 16817d2 Add type stub for pystemd.run 410fd77 (tag: v.0.9.0) update changelog for 0.9.0 71aae43 GetProcesses() - info about systemd version (openembedded#59) fcafd08 Also include .pxd and .pxi in the source distribution 475cd2f also support 3.9 ea98275 some formatting options and start pystemd 0.9 development eb7d225 pystemd: update install instructions in README 6fdf2c8 Daily `arc lint --take BLACK` 50e61b7 add a LIBSYSTEMD_VERSION macro for gating new functions (openembedded#58) Signed-off-by: Johannes Schneider <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Jul 28, 2022
most important fix: version 0.8.0 errors out on dbus-lib interaction, which is fixed with the most recent commit 505e2b5 (tag: v.0.10.0) add interactive_authorization options for buses 2d90700 pystemd: add copyright boilerplate to typing stubs 5b95888 pystemd: update branch name in github workflow 16817d2 Add type stub for pystemd.run 410fd77 (tag: v.0.9.0) update changelog for 0.9.0 71aae43 GetProcesses() - info about systemd version (openembedded#59) fcafd08 Also include .pxd and .pxi in the source distribution 475cd2f also support 3.9 ea98275 some formatting options and start pystemd 0.9 development eb7d225 pystemd: update install instructions in README 6fdf2c8 Daily `arc lint --take BLACK` 50e61b7 add a LIBSYSTEMD_VERSION macro for gating new functions (openembedded#58) Signed-off-by: Johannes Schneider <[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.
The homepage of netperf has been moved to github. The original webpage
www.netperf.org is redirected to github and tarballs are removed. So use
git version of recipe instead.
netperf 2.7.0 was released in July 2015 which is too old. So upgrade to
latest commit of git repo which is on Nov 29, 2016.
Signed-off-by: Kai Kang [email protected]
Signed-off-by: Martin Jansa [email protected]
Signed-off-by: Joe MacDonald [email protected]
(cherry picked from commit f8e7e5a)