summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* python3-asciitree: Add recipeLeon Anavi2020-08-251-0/+9
| | | | | | | | Add recipe for asciitree that draws ASCII trees. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-tabulate: Add recipeLeon Anavi2020-08-251-0/+9
| | | | | | | | | | | Add recipe for tabulate, a pretty-print tabular data. Changelog for release 0.8.7: - Bug fixes. New format: `pretty`. HTML escaping. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-yamlloader: Add recipeLeon Anavi2020-08-251-0/+13
| | | | | | | | | | | | | | Add recipe for yamlloader, an ordered YAML loader and dumper for PyYAML. Changelog for 0.5.5: - As of Python version 3.7, the insertion order in dict is preserved by design. This is accounted for by allowing to dump and load to/from ordinary dictionaries in the same way as you do for OrderedDicts Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pydicti: Add recipeLeon Anavi2020-08-252-0/+23
| | | | | | | | | | | | | Add pydicti, a case insensitive derivable dictionary. Changelog for release 1.1.3: - avoid key recomputation in __setitem__ License-Update: Add WTFPL Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pywbem: Upgrade 0.17.4 -> 1.0.2Leon Anavi2020-08-251-11/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 1.0.2: - Fixed erronously raised HeaderParseError when WBEM server returns Content-type: text/xml. This content-type is valid according to DSP0200. Added testcases. - Fixed handling of ReturnQueryResultClass=True in WBEMConnection.OpenQueryInstances(). - Mock: In the mock support, fixed multiple errors in the mocked OpenQueryInstances(), and added testcases for it. - Mock: Added support for more ways the output parameters can be returned in method providers: The container for the output parameters can now also be a Mapping (including pywbem’s internal NocaseDict or nocasedict.NocaseDict), in addition to just the built-in dict. The values in such a Mapping container can now also be CIMParameter objects, in addition to just the CIM data values. This provides consistency with the way the input parameters of the method provider are represented. Removed the wbemcli command that was deprecated in pywbem 0.15.0. The recommended replacement is the pywbemcli command from the 'pywbemtools' package. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* freerdp: Add missing libxkbcommon WL dependencyMarek Vasut2020-08-251-1/+1
| | | | | | | The WL build depends on libxkbcommon, so add the dependency. Signed-off-by: Marek Vasut <marex@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* kernel-selftest: Disable vm tests for mips/armKhem Raj2020-08-241-4/+8
| | | | | | | | | | | Include lib and kernel subdirs as vm tests need headers from it in 5.8+ (test_hmm_uapi.h) see [1] It now uses tests which are not compatible on arm starting with 5.8+ [1] https://lkml.org/lkml/2020/4/22/1654 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vboxguestdrivers: Fix build with kernel 5.8Khem Raj2020-08-236-303/+5047
| | | | | | | | | | Remove patches which are already covered in this new patch Fixes step1b: ERROR: modpost: "__get_vm_area_caller" [/home/pokybuild/yocto-worker/meta-oe/build/build/tmp/work/qemux86_64-poky-linux/vboxguestdrivers/6.1.12-r0/vboxguestdrivers-6.1.12/vboxguest/vboxguest.ko] undefined! step1b: ERROR: modpost: "map_kernel_range" [/home/pokybuild/yocto-worker/meta-oe/build/build/tmp/work/qemux86_64-poky-linux/vboxguestdrivers/6.1.12-r0/vboxguestdrivers-6.1.12/vboxguest/vboxguest.ko] undefined! Signed-off-by: Khem Raj <raj.khem@gmail.com>
* weechat: Upgrade to 2.9Alejandro Enedino Hernandez Samaniego2020-08-231-2/+3
| | | | | | | - Add python3 rdepends on PACKAGECONFIG Signed-off-by: Alejandro Hernandez Samaniego <alejandro@enedino.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Revert "iwd: Module load dir should be relative to root_dir"Khem Raj2020-08-231-1/+1
| | | | | | This reverts commit 02a339069f8d2f87c266b51a5f5363b6cef4b1cd. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libnet-dns-perl: upgrade 1.25 -> 1.26Zang Ruochen2020-08-211-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wireguard-module: Exlude from world buildsKhem Raj2020-08-213-3/+9
| | | | | | | | | | | Moving beyond kernel 5.6, this kmod is not needed and core has moved the reference kernel to 5.8 for reference machines wireguard-tools should RDEPEND but not DEPEND Remove it from meta-networking packagegroup as well Signed-off-by: Khem Raj <raj.khem@gmail.com>
* emacs: Create a new recipe for emacsAlejandro Enedino Hernandez Samaniego2020-08-212-0/+346
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Emacs is for obvious reasons one of the most important and powerful editors, being the first program released by the GNU project and being maintained for many years. Its not the obvious choice when being used on a small or resource constrained device, but, on this recipe I was able to split it into three different packages to fit different needs for those who decide to use it, the emacs-minimal package would install a working emacs requiring around 2 MB of storage space, the emacs-base package includes some themes, syntax highlighting for some of the most used programming languages, as well as some extra functionality like a working shell, requiring less than 5 MB, which should work for a wide spectrum of workflows, and lasty, the emacs-full package contains the a fully working emacs using around 30 MB of space trading off size for functionality. This recipe also uses BBCLASSEXTEND=native to build some tools that emacs itself requires to build for target, but does not build a full native emacs since that is not necessary. Simply installing emacs will use the emacs-base package as default. Signed-off-by: Alejandro Hernandez Samaniego <alejandro@enedino.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sanlock: upgrade 3.8.1 -> 3.8.2Zang Ruochen2020-08-211-1/+1
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* protobuf: upgrade 3.12.3 -> 3.13.0Zang Ruochen2020-08-211-1/+1
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openldap: upgrade 2.4.50 -> 2.4.51Zang Ruochen2020-08-211-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nlohmann-json: upgrade 3.9.0 -> 3.9.1Zang Ruochen2020-08-211-1/+1
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fbida: require opengl in DISTRO_FEATURESMartin Jansa2020-08-211-1/+4
| | | | | | | | | | * dependency on libepoxy causes: meta-openembedded/meta-oe/recipes-graphics/fbida/fbida_2.14.bb DEPENDS on or otherwise requires it) libepoxy was skipped: missing required distro feature 'opengl' (not in DISTRO_FEATURES) in world builds without opengl in DISTRO_FEATURES Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* bearssl: fix missing installJens Rehsack2020-08-211-0/+10
| | | | | | | | | | Default Makefile of bearssl doesn't have a make target which hadn't enough attraction when creating the recipe. Add missing functionality. Signed-off-by: Jens Rehsack <sno@netbsd.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nano: upgrade 5.0 -> 5.1Zang Ruochen2020-08-211-1/+1
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* links: upgrade 2.20.2 -> 2.21Zang Ruochen2020-08-211-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* leptonica: upgrade 1.79.0 -> 1.80.0Zang Ruochen2020-08-211-3/+3
| | | | | | | -License-Update: Copyright year updated to 2020. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wireshark: upgrade 3.2.5 -> 3.2.6Zang Ruochen2020-08-211-1/+1
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lftp: upgrade 4.9.1 -> 4.9.2Zang Ruochen2020-08-211-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* kernel-selftest: Tests in 5.8 depend on libhugetlbfs.hKhem Raj2020-08-211-1/+1
| | | | | | | | | Fixes | hmm-tests.c:24:10: fatal error: hugetlbfs.h: No such file or directory | 24 | #include <hugetlbfs.h> | | ^~~~~~~~~~~~~ Signed-off-by: Khem Raj <raj.khem@gmail.com>
* linuxptp: Fix cross buildKhem Raj2020-08-203-32/+30
| | | | | | | | Adjust incdefs.sh to use cross tools to poke for system functionality Re-enable using incdefs.sh export KBUILD_OUTPUT to point to recipe sysroot Signed-off-by: Khem Raj <raj.khem@gmail.com>
* valijson: Move it to networking-layer under BBFILES_DYNAMICKhem Raj2020-08-204-1/+5
| | | | | | | | | | it has a hard dependency on curlpp package which comes from meta-networking Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Cc: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mariadb: package executables named with mariadbMingli Yu2020-08-201-21/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | After mariadb upgrades to 10.5.x, the below commit introduced: 9e1b3af4a49 MDEV-21303 Make executables MariaDB named Before the above commit: $ ls -l tmp-glibc/work/core2-64-wrs-linux/mariadb/10.4.12-r0/build/scripts/mysql_install_db -rwxr-xr-x 1 myu users 21649 Aug 20 10:36 tmp-glibc/work/core2-64-wrs-linux/mariadb/10.4.12-r0/build/scripts/mysql_install_db $ ls -l tmp-glibc/work/core2-64-wrs-linux/mariadb/10.4.12-r0/build/scripts/mariadb-install-db lrwxrwxrwx 1 myu users 16 Aug 20 10:36 tmp-glibc/work/core2-64-wrs-linux/mariadb/10.4.12-r0/build/scripts/mariadb-install-db -> mysql_install_db After the above commit: $ ls -l tmp-glibc/work/corei7-64-wrs-linux/mariadb/10.5.4-r0/build/scripts/mysql_install_db lrwxrwxrwx 1 myu users 18 Aug 19 15:02 tmp-glibc/work/corei7-64-wrs-linux/mariadb/10.5.4-r0/build/scripts/mysql_install_db -> mariadb-install-db $ ls -l tmp-glibc/work/corei7-64-wrs-linux/mariadb/10.5.4-r0/build/scripts/mariadb-install-db -rwxr-xr-x 1 myu users 21630 Aug 19 15:02 tmp-glibc/work/corei7-64-wrs-linux/mariadb/10.5.4-r0/build/scripts/mariadb-install-db So package the corresponding mariadb named executables to -server and -client packages and also correct MULTILIB_SCRIPTS part accordingly. Also cleanup some deprecated files defined for mariadb-server and mariadb-client. Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-djangorestframework: Upgrade 3.9.0 -> 3.11.1Leon Anavi2020-08-191-2/+2
| | | | | | | | | | | | | Upgrade to release 3.11.1: - OpenAPI schema generation improvements - Validator / Default context improvements - Supported Python versions are now: 3.5, 3.6, 3.7, and 3.8 - Supported Django versions are now: 1.11, 2.0, 2.1, 2.2, and 3.0 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-djangorestframework: Consolidate in a single fileLeon Anavi2020-08-192-18/+16
| | | | | | | | Consolidate inc and bb files into a single bb file. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pytest-asyncio: Upgrade 0.12.0 -> 0.14.0Leon Anavi2020-08-191-2/+3
| | | | | | | | | | | | Upgrade to release 0.14.0: - event_loop fixture behavior now is coherent on all scopes. License-Update: Use file LICENSE to check the license. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-python-vlc: Upgrade 3.0.10114 -> 3.0.11115Leon Anavi2020-08-191-2/+2
| | | | | | | | | | | | Upgrade to release 3.0.11115: - Position is now an enum - Add Media.get_meta tests - Fix typo in play_buffer example Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sentry-sdk: Upgrade 0.16.3 -> 0.16.5Leon Anavi2020-08-191-2/+2
| | | | | | | | | | | | | | | Upgrade to release 0.16.5: - Fix a bug that caused Django apps to crash if the view didn't have a __name__ attribute. - Add experiment to avoid trunchating span descriptions. Initialize with init(_experiments={"smart_transaction_trimming": True}). - Add a span around the Django view in transactions to distinguish its operations from middleware operations. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sqlalchemy: Upgrade 1.3.18 -> 1.3.19Leon Anavi2020-08-191-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 1.3.19: - orm: Adjusted the workings of the Mapper.all_orm_descriptors() accessor to represent the attributes in the order that they are located in a deterministic way, assuming the use of Python 3.6 or higher which maintains the sorting order of class attributes based on how they were declared. This sorting is not guaranteed to match the declared order of attributes in all cases however; see the method documentation for the exact scheme. - orm: The name of the virtual column used when using the AbstractConcreteBase and ConcreteBase classes can now be customized, to allow for models that have a column that is actually named type. - sql: Repaired an issue where the "ORDER BY" clause rendering a label name rather than a complete expression, which is particularly important for SQL Server, would fail to occur if the expression were enclosed in a parenthesized grouping in some cases. This case has been added to test support. The change additionally adjusts the "automatically add ORDER BY columns when DISTINCT is present" behavior of ORM query, deprecated in 1.4, to more accurately detect column expressions that are already present. - mysql: The MySQL dialect will render FROM DUAL for a SELECT statement that has no FROM clause but has a WHERE clause. This allows things like "SELECT 1 WHERE EXISTS (subquery)" kinds of queries to be used as well as other use cases. - sqlite: Applied a sweep through all included dialects to ensure names that contain single or double quotes are properly escaped when querying system tables, for all Inspector methods that accept object names as an argument (e.g. table names, view names, etc). SQLite and MSSQL contained two quoting issues that were repaired. - mssql: Fixed bug where the mssql dialect incorrectly escaped object names that contained ‘]’ character(s). - Added a **kw argument to the DeclarativeMeta.__init__() method. This allows a class to support the PEP 487 metaclass hook __init_subclass__. For more details have a look at the complete changelog: https://docs.sqlalchemy.org/en/13/changelog/changelog_13.html Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pybind11: install both python wheel and cmake buildJack Mitchell2020-08-191-1/+15
| | | | | | | | | | | | | The wheel for this module doesn't install the required cmake files, yet the cmake build doesn't install the required python module files. Therefore use manual calls to the cmake and distutils classes in order to get both into the final package. This method is also what other popular distros use such as Archlinux. Signed-off-by: Jack Mitchell <ml@embed.me.uk> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-settings-daemon: Remove duplicate outdated SRC_URI hashesAdrian Bunk2020-08-191-3/+0
| | | | | | | They got overwritten later with the correct values. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* bearssl: add new recipeJens Rehsack2020-08-193-0/+133
| | | | | | | | | | | | | | Add recipe for BearSSL - an an implementation of the SSL/TLS protocol with the approach of: * Be correct and secure. * Be small * Be highly portable * Be feature-rich and extensible See https://bearssl.org for more details. Signed-off-by: Jens Rehsack <sno@netbsd.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sdbus-c++: Fix ptest packagingKhem Raj2020-08-191-3/+8
| | | | | | | | | | | | | | | Define builtin PTEST_PATH Delete the systemd test fragment if ptest is not enabled Fixes NOTE: Executing Tasks ERROR: sdbus-c++-0.8.1-r0 do_package: QA Issue: sdbus-c++: Files/directories were installed but not shipped in any package: /etc /etc/dbus-1 /etc/dbus-1/system.d /etc/dbus-1/system.d/org.sdbuscpp.integrationtests.conf Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Stanislav Angelovic <angelovic.s@gmail.com>
* fmt: 7.0.1 -> 7.0.3Jyothi-k2020-08-191-1/+1
| | | | | | | Upgrade fmt to latest version 7.0.3 Signed-off-by: Jyothi-k <jyothik41rao@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ostree: upgrade 2020.4 -> 2020.5Alex Kiernan2020-08-191-1/+1
| | | | | Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vboxguestdrivers: fix failed to compile with kernel 5.8.0Hongxu Jia2020-08-185-1/+305
| | | | | | | | | | | | Backport patches from upstream [1] to fix the issue It also requires to apply a patch on 5.8 kernel [2] [1] https://www.virtualbox.org/ticket/19644 [2] https://www.virtualbox.org/raw-attachment/ticket/19644/local_patches Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pybind11-json: Add recipeShlomi Vaknin2020-08-181-0/+12
| | | | | | Signed-off-by: Shlomi Vaknin <shlomi.39sd@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* json-schema-validator: Add recipeShlomi Vaknin2020-08-181-0/+14
| | | | | | Signed-off-by: Shlomi Vaknin <shlomi.39sd@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-xlsxwriter: Upgrade 1.3.2 -> 1.3.3Leon Anavi2020-08-181-2/+2
| | | | | | | | | | | | | | | Upgrade to release 1.3.3: - Added :func:`ignore_errors()` worksheet method to to allow Excel worksheet errors/warnings to be ignored in user defined ranges. See also :ref:`ex_ignore_errors`. - Added warning when closing a file more than once via :func:`close()` to help avoid errors where a file is closed within a loop or at the wrong scope level. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-bitarray: Upgrade 1.5.1 -> 1.5.2Leon Anavi2020-08-181-2/+2
| | | | | | | | | | | | Upgrade to release 1.5.2: - add PyType_Ready usage, issue #66 - speedup search() for bitarrays with length 1 in sparse bitarrays - add tests Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-api-python-client: Upgrade 1.9.3 -> 1.10.0Leon Anavi2020-08-181-2/+2
| | | | | | | | | | | | | | Upgrade to release 1.10.0: - Allow to use 'six.moves.collections_abc.Mapping' in 'client_options.from_dict()' - Build universal wheels - Discovery supports retries - Consolidating and updating the Contribution Guide Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cmd2: Upgrade 1.3.2 -> 1.3.3Leon Anavi2020-08-181-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 1.3.3: - CommandSet command functions (do_, complete_, help_) will no longer have the cmd2 app passed in as the first parameter after self since this is already a class member. - Renamed install_command_set() and uninstall_command_set() to register_command_set() and unregister_command_set() for better name consistency. - Fixed help formatting bug in Cmd2ArgumentParser when metavar is a tuple. - Fixed tab completion bug when using CompletionItem on an argument whose metavar is a tuple. - Added explicit testing against python 3.5.2 for Ubuntu 16.04, and 3.5.3 for Debian 9. - Added fallback definition of typing.Deque (taken from 3.5.4) - Removed explicit type hints that fail due to a bug in 3.5.2 favoring comment-based hints instead. - When passing a ns_provider to an argparse command, will now attempt to resolve the correct CommandSet instance for self. If not, it'll fall back and pass in the cmd2 app. - Added missing doc-string for new cmd2.Cmd init parameters introduced by CommandSet enhancement. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-wheel: Upgrade 0.34.2 -> 0.35.1Leon Anavi2020-08-182-13/+13
| | | | | | | | | | | | | Upgrade to release 0.35.1: - Switched to the packaging library for computing wheel tags - Fixed a resource leak in WheelFile.open() License-Update: Use PKG-INFO to check the license. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cffi: Upgrade 1.14.1 -> 1.14.2Leon Anavi2020-08-181-2/+2
| | | | | | | | | | | | | | | | Upgrade to release 1.14.2: - CPython 3 on Windows: we again try to compile with Py_LIMITED_API by default. This flag is not added if you run the compilation with CPython 3.4, as it only works with CPython >= 3.5, but by now this version of Python is quite old (and we no longer distribute cffi wheels for it). - You can manually disable Py_LIMITED_API by calling ffi.set_source(..., py_limited_api=False). Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-isort: Upgrade 5.3.2 -> 5.4.2Leon Anavi2020-08-181-2/+2
| | | | | | | | | | | | | | | | Upgrade to release 5.4.2: - Fixed: Known other does not work anymore with .editorconfig. - Fixed: Regression in first known party path expansion. - Fixed: --combine-as loses # noqa in different circumstances. - Implemented: support for length sort only of direct (AKA straight) imports. - Fixed: --combine-as loses # noqa. - Fixed: --dont-order-by-type CLI broken. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>