summaryrefslogtreecommitdiffstats
path: root/meta-python
Commit message (Collapse)AuthorAgeFilesLines
* python3-django: upgrade 2.2.13 -> 2.2.16Trevor Gamblin2020-09-112-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Summary of release notes from https://docs.djangoproject.com/en/2.2/releases/ 2.2.14 release notes: - Fixed messages of InvalidCacheKey exceptions and CacheKeyWarning warnings raised by cache key validation (#31654). 2.2.15 release notes: - Allowed setting the SameSite cookie flag in HttpResponse.delete_cookie() (#31790). - Fixed crash when sending emails to addresses with display names longer than 75 chars on Python 3.6.11+, 3.7.8+, and 3.8.4+ (#31784). 2.2.16 release notes: - Fixed CVE-2020-24583: Incorrect permissions on intermediate-level directories on Python 3.7+ - Fixed CVE-2020-24584: Permission escalation in intermediate-level directories of the file system cache on Python 3.7+ - Fixed a data loss possibility in the select_for_update(). When using related fields pointing to a proxy model in the of argument, the corresponding model was not locked (#31866). - Fixed a data loss possibility, following a regression in Django 2.0, when copying model instances with a cached fields value (#31863). Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* packagegroup-meta-python: fix PACKAGES and default ptest recipe nameTrevor Gamblin2020-09-101-2/+1
| | | | | | | | | | Remove packagegroup-meta-python3-ptest from PACKAGES in packagegroup-meta-python.bb to fix QA issue, and change python3-cryptography to python3-cryptography-ptest in RDEPENDS_packagegroup-meta-python3-ptest to be consistent with how other ptest images list RDEPENDS. Signed-off-by: Trevor Gamblin <tvgamblin@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sentry-sdk: Upgrade 0.17.2 -> 0.17.3Leon Anavi2020-09-101-2/+2
| | | | | | | | | | | | Upgrade to release 0.17.3: - Fix an issue with the pure_eval integration in interaction with trimming where pure_eval would create a lot of useless local variables that then drown out the useful ones in trimming. 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.4.2 -> 5.5.0Leon Anavi2020-09-101-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fixed: isort: off comment doesn't work, if it's the top comment in the file. - Fixed: reverse_relative setting doesn't have any effect when combined with force_sort_within_sections. - Fixed: --skip can error in the case of projects that contain recursive symlinks. - Fixed: ensure_newline_before_comments doesn't work if comment is at top of section and sections don't have lines between them. - Fixed: comments in imports with ";" can keep isort from recognizing import line. - Fixed: As imports removed when combine_star is set. - Fixed: --float-to-top has no effect if no import is already at the top. - Fixed: isort never settles on module docstring + add import. - Fixed: Error raised when repo contains circular symlinks. - Fixed: noqa comment is moved from star import to constant import. - Fixed: Incorrect placement of import additions. - Fixed: isort5 throws error when stdin used on Windows with deprecated args. - Added support for specifying config file when using git hook. - Added support for coloring diff output. - New multi-line grid mode without parentheses. - Extensive profile testing. - Proprety based testing applied to code snippets. - Create automated integration test that includes full code base of largest OpenSource isort users. 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>
* meta-python-image,meta-python-ptest-image: Use python3 packagegroupsKhem Raj2020-09-102-3/+2
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* packagegroup-meta-python: Add new packagesKhem Raj2020-09-101-42/+428
| | | | | | | Reorganise entries per line Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-fann2: Consolidate in a single fileLeon Anavi2020-09-072-11/+11
| | | | | | | | 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>
* gyp: Upgrade to latest versionLeon Anavi2020-09-071-1/+1
| | | | | | | | | | | | Upgrade to latest version for the git repository: - Add support for CLANG_ENABLE_OBJC_WEAK - Prevent propogation to configurations of nested 'dependent-settings' directives 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>
* gyp: Consolidate in a single fileLeon Anavi2020-09-072-14/+14
| | | | | | | | 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-gsocketpool: Consolidate in a single fileLeon Anavi2020-09-072-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-mprpc: Consolidate in a single fileLeon Anavi2020-09-072-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-hyperframe: Consolidate in a single fileLeon Anavi2020-09-072-12/+9
| | | | | | | | 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-priority: Consolidate in a single fileLeon Anavi2020-09-072-12/+9
| | | | | | | | 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-traitlets: 5.0.0 -> 5.0.3Leon Anavi2020-09-071-2/+2
| | | | | | | | | | | Upgrade to release 5.0.3: - update cast_unicode with Python's standard decode method - handle allow_none in from_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-cmd2: Upgrade 1.3.8 -> 1.3.9Leon Anavi2020-09-071-2/+2
| | | | | | | | | | | | | | | | | | | | | Upgrade to release 1.3.9: Breaking Changes: - CommandSet.on_unregister() is now called as first step in unregistering a CommandSet and not the last. CommandSet.on_unregistered() is now the last step. Enhancements: - Added CommandSet.on_registered(). This is called by cmd2.Cmd after a CommandSet is registered and all its commands have been added to the CLI. - Added CommandSet.on_unregistered(). This is called by cmd2.Cmd after a CommandSet is unregistered and all its commands have been removed from the CLI. 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.10 -> 0.16.11Leon Anavi2020-09-071-2/+2
| | | | | | | | | | Upgrade to release 0.16.11: - workaround issue with setuptools 0.50 and importing pip 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-gevent: Upgrade 1.4.0 -> 20.6.2Leon Anavi2020-09-052-29/+2
| | | | | | | | | | | | | | | Upgrade to release 20.6.2: - It is now possible to build and use the embedded libuv on a Cygwin platform. - Bug fix: relax the version constraint for psutil on PyPy. - The include directories used to compile the C extensions have been tweaked with the intent of making it easier to use older debug versions of 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-gevent: Consolidate in a single fileLeon Anavi2020-09-052-37/+35
| | | | | | | | 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-systemd: Consolidate in a single fileLeon Anavi2020-09-052-23/+20
| | | | | | | | 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-absl: Upgrade 0.9.0 -> 0.10.0Leon Anavi2020-09-051-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use PyPI and upgrade to release 0.10.0: Added: - (testing) _TempDir and _TempFile now implement __fspath__ to satisfy os.PathLike - (logging) --logger_levels: allows specifying the log levels of loggers. - (flags) FLAGS.validate_all_flags: a new method that validates all flags and raises an exception if one fails. - (flags) FLAGS.get_flags_for_module: Allows fetching the flags a module defines. - (testing) parameterized.TestCase: Supports async test definitions. - (testing,app) Added --pdb flag: When true, uncaught exceptions will be handled by pdb.post_mortem. This is an alias for --pdb_post_mortem. Changed: - (testing) Failed tests output a copy/pastable test id to make it easier to copy the failing test to the command line. - (testing) @parameterized.parameters now treats a single abc.Mapping as a single test case, consistent with named_parameters. Previously the abc.Mapping is treated as if only its keys are passed as a list of test cases. If you were relying on the old inconsistent behavior, explicitly convert the abc.Mapping to a list. - (flags) DEFINE_enum_class and DEFINE_mutlti_enum_class accept a case_sensitive argument. When False (the default), strings are mapped to enum member names without case sensitivity, and member names are serialized in lowercase form. Flag definitions for enums whose members include duplicates when case is ignored must now explicitly pass case_sensitive=True. Fixed: - (flags) Defining an alias no longer marks the aliased flag as always present on the command line. - (flags) Aliasing a multi flag no longer causes the default value to be appended to. - (flags) Alias default values now matched the aliased default value. - (flags) Alias present counter now correctly reflects command line usage. 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-nmap: Upgrade 1.4.7 -> 1.4.8Leon Anavi2020-09-051-2/+2
| | | | | | | | | | | | | | | Upgrade to release 1.4.8: - Using of -Pn -sZ options for basic stealth scan - Refactoring nmap3.py to avoid repetitive code - Support for nmap stealth scans - Fix handling of xml.etree.ElementTree.Element with no sub elements - Support for gettings nmap raw outout 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-mccabe: Upgrade 0.2.1 -> 0.6.1Leon Anavi2020-09-051-3/+5
| | | | | | | | | | | | | Upgrade to release 0.6.1: - Add support for Python 3.6 - Fix handling for missing statement types - Fix signature for PathGraphingAstVisitor.default to match the signature for ASTVisitor 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-pyzmq: Upgrade 17.1.0 -> 19.0.2Leon Anavi2020-09-051-2/+2
| | | | | | | | | | | | | | | - Cython backend: Build Cython extensions with language level "3str" (requires Cython 0.29) - Cython backend: You can now cimport zmq - Asyncio: Fix memory leak in Poller - Log: Much improved logging in zmq.log (see Asynchronous Logging via PyZMQ) - Log: add python -m zmq.log entrypoint - Sources generated with Cython 0.29.15 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-pycurl: Upgrade 7.43.0.5 -> 7.43.0.6Leon Anavi2020-09-051-2/+2
| | | | | | | | | | | | Upgrade to release 7.43.0.6: - Improve SSL backend detection on various systems - Add support for libcurl's multiple SSL backend functionality - Add support for several libcurl options Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sentry-sdk: Upgrade 0.17.1 -> 0.17.2Leon Anavi2020-09-051-2/+2
| | | | | | | | | | Upgrade to release 0.17.2: - Fix timezone bugs in GCP integration 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-robotframework: Upgrade 3.2.1 -> 3.2.2Leon Anavi2020-09-051-2/+2
| | | | | | | | | | | Upgrade to release 3.2.2, a new minor release with some bug fixes, Libdoc enhancements and official Python 3.9 support. For more details please visit: https://github.com/robotframework/robotframework/blob/master/doc/releasenotes/rf-3.2.2.rst 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 3.2.0 -> 3.2.1Leon Anavi2020-09-051-2/+2
| | | | | | | | | | | Upgrade to release 3.2.1: - Bug fix: there were some syntax errors in the comment of stevedore code 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-meh: Upgrade 0.48 -> 0.49Leon Anavi2020-09-051-2/+2
| | | | | | | | | | | | | | | | | | | Upgrade to release 0.49: - Fix make archive command after pot file removal - Add Readme with description and translation badge - Add pot file to the git ignore - Pause release when making bumpver to check and solve translations - Remove unused PREFIX from Makefile - Remove Zanata - Push translations to our translation repository - Download translations from Weblate - Remove pot 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-pillow: Upgrade 6.2.1 -> 7.2.0Leon Anavi2020-09-022-11/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 7.2.0: - Do not convert I;16 images when showing PNGs - Fixed ICNS file pointer saving - Fixed loading non-RGBA mode APNGs with dispose background - Deprecated _showxv - Deprecate Image.show(command="...") - Updated JPEG magic number - Change STRIPBYTECOUNTS to LONG if necessary when saving - Write JFIF header when saving JPEG - Replaced tiff_jpeg with jpeg compression when saving TIFF images - Writing TIFF tags: improved BYTE, added UNDEFINED - Consider transparency when pasting text on an RGBA image - Added method argument to single frame WebP saving - Use ImageFileDirectory_v2 in Image.Exif - Corrected reading EXIF metadata without prefix - Fixed drawing a jointed line with a sequence of numeric values - Added support for 1-D NumPy arrays - Parse orientation from XMP tags - Speed up text layout by not rendering glyphs - Fixed ZeroDivisionError in Image.thumbnail - Replaced TiffImagePlugin DEBUG with logging - Fix repeatedly loading .gbr - JPEG: Truncate icclist instead of setting to None - Fixes default offset for Exif - Fixed bug when unpickling TIFF images - Fix pickling WebP - Replace IOError and WindowsError aliases with OSError License-Update: Word wrap and updated copyright 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-flask-pymongo: Consolidate in a single fileLeon Anavi2020-09-022-16/+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-flask-mail: Consolidate in a single fileLeon Anavi2020-09-022-13/+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-flask-nav: Consolidate in a single fileLeon Anavi2020-09-022-14/+14
| | | | | | | | 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-traitlets: Upgrade 4.3.3 -> 5.0.0Leon Anavi2020-09-021-3/+2
| | | | | | | | | | | | | | | | | | | | Upgrade to release 5.0.0: Traitlets 5.0 is a new version of traitlets that accumulate changes over a period of more close to four years; A number of internal refactoring made the internal code structure cleaner and simpler, and greatly improved the diagnostic error messages as well has help and documentation generation. Major changes: - Removal of Python 2 support, - Removal of Python 3.0-3.6 support - Follow NEP 29, and are thus Python 3.7+ only. - Remove six as a dependency - Remove funcsig as a dependency. 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-luma-core: Upgrade 1.16.0 -> 1.16.1Leon Anavi2020-09-021-2/+2
| | | | | | | | | | Upgrade to release 1.16.1: - Fix bug in bitmap_font: glyph_index now computed correctly Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sentry-sdk: Upgrade 0.17.0 -> 0.17.1Leon Anavi2020-09-021-2/+2
| | | | | | | | | | | | Upgrade to release 0.17.1: - Fix timezone bugs in AWS Lambda integration. - Fix crash on GCP integration because of missing parameter timeout_warning. 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-hpack: Upgrade 3.0.0 -> 4.0.0Leon Anavi2020-09-021-2/+2
| | | | | | | | | | | | | | Upgrade to release 4.0.0: - Remove support for Python 2.7, 3.4 and 3.5. - Add support for Python 3.8. - Performance improvement of static header search. Use dict search instead of linear search. - Fix debug output of headers during encoding. 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-hpack: Consolidate in a single fileLeon Anavi2020-09-022-12/+9
| | | | | | | | 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-ipython: Upgrade 7.17.0 -> 7.18.1Leon Anavi2020-09-021-2/+2
| | | | | | | | | | | | | | Upgrade to release 7.18.1: - CRLF is now handled by magics my default; solving some issues due to copy pasting on windows. - Requiring pexpect >=4.3 as we are Python 3.7+ only and earlier version of pexpect will be incompatible. - Minimum jedi version is now 0.16. 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.4.0 -> 8.5.0Leon Anavi2020-09-021-2/+2
| | | | | | | | | | | | | | | | Upgrade to release 8.5.0: - Add :func:`windowed_complete` - The :func:`is_sorted` implementation was improved - The :func:`groupby_transform` now accepts a reducefunc parameter - The :func:`last` implementation was improved - Various documentation fixes - The tests for :func:`distinct_combinations` were improved - Automated tests now run on GitHub Actions 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-prompt-toolkit: Upgrade 3.0.6 -> 3.0.7Leon Anavi2020-09-021-2/+2
| | | | | | | | | | | | | | | | | | | Upgrade to release 3.0.7: - New "placeholder" parameter added to `PromptSession`. - The "respond to CPR" logic has been moved from the `Input` to `Output` classes (this does clean up some code). - Bugfix in shift-selection key bindings. - Fix hight calculation of `FormattedTextControl` when line wrapping is turned on. - Fixes for SSH server: * Missing encoding property * Fix failure in "set_line_mode" call * Handle `BrokenPipeError` 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-parse: Upgrade 1.16.0 -> 1.17.0Leon Anavi2020-09-021-2/+2
| | | | | | | | | | Upgrade to release 1.17.0: - Make left- and center-aligned search consume up to next space 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-paramiko: Upgrade 2.7.1 - 2.7.2Leon Anavi2020-09-021-2/+2
| | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 2.7.2: - [Bug]: Fix incorrectly swapped order of p and q numbers when loading OpenSSH-format RSA private keys. At minimum this should address a slowdown when using such keys, and it also means Paramiko works with Cryptography 3.1 and above (which complains strenuously when this problem appears). - [Bug]: Fix incorrect string formatting causing unhelpful error message annotation when using Kerberos/GSSAPI. - [Support]: Remove leading whitespace from OpenSSH RSA test suite static key fixture, to conform better to spec. - [Support]: Add missing test suite fixtures directory to MANIFEST.in, reinstating the ability to run Paramiko’s tests from an sdist tarball. - [Support]: Update our CI to catch issues with sdist generation, installation and testing. 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.13.1 -> 1.14.0Leon Anavi2020-09-021-2/+2
| | | | | | | | | | | | | | Upgrade to release 1.14.0: - _env now more lenient in accepting dictionary-like objects - None and False arguments now do not pass through to underlying command - Implemented find_spec on the fancy importer, which fixes some Python3.4+ issues Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cmd2: Upgrade 1.3.5 -> 1.3.8Leon Anavi2020-09-021-2/+2
| | | | | | | | | | | | | | | | Upgrade to release 1.3.8: - Fixed issue where subcommand added with @as_subcommand_to decorator did not display help when called with -h/--help. - add_help=False no longer has to be passed to parsers used in @as_subcommand_to decorator. Only pass this if your subcommand should not have the -h/--help help option (as stated in argparse documentation). 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-flask-user: Consolidate in a single fileLeon Anavi2020-09-022-18/+18
| | | | | | | | 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-google-api-python-client: Upgrade 1.10.1 -> 1.11.0Leon Anavi2020-09-021-2/+2
| | | | | | | | | | Upgrade to release 1.11.0: - Add support for mtls env variables 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-cryptography-vectors: Upgrade 3.0 -> 3.1Leon Anavi2020-09-021-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 3.1: - BACKWARDS INCOMPATIBLE: Removed support for idna based :term:`U-label` parsing in various X.509 classes. This support was originally deprecated in version 2.1 and moved to an extra in 2.5. - Deprecated OpenSSL 1.0.2 support. OpenSSL 1.0.2 is no longer supported by the OpenSSL project. The next version of cryptography will drop support for it. - Deprecated support for Python 3.5. This version sees very little use and will be removed in the next release. - backend arguments to functions are no longer required and the default backend will automatically be selected if no backend is provided. - Added initial support for parsing certificates from PKCS7 files - Calling update or update_into on :class:`~cryptography.hazmat.primitives.ciphers.CipherContext` with data longer than 231 bytes no longer raises an OverflowError. This also resolves the same issue in :doc:`/fernet`. 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-luma-core: Upgrade 1.15.0 -> 1.16.0Leon Anavi2020-09-021-2/+2
| | | | | | | | | | | Upgrade to release 1.16.0: - Embedded font parallel device (for upcoming HD44780, Winstar character devices) 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-ecdsa: Upgrade 0.15 -> 0.16.0Leon Anavi2020-09-021-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 0.16.0: - Support for reading and writing private keys in PKCS#8 format. - to_pem and to_der now accept new parameter, format, to specify the format of the encoded files, either the dafault, legacy "ssleay", or the new pkcs8 to use PKCS#8. Note that only unencrypted PKCS#8 files are supported - Add allow_truncate to verify in VerifyingKey, it defaults to True, when specified as False, use of large hashes smaller than curves will be disallowed (as it was in 0.14.1 and earlier) - Correctly calculate signatures for private keys equal to n-1 - Make PointJacobi and thus SigningKey and VerifyingKey pickleable - to_pem functions return bytes not str, document them as such - from_pem and from_pem in SigningKey returns SigningKey, document them as such - Ensure that version checks will work with Python 4. - Format the source with black. - Fix uses of assert_ in test suite. - Use newer Ubuntu in Travis to test against OpenSSL 1.1.1 (and thus test the interoperability of ECDH code in Travis). 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-texttable: add recipeHongxu Jia2020-09-021-0/+11
| | | | | | Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>