summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
Commit message (Collapse)AuthorAgeFilesLines
* python3-pandas: Upgrade 1.1.2 -> 1.1.3Leon Anavi2020-10-071-2/+2
| | | | | | | | | | | Upgrade to release 1.1.3. This is a minor bug-fix release. It includes some regression fixes and bug fixes. Details are available at: https://github.com/pandas-dev/pandas/releases/tag/v1.1.3 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-nocaselist: Upgrade 1.0.2 -> 1.0.3Leon Anavi2020-10-071-2/+2
| | | | | | | | | | | | | Upgrade to release 1.0.3: - Test: Fixed issue with virtualenv raising AttributeError during installtest on Python 3.4. - Added checking for no expected warning. Adjusted a testcase to accomodate the new check. 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-prettytable: Upgrade 0.7.2 -> 1.0.0Leon Anavi2020-10-071-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a dependency on setuptools-scm and upgrade to release 1.0.0: - Dropped support for EOL Python 2.4-2.6 and 3.0-3.4. - Added support for Python 3.5-3.9. - Added del_column(field_name). - Added get_csv_string with delimiter option (comma or tab) and optional header. - Use wcwidth for better wide char support. - New paginate method can be used to produce strings suitable for piping to lp/lpr. - from_html now handles HTML tables with colspan, rather than choking on them. - Added min_width, min_table_width and max_table_width attribute/options for better control of table sizing. - Added "title" attribute/option for table titles. - When slice syntax is used to create a new sub-table out of an existing table, the rows are sorted before, not after, the slicing. The old behaviour (slice then sort) can be achieved by setting oldsortslice=True. - The from_csv table factory now accepts CSV format parameters as keyword arguments (e.g. delimiter, doublequote, escapechar, etc.) - Added 0x000f to the list of special characters with width 0, to fix problems with coloured strings produced by the Blessings library. - Fixed constructor argument float_format to work as intended. - Removed print_html() from README. - Added from_json and get_json_string to PrettyTable. - Fixed PLAIN_COLUMN to PLAIN_COLUMNS in README. - Added Markdown and Org mode styles. License-Update: Use wcwidth for better wide char support 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.10 -> 1.3.11Leon Anavi2020-10-071-2/+2
| | | | | | | | | | | | | | | | Upgrade to release 1.3.11: - Fixed issue where quoted redirectors and terminators in aliases and macros were not being restored when read from a startup script. - Fixed issue where instantiating more than one cmd2-based class which uses the @as_subcommand_to decorator resulted in duplicated help text in the base command the subcommands belong to. 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-zipp: Upgrade 3.2.0 -> 3.3.0Leon Anavi2020-10-071-2/+2
| | | | | | | | | | | | Upgrade to release 3.3.0: - Path objects now expose a .filename attribute and rely on that to resolve .name and .parent when the Path object is at the root of the zipfile. 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-humanize: Upgrade 3.0.0 -> 3.0.1Leon Anavi2020-10-071-2/+2
| | | | | | | | | | Upgrade to release 3.0.1: - Fix some translation for id_ID 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>
* beautifulsoup4: Upgrade 4.9.2 -> 4.9.3Leon Anavi2020-10-071-2/+2
| | | | | | | | | | | Upgrade to release 4.9.3: - Implemented a significant performance optimization to the process of searching the parse tree. 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.12.2 -> 1.12.3Leon Anavi2020-10-071-2/+2
| | | | | | | | | | Upgrade to release 1.12.3: - deps: update setup.py to install httplib2>=0.15.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-nocasedict: Upgrade 1.0.0 -> 1.0.1Leon Anavi2020-10-071-2/+2
| | | | | | | | | | | | | | Upgrade to release 1.0.1: - Test: Fixed issue with virtualenv raising AttributeError during installtest on Python 3.4. - Fixed UserWarning about unpreserved order of input items. - Added checking for no expected warning. Adjusted a testcase to accomodate the new check. 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: extend to native and nativesdkAndrey Zhizhikin2020-10-071-0/+2
| | | | | | | | | Extend this recipe with native and nativesdk classes to be able to provide a package in SDK and run on the build system. Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sentry-sdk: Upgrade 0.17.8 -> 0.18.0Leon Anavi2020-10-041-2/+2
| | | | | | | | | | | | | | Upgrade to release 0.18.0: - Breaking change: The no_proxy environment variable is now honored when inferring proxy settings from the system. - Added Performance/Tracing support for AWS and GCP functions. - Fix an issue with Django instrumentation where the SDK modified resolver_match.callback and broke user 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-pystemd: Upgrade 0.7.0 -> 0.8.0Leon Anavi2020-10-041-2/+2
| | | | | | | | | | | | | | | | | | | Upgrade to release 0.8.0: - add initial support for python 3.7 and 3.8 - added options StandardOutputFile, StandardOutputFileToAppend, StandardErrorFile and StandardErrorFileToAppend to known unit signatures. - Added type stubs for pystemd.daemon, pystemd.dbuslib, pystemd.systemd1.Unit and pystemd.systemd1.Manager because we still "support python 3.4. - fix issue when char is unsigned, and <char *> -1 returns 255. - added slice_ option to pystemd.run to specify the cgroup where the unit is created. 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-humanize: Upgrade 2.6.0 -> 3.0.0Leon Anavi2020-10-041-2/+2
| | | | | | | | | | | | | | Upgrade to release 3.0.0: - Add explicit setuptools dependency for pkg_resources - Drop support for Python 3.5 - pdate minimum_unit handling of naturaldelta and naturaltime - Internationalise a previously hardcoded 'and' - Update docs 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.2 -> 5.2.0Leon Anavi2020-10-041-2/+2
| | | | | | | | | | | | | | | | | | Upgrade to release 5.2.0: - Final version tested with Python 2.7 and 3.5 - README: Announce deprecation of Python 2.7, 3.5 - README: More detail and examples - Bugfix: Fix segfault on loading huge arrays with C-backend - Build system: Allow packagers to force C-backend building or disable using env var - Feature: :module:`cbor2.tool` Command line diagnostic tool - Feature: Ignore semantic tag used for file magic 55799 AKA "Self-Described CBOR" 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.5.3 -> 5.5.4Leon Anavi2020-10-041-2/+2
| | | | | | | | | | | | | Upgrade to release 5.5.4: - In rare cases isort changes the content of multiline strings after a yield statement. - Support case where known_SECTION points to a section not listed in sections. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-djangorestframework: Upgrade 3.11.1 -> 3.12.1Leon Anavi2020-09-301-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 3.12.1: - Add --file option to generateschema command. - Support tags for OpenAPI schema generation. See the schema docs. - Support customising the operation ID for schema generation. See the schema docs. - Support OpenAPI components for schema generation. See the schema docs. - The following methods on AutoSchema become public API: get_path_parameters, get_pagination_parameters, get_filter_parameters, get_request_body, get_responses, get_serializer, get_paginator, map_serializer, map_field, map_choice_field, map_field_validators, allows_filters. See the schema docs. - Add support for Django 3.1's database-agnositic JSONField. - SearchFilter now supports nested search on JSONField and HStoreField model fields. - SearchFilter now supports searching on annotate() fields. - The authtoken model no longer exposes the pk in the admin URL. - Add __repr__ for Request instances. - UTF-8 decoding with Latin-1 fallback for basic auth credentials. - CharField treats surrogate characters as a validation failure. - Don't include callables as default values in schemas. - Improve ListField schema output to include all available child information. - Allow default=False to be included for BooleanField schema outputs. - Include "type" information in ChoiceField schema outputs. - Include "type": "object" on schema objects. - Don't include component in schema output for DELETE requests. - Fix schema types for DecimalField. - Fix schema generation for ObtainAuthToken view. - Support passing context=... to view .get_serializer() methods. - Pass custom code to PermissionDenied if permission class has one set. - Include "example" in schema pagination output. - Default status code of 201 on schema output for POST requests. - Use camelCase for operation IDs in schema output. - Warn if duplicate operation IDs exist in schema output. - Improve handling of decimal type when mapping ChoiceField to a schema output. - Disable YAML aliases for OpenAPI schema outputs. - Fix action URL names for APIs included under a namespaced URL. - Update jQuery version from 3.4 to 3.5. - Fix UniqueTogether handling when serializer fields use source=.... - HTTP HEAD requests now set self.action correctly on a ViewSet instance. - Return a valid OpenAPI schema for the case where no API schema paths exist. - Include tests in package distribution. - Allow type checkers to support annotations like ModelSerializer[Author]. - Don't include invalid charset=None portion in the request Content-Type header when using APIClient. - Fix \Z/\z tokens in OpenAPI regexs. - Fix PrimaryKeyRelatedField and HyperlinkedRelatedField when source field is actually a property. - Token.generate_key is now a class method. - @action warns if method is wrapped in a decorator that does not preserve information using @functools.wraps. - Add TokenProxy migration. 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-regex: Upgrade 2020.7.14 -> 2020.9.27Leon Anavi2020-09-301-2/+2
| | | | | | | | | | | | Upgrade to release 2020.9.27: - Fix Memory Error - regex.findall. The problem was caused by a lazy repeat looping forever, growing the backtracking stack. Greedy repeats were OK. 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-oled: Upgrade 3.5.0 -> 3.6.0Leon Anavi2020-09-301-2/+2
| | | | | | | | | | Upgrade to release 3.6.0: - Add support for Winstar OLED displays 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.2 -> 1.17.1Leon Anavi2020-09-301-2/+2
| | | | | | | | | | | | | Upgrade to release 1.17.1: - Add cmdline opt: "pcf8574" and "bitbang_6800" interfaces - Added --inverse option for ST7735 to cmdline opt - Allow SPI interface to define reset duration - Change bitmap_font to be compatible with Pillow < 7.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-argcomplete: Upgrade 1.12.0 -> 1.12.1Leon Anavi2020-09-301-2/+2
| | | | | | | | | | | Upgrade to release 1.12.1: - Update importlib-metadata dependency version range - Bash nounset mode 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-tqdm: Upgrade 4.49.0 -> 4.50.0Leon Anavi2020-09-301-2/+2
| | | | | | | | | | | | | | | | | | Upgrade to release 4.50.0: - add bar colour option - for notebook as well as std/CLI - plain text as well as hex (e.g. 'green' or '#00ff00') - notebook improvements: split bar description into separate widget and improve reset() (handle width and colour) - fix exceptions when file is closed - add & update tests - minor documentation updates - move and configure issue/pr templates 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-beautifulsoup4: Upgrade 4.9.1 -> 4.9.2Leon Anavi2020-09-301-2/+2
| | | | | | | | | | | | | | | | | | - Fixed a bug that caused too many tags to be popped from the tag stack during tree building, when encountering a closing tag that had no matching opening tag. - Fixed a bug that inconsistently moved elements over when passing a Tag, rather than a list, into Tag.extend(). - Specify the soupsieve dependency in a way that complies with PEP 508. - Change the signatures for BeautifulSoup.insert_before and insert_after (which are not implemented) to match PageElement.insert_before and insert_after, quieting warnings in some IDEs. 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.3.0 -> 7.5.0Leon Anavi2020-09-301-2/+2
| | | | | | | | | | | | | Upgrade to release 7.5.0: - Allow passing additional media information through to play_media - Add support for lists, playQueues, and playlists on Plex controller - Misc spelling changes 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: 5.4.3 -> 6.1.0Kai Kang2020-09-302-17/+21
| | | | | | | | | | | | | Upgrade python3-pytest from 5.4.3 to 6.1.0 * add runtime dependency python3-iniconfig And the release changelog is at: https://docs.pytest.org/en/stable/changelog.html#pytest-6-1-0-2020-09-26 Signed-off-by: Kai Kang <kai.kang@windriver.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-iniconfig: add recipeKai Kang2020-09-301-0/+8
| | | | | | | | | python3-iniconfig is required by pytest 6.1.0. And add it to packagegroup-meta-python. Signed-off-by: Kai Kang <kai.kang@windriver.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pycrypto: Consolidate in a single fileLeon Anavi2020-09-284-24/+21
| | | | | | | | 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-gevent: Upgrade 20.6.2 -> 20.9.0Leon Anavi2020-09-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 20.9.0: - The embedded libev is now asked to detect the availability of clock_gettime and use the realtime and/or monotonic clocks, if they are available. On Linux, this can reduce the number of system calls libev makes. Originally provided by Josh Snyder. - On CPython, depend on greenlet >= 0.4.17. This version is binary incompatible with earlier releases on CPython 3.7 and later. - On Python 3.7 and above, the module gevent.contextvars is no longer monkey-patched into the standard library. contextvars are now both greenlet and asyncio task local. - The DummyThread objects created automatically by certain operations when the standard library threading module is monkey-patched now match the naming convention the standard library uses ("Dummy-12345"). Previously (since gevent 1.2a2) they used "DummyThread-12345". - Fix compatibility with dnspython 2. 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.1 -> 3.1.1Leon Anavi2020-09-281-2/+2
| | | | | | | | | | | Upgrade to release 3.1.1: - Updated Windows, macOS, and manylinux wheels to be compiled with OpenSSL 1.1.1h. 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: Upgrade 3.1 -> 3.1.1Leon Anavi2020-09-281-2/+2
| | | | | | | | | | | Upgrade to release 3.1.1: - Updated Windows, macOS, and manylinux wheels to be compiled with OpenSSL 1.1.1h. 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.12.1 -> 1.12.2Leon Anavi2020-09-281-2/+2
| | | | | | | | | | Upgrade to release 1.12.2: - add method to close httplib2 connections 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.7 -> 0.17.8Leon Anavi2020-09-281-2/+2
| | | | | | | | | | | | Upgrade to release 0.17.8: - Fix yet another bug with disjoint traces in Celery. - Added support for Chalice 1.20. Thanks again to the folks at Cuenca MX! 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-yarl: Upgrade 1.5.1 -> 1.6.0Leon Anavi2020-09-281-2/+2
| | | | | | | | | | | | | | Upgrade to release 1.6.0: - Allow for int and float subclasses in query, while still denying bool. - Do not requote arguments in URL.build(), with_xxx() and in / operator. - Keep IPv6 brackets in origin(). 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: Upgrade 1.3.5 -> 1.3.6Leon Anavi2020-09-281-2/+2
| | | | | | | | | | | | | | | Upgrade to release 1.3.6: - Added the worksheet :func:`unprotect_range()` method to allow ranges within a protected worksheet to be unprotected. - There are now over 1500 test cases in the test suite, including 900 tests that compare the output from XlsxWriter, byte for byte, against test files created in Excel. This is to ensure the maximum possible compatibility with Excel. 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-docopt: add version 0.6.2Hongxu Jia2020-09-242-0/+12
| | | | | | | | | | | | | | It is required by python3-pykwalify cli ... $ pykwalify -h x86_64-wrlinuxsdk-linux/usr/lib/python3.8/site-packages/pykwalify/cli.py", line 11, in <module> from docopt import docopt ModuleNotFoundError: No module named 'docopt' ... 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>
* python3-pykwalify: fix missing commaHongxu Jia2020-09-242-0/+36
| | | | | | | | | | | ... |/usr/lib/python3.8/site-packages/pykwalify/rule.py:343: SyntaxWarning: 'tuple' object is not callable; perhaps you missed a comma? ... 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>
* python3-greenlet: Upgrade 0.4.16 -> 0.4.17Leon Anavi2020-09-241-2/+2
| | | | | | | | | | | | Upgrade to release 0.4.17: - Provide support for PEP 567 ContextVars - Provide a feature flag indicating whether we handle context vars - Switch contextvars when switching greenlets 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: Upgrade 1.3.4 -> 1.3.5Leon Anavi2020-09-241-2/+2
| | | | | | | | | | | | | | | Upgrade to release 1.3.5: - Fixed issue where relative url links in images didn't work. - Added ``use_zip64`` as a constructor option. - Added check, and warning, for worksheet tables with no data row. Either with or without a header row. - Add a warning when the string length in :func:`write_rich_string()` exceeds Excel's limit. 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-zipp: Upgrade 3.1.0 -> 3.2.0Leon Anavi2020-09-241-2/+2
| | | | | | | | | | | | | | Upgrade to release 3.2.0: - Mutate the passed ZipFile object type instead of making a copy. Prevents issues when both the local copy and the caller's copy attempt to close the same file handle. - Path._next now honors subclasses. - Path.is_file() now returns False for non-existent names. 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.16 -> 0.16.1Leon Anavi2020-09-241-2/+2
| | | | | | | | | | Upgrade to release 0.16.1: - Fix unpickling, now it is using the APP_REGISTRY as expected. 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-importlib-metadata: Upgrade 1.7.0 -> 2.0.0Leon Anavi2020-09-241-3/+3
| | | | | | | | | | | | | Upgrade to release 2.0.0: - importlib_metadata no longer presents a __version__ attribute. Consumers wishing to resolve the version of the package should query it directly with importlib_metadata.version('importlib-metadata'). 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.6 -> 0.17.7Leon Anavi2020-09-241-2/+2
| | | | | | | | | | | | Upgrade to release 0.17.7: - Internal: Change data category for transaction envelopes. - Fix a bug under Celery 4.2+ that may have caused disjoint traces or missing transactions. 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-paho-mqtt: Upgrade 1.5.0 -> 1.5.1Leon Anavi2020-09-241-2/+2
| | | | | | | | | | | | | | Upgrade to release 1.5.1: - Exceptions that occur in callbacks are no longer suppressed by default. They can optionally be suppressed by setting `client.suppress_exceptions = True`. - Fix PUBREL remaining length of > 2 not being accepted for MQTT v5 message flows. 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-dateutil/python3-pykwalify: add nativesdk supportHongxu Jia2020-09-242-2/+2
| | | | | | | | Call pykwalify module in SDK 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>
* python3-jinja2: bbappend for ptestTim Orling2020-09-233-46/+2
| | | | | | | | | | | | The main recipe has moved to oe-core, but with ptest disabled. Here we simply conditionally inherit ptest to enable it in meta-python. Remove the original recipe and the python3-jinja2/ directory. Signed-off-by: Tim Orling <ticotimo@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-markupsafe: bbappend for ptestTim Orling2020-09-233-30/+2
| | | | | | | | | | | | The main recipe has moved to oe-core, but with ptest disabled. Here we simply conditionally inherit ptest to enable it in meta-python. Remove the original recipe and the python3-markupsafe/ directory. Signed-off-by: Tim Orling <ticotimo@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-flask-uploads: Consolidate in a single fileLeon Anavi2020-09-232-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-xlsxwriter: Upgrade 1.3.3 -> 1.3.4Leon Anavi2020-09-231-2/+2
| | | | | | | | | | | | | Upgrade to release 1.3.4: - Replaced internal MD5 digest used to check for duplicate images with a SHA256 digest to avoid issues on operating systems such as Red Hat in FIPS mode which don't support MD5 for security reasons 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.5.2 -> 5.5.3Leon Anavi2020-09-231-2/+2
| | | | | | | | | | | Upgrade to release 5.5.3: - Bug fix: in rare cases isort can mangle yield from or raise from statements. 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.1 -> 1.16.2Leon Anavi2020-09-231-2/+2
| | | | | | | | | | Upgrade to release 1.16.2: - Added new parallel interface module - Renamed parallel class to bitbang_6800; moved to parallel module 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-rfc3339-validator: Upgrade 0.1.1 -> 0.1.2Leon Anavi2020-09-212-38/+2
| | | | | | | | | | | | | Upgrade to release 0.1.2: - setup.py: move pytest-runner to test_requirements Patch has been removed from the recipe because it has been already upstreamed in the new release. 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>