summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* python3-bcrypt: Enable ptestZang Ruochen2020-06-292-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-backports-functools-lru-cache: Enable ptestZang Ruochen2020-06-292-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-atomicwrites: upgrade 1.3.0 -> 1.4.0Zang Ruochen2020-06-293-11/+28
| | | | | | | | -Enable ptest. 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-anyjson: Enable ptestZang Ruochen2020-06-292-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-ansicolors: Enable ptestZang Ruochen2020-06-292-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-pybind11: Upgrade 2.4.3 -> 2.5.0Leon Anavi2020-06-291-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 2.5.0: - Use C++17 fold expressions in type casters, if available. This can improve performance during overload resolution when functions have multiple arguments. - Changed include directory resolution in pybind11/__init__.py and installation in setup.py. This fixes a number of open issues where pybind11 headers could not be found in certain environments. - C++20 char8_t and u8string support. - CMake: search for Python 3.9. - Fixes for MSYS-based build environments. - STL bindings for std::vector<...>::clear. - Read-only flag for py::buffer. - Exception handling during module initialization. - Support linking against a CPython debug build. - Fixed issues involving the availability and use of aligned new and delete. - Fixed a resource leak upon interpreter shutdown. - Fixed error handling in the boolean caster. 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: Consolidate in a single fileLeon Anavi2020-06-292-8/+8
| | | | | | | | 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-pulsectl: Upgrade 20.2.4 -> 20.5.1Leon Anavi2020-06-291-2/+2
| | | | | | | | | | | | | | | | Upgrade to release 20.5.1: - Drop unused decorator mode for _pulse_get_list wrapper-generator - volume_get_all_chans: add docstring to indicate that it doesn't poll libpulse - tests: fix tearDownClass for "python setup.py test" operation - tests: pass PATH= in subprocess environment for proper lookups there - tests: lookup executables in PATH 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-msm: Upgrade 0.8.3 -> 0.8.7Leon Anavi2020-06-291-2/+2
| | | | | | | | | | | | | Upgrade to release 0.8.7: - Handle git:// urls more gracefully - Add final rstrip - Add another rstrip for checking if it is Github url - Convert Paths to str for python 3.5 compatibility 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-pkgconfig: Upgrade 1.4.0 -> 1.5.1Leon Anavi2020-06-291-5/+3
| | | | | | | | | | | | | | | Inherit class pypi and upgrade to release 1.5.1: - Use poetry instead of setuptools directly - Fix: raise exception if package is missing - Fix version parsing for openssl-like version numbers - Fix: expose --modversion - Fix: strip whitespace from variable names - Fix: do not specify pytest Python version 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-greenlet: Upgrade 0.4.15 -> 0.4.16Leon Anavi2020-06-291-2/+2
| | | | | | | | | | | | Upgrade to release 0.4.16: - Support for DEC Alpha architecture - Support for Python 3.9 - Support for Python 3.10a0 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.17 -> 1.3.18Leon Anavi2020-06-291-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 1.3.18: - orm: Improve error message when using Query.filter_by() in a query where the first entity is not a mapped class. - orm: Added a new parameter query_expression.default_expr to the query_expression() construct, which will be appled to queries automatically if the with_expression() option is not used. - engine: Further refinements to the fixes to the "reset" agent fixed in #5326, which now emits a warning when it is not being correctly invoked and corrects for the behavior. Additional scenarios have been identified and fixed where this warning was being emitted. - engine: Fixed issue in URL object where stringifying the object would not URL encode special characters, preventing the URL from being re-consumable as a real URL. - sql: Added a “.schema” parameter to the table() construct, allowing ad-hoc table expressions to also include a schema name. - sql: Introduce IdentityOptions to store common parameters for sequences and identity columns. - schema: Fixed issue where dialect_options were omitted when a database object (e.g., Table) was copied using tometadata(). 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-kiwisolver: Upgrade 1.1.0 -> 1.2.0Leon Anavi2020-06-292-16/+20
| | | | | | | | | | | Upgrade to release 1.2.0: - make the the c++ part of the code c++11 compliant - use cppy for Python/C bindings 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-cppy: Add new recipeLeon Anavi2020-06-291-0/+11
| | | | | | | | Add cppy release 1.1.0: C++ headers for C extension development. 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-httplib2: Upgrade 0.17.3 -> 0.18.1Leon Anavi2020-06-291-3/+3
| | | | | | | | | | | | | | | | | | Upgrade to release 0.18.1: - explicit build-backend workaround for pip build isolation bug "AttributeError: 'module' object has no attribute '__legacy__'" on pip install https://github.com/httplib2/httplib2/issues/169 - IMPORTANT security vulnerability CWE-93 CRLF injection Force %xx quote of space, CR, LF characters in uri. https://cwe.mitre.org/data/definitions/93.html PKG-INFO md5 checksum changed, 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-rdflib: Upgrade 4.2.2 -> 5.0.0Leon Anavi2020-06-291-2/+2
| | | | | | | | | | | | | | | Upgrade to release 5.0.0: - Fix n3 parser exponent syntax of floats with leading dot. - FIX: Change is comparison to == for tuple - Added _parseBoolean function to enforce correct Lexical-to-value mapping - SPARQL fix CONSTRUCT resolve with initBindings fixes - Documentation 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-pyro4: Upgrade 4.77 -> 4.80Leon Anavi2020-06-291-2/+2
| | | | | | | | | | | | | | | | | | | Upgrade to release 4.80: - fix possible race condition when creating instances with instancemode "single" - cython compatibility fix - removed explicit version checks of dependencies such as serpent. This fixes crash error when dealing with prerelease versions that didn't match the pattern. - stick to an older serpent library version to install as a dependency when installing on old python versions - explain the delay and threading in the distributed-computing2 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>
* tracker: Fix build error when enable multilib.Zheng Ruoqin2020-06-291-1/+3
| | | | | | | | | | | ERROR: tracker-2.3.4-r0 do_package: QA Issue: tracker: Files/directories were installed but not shipped in any package: /usr/lib64/systemd /usr/lib64/systemd/user /usr/lib64/systemd/user/tracker-store.service Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Fix build error when enable multilib.Zheng Ruoqin2020-06-291-0/+4
| | | | | | | | | | | | | ERROR: tracker-miners-2.3.3-r0 do_package: QA Issue: tracker-miners: Files/directories were installed but not shipped in any package: /usr/lib64/systemd /usr/lib64/systemd/user /usr/lib64/systemd/user/tracker-extract.service /usr/lib64/systemd/user/tracker-writeback.service /usr/lib64/systemd/user/tracker-miner-fs.service Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* network-manager-applet: upgrade 1.16.0 -> 1.18.0Andreas Müller2020-06-291-2/+4
| | | | | | | | | | | | | | | ======================================================= network-manager-applet-1.18.0 Overview of changes since network-manager-applet-1.16.0 ======================================================= * Enable build with appindicator by default. * Add WireGuard support to the editor. * Support OWE (Opportunistic Wireless Encryption) in the editor. * Fix crash when disposing VPN secret dialog. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ibus: upgrade 1.5.21 -> 1.5.22Andreas Müller2020-06-291-2/+2
| | | | | | | | | | | | | 1.5.22 * GDBusAuthObserver security fix 3d442db * Use XDG_CACHE_HOME for Unix socket directory a141a14 982c40f 5742e1b d53401e a1705ad * Hangul button press handling 25d11f5 c662a02 ecc3465 * Fix deprecated APIs 48a8d7e 35863d8 * Bug fixes 773420f 745ffb8 26a8105 bccf94d d50627f 7486385 cd4fef5 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* modemmanager: upgrade 1.12.10 -> 1.12.12Andreas Müller2020-06-291-5/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* blueman: upgrade 2.1.1 -> 2.1.3Andreas Müller2020-06-291-2/+1
| | | | | | | | | | | | | | | | | | | 2.1.3 Changes * Force cython to use python language version 3 Bugs fixed * Fix tooltip not updating when bluetooth is disabled * Fix dbus timeout in DhcClient * Call the right method when pulseaudio crashes * Handle os.remove failing 2.1.2 Bugs fixed * Signal bar updates with multiple adapters * Pairing with pincode Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* networkmanager: upgrade 1.22.10 -> 1.22.14Andreas Müller2020-06-291-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ================================================ NetworkManager-1.22.14 Overview of changes since NetworkManager-1.22.12 ================================================ This is a new stable release of NetworkManager. Notable changes include: * ifcfg-rh: handle "802-1x.{,phase2-}ca-path". Otherwise setting this property silently fails and a profile might accidentally not perform any authentication (CVE-2020-10754). * ifcfg-rh: handle 802-1x.pin properties. ================================================ NetworkManager-1.22.12 Overview of changes since NetworkManager-1.22.10 ================================================ This is a new stable release of NetworkManager. Notable changes include: * Fix a bug preventing lease renewal in the internal DHCP client. * Add a new build option 'firewalld-zone'; when enabled, NetworkManager installs a firewalld zone for connection sharing and puts interfaces using IPv4 or IPv6 shared mode in this zone during activation. The option is enabled by default. Note that NetworkManager still calls to iptables to enable masquerading and open needed ports for DHCP and DNS. The new option is useful on systems using firewalld with the nftables backend, where the iptables rules would not be sufficient. * Support changing the MTU of OVS interfaces. * Better handle a restart of ovsdb process. * Support the 'no-reload' and 'trust-ad' resolv.conf options. * Various minor bug fixes and improvements. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmcrypt: set CLEANBROKENChangqing Li2020-06-271-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | reproduce steps: 1. bitbake libmcrypt 2. add bb.note('hello') in do_fetch of base.bbclass 3. bitbake libmcrypt do_configure failed: Making clean in doc make[1]: Entering directory 'build/tmp-glibc/work/cortexa72-wrs-linux/libmcrypt/2.5.8-r0/libmcrypt-2.5.8/doc' make[1]: *** No rule to make target 'clean'. Stop. make[1]: Leaving directory 'build/tmp-glibc/work/cortexa72-wrs-linux/libmcrypt/2.5.8-r0/libmcrypt-2.5.8/doc' Makefile:316: recipe for target 'clean-recursive' failed error occurred in autotools_preconfigure, since we have build one time in step1, we have CONFIGURESTAMPFILE, and also BB_TASKHASH changed after step2, in step3, after do_fetch, ${S} is renewed, but with main Makefile exist but no Makefile exist under sub folder, so above error occurred. set CLEANBROKEN to fix this error Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* net-snmp: Security fix CVE-2019-20892Armin Kuster2020-06-262-0/+119
| | | | | | | | | | | | | | | | | Source: net-snmp.org MR: 104509 Type: Security Fix Disposition: Backport from https://github.com/net-snmp/net-snmp/commit/5f881d3bf24599b90d67a45cae7a3eb099cd71c9 ChangeID: 206d822029d48d904864f23fd1b1af69dffc26c8 Description: Fixes CVE-2019-20892 which affect net-snmp <= 5.8pre1 Had to fix up some file do to later code restructioning. "int refcnt;" addition was done in include/net-snmp/library/snmpusm.h Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* netplan: upgrade 0.98 -> 0.99Jacopo Dall'Aglio2020-06-261-10/+10
| | | | | | | | | | | | Main new features of netplan release 0.99: - YAML parser is now in a separate library named libnetplan - Systemd unit file for launching WPA Supplicant with netplan configuration is now generated at runtime See here for a full comparison: https://github.com/CanonicalLtd/netplan/compare/0.98...0.99 Signed-off-by: Jacopo Dall'Aglio <jacopo.dallaglio@kynetics.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ttf-fonts: Update ttf-ubuntu-font-family recipeDaniel Gomez2020-06-261-3/+6
| | | | | | | | Current version 0.80 is no longer available with the link in the recipe. Update it to use 0.83 version. Signed-off-by: Daniel Gomez <daniel@qtec.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-astroid: Upgrade 2.3.3 -> 2.4.2Leon Anavi2020-06-261-2/+2
| | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 2.4.2: - `FunctionDef.is_generator` properly handles `yield` nodes in `While` tests - Properly construct the arguments of infered property descriptors - Handle the case where the raw builder fails to retrieve the ``__all__`` attribute - Restructure the AST parsing heuristic to always pick the same module - Do not crash with SyntaxError when parsing namedtuples with invalid label - Expose a ast_from_string method in AstroidManager, which will accept source code as a string and return the corresponding astroid object - Prevent a recursion error to happen when inferring the declared metaclass of a 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-coloredlogs: Upgrade 10.0 -> 14.0Leon Anavi2020-06-261-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 14.0: - Integrate native Windows 10 support for ANSI escape sequences - Native support for ANSI escape sequences was added to Windows 10 after its initial release - Merged pull request #80 that drops support for Python 3.4 which has gone end-of-life and now represents less than 1% of PyPI downloads. - Improved compatibility with the Python standard library by changing the order of positional arguments received by the initializer of the ColoredFormatter class - Add support for the %(username)s field and properly document supported custom fields. - Consistently use console highlighting in documentation. - Fix a broken link in the readme. The year in LICENSE.txt 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-coverage: Upgrade 5.0.2 -> 5.1Leon Anavi2020-06-261-2/+2
| | | | | | | | | | | | | | | | Upgrade to release 5.1: - The JSON report now includes counts of covered and missing branches. - On Python 3.8, try-finally-return reported wrong branch coverage with decorated async functions (issue 964). This is now fixed. - The :meth:`~coverage.Coverage.get_option` and :meth:`~coverage.Coverage.set_option` methods can now manipulate the [paths] configuration setting. 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-matplotlib: Upgrade 3.2.1 -> 3.2.2Leon Anavi2020-06-261-3/+3
| | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 3.2.2: - Unit converters recognize subclasses - imsave accepts metadata and PIL options - cbook.normalize_kwargs - FontProperties accepts os.PathLike - Gouraud-shading alpha channel in PDF backend - Kerning adjustments now use correct values - bar3d lightsource shading - Shifting errorbars - Improvements in Logit scale ticker and formatter - rcParams for axes title location and color - 3-digit and 4-digit hex colors The line in setup.py for determining the license has changed. 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-pandas: Upgrade 1.0.3 -> 1.0.5Leon Anavi2020-06-261-2/+2
| | | | | | | | | | | | | | | Upgrade to release 1.0.5: - Fix regression in read_parquet() when reading from file-like objects. - Fix regression in reading from public S3 buckets. - Fixed regression in replace() raising an AssertionError when replacing values in an extension dtype with values of a different dtype 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-ruamel-yaml: Upgrade 0.16.5 0> 0.16.10Leon Anavi2020-06-261-3/+3
| | | | | | | | | | | | | | | | | | | | | | Upgrade to release 0.16.10: - updated image references in README to sourceforge - update requirements so that ruamel.yaml.clib is installed for 3.8, as it has become available - fix typchecking issue on TaggedScalar - fix error in dumping literal scalar in sequence with comments before element - fix empty string mapping key roundtripping with preservation of quotes as `? ''` - fix incorrect state setting in class constructor - adjust deprecation warning test for Hashable, as that no longer warns The year in LICENSE has been updated and LIC_FILES_CHKSUM 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>
* 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>