summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* python3-aenum: Upgrade 2.2.3 -> 2.2.4Leon Anavi2020-07-281-2/+2
| | | | | | | | | | | | | | | | Upgrade to release 2.2.4: - add support to Constant to retrieve members by value - add pickle/deepcopy support to Constant - add support for Constant to use other Constant values - AutoNumber and auto() now work together - Enum members are now added to the class as enum_property, which supports unshadowing of parent class attributes when called on an Enum member 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.1.0 -> 1.2.1Leon Anavi2020-07-281-3/+3
| | | | | | | | | | | | | | | | | Upgrade to release 1.2.1: - Switched to getting version using importlib.metadata instead of using pkg_resources - Fixed typing module compatibility issue with Python 3.5 prior to 3.5.4 - Relax minimum version of importlib-metadata to >= 1.6.0 when using Python < 3.8 Update the HOMEPAGE to match the home page link from pypi.org. 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-metadata: Upgrade 1.9.0 -> 1.10.0Leon Anavi2020-07-281-1/+2
| | | | | | | | | | Upgrade to release 1.10.0: - Compatible with pytest-xdist 1.22.3+, now including 2.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-coverage: Upgrade 5.1 -> 5.2Leon Anavi2020-07-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 5.2: - The HTML report has been redesigned by Vince Salvino. There is now a dark mode, the code text is larger, and system sans serif fonts are used, in addition to other small changes. - The coverage report and coverage html commands now accept a --precision option to control the number of decimal points displayed. Thanks, Teake Nutma. - The coverage report and coverage html commands now accept a --no-skip-covered option to negate --skip-covered. Thanks, Anthony Sottile. - The --skip-empty option is now available for the XML report. - The coverage report command now accepts a --sort option to specify how to sort the results. Thanks, Jerin Peter George. - If coverage fails due to the coverage total not reaching the --fail-under value, it will now print a message making the condition clear. Thanks, Naveen Yadav. - TOML configuration files with non-ASCII characters would cause errors on Windows. This is now fixed. - The output of --debug=trace now includes information about how the --source option is being interpreted, and the module names being considered. 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.1.1 -> 7.1.2Leon Anavi2020-07-231-2/+2
| | | | | | | | | | | | Upgrade to release 7.1.2: - Keep previously known Chromecast in service listener - Remove reboot function - Create Dependabot config 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-mock: Upgrade 4.0.1 -> 4.0.2Leon Anavi2020-07-231-2/+2
| | | | | | | | | | | | | Upgrade 4.0.2: - Issue #39915: Ensure unittest.mock.AsyncMock.await_args_list has call objects in the order of awaited arguments instead of using unittest.mock.Mock.call_args which has the last value of the call. Patch by Karthikeyan Singaravelan. 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-stevedore: Upgrade 2.0.1 -> 3.2.0Leon Anavi2020-07-231-2/+2
| | | | | | | | | | | | Upgrade to release 3.2.0: - sphinxext: fix warning message for detailed list - add release note before major version update - switch to importlib.metadata 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>
* python3-isort: Upgrade 5.1.0 -> 5.1.4Leon Anavi2020-07-231-2/+2
| | | | | | | | | | | | | Upgrade to release 5.1.4: - Fixed issue #1333: Use of wrap_length raises an exception about it not being lower or equal to line_length. - Fixed issue #1330: Ensure stdout can be stubbed dynamically for show_unified_diff function. 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-simplejson: Upgrade 3.17.0 -> 3.17.2Leon Anavi2020-07-231-2/+2
| | | | | | | | | | | | | Upgrade to release 3.17.2: * Added arm64 to build matrix and reintroduced manylinux wheels * No more bdist_wininst builds per PEP 527 * Minor grammatical issue fixed 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-pymysql: Upgrade 0.9.3 -> 0.10.0Leon Anavi2020-07-231-2/+2
| | | | | | | | | | | | | | | | | | | | | Upgrade to release 0.10.0: - MariaDB ed25519 auth is supported. - Python 3.4 support is dropped. - Context manager interface is removed from Connection. It will be added with different meaning. - MySQL warnings are not shown by default because many user report issue to PyMySQL issue tracker when they see warning. You need to call "SHOW WARNINGS" explicitly when you want to see warnings. - Formatting of float object is changed from "3.14" to "3.14e0". - Use cp1252 codec for latin1 charset. - Fix decimal literal. - TRUNCATED_WRONG_VALUE_FOR_FIELD, and ILLEGAL_VALUE_FOR_TYPE are now DataError instead of InternalError. 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-bitstruct: Added recipeColin McAllister2020-07-231-0/+14
| | | | | | | | Created python3 recipe for bitstruct. Signed-off-by: Colin McAllister <colinmca242@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-diskcache: Added recipeColin McAllister2020-07-231-0/+14
| | | | | | | | Created python3 recipe for diskcache. Signed-off-by: Colin McAllister <colinmca242@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-dateparser: Added recipeColin McAllister2020-07-231-0/+21
| | | | | | | | Created python3 recipe for dateparser. Signed-off-by: Colin McAllister <colinmca242@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cantools: Added recipeColin McAllister2020-07-231-0/+14
| | | | | | | | Created python3 recipe for cantools. Signed-off-by: Colin McAllister <colinmca242@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* samba: Fix conflicts with nss.h from glibcKhem Raj2020-07-222-0/+97
| | | | | | This is seen with glibc 2.32 where these names are also defined Signed-off-by: Khem Raj <raj.khem@gmail.com>
* memcached: Upgrade to 1.6.6Khem Raj2020-07-223-12/+81
| | | | | | Add patch to not use deprecated sigignore API Signed-off-by: Khem Raj <raj.khem@gmail.com>
* graphene: upgrade 1.10.0 -> 1.10.2Andreas Müller2020-07-221-2/+2
| | | | | | | | | see bugs fixed at [1] [1] https://github.com/ebassi/graphene/releases/tag/1.10.2 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-time-out-plugin: upgrade 1.1.0 -> 1.1.1Andreas Müller2020-07-221-2/+2
| | | | | | | | | | | | | | | | | | | | | Release notes for 1.1.1 ======================= - Do not enable countdown when configuration changes (Bug #16118) - Add lock button to break dialog (Bug #16317) - Update URLs from goodies.x.o to docs.x.o (Bug #16179) - Translation Updates: Albanian, Arabic, Armenian (Armenia), Basque, Belarusian, Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern Armenian, English (Australia), Esperanto, Finnish, French, Galician, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Italian, Japanese, Kazakh, Korean, Latvian, Lithuanian, Malay, Norwegian Bokmål, Occitan (post 1500), Polish, Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Turkish, Uighur, Ukrainian, Urdu, Urdu (Pakistan) Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-whiskermenu-plugin: upgrade 2.4.4 -> 2.4.5Andreas Müller2020-07-221-2/+2
| | | | | | | | | | | | | | | >From release notes [1]: * Fix saving plugin title with overridden default text (Bug #16822) * Fix extra key press to select search items (Issue #8) * Fix icon view skipping first item when pressing arrow key * Fix incorrect signal name * Fix nonfunctional grab check * Translation updates: Asturian, Dutch, Esperanto, Hungarian, Icelandic, Portuguese, Portuguese (Brazil), Russian [1] https://gottcode.org/xfce4-whiskermenu-plugin/ Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* network-manager-applet: Add missing dependency on libgudevKhem Raj2020-07-211-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* toybox-inittab: unpack to SSlater, Joseph2020-07-211-6/+9
| | | | | | | | | | toybox-inittab does not unpack source files into S, so the archiver cannot see them. We copy them to a sub-directory in order to keep the originals available if running do_configure() (again) without first running do_unpack(). Signed-off-by: Joe Slater <joe.slater@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ace: Upgrade to 6.5.10Khem Raj2020-07-212-4/+26
| | | | | | | | | | | License-Update: URI updates [1] [2] Fix build with glibc 2.32 while here [1] https://github.com/DOCGroup/ACE_TAO/commit/5564c9667dc17bc7826e54efe7dae79334218a03#diff-134809fa00f40b726d607f36dffcc5cc [2] https://github.com/DOCGroup/ACE_TAO/commit/289a4a8e0006f7a20e8de568334f74ba74f7a4bf#diff-134809fa00f40b726d607f36dffcc5cc Signed-off-by: Khem Raj <raj.khem@gmail.com>
* netkit-telnetd: Fix buffer overflow in netoprintfJulius Hemanth Pitti2020-07-212-0/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | netoprintf() was not handling a case where return value of vsnprintf is greater than "size"(2nd argument), results in buffer overflow while adjusting "nfrontp" pointer to point beyond "netobuf" buffer. Here is one such case where "nfrontp" crossed boundaries of "netobuf", and pointing to another global variable. (gdb) p &netobuf[8255] $5 = 0x55c93afe8b1f <netobuf+8255> "" (gdb) p nfrontp $6 = 0x55c93afe8c20 <terminaltype> "\377" (gdb) p &terminaltype $7 = (char **) 0x55c93afe8c20 <terminaltype> (gdb) This resulted in crash of telnetd service with segmentation fault. Signed-off-by: Julius Hemanth Pitti <jpitti@cisco.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pint: add setuptools and packaging to RDEPENDSRyan Rowe2020-07-211-0/+5
| | | | | | Signed-off-by: Ryan Rowe <rrowe@xevo.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-obd: Add missing setuptools RDEPENDSAlistair Francis2020-07-211-1/+1
| | | | | Signed-off-by: Alistair Francis <alistair@alistair23.me> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-packaging: add -native versionRyan Rowe2020-07-211-0/+2
| | | | | | Signed-off-by: Ryan Rowe <rrowe@xevo.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* radvd: add /etc/radvd.confChangqing Li2020-07-212-1/+22
| | | | | | | | | | | | | | | | | | | | | | | | When starting radvd without any configuration the following errors would be triggered. """ root@intel-x86-64:~# systemctl status radvd ● radvd.service - Router advertisement daemon for IPv6 Loaded: loaded (/lib/systemd/system/radvd.service; enabled; vendor preset: enabled) Active: inactive (dead) Condition: start condition failed at Tue 2019-09-24 13:29:36 UTC; 3s ago └─ ConditionPathExists=/etc/radvd.conf was not met """ Normally the user should create and configrue the /etc/radvd.conf manually. However the radvd provide a example file for redhad located at "radvd/redhat/radvd.conf.empty". When installing, it would copy radvd/redhat/radvd.conf.empty to /etc/radvd.conf. Also add this empty conf here to used as an example of configuration Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wireguard-tools: upgrade 1.0.20200319 -> 1.0.20200513Zheng Ruoqin2020-07-201-1/+1
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wireguard-module: upgrade 1.0.20200401 -> 1.0.20200712Zheng Ruoqin2020-07-201-1/+1
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* babeld: upgrade 1.9.1 -> 1.9.2Zheng Ruoqin2020-07-201-1/+1
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lvm2: reproducible binariesSlater, Joseph2020-07-202-0/+26
| | | | | | | | | For reproducible binaries, create a static CONFIGURE_LINE during configuration rather than reporting the command line invoking configure. Signed-off-by: Joe Slater <joe.slater@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* networkmanager: Fix udev dependencyChristian Eggers2020-07-201-1/+1
| | | | | | | NetworkManager depends on libudev, but not on libgudev. Signed-off-by: Christian Eggers <ceggers@arri.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* networkmanager: Package nmcli separatelyChristian Eggers2020-07-201-0/+9
| | | | | | | nmcli depends on libreadline which is licensed under GPLv3. Signed-off-by: Christian Eggers <ceggers@arri.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-typeguard: Enable ptestZang Ruochen2020-07-162-1/+19
| | | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-soupsieve: Enable ptestZang Ruochen2020-07-162-1/+18
| | | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-smpplib: Enable ptestZang Ruochen2020-07-162-1/+19
| | | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-semver: Enable ptestZang Ruochen2020-07-162-1/+16
| | | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-requests-file: Enable ptestZang Ruochen2020-07-162-1/+17
| | | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-bitarray: Upgrade 1.2.2 -> 1.4.1Leon Anavi2020-07-162-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 1.4.1: * add `.clear()` method (Python 3.3 added this method to lists) * avoid overallocation when bitarray objects are initially created * raise BufferError when resizing bitarrays which is exporting buffers * add example to study the resize() function * improve some error messages * add more tests * raise `NotImplementedError` with (useful message) when trying to call the `.fromstring()` or `.tostring()` methods, which have been removed in the last release * add official Python 3.9 support * improve many docstrings * add DeprecationWarning for bitdiff() * add more tests * C-level: - simplify pack/unpack code - fix memory leak in '~' operation (bitarray_cpinvert) Use the exact line for the license in PKG-INFO. 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-netaddr: Upgrade 0.7.20 -> 0.8.0Leon Anavi2020-07-161-2/+2
| | | | | | | | | | | | | | | | | | | | | | Upgrade to release 0.8.0: * Fixed weak reference support in classes with ``__slots__`` * Added ``__bytes__`` to ``IPAddress`` for intuitive usage, thanks to Michael Belousov. * Added ``format()`` function to EUI, thanks to Omer Anson. * Added ``IPNetwork.netmask`` property setter, thanks to Naveen Nathan. * Added support for IABs in the ``40:D8:55`` OUI, thanks to Brian Maissy. * Drastically optimized ``spanning_cidr()``, thanks to Brian Maissy. * Fixed ``"x.x.x.x/x" in IPNetwork`` tests, thanks to xpac1985. * Added support for passing iterables of ``IPRange`` to ``IPSet`` and ``cidr_merge()``, based on a patch by Henry Stern. 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 4.3.21 -> 5.1.0Leon Anavi2020-07-161-3/+3
| | | | | | | | | | | | | | | | | | | | | | Upgrade to release 5.1.0: - isort now throws an exception if an invalid settings path is given (issue #1174). - Implemented support for automatic redundant alias removal (issue #1281). - Implemented experimental support for floating all imports to the top of a file (issue #1228) - Fixed #1178: support for semicolons in decorators. - Fixed #1315: Extra newline before comment with -n + --fss. - Fixed #1192: -k or --keep-direct-and-as-imports option has been deprecated as it is now always on. For more details and breaking changes with release 5: https://github.com/timothycrosley/isort/blob/master/CHANGELOG.md 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-psutil: Upgrade 5.7.0 -> 5.7.2Leon Anavi2020-07-161-2/+3
| | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 5.7.2: - wheels for 2.7 were inadvertently deleted. - parallel tests on UNIX (make test-parallel). They're twice as fast! - "make build/install" is now run in parallel and it's about 15% faster on UNIX. - Process.wait() on POSIX returns an enum, showing the negative signal which was used to terminate the process. - Process.wait() return value is cached so that the exit code can be retrieved on then next call. - memory leak tests are now stable. - Linux: cpu_freq() parsing should use spaces instead of tabs on ia64. - Linux: Process.rlimit() does not handle long long type properly. - fix signature of callback function for getloadavg(). 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-cbor2: Upgrade 5.1.0 -> 5.1.1Leon Anavi2020-07-161-1/+2
| | | | | | | | | | | | | Upgrade to release 5.1.1: - Build system: Making C lib optional if it fails to compile - Build system: Better Glibc version detection - Tests: Positive and negative bignums - Bugfix: Fractional seconds parsing in datetimes 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-xlsxwriter: add recipe for v 1.2.9Andrej Valek2020-07-162-0/+16
| | | | | | | | Recipe for https://xlsxwriter.readthedocs.io python3 module Signed-off-by: Andrej Valek <andrej.valek@siemens.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Remmina: Upgrade to 1.4.7Alejandro Enedino Hernandez Samaniego2020-07-161-1/+1
| | | | | Signed-off-by: Alejandro Hernandez Samaniego <alejandro@enedino.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* glmark2: don't build full OpenGL backends by defaultMatt Hoosier2020-07-161-3/+3
| | | | | | | | | | Most embedded GPU's implementations OpenGL include only the OpenGL ES APIs. Attempting to compile the {x11,wayland,drm}-gl variants of GLMark fail in those cases. Signed-off-by: Matt Hoosier <matt.hoosier@garmin.com> Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes-graphics: add Khronos OpenGL ES and Vulkan CTS recipesDmitry Baryshkov2020-07-165-0/+117
| | | | | | | | Add recipes packaging OpenGL ES and Vulkan conformance test suite recipes. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* net-snmp, openjpeg: add proper CVE tags to patchesMingde (Matthew) Zeng2020-07-163-1/+11
| | | | | Signed-off-by: Mingde (Matthew) Zeng <matthew.zeng@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-qrcode: add packageArmin Kuster2020-07-161-0/+11
| | | | | | Signed-off-by: Armin Kuster <akuster808@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-gnupg: add new packageArmin Kuster2020-07-161-0/+11
| | | | | | Signed-off-by: Armin Kuster <akuster808@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>