summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* python3-msm: Upgrade 0.8.7 -> 0.8.8Leon Anavi2020-08-251-2/+2
| | | | | | | | | | | | | | | | | Upgrade to release 0.8.8: - increment mycroft-skills repo branch - Make sure readme is included in pip package - Add license to MANIFEST.in - Remove exec flag from LICENSE - Handle PermissionsError when creating skills repo - Concatenate list and not a string - Install Python packages in the exact order as specified in the manifest 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-pandas: Upgrade 1.1.0 -> 1.1.1Leon Anavi2020-08-251-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 1.1.1: - Fixed regression in CategoricalIndex.format() where, when stringified scalars had different lengths, the shorter string would be right-filled with spaces, so it had the same length as the longest string - Fixed regression in Series.truncate() when trying to truncate a single-element series - Fixed regression where DataFrame.to_numpy() would raise a RuntimeError for mixed dtypes when converting to str - Fixed regression where read_csv() would raise a ValueError when pandas.options.mode.use_inf_as_na was set to True - Fixed regression where pandas.testing.assert_series_equal() would raise an error when non-numeric dtypes were passed with check_exact=True - Fixed regression in .groupby(..).rolling(..) where column selection was ignored - Fixed regression where DataFrame.interpolate() would raise a TypeError when the DataFrame was empty - Fixed regression in DataFrame.shift() with axis=1 and heterogeneous dtypes - Fixed regression in DataFrame.diff() with read-only data - Fixed regression in .groupby(..).rolling(..) where a segfault would occur with center=True and an odd number of values - Fixed regression in DataFrame.apply() where functions that altered the input in-place only operated on a single row - Fixed regression in DataFrame.reset_index() would raise a ValueError on empty DataFrame with a MultiIndex with a datetime64 dtype level - Fixed regression where pandas.merge_asof() would raise a UnboundLocalError when left_index, right_index and tolerance were set - Fixed regression in .groupby(..).rolling(..) where a custom BaseIndexer would be ignored - Fixed regression in DataFrame.replace() and Series.replace() where compiled regular expressions would be ignored during replacement - Bug in Styler whereby cell_ids argument had no effect due to other recent changes - Bug in pandas.testing.assert_series_equal() and pandas.testing.assert_frame_equal() where extension dtypes were not ignored when check_dtypes was set to False - Bug in to_timedelta() fails when arg is a Series with Int64 dtype containing null values - Bug in .groupby(..).rolling(..) where passing closed with column selection would raise a ValueError - Bug in DataFrame constructor failing to raise ValueError in some cases when data and index have mismatched lengths 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-typing-extensions: Upgrade 3.7.4.2 -> 3.7.4.3Leon Anavi2020-08-251-2/+2
| | | | | | | | | | | | | | Upgrade to release 3.7.4.3: - Add SupportsIndex, added in Python 3.8 - Make tests for Annotated work with Python 3.9 - Add PEP 613 TypeAlias to typing_extensions - Add tox.ini for typing_extensions - Remove extra 'use' in readme 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-inflection: Upgrade 0.5.0 -> 0.5.1Leon Anavi2020-08-251-2/+2
| | | | | | | | | | Upgrade to release 0.5.1: - Fix type hints not working 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-pymisp: Upgrade 2.4.128 -> 2.4.130Leon Anavi2020-08-251-2/+2
| | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 2.4.130: - Blacklist methods. - Add list of missing calls. - Add test_obj_references_export. - Add MISPObject.standalone property. Setting MISPObject.standalone updates MISPObject._standalone and add/removes "ObjectReference" from AbstractMISP.__not_jsonable using update_not_jsonable/_remove_from_not_jsonable. - Add AbstractMISP._remove_from_not_jsonable. - Bump version, dependencies, objects and types. - [testlive_comprehensive] Updated generic tagging method to match changes in MISP. - Cleanup blocklist methods. - Remove outdated example. - Bug fixes. 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-dominate: Upgrade 2.5.1 -> 2.5.2Leon Anavi2020-08-251-2/+2
| | | | | | | | | | | | Upgrade to release 2.5.2: - Removed 'input' keyword reassignment - Bug fix: underscores not working in aria attributes - Adding some missing attrs to DASHED_ATTRIBUTES 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-pychromecast: Upgrade 7.2.0 -> 7.2.1Leon Anavi2020-08-251-2/+2
| | | | | | | | | | | Upgrade to release 7.2.1: - Ensure data parsed as JSON is a dict - Add zeroconf debug option to example scripts 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-attrs: Upgrade 19.3.0 -> 20.1.0Leon Anavi2020-08-251-2/+2
| | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 20.1.0: - Python 3.4 is not supported anymore. - Added attr.resolve_types(). It ensures that all forward-references and types in string form are resolved into concrete types. - Added @attr.s(collect_by_mro=False) argument that if set to True fixes the collection of attributes from base classes. - On Python 3, all generated methods now have a docstring explaining that they have been created by attrs. - Fixed a ValueError: Cell is empty bug that could happen in some rare edge cases. - Added attr.converters.pipe(). The feature allows combining multiple conversion callbacks into one by piping the value through all of them, and retuning the last result. - Provisionally added attr.field() that supplants attr.ib(). 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-networkx: Upgrade 2.4 -> 2.5Leon Anavi2020-08-251-3/+3
| | | | | | | | | | | | | | | | Upgrade to release 2.5: - Dropped support for Python 3.5. - Add Pathlib support to work with files. - Improve performance. - Updated docs and tests. - Removed code designed to work with Python 2. License-Update: Update year 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-pint: Upgrade 0.14 -> 0.15Leon Anavi2020-08-251-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 0.15: - Change `Quantity` and `Unit` HTML (i.e., Jupyter notebook) repr away from LaTeX to a simpler, more performant pretty-text and table based repr inspired by Sparse and Dask. - Add `case_sensitive` option to registry for case (in)sensitive handling when parsing units. - Implement Dask collection interface to support Pint Quantity wrapped Dask arrays. - Started automatically testing examples in the documentation - Fixed an exception generated when reducing dimensions with three or more units of the same type. - Fixed right operand power for dimensionless Quantity to reflect numpy behavior. - Eliminated warning when setting a masked value on an underlying MaskedArray. - Add `sort` option to `formatting.formatter` to permit disabling sorting of component units in format string. 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-langtable: Upgrade 0.0.51 -> 0.0.52Leon Anavi2020-08-251-2/+2
| | | | | | | | | | Upgrade to release 0.0.52: - add list_common_keyboards() to public api 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-diskcache: Upgrade 4.1.0 -> 5.0.1Leon Anavi2020-08-251-3/+3
| | | | | | | | | | | | | | | | | Upgrade to release 5.0.1: - Drop Python 2.7 and 3.4 testing and add 3.8 - Use unittest.mock in tests - Remove unused "env" setting from pytest section - Remove nose references - Add locked method to Lock - Add paragraph to caveats about cache volume for Issue License-Update: Update year 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-pywbemtools: Add recipeLeon Anavi2020-08-251-0/+40
| | | | | | | | | | | | | | | | Add release 0.7.1 of the python client tools to work with WBEM Servers using the PyWBEM API: - Pinned prompt-toolkit to <3.0 on Python 3.8 on Windows to avoid WinError 995 - Fixed exception when command entered in interactive mode, on Python 2 - Test: Default connection file does not get restored in some cases during test. 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-click-spinner: Add recipeLeon Anavi2020-08-251-0/+9
| | | | | | | | Add recipe for click-spinner, a spinner for Click. 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-click-repl: Add recipeLeon Anavi2020-08-251-0/+9
| | | | | | | | Add recipe for click-repl, REPL plugin for Click. 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-nocaselist: Add recipeLeon Anavi2020-08-251-0/+9
| | | | | | | | | | | | | | | | | | Add recipe for nocaselist, a case-insensitive list for Python. Changelog for 1.0.1: - Fixed the incorrect behavior of the ‘+’ and ‘+=’ operators to now (correctly) treat the right hand operand as an iterable of items to be added, instead of (incorrectly) as a single item. For ‘+’, the right hand operand now must be a list, consistent with the built-in list class. - Fixed the incorrect behavior of the * and *= operators to now validate that the number is an integer and raise TypeError otherwise, consistent with the built-in list class. 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-nocasedict: Add recipeLeon Anavi2020-08-251-0/+9
| | | | | | | | | Add recipe for nocasedict, a case-insensitive ordered dictionary for Python. 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-custom-inherit: Add recipeLeon Anavi2020-08-251-0/+12
| | | | | | | | | | | | | | | | | Add recipe for custom-inherit, a Python package that provides customized docstring inheritance schemes between derived classes and their parents. Changelog for release 2.3.0: - Add three new built-in styles, numpy_with_merge, google_with_merge, and numpy_napoleon_with_merge, which permit users to concatenate the respective sections of a parent's and child's docstrings. - Also add is the ability to configure DocInheritMeta so that special methods will have their docstrings inherited as well. 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-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>