summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* wxwidgets: Fix checking for PACKAGECONFIG and DISTRO_FEATURESRobert Yang2022-04-061-5/+6
| | | | | | | | | | | | | | The PACKAGECONFIG depends on DISTRO_FEATURES, not DISTRO_FEATURES depends on PACKAGECONFIG. And the REQUIRED_DISTRO_FEATURES is not needed since it can work with gtk or x11. Fixed when x11 is not in DISTRO_FEATURES: $ bitbake wxwidgets ERROR: Nothing PROVIDES 'wxwidgets' wxwidgets was skipped: missing required distro feature 'x11' (not in DISTRO_FEATURES) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-screenshooter: Add dependency on libxml-parser-perl-nativeKhem Raj2022-04-061-2/+2
| | | | | | | | | | | Use nativeperl to maintain build consistency across different hosts, right now it would work on hosts having perl with libxml-parser-perl module but fail otherwise to build with errors e.g. XML::Parser perl module is required for intltool Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@gmail.com>
* meta-xfce: Add Andreas Müller back to maintainers listAndreas Müller2022-04-061-0/+1
| | | | | | | Created this layer a decade ago and love it still :) Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Allow several components notificationAndreas Müller2022-04-066-4/+6
| | | | | | | | | | | | Never understood why we disappoint users by creating packages that behave differently from what they are used to in non-embedded distributions. Particularly when not saving build time: xfce4-notifyd which is a center component of XFCE and should be part of any useful image depends upon libnotify unconditionally. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-sensors-plugin: upgrade 1.4.2 -> 1.4.3Andreas Müller2022-04-061-1/+1
| | | | | | | | | | | Release notes for 1.4.3 ======================= - Fix translations not showing in the GUI - Use locale-independent floats in configuration files - Translation Updates Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-screenshooter: upgrade 1.9.9 -> 1.9.10Andreas Müller2022-04-061-1/+1
| | | | | | | | | | | | | | | | | | Release notes for 1.9.10 ======================== - Use symbolic icons - Bump Xfce dependencies to 4.14 - _NET_FRAME_EXTENTS support - Add back button to take new screenshot (!29) - Fix Imgur upload via CLI (!26) - Set up ScreenshotData after commandline parsing - Fix compile warning (#62) - Update to description and addition of donate and translate links - Replace link to bugzilla with gitlab (!25) - Translation Updates Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-notifyd: upgrade 0.6.2 -> 0.6.3Andreas Müller2022-04-061-1/+1
| | | | | | | | | | | | | | | | | | Release notes for 0.6.3 ======================= - Fix compilation warnings - autoconf: Some updates - Update `.gitignore` - Remove GSourceFunc casts - Fix missing-prototypes - Bump required GLib version to 2.56 - Implement ISO 8601 time format to avoid post-2.56 GLib functions - settings: Drop subtitle - Fix multiple memory issues (!11) - Translation Updates Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-diskperf-plugin: upgrade 2.6.3 -> 2.7.0Andreas Müller2022-04-061-1/+1
| | | | | | | | | | | | | | | | | | | | Release notes for 2.7.0 ======================= - Enable high-frequency tooltip updates - Remove rounding to multiples of 5 MiB/s - Change default maximum I/O bandwidth from 40 MiB/s to 1024 MiB/s - Adjust tooltip spacing - Update and sort the list of authors - Bump required GTK+ version to 3.16 - Update README - Reformat copyright notices - Update configuration files - Fix compilation warnings - Code cleanups - Translation Updates Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-cpugraph-plugin: upgrade 1.2.5 -> 1.2.6Andreas Müller2022-04-061-1/+1
| | | | | | | | | | | | | Release notes for 1.2.6 ======================= - Fix translations not showing in the GUI - Don't save some defaults to configuration files - Fix visibility of the associated-command configuration - Update configure.ac.in syntax - Translation Updates Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-cpufreq-plugin: upgrade 1.2.5 -> 1.2.7Andreas Müller2022-04-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Release notes for 1.2.7 ======================= - Use locale-independent floats in configuration files - Fix translations not showing in the GUI - Translation Updates Release notes for 1.2.6 ======================= Besides the bug fixes and feature updates listed below, this release migrates the source code from C to C++ in order to increase type-safety, to use reference counting and containers for semi-automatic memory management where possible, and to slightly improve source code readability. - Update README - Prevent cur_freq sysfs reads from stalling plugin initialization - Enable fractional update internals - Prevent sysfs read latency from interfering with GUI updates - Improve static type-safety of signal handlers - Replace C pointers with reference-counted pointers - Cleanup configuration files - Bump libxfce4panel requirement from 4.12 to 4.14 - Update copyright year - Bump required xdt-autogen version to 4.14.0 - Update configure.ac.in syntax - Update and sort the list of authors - Manually update %d to %zu in translations - Translation Updates Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xarchiver: upgrade 0.5.4.14 -> 0.5.4.17Andreas Müller2022-04-061-3/+3
| | | | | | | | | License checksum change was caused by polishing [1] [1] https://github.com/ib/xarchiver/commit/e2c0306091d66afba9e032ae3f47bcb271c0763e Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ristretto: upgrade 0.12.1 -> 0.12.2Andreas Müller2022-04-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Release notes for 0.12.2 ======================== - New Features: - Thumbnailer: Add support for shared thumbnail repositories (#82) - Thumbnailer: Add thumbnail flavor support (#81) - Performance Improvement: - Optimization: Use TreeModel IFace to walk the image list - Optimization: Add index and list link to RsttoImageListIter - Optimization: Switch to GQueue in RsttoImageList - Code Refactoring: - Flatpak: Add lifecycle manager patch to Xfconf dependency - Flatpak: Add Tumbler dependency as a private service (!35) - Flatpak: Add pixbuf loaders - Refactoring: Cleanup and simplifications around thumbnail size - Redistribute thumbnail sizes uniformly - Disable debug checks in release mode - Cleanup: Miscellaneous - Cleanup: Remove unused APIs in RsttoImageList - Bug Fixes: - Fix and complete file change monitoring - Thumbnailer: Rework queue management - Thumbnailer: Properly set the number of visible items - Take the device scale into account to limit rendering quality - Avoid multi-threading issue with X11 (#76) - Translation Updates Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* orage: enable notify PACKAGECONFIG by defaultAndreas Müller2022-04-061-1/+1
| | | | | | | | Trying to eliminate libnotify does not make sense: XFCE images should contain xfce4-notifyd which depend upon libnotify unconditionally Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* orage: upgrade 4.12.1 -> 4.16.0Andreas Müller2022-04-062-83/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * License checksum changed by polishing [1} * Patch does not apply but took care for libical3 - see announcement below [1] https://gitlab.xfce.org/apps/orage/-/commit/723fb89b3011db32a64986ea9ae560ae009f68fd Release notes for 4.16.0 ======================== Note: GlobalTime and Orage panel plugin are being deprecated and will be removed in a future release. Their features will be integrated with or provided by existing Xfce components. See https://gitlab.xfce.org/apps/orage/-/issues/3#note_43209 Finalize port to GTK 3, small fixes and cleanup for 4.16.0 (see MRs for more details): - Add new application icon (!18) - Fix some memory leaks - i18n: Use `xfce_textdomain()` to initialize translations - Trace messages cleanup (!15) - Update COPYING (Issue #10, !17) - Use stdout and stderr correctly in main.c - Build tz_convert only with bundled libical (!14) - Switch to reverse-DNS naming for icon and desktop files (!13) - D-Bus service cleanup (!12) - Fix `orage_exec()` and its calls - Update project files (!10) - Fixed strptime parse issue on FreeBSD (#6, !11) - Fix make distcheck warnning - Fixed libpopt detection on FreeBSD (!9) - Fix build warnings 3: Clang static analyzer (!6) - Added 'git' to program version string and 'sed' check (!7) - Fix build warnings 2: Compilation (!4) - Fix build warnings 1: Autotools (!3) - Add basic GitLab pipeline (!2) Commits from merge request !1 (GTK 3 port), which also includes 4.15.x below: - Reverted to c60567fe - Fixed typos - Added support for 'legacy' non RGBA GTK colours. Both RGBA and old colous are now supported. - Replaced unused parameters '(void)' castings with GLib G_GNUC_UNUSED. Added GLib check to configure. - Removed trailing whitespaces and corrected formatting - Updated version numbers - Aligned new appointment->alarm Sound and Procedure entry fields and removed unused code. - Renamed 'OragePlugin *clock' to 'OragePlugin *plugin' or 'OragePlugin *orage_plugin' - Fixed libical support, supported libical version is now >= 3.0. - Added variable tmp only when HAVE_LIBICAL is not defined - Dead code removal - Removed outdated is_utc, libical uses UTC timezone. This patch allows to use libical 3.0 - Updated with 'Ical week start day' issue - Fixed: "'Ical week start day' configuration parameter is ignored". Issue #5 - Changed version number to 4.15.2 - Translation Updates Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-terminal: upgrade 0.8.10 -> 1.0.0Andreas Müller2022-04-061-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Release notes for 1.0.0 ======================= Stable release including improvements introduced in versions 0.9.0, 0.9.1 and 0.9.2. The Shortcuts Editor requires libxfce4ui 4.17.2 or greater. Fixes - Remove remaining libxfce4ui 4.16 version guards Release notes for 0.9.2 ======================= 0.9.2 ====== DEPENDENCIES UPDATED: - VTE: 0.51.3 - Xfce-libs: 4.16.0 General Improvements: - Use XfceTitledDialog for `Find` (Issue #168) - Include '\r' in unsafe-paste checks - Update tab accelerators at runtime - Consume events that activate accelerator callbacks (Issues #159 #153) Shortcuts editor (depends on libxfce4ui 4.17): - Center on the active terminal window. - Change handling of goto-tab accelerators so they can be changed through the editor. Regressions fixed: - Menubar changes size when the window is maximized (Issue #156) - Context Menu: Revert changes in order and contents introduced by the transition to XfceGtkActionEntries - Add "Show Window Borders" entry in View menu (it was missing in the last 2 dev releases) - Revert view menu order (Zoom entries below checkboxes) - Fix the visibility flag of the scrollbar (Issue #161, could lead to broken themes) Other: - Replace GTimeVal with gint64 - Fix build warnings - Update Copyright Translation Updates: Release notes for 0.9.1 ======================= This is a development release. New features: - Use GtkScrolledWindow for TerminalScreen and add an overlay-scrolling preference (Issue #149) - Support the new Shortcuts editor widget (requires libxfce4ui 4.17.2 or greater) - New preference: Select right click action Enhancements: - Improved `scrolling-on-output` behaviour. - Unsafe Paste Dialog temporary override (Issue #106) Fixes: - Fix regression: File Menu missing `Close Window` entry - Fix regression: Disable Help shortcut does not work - Fix regression: go-to accelerators not working on startup - Fix regression: Revert accelerator paths to maintain backwards compatibility - Use the latest .glade file structure Documentation: - Change incorrect reference to ${XDG_CONFIG_DIRS} in man page (Issue #47) - Change outdated documentation links - Translation Updates Release notes for 0.9.0 ======================= This is a development release. - Replace the deprecated GtkActionEntries with XfceGtkActionEntries (Issue #79) - Opening a dialog from a drop-down window closes the window (Issue #136) - Add `Fill` background image style (MR !23). - Improved options parsing (for both short and long forms) - Add a menu entry to send signals to the foreground process (Issue #59) - Fix `keep window open` preference being applied on restart. - Rework "--tab" and "--window" behavior (Issue #13) - Ignore unused modifiers for scroll wheel zooming - Add alternative shortcuts for zooming (Issue #126) - Expand scrolled window and make dialog size 70% of parent (!17) - Support libxfce4ui XfceTitledDialog new API Unsafe Paste Dialog: - Update unsafe paste dialog text (Issue #73) - Fix paste button focus - Replace subtitle by infobar for Unsafe paste dialog - Fix the `unsafe paste` dialog to actually paste Cleanup: - Update `.gitignore`, HACKING, AUTHORS, COPYRIGHTS - Update --preferences, --tab and --window documentation - Fix various typos - Fix compilation warnings - Remove unnecessary function call (!24) Temporary changes (will be changed before the final release): - Add a "Do not warn me again" checkbox for the "Unsafe Paste" dialog (Issue #129) Translation Updates Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mousepad: upgrade 0.5.8 -> 0.5.9Andreas Müller2022-04-061-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | License checksum change caused by 'polishing' [1] [1] https://gitlab.xfce.org/apps/mousepad/-/commit/4eeade8df3896814b547fd9ec0640592fb7ea46c Release notes for 0.5.9 ======================= - New Features: - Add shortcuts plugin (#70, !121) Depends on Libxfce4ui 4.17.5 which is a dev version, so will be excluded at configure time on most systems until Xfce 4.18 is released. - Add search history (!119) - File monitoring: Add an automatic reloading option - Appearance Changes / Minor Improvements: - Move the document modification mark to the close button (#63, !122) - Add mousepad styleclass for easier theming (#33) - Hide search bar by pressing Esc key even when not focused - Search: Escape selection when regex search is enabled - Code Refactoring: - Plugins: Add a skeleton plugin to ease writing of new plugins - Bug Fixes: - Test plugin: Sanitize memory management of sources - Honor GTK_CSD - Filter entries from `accels.scm` on non-detailed action name - i18n: Check for `bind_textdomain_codeset()` - Update Copying (#160, !120) - Session history: Never clear session array on exit (#162) - Fix broken feature "Show menubar temporarily when hidden" - Force encoding when reloading - Force encoding when it has been explicitly set by the user - Do not consider encoding as always user-set in the "Open" dialog - Fix antonym of the word "indent" in preferences dialog (!118) - File monitoring: Try to filter out fake deletions - Add ellipsis to preferences menu entry (!117) - Switch all labels to title case in prefs dialog (!116) - Correctly restore font size after zooming when using system font (#158) - Printing: Enable line wrapping by default (#156) - Fix a warning from GCC static analyzer - Search: Do not delay the search when the text changes - Translation Updates Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* octave: upgrade 4.4.1 -> 6.4.0 and overhaul recipeAndreas Müller2022-04-062-40/+52
| | | | | | | | | Complete rework of recipe was done with two targets in mind: * Do not disappoint users on this project - it is a treasure for mathians * Do not over-complicate recipe unnecessarily Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dracut: upgrade 055 -> 056Yi Zhao2022-04-062-1/+38
| | | | | | | | | | | | | | | * Add a patch to fix musl build: src/install/util.c:30:19: error: missing binary operator before token "(" 30 | #if __GLIBC_PREREQ(2, 30) == 0 | ^ make: *** [Makefile:57: src/install/util.o] Error 1 * Pass "-fPIC" to CFLAGS to fix build warning with musl build: WARNING: dracut-1_056-r0 do_package_qa: QA Issue: dracut: ELF binary /usr/lib/dracut/dracut-install has relocations in .text [textrel] Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-qface: upgrade 2.0.6 -> 2.0.7Samuli Piippo2022-04-061-1/+1
| | | | | | | | Adds compatibility with jinja 3.1.1 Signed-off-by: Samuli Piippo <samuli.piippo@qt.io> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-werkzeug: upgrade 2.0.3 -> 2.1.1wangmy2022-04-061-1/+1
| | | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-websocket-client: upgrade 1.3.1 -> 1.3.2wangmy2022-04-061-1/+1
| | | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-tzlocal: upgrade 4.1 -> 4.2wangmy2022-04-061-1/+2
| | | | | | | | Add dependency : python3-datetime Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-twine: upgrade 3.8.0 -> 4.0.0wangmy2022-04-061-1/+1
| | | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-trafaret: upgrade 2.1.0 -> 2.1.1wangmy2022-04-061-2/+1
| | | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-thrift: upgrade 0.15.0 -> 0.16.0wangmy2022-04-061-1/+1
| | | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-sqlalchemy: upgrade 1.4.32 -> 1.4.34wangmy2022-04-061-1/+1
| | | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-redis: upgrade 4.2.0 -> 4.2.1wangmy2022-04-061-1/+1
| | | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-pyparted: upgrade 3.11.7 -> 3.12.0wangmy2022-04-062-86/+1
| | | | | | | | setuptools.patch removed since it's included in 3.12.0 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-pychromecast: upgrade 10.3.0 -> 11.0.0wangmy2022-04-061-1/+1
| | | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-protobuf: upgrade 3.19.4 -> 3.20.0wangmy2022-04-061-2/+2
| | | | | | | | | License-Update: modify the description of License: change from 3-Clause BSD License to BSD-3-Clause Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-pandas: upgrade 1.4.1 -> 1.4.2wangmy2022-04-061-1/+1
| | | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-cppy: upgrade 1.2.0 -> 1.2.1wangmy2022-04-061-1/+1
| | | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-click: upgrade 8.0.4 -> 8.1.2wangmy2022-04-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog from 8.0.4 to 8.1.2: ============================== - Fix error message for readable path check that was mixed up with the executable check. #2236 - Restore parameter order for Path, placing the executable parameter at the end. It is recommended to use keyword arguments instead of positional arguments. #2235 - Fix an issue with decorator typing that caused type checking to report that a command was not callable. #2227 - Drop support for Python 3.6. #2129 - Remove previously deprecated code. #2130 - Group.resultcallback is renamed to result_callback. - autocompletion parameter to Command is renamed to shell_complete. - get_terminal_size is removed, use shutil.get_terminal_size instead. - get_os_args is removed, use sys.argv[1:] instead. - Rely on PEP 538 and PEP 540 to handle selecting UTF-8 encoding instead of ASCII. Click's locale encoding detection is removed. #2198 - Single options boolean flags with show_default=True only show the default if it is True. #1971 - The command and group decorators can be applied with or without parentheses. #1359 - The Path type can check whether the target is executable. #1961 - Command.show_default overrides Context.show_default, instead of the other way around. #1963 - Parameter decorators and @group handles cls=None the same as not passing cls. @option handles help=None the same as not passing help. #1959 - A flag option with required=True requires that the flag is passed instead of choosing the implicit default value. #1978 - Indentation in help text passed to Option and Command is cleaned the same as using the @option and @command decorators does. A command's epilog and short_help are also processed. #1985 - Store unprocessed Command.help, epilog and short_help strings. Processing is only done when formatting help text for output. #2149 - Allow empty str input for prompt() when confirmation_prompt=True and default="". #2157 - Windows glob pattern expansion doesn't fail if a value is an invalid pattern. #2195 - It's possible to pass a list of params to @command. Any params defined with decorators are appended to the passed params. #2131. - @command decorator is annotated as returning the correct type if a cls argument is used. #2211 - A Group with invoke_without_command=True and chain=False will invoke its result callback with the group function's return value. #2124 - to_info_dict will not fail if a ParamType doesn't define a name. #2168 - Shell completion prioritizes option values with option prefixes over new options. #2040 - Options that get an environment variable value using autoenvvar_prefix treat an empty value as None, consistent with a direct envvar. #2146 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-bitarray: upgrade 2.4.0 -> 2.4.1wangmy2022-04-061-1/+1
| | | | | | | | | | | | Changelog: ========== * improve 'resize()', see #167 * optimize 'copy_n()' by avoiding loops, #171 * '.bytereverse()' no longer sets unused bits to zero Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-wxgtk4: add distro feature check to match dependencyDavide Gardenal2022-04-061-0/+4
| | | | | | | | | Add REQUIRED_DISTRO_FEATURE to match wxwidgets, this fix build error (not buildable target) when x11 is not supported Signed-off-by: Davide Gardenal <davide.gardenal@huawei.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-kiwisolver: upgrade 1.4.0 -> 1.4.2zhengrq.fnst2022-04-041-1/+1
| | | | | | | | | | Changelog: ========= This allows to buil with setuptools >= 61.2 Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-jdatetime: upgrade 4.0.0 -> 4.1.0zhengrq.fnst2022-04-041-1/+1
| | | | | | | | | | | | | Changelog: =========== feat(strptime):handle %b and %B directive. Improve README. ZWNJ Replacement. feat(strptime):handle %z directive. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-grpcio: upgrade 1.44.0 -> 1.45.0Xu Huan2022-04-041-1/+1
| | | | | | Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-itsdangerous: upgrade 2.1.1 -> 2.1.2Xu Huan2022-04-041-1/+1
| | | | | | | | | changelog: Handle date overflow in timed unsign on 32-bit systems. Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-google-api-python-client: upgrade 2.36.0 -> 2.42.0Xu Huan2022-04-041-1/+1
| | | | | | | | | | changelog: =============================================================================== https://github.com/googleapis/google-api-python-client/blob/main/CHANGELOG.md Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-evdev: upgrade 1.4.0 -> 1.5.0Xu Huan2022-04-041-1/+1
| | | | | | | | | | | | | | | changelog: =============================================================================== -Fix documentation. -Re-enable TTY echo at evtest exit. -Fix ImportError: sys.meta_path is None, Python is likely shutting down. -Closing the input device file descriptor in InputDevice.close() now happens in the main thread, instead of in a new thread. -Fix util.find_ecodes_by_regex not working across all supported Python versions. Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-cheetah: upgrade 3.2.6.post2 -> 3.2.6Xu Huan2022-04-041-1/+1
| | | | | | Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* mcelog: fix compile errorKai Kang2022-03-312-1/+36
| | | | | | | | Fix compile error of mcelog if no /usr/bin/python exists on build machine. And adjust indent as well. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libnetfilter-conntrack: upgrade 1.0.8 -> 1.0.9Yi Zhao2022-03-312-3/+67
| | | | | | | Backport a patch to fix musl build. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wxwidgets: fix typoKai Kang2022-03-311-1/+1
| | | | | Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* idevicerestore: add recipePotin Lai2022-03-311-0/+17
| | | | | | | A command-line application to restore firmware files to iOS devices. Signed-off-by: Potin Lai <potin.lai@quantatw.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libirecovery: add recipePotin Lai2022-03-311-0/+17
| | | | | | | | libirecovery is a cross-platform library which implements communication to iBoot/iBSS found on Apple's iOS devices via USB. Signed-off-by: Potin Lai <potin.lai@quantatw.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libimobiledevice-glue: fix undefined bswap errorPotin Lai2022-03-312-1/+36
| | | | | | | Add patch for fixing undefiened bswap32 & bswap64 error on MIPS machine Signed-off-by: Potin Lai <potin.lai@quantatw.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libimobiledevice-glue: add recipePotin Lai2022-03-311-0/+17
| | | | | | | | libimobiledevice-glue is the library with common code used by the libraries and tools around the libimobiledevice project. Signed-off-by: Potin Lai <potin.lai@quantatw.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gtksourceview5: upgrade 5.2.0 -> 5.4.0Andreas Müller2022-03-311-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>