summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* python3-pyjks: Upgrade 19.0.0 -> 20.0.0Leon Anavi2020-06-261-2/+2
| | | | | | | | | | | | Upgrade to release 20.0.0: - Mirrors keytool support for keystores with empty passphrases - Add Python 3.7 and 3.8 to support matrix - Docs and examples 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-pyexpect: Upgrade 1.0.19 -> 1.0.20Leon Anavi2020-06-261-3/+3
| | | | | | | | | | | | | | | | | Upgrade to release 1.0.20: - Support expectations on types that return different types than bool on comparison. - Better documentation intro using the feedback I got for my talk at berlin.python.pizza - Fix upload command and add some todos LIC_FILES_CHKSUM changed due to the recent modifications of README.md. The license remains the same. 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-twine: Upgrade 3.1.1 -> 3.2.0Leon Anavi2020-06-261-2/+2
| | | | | | | | | | | | | | | | | | | | | Upgrade to release 3.2.0: - Improve display of HTTP errors during upload - Use red text when printing errors on the command line - Print packages and signatures to be uploaded when using --verbose option - Update URL to .pypirc specification - Require repository URL scheme to be http or https - Don't raise an exception when Python version can't be parsed from filename - Fix inaccurate retry message during upload - Clarify error messages for archive format - Add type annotations, checked with mypy, with PEP 561 support for users of Twine's 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-socketio: Upgrade 4.5.1 -> 4.6.0Leon Anavi2020-06-261-2/+2
| | | | | | | | | | | | | | | | | Upgrade to release 4.6.0: - Improved handling of rejected connections - Fix multi-namespace disconnect logic - AsyncPubSubManager does not await for can_disconnect() - Require a recipient in call() function in the server - ASGI startup and shutdown lifespan handlers - Remove references to Python 2.7 in the documentation - Fix server example in docstring - Fix documentation typo 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-jsonpatch: Upgrade 1.25 -> 1.26Leon Anavi2020-06-261-2/+2
| | | | | | | | | | | | Upgrade to release 1.26: - Optimize exception message - Optimize error handling - Fixed some typos and wording 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-pytun: Consolidate in a single fileLeon Anavi2020-06-262-3/+1
| | | | | | | | 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-lrparsing: Consolidate in a single fileLeon Anavi2020-06-262-17/+17
| | | | | | | | 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-croniter: Upgrade 0.3.33 -> 0.3.34Leon Anavi2020-06-261-1/+2
| | | | | | | | | | | | | | | Upgrade to release 0.3.34: - Add croniter_range(start,end,cron_expr) function - croniter_range: Allow different ret_type/input types - croniter_range: Tweak internals - Simplify datetime type check - Remove croniter_range() timezone safety check - Add cron expression optimizations 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-padatious: Upgrade 0.4.7 -> 0.4.8Leon Anavi2020-06-262-9/+9
| | | | | | | | | | | | | | Upgrade to release 0.4.8: - Add support for saving / loading models - Handle apostrophes in a better way Change LIC_FILES_CHKSUM due to repo restructure and update of README.md. The license remains the same. 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-pyperf: Upgrade 1.7.1 -> 2.0.0Leon Anavi2020-06-261-2/+2
| | | | | | | | | | | Upgrade to release 2.0.0: - Drop Python 2 support - Fix test_runner on PyPy3 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-msk: Upgrade 0.3.13 -> 0.3.15Leon Anavi2020-06-261-2/+2
| | | | | | | | | | | | | | Upgrade to release 0.3.15: - Switch Github authentication to utilize Personal Access Tokens as the existing username and password method is being deprecated. - Fix handling of --repo-cache argument. - Query for name and e-mail if missing. 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-requests-file: Upgrade 1.4.3 -> 1.5.1Leon Anavi2020-06-261-2/+2
| | | | | | | | | | | | | | | Upgrade to release 1.5.1: - Add set_content_length flag to disable on demand setting Content-Length - Fix python 2.7 compatibility - Rename test file for pytest - Add tests via github actions - Format code with black 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-pyrsistent: Upgrade 0.15.7 -> 0.16.0Leon Anavi2020-06-261-2/+2
| | | | | | | | | | | | | Upgrade to release 0.16.0: - No major updates but Python 2 support no longer guaranteed. - Fix #192, 'ignore_extra' for 'pvector_field'. - Fix #191, include LICENCE in distribution. - Fix #190, minor MyPy errors. 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 0.9.23 -> 1.1.0Leon Anavi2020-06-261-2/+2
| | | | | | | | | | | | | | | | | | | | | | Upgrade to release 1.1.0: - Fixed issue where subcommand usage text could contain a subcommand alias instead of the actual name - Fixed bug in ArgparseCompleter where fill_width could become negative if token_width was large relative to the terminal width. - Made ipy consistent - with_argument_list, with_argparser, and with_argparser_and_unknown_args wrappers now pass kwargs through to their wrapped command function. - Added table_creator module for creating richly formatted tables. - Added new exceptions to the public API - Added explicit handling of SystemExit. If a command raises this exception, the command loop will be gracefully stopped. 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-cheetah: Upgrade 3.2.4 -> 3.2.5Leon Anavi2020-06-261-2/+3
| | | | | | | | | | | | | | Add homepage and upgrade to release 3.2.5: - Tests(tox): Refactor `tox.ini`: remove spaces - Setup: add markdown as an optional dependency - Build: Install `wheel` and `auditwheel` that correspond to each other - Style: Fix flake8 E741 ambiguous variable name 'l' 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-ordered-set: Upgrade 3.1.1 -> 4.0.2Leon Anavi2020-06-261-2/+2
| | | | | | | | | | | | | | | Upgrade to release 4.0.2: - Fix packaging, remove vestiges of type stubs - Code formatting (isort and black) - Directly distribute type stub file via PEP 561 - Include pytest.ini in sdist - Add a Jenkinsfile - Handle another indexing case from NumPy 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>
* ntp: update 4.2.8p15Armin Kuster2020-06-251-2/+1
| | | | | | | | | | | | | | | | Source: ntp.org MR: 104487 Type: Security Fix Disposition: Backport from http://archive.ntp.org/ntp4/ntp-4.2/ ChangeID: 65b220646dc29168c45b051a6ea2a651b9e669d1 Description: Bugfix only update including a security fix: CVE-2020-15025 changelog: https://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ChangeLog-stable Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Revert "packagegroup-xfce-base: add RDEPEND packagegroup-core-x11"Andreas Müller2020-06-251-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | packagegroup-core-x11 drags stuff not everybody needs e.g xserver-nodm-init and that's not what everybody wants. packagegroup-core-x11 is something to add into images. This reverts commit 394567c0078c627642e7b80b722f147da5a6f376: packagegroup-xfce-base: add RDEPEND packagegroup-core-x11 without packagegroup-core-x11, after boot target, and run startx, it will report error like: /usr/bin/startx: line 203: xauth: command not found xinit: unable to run server "/usr/bin/X": No such file or directory Use the -- option, or make sure that /usr/bin is in your path and that "/usr/bin/X" is a program or a link to the right type of server for your display. Possible server names include: Xorg Common X server for most displays Xvfb Virtual frame buffer Xfake kdrive-based virtual frame buffer Xnest X server nested in a window on anot Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-wcwidth: Upgrade 0.2.4 -> 0.2.5Leon Anavi2020-06-251-2/+2
| | | | | | | | | | | Upgrade to release 0.2.5: - Do not depend on pkg_resources module for list_versions() 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-license-expression: Upgrade 1.0 -> 1.2Leon Anavi2020-06-251-2/+2
| | | | | | | | | | | | Upgrade to release 1.2: - Add ability to render WITH expression wrapped in parenthesis - Fix anomalous backslashes in strings - Update the thirdparty directory structure 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-license-expression: Consolidate in a single fileLeon Anavi2020-06-252-31/+29
| | | | | | | | 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-lazy-object-proxy: Upgrade 1.4.3 -> 1.5.0Leon Anavi2020-06-251-2/+2
| | | | | | | | | | | Upgrade to release 1.5.0: - Added support for __fspath__. - Dropped support for Python 3.4. 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-lazy-object-proxy: Consolidate in a single fileLeon Anavi2020-06-252-14/+12
| | | | | | | | 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-ndg-httpsclient: Consolidate in a single fileLeon Anavi2020-06-252-26/+26
| | | | | | | | | Consolidate inc and bb files into a single bb file. Fix the HOMEPAGE to point to the GitHub repository. 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.19 -> 0.7.20Leon Anavi2020-06-251-2/+2
| | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 0.7.20: - Fixed returning from an iterator on Python 3.7+, by Sergey Kozlov. - Fixed Python 3.8 SyntaxWarning on using `is not` with a string literal, by Stefan Nordhausen. - Fixed DeprecationWarnings by using raw strings for escape characters used in regexes, by Sean McGinnis. - Improved IPGlob documentation, by obkmeta. - Fixed exception creation in corner cases by explicitly passin error message params as tuples, by Matthias Urlichs. - Stopped manually replacing shebang of an included script. - Stopped using __file__ in all code that's expected to run in environments that don't support it (like PyOxidizer-produced binaries). - Updated all databases included in the 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-netaddr: Consolidate in a single fileLeon Anavi2020-06-252-15/+13
| | | | | | | | 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-netifaces: Consolidate in a single fileLeon Anavi2020-06-252-12/+10
| | | | | | | | 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-networkx: Consolidate in a single fileLeon Anavi2020-06-252-11/+8
| | | | | | | | | Consolidate inc and bb files into a single bb file. Add a HOMEPAGE. 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-py: upgrade 1.8.1 -> 1.8.2Wang Mingyu2020-06-251-2/+2
| | | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-requests-toolbelt: add recipe for v0.9.1Sakib Sajal2020-06-251-0/+16
| | | | | | Signed-off-by: Sakib Sajal <sakib.sajal@windriver.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-xxhash: Upgrade 1.4.3 -> 1.4.4Leon Anavi2020-06-251-2/+2
| | | | | | | | | | | | | Upgrade to release 1.4.4: - Upgrade xxHash to v0.7.3 - Stop using PEP393 deprecated APIs - Use XXH(32|64)_canonicalFromHash to replace u2bytes and ull2bytes 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.12 -> 0.13Leon Anavi2020-06-251-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 0.13: - Reinstated support for pickle protocol 0 and 1, which is required by pytables - Fixed bug with multiplication of Quantity by dict - Bare zeros and NaNs (not wrapped by Quantity) are now gracefully accepted by all numpy operations; e.g. np.stack ([Quantity([1, 2], "m"), [0, np.nan]) is now valid, whereas np.stack([Quantity([1, 2], "m"), [3, 4]) will continue raising DimensionalityError. - NaN is now treated the same as zero in addition, subtraction, equality, and disequality - Fixed issue where quantities with a very large magnitude would throw an IndexError when using to_compact() - Fixed crash when a Unit with prefix is declared for the first time while a Context containing unit redefinitions is active - New implementation of 'Lx' String Format Type Option The old implementation treated 'Lx' as 'S' as produced by 'uncertainties' package, but that is not fully compatible with SIunitx. The new code protects SIunitx by fixing what unceratinties produces. - Added link to budding `pint-xarray` interface library to the docs, next to the link to pint-pandas. - Removed outdated `_dir` attribute of `UnitsRegistry`, and added `__iter__` method so that now `list(ureg)` returns a list of all units in registry. - Replace pkg_resources.version to importlib.metadata.version. - Fix typo in docs for wraps example with optional arguments. - Add momentum as a dimension - Fixed a bug where unit exponents were only partially superscripted in HTML format - Multiple contexts containing the same redefinition can now be stacked - Fixed crash when some specific combinations of contexts were enabled - Added support for checking prefixed units using `in` keyword - Updated many examples in the documentation to reflect Pint's current behavior 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-spidev: Upgrade 3.4 -> 3.5Leon Anavi2020-06-251-2/+2
| | | | | | | | | | Upgrade to release 3.5: - Fixed memory leaks 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-semver: Upgrade 2.8.1 -> 2.10.2Leon Anavi2020-06-251-2/+2
| | | | | | | | | | | | | Upgrade to release 2.10.2: - :gh:`268`: Increase coverage - :gh:`260` (:pr:`261`): Fixed __getitem__ returning None on wrong parts :pr:`263`: Doc: Add missing "install" subcommand for openSUSE 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-timeout: Upgrade 1.3.4 -> 1.4.1Leon Anavi2020-06-251-2/+2
| | | | | | | | | | | Upgrade to release 1.4.1: - Fix coverage compatibility which was broken by 1.4.0. - Better detection of when we are debugging. 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-configparser: Upgrade 4.0.2 -> 5.0.0Leon Anavi2020-06-251-3/+3
| | | | | | | | | | | | | Add toml-native as dependency. Upgrade to release 5.0.0: - Require Python 3.6 or later. For Python 2.6-3.5, use configparser < 5 (selection should be automatic when installed using pip 9 from PyPI). The 4.x line remains supported for bug fixes but will no longer be updated for future releases. 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-more-itertools: Upgrade 8.3.0 -> 8.4.0Leon Anavi2020-06-251-2/+2
| | | | | | | | | | | | | | | | | | | | | Upgrade to release 8.4.0: - New itertools: :func:`mark_ends` :func:`is_sorted` - Changes to existing itertools: :func:`islice_extended` can now be used with real slices The implementations for :func:`filter_except` and :func:`map_except` were improved - Other changes: Automated tests now enforce code style (using black) The various signatures of :func:`islice_extended` and :func:`numeric_range` now appear in the docs The test configuration for mypy was updated 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-setuptools-scm: Upgrade 3.5.0 -> 4.1.2Leon Anavi2020-06-251-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 4.1.2: - disallow git tags without dots by default again - drop jaraco.windows from pyproject.toml, allows for wheel builds on python2 - include python 3.9 via the deadsnakes action - return release_branch_semver scheme - undo the devendoring of the samefile backport for python2.7 on windows - re-enable the building of universal wheels - fix handling of missing git/hg on python2.7 (python 3 exceptions where used) - correct the tox flake8 invocation - trigger builds on tags again - Add parentdir_project_version to support installs from GitHub release tarballs. - use Coordinated Universal Time (UTC) - switch to github actions for ci - fix documentation for tag_regex and add support for single digit versions - document handling of enterprise distros with unsupported setuptools versions - switch to declarative metadata - drop the internal copy of samefile and use a dependency on jaraco.windows on legacy systems - select git tags based on the presence of numbers instead of dots - enable getting a version form a parent folder prefix - add release-branch-semver version scheme - make global configuration available to version metadata - drop official support for python 3.4 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-certifi: Upgrade 2019.11.28 -> 2020.6.20Leon Anavi2020-06-251-2/+2
| | | | | | | | | | | | | | | | | Upgrade to release 2020.6.20: - Add python3.8 tag on setup.py - Add a "contents" function that returns the content of the cert chain. - Fix docs URL - Use resources loader to handle non-filesystem situations - Fix where() so that it works with importlib.resources when available - Clarify trust origin is Mozilla 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-sh: Upgrade 1.12.14 -> 1.13.1Leon Anavi2020-06-251-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 1.13.1: - regression fix if _fg=False - minor Travis CI fixes - bugfix for boolean long options not respecting _long_prefix - fix deprecation warning on Python 3.6 regexes - _pass_fds and _close_fds special kwargs for controlling file descriptor inheritance in child. - more efficiently closing inherited fds - bugfix where passing invalid dictionary to _env will cause a mysterious child 255 exit code. - bugfix where _in using 0 or sys.stdin wasn't behaving like a TTY, if it was in fact a TTY. - bugfix where help(sh) raised an exception - bugfix fixing broken interactive ssh tutorial from docs - change to automatic tty merging into a single pty if _tty_in=True and _tty_out=True - introducing _unify_ttys, default False, which allows explicit tty merging into single pty - contrib command for ssh connections requiring passwords - performance fix for polling output too fast when using _iter - execution contexts can now be used in python shell - bugfix ErrorReturnCode instances can now be pickled - bugfix passing empty string or None for _in hanged - bugfix where passing a filename or file-like object to _out wasn't using os.dup2 - regression make _fg work with _cwd again - an invalid _cwd now raises a ForkException not an OSError. - AIX support - added a timeout=None param to RunningCommand.wait() 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.12 -> 1.3.17Leon Anavi2020-06-251-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 1.3.17: - orm Bug fixes - orm Added an accessor ColumnProperty.Comparator.expressions which provides access to the group of columns mapped under a multi-column ColumnProperty attribute. - orm Introduce _orm.relationship.sync_backref flag in a relationship to control if the synchronization events that mutate the in-Python attributes are added. This supersedes the previous change #5149, which warned that viewonly=True relationship target of a back_populates or backref configuration would be disallowed. - engine Bug fixes - schema Bug fixes - schema Add comment attribute to _schema.Column __repr__ method. The year in LICENSE has been updated so LIC_FILES_CHKSUM was changed. 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>
* lirc: Add python3 to the run-time dependenciesLeon Anavi2020-06-241-1/+1
| | | | | | | | | | Add python3 to the run-time dependencies to fix the following issue with lircd-setup: env: can't execute 'python3': No such file or directory Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libuv: pkg now in core, removeArmin Kuster2020-06-231-19/+0
| | | | | Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* freediameter: upgrade 1.3.2 -> 1.4.0Ovidiu Panait2020-06-231-2/+1
| | | | | Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pm-graph: add flags support for RT kernelLiwei Song2020-06-222-0/+43
| | | | | | | | | with PREEMPT_RT enabled in kernel, ftrace have a different falgs compare with standard kernel. Add supported for RT kernel ftrace flags format. Signed-off-by: Liwei Song <liwei.song@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lmsensors: do not depend on lmsensors-isatools on non-x86lumag2020-06-221-1/+1
| | | | | | | | | lmsensors will build isadump and isaset only on x86 architecture. Depending on this package breaks lmsensors on all non-x86 machines. Fix this by enabling ${PN}-isatools dependency only on x86. Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-msgpack: Upgrade 0.6.2 -> 1.0.0Leon Anavi2020-06-221-2/+2
| | | | | | | | | | | | | | | | | | | | | Upgrade to release 1.0.0: - Remove Python 2 support from the msgpack/_cmsgpack. msgpack/fallback still supports Python 2. - Remove encoding option from the Packer and Unpacker. - Unpacker: The default value of max_buffer_type is changed to 100MiB. - Unpacker: strict_map_key is True by default now. - Unpacker: String map keys are interned. - Drop old buffer protocol support. - Support Timestamp type. - Support serializing and decerializing datetime object with tzinfo. - Unpacker: Fix Unpacker.read_bytes() in fallback implementation. 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-toml: Upgrade 0.10.0 -> 0.10.1Leon Anavi2020-06-221-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 0.10.1: - Removed test for unexpected EOF while parsing string - Raise an exception if EOF is reached and a string is unterminated - Allow loading from bytes paths. - Fix the issue where the parser fails on time attr with no space after = - Fix trailing whitespace in break - Handle arrays of multiline strings - Fix bad syntax handling - Improve professionalism of error message. - Extend TomlNumpyEncoder to numpy integer types. - Fix loading values when a line has " }" after a boolean. The copyright notices were updated and the md5 checksum has changed. The license remains MIT. 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-booleanpy: Upgrade 3.7 to 3.8Leon Anavi2020-06-221-3/+3
| | | | | | | | | | | | | | | Upgrade to release 3.8: - Add support for evaluation of boolean expression. - Fix parsing of tokens that have a number as the first character. - Restore proper Python 2 compatibility. - Add pointers to Linux distro packages. Change LICENSE.txt md5 checksum because the year has been updated. 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-ptyprocess: Consolidate in a single fileLeon Anavi2020-06-222-42/+42
| | | | | | | | 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>