-
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
python3-bitstruct: Added recipe #252
Conversation
Created python3 recipe for bitstruct. Signed-off-by: Colin McAllister <[email protected]>
Apologies for closing the previous PRs and creating new ones. I was struggling to figure out how to make a PR that only contained my changes, as the previous two contained other commits. Didn't realize I was supposed to branch from master, not master-next and then request to merge with master-next. Tried rebasing my feature branch on master and failed at that so I figured I'd start over. Kind of new to all this... |
3fb7dda
to
698748c
Compare
applied with 7610352 |
Upgrade to release 3.3.1: - Code base changed to Black’s standards - New docs about version numbers and git integration - Updated pre-commit hooks - Updated docs/Makefile to use Sphinx "make mode" - deprecated setuptools extensions/commands python setup.py test/docs/doctests - New tox test environments for generating docs and running doctests - New built-in extension for Cirrus CI - experimental get_template is now part of the public API and can be used by extensions, issue openembedded#252 - Updated setuptools_scm to version 4.1.2 in contrib - Updated configupdater to version 1.1.2 in contrib - precommit automatically fixes line endings by default - deprecated log.configure_logger, use log.logger.reconfigure instead Signed-off-by: Leon Anavi <[email protected]> Signed-off-by: Khem Raj <[email protected]>
Upgrade to release 3.3.1: - Code base changed to Black’s standards - New docs about version numbers and git integration - Updated pre-commit hooks - Updated docs/Makefile to use Sphinx "make mode" - deprecated setuptools extensions/commands python setup.py test/docs/doctests - New tox test environments for generating docs and running doctests - New built-in extension for Cirrus CI - experimental get_template is now part of the public API and can be used by extensions, issue openembedded#252 - Updated setuptools_scm to version 4.1.2 in contrib - Updated configupdater to version 1.1.2 in contrib - precommit automatically fixes line endings by default - deprecated log.configure_logger, use log.logger.reconfigure instead Signed-off-by: Leon Anavi <[email protected]> Signed-off-by: Khem Raj <[email protected]>
Upgrade to release 3.3.1: - Code base changed to Black’s standards - New docs about version numbers and git integration - Updated pre-commit hooks - Updated docs/Makefile to use Sphinx "make mode" - deprecated setuptools extensions/commands python setup.py test/docs/doctests - New tox test environments for generating docs and running doctests - New built-in extension for Cirrus CI - experimental get_template is now part of the public API and can be used by extensions, issue openembedded#252 - Updated setuptools_scm to version 4.1.2 in contrib - Updated configupdater to version 1.1.2 in contrib - precommit automatically fixes line endings by default - deprecated log.configure_logger, use log.logger.reconfigure instead Signed-off-by: Leon Anavi <[email protected]> Signed-off-by: Khem Raj <[email protected]>
Upgrade to release 3.3.1: - Code base changed to Black’s standards - New docs about version numbers and git integration - Updated pre-commit hooks - Updated docs/Makefile to use Sphinx "make mode" - deprecated setuptools extensions/commands python setup.py test/docs/doctests - New tox test environments for generating docs and running doctests - New built-in extension for Cirrus CI - experimental get_template is now part of the public API and can be used by extensions, issue #252 - Updated setuptools_scm to version 4.1.2 in contrib - Updated configupdater to version 1.1.2 in contrib - precommit automatically fixes line endings by default - deprecated log.configure_logger, use log.logger.reconfigure instead Signed-off-by: Leon Anavi <[email protected]> Acked-by: Trevor Gamblin <[email protected]> Signed-off-by: Khem Raj <[email protected]>
refresh patches for 0.104: 0001-Makefile-do-not-use-Werror.patch 0001-don-t-fail-if-GLOB_BRACE-is-not-defined.patch 0001-parse-nm-fix-32bit-format-string.patch removed since it's included in 0.104 Changelog: ========= Enable embedded-switch-mode setting on SmartNICs (openembedded#253) Permit multiple patterns for the driver globs in match (openembedded#202), LP#1918421 Improve routing capabilities (openembedded#248), LP#1892272, LP#1805038 Support additional link offload options for networkd (openembedded#225) (openembedded#242), LP#1771740 Consolidate enum-to-string arrays (openembedded#230) Handle differing ip6-privacy default value for NetworkManager (openembedded#263) YAML state tracking (--state rootdir) for DBus API and netplan try (openembedded#231), LP#1943120 Support ConfigureWithoutCarrier (ignore-carrier) for networkd (openembedded#215) Move primary git branch master to main Documentation improvements (openembedded#226) Compatibility for glib-2.70 (openembedded#235) Cleanup Makefile, install only public headers Improve test reliability & enable integration testing CI for autopkgtests Netplan get to use the libnetplan parser (openembedded#252) libnetplan: - introduce the notion of NetplanState (openembedded#232) - use an explicit parser context (openembedded#233) - expose coherent generator APIs (openembedded#239) - improve overall error handling (openembedded#234) - consolidation of YAML parsing into the library (openembedded#241, openembedded#249, openembedded#250, openembedded#251) Restrict the symbol export to a determined public API (openembedded#227) - WARNING: We dropped some internal symbols from the API that we know have no external consumers (that we are aware of) - 0.103: _serialize_yaml, contains_netdef_type, tmp, validate_default_route_consistency - 0.102: cur_filename, netplan_netdef_new - 0.100: address_option_handlers, is_hostname, validate_ovs_target, wireguard_peer_handlers - 0.99: current_file, is_ip4_address, is_ip6_address, missing_id, missing_ids_found, parser_error, validate_backend_rules, validate_netdef_grammar, yaml_error Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]>
refresh patches for 0.104: 0001-Makefile-do-not-use-Werror.patch 0001-don-t-fail-if-GLOB_BRACE-is-not-defined.patch 0001-parse-nm-fix-32bit-format-string.patch removed since it's included in 0.104 Changelog: ========= Enable embedded-switch-mode setting on SmartNICs (#253) Permit multiple patterns for the driver globs in match (#202), LP#1918421 Improve routing capabilities (#248), LP#1892272, LP#1805038 Support additional link offload options for networkd (#225) (#242), LP#1771740 Consolidate enum-to-string arrays (#230) Handle differing ip6-privacy default value for NetworkManager (#263) YAML state tracking (--state rootdir) for DBus API and netplan try (#231), LP#1943120 Support ConfigureWithoutCarrier (ignore-carrier) for networkd (#215) Move primary git branch master to main Documentation improvements (#226) Compatibility for glib-2.70 (#235) Cleanup Makefile, install only public headers Improve test reliability & enable integration testing CI for autopkgtests Netplan get to use the libnetplan parser (#252) libnetplan: - introduce the notion of NetplanState (#232) - use an explicit parser context (#233) - expose coherent generator APIs (#239) - improve overall error handling (#234) - consolidation of YAML parsing into the library (#241, #249, #250, #251) Restrict the symbol export to a determined public API (#227) - WARNING: We dropped some internal symbols from the API that we know have no external consumers (that we are aware of) - 0.103: _serialize_yaml, contains_netdef_type, tmp, validate_default_route_consistency - 0.102: cur_filename, netplan_netdef_new - 0.100: address_option_handlers, is_hostname, validate_ovs_target, wireguard_peer_handlers - 0.99: current_file, is_ip4_address, is_ip6_address, missing_id, missing_ids_found, parser_error, validate_backend_rules, validate_netdef_grammar, yaml_error Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]>
Overview of changes in gnome-calculator 42.0 * Updated translations Overview of changes in gnome-calculator 42.rc * Updated translations * Use new gnome post_install script !106 (Bobby Rong) * gcalc build fixes (Daniel Espinoza Ortiz) * Updated screenshots (Christopher Davis) * Set default focus to entry (Robert Roth) Overview of changes in gnome-calculator 42.beta * Updated Translations * Fixed build issues with GCI entry controller tests openembedded#250 (Robert Roth) * Force LTR in history view openembedded#252 (Robert Roth) * programing mode: Force bit digits to be always LTR openembedded#258 (Yosef Or Boczko) * Use AdwApplication (Alexander Mikhaylenko) * ui: Fix styles !105 (Alexander Mikhaylenko) Signed-off-by: Andreas Müller <[email protected]> Signed-off-by: Khem Raj <[email protected]>
Overview of changes in gnome-calculator 42.0 * Updated translations Overview of changes in gnome-calculator 42.rc * Updated translations * Use new gnome post_install script !106 (Bobby Rong) * gcalc build fixes (Daniel Espinoza Ortiz) * Updated screenshots (Christopher Davis) * Set default focus to entry (Robert Roth) Overview of changes in gnome-calculator 42.beta * Updated Translations * Fixed build issues with GCI entry controller tests openembedded#250 (Robert Roth) * Force LTR in history view openembedded#252 (Robert Roth) * programing mode: Force bit digits to be always LTR openembedded#258 (Yosef Or Boczko) * Use AdwApplication (Alexander Mikhaylenko) * ui: Fix styles !105 (Alexander Mikhaylenko) Signed-off-by: Andreas Müller <[email protected]>
Overview of changes in gnome-calculator 42.0 * Updated translations Overview of changes in gnome-calculator 42.rc * Updated translations * Use new gnome post_install script !106 (Bobby Rong) * gcalc build fixes (Daniel Espinoza Ortiz) * Updated screenshots (Christopher Davis) * Set default focus to entry (Robert Roth) Overview of changes in gnome-calculator 42.beta * Updated Translations * Fixed build issues with GCI entry controller tests openembedded#250 (Robert Roth) * Force LTR in history view openembedded#252 (Robert Roth) * programing mode: Force bit digits to be always LTR openembedded#258 (Yosef Or Boczko) * Use AdwApplication (Alexander Mikhaylenko) * ui: Fix styles !105 (Alexander Mikhaylenko) Signed-off-by: Andreas Müller <[email protected]> Signed-off-by: Khem Raj <[email protected]>
Overview of changes in gnome-calculator 42.0 * Updated translations Overview of changes in gnome-calculator 42.rc * Updated translations * Use new gnome post_install script !106 (Bobby Rong) * gcalc build fixes (Daniel Espinoza Ortiz) * Updated screenshots (Christopher Davis) * Set default focus to entry (Robert Roth) Overview of changes in gnome-calculator 42.beta * Updated Translations * Fixed build issues with GCI entry controller tests #250 (Robert Roth) * Force LTR in history view #252 (Robert Roth) * programing mode: Force bit digits to be always LTR #258 (Yosef Or Boczko) * Use AdwApplication (Alexander Mikhaylenko) * ui: Fix styles !105 (Alexander Mikhaylenko) Signed-off-by: Andreas Müller <[email protected]> Signed-off-by: Khem Raj <[email protected]>
Created python3 recipe for bitstruct.
Signed-off-by: Colin McAllister [email protected]