aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python
AgeCommit message (Collapse)Author
2021-07-23python3-astroid: Upgrade 2.6.2 -> 2.6.5Leon Anavi
Upgrade to release 2.6.5: - Fix a crash when there would be a 'TypeError object does not support item assignment' in the code we parse. - Fix a crash when a AttributeInferenceError was raised when failing to find the real name in infer_import_from. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-07-23python3-yamlloader: Upgrade 1.0.0 -> 1.1.0Leon Anavi
Upgrade to release 1.1.0: - Update coverage - Update run unittest - CI: setup GHA Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-07-20python3-zeroconf: Upgrade 0.31.0 -> 0.33.1Leon Anavi
Upgrade to release 0.33.1: - Version number change only with less restrictive directory permissions - Let connection_lost close the underlying socket - Removed duplicate unregister_all_services code License-Update: License remains LGPL Version 2.1 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-07-20python3-pyusb: Upgrade 1.2.0 -> 1.2.1Leon Anavi
Upgrade to release 1.2.1: - core: make Device hashable again Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-07-20python3-bitarray: Upgrade 2.2.1 -> 2.2.2Leon Anavi
Upgrade to release 2.2.2: - Speedup slice assignment - Speedup bitwise operations - Optimize `getbit()` and `setbit()` in `bitarray.h` - Fix TypeError messages when bitarray or int (0, 1) are expected (bool is a subclass of int) - Add and improve tests Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-07-20python3-pysonos: Upgrade 0.0.51 -> 0.0.53Leon Anavi
Upgrade to release 0.0.53: - Merge current SoCo master - Reinstate workaround for pre-10.1 firmware versions Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-07-20python3-geomet: Add missing RDEPENDS; add to packagegroup-meta-pythonTrevor Gamblin
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-07-20python3-pytun: upgrade 2.3.0 -> 2.4.1zhengruoqin
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-07-20python3-pulsectl: upgrade 21.5.17 -> 21.5.18zhengruoqin
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-07-20python3-protobuf: upgrade 3.17.0 -> 3.17.3zhengruoqin
C++ Introduce FieldAccessListener. Stop emitting boilerplate {Copy/Merge}From in each ProtoBuf class Fixed some uninitialized variable warnings in generated_message_reflection.cc. Kotlin Fix duplicate proto files error (#8699) Java Fixed parser to check that we are at a proper limit when a sub-message has finished parsing. General Support M1 (#8557) Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-07-20python3-cassandra-driver: add geomet to RDEPENDS, remove DISTUTILS optionsTrevor Gamblin
python3-cassandra-driver is failing on do_install because the recipe is trying to pull sources while installing, but it can no longer do this because a recent change to python3-setuptools removing support for the deprecated ssl.match_hostname method. Since this only seems to occur when the DISTUTILS = "--no-libev" option to disable the libev extension is given, remove that from the recipe and let the extension be compiled into the package. Additionally, add python3-geomet (the dependency that cassandra-driver was trying to pull during do_install) to the RDEPENDS now that it exists as a recipe. Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-07-20python3-geomet: add recipeTrevor Gamblin
GeoMet - Convert GeoJSON to WKT/WKB, and vice versa Release 0.3.0 notes: - Add support for GeoPackage binary format (#56) - Add support for EsriJSON (#63, #66) - Migrate CI/CD/release automation to CircleCI, away from - Travis-CI (#62) - Automate releases to PyPI through CircleCI (#62, #67) - Fix parsing for empty geometries (#53, #49) - Improve test coverage (#54) Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-07-20python3-websocket-client: Upgrade 1.0.1 -> 1.1.0Leon Anavi
Upgrade to release 1.1.0: - Set enable_multithread to True by default - Performance improvement in _mask() function - Performance improvement in recv_strict() function - Performance improvement by removing numpy-related code - Support uppercase no_proxy, http_proxy, https_proxy env vars - Add sslopt 'server_hostname' support - Replace deprecated ssl.PROTOCOL_SSLv23 with ssl.PROTOCOL_TLS - Update documentation, README Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-07-20python3-requests: Upgrade 2.25.1 -> 2.26.0Leon Anavi
Upgrade to release 2.26.0: - Requests now supports Brotli compression, if either the `brotli` or `brotlicffi` package is installed - `Session.send` now correctly resolves proxy configurations from both the Session and Request. Behavior now matches `Session.request`. - Fixed a race condition in zip extraction when using Requests in parallel from zip archive. - Requests now supports `idna` 3.x on Python 3. `idna` 2.x will continue to be used on Python 2 installations Drop setup.py-Support-idna-version-3.1.patch because the issue with idna version has been solved in the upstream for Python 3. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-07-20python3-pymisp: upgrade 2.4.143 -> 2.4.144zhengruoqin
v2.4.144 (2021-06-07) --------------------- Changes ~~~~~~~ - Bump version. [Raphaël Vinot] - Bump object templates. [Raphaël Vinot] - Bump deps. [Raphaël Vinot] - Bump deps. [Raphaël Vinot] - Bump deps. [Raphaël Vinot] Other ~~~~~ - Fix misp API response content parsing. [Silvian I] Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-07-17layers: Fix git send-email instructions in READMEKhem Raj
This ensures that cut-n-paste of this command from README will work Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-07-16python3-dateutil: Upgrade 2.8.1 -> 2.8.2Leon Anavi
Upgrade to release 2.8.2: - Updated tzdata version to 2021a - Fixed a bug in the parser where non-ValueError exceptions would be raised during exception handling; this would happen, for example, if an IllegalMonthError was raised in dateutil code. - Fixed the custom repr for dateutil.parser.ParserError, which was not defined due to an indentation error. - Fixed a bug that caused b' prefixes to appear in parse_isodate exception messages. - Make isoparse raise when trying to parse times with inconsistent use of : separator. - Fixed tz.gettz() not returning local time when passed an empty string. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-07-16python3-texttable: Upgrade 1.6.3 -> 1.6.4Leon Anavi
Upgrade to release 1.6.4: - Fix alignment bug when deco is modified Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-07-16python3-pandas: Upgrade 1.2.5 -> 1.3.0Leon Anavi
Upgrade to release 1.3.0: - Custom HTTP(s) headers when reading csv or json files - Read and write XML documents - Styler enhancements - DataFrame constructor honors copy=False with dict - PyArrow backed string data type - Centered datetime-like rolling windows - Bug fix: Categorical.unique now always maintains same dtype as original - Bug fix: preserve dtypes in DataFrame.combine_first() - Bug fix: Groupby methods agg and transform no longer changes return dtype for callables - Bug fix: Consistent casting with setting into Boolean Series - Bug fix: GroupBy.rolling with MultiIndex no longer drops levels in the result License-Update: Update license year Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-07-16python3-pyusb: Add missing runtime dependency on libusb1Khem Raj
Patch as suggested from [1] [1] https://github.com/openembedded/meta-openembedded/issues/394 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-07-16python3-gnupg: upgrade 0.4.6 -> 0.4.7zangrc
Released: 2021-03-11 Fixed #129, #141: Added support for no passphrase during key generation. Fixed #143: Improved permission-denied test. Thanks to Elliot Cameron for the patch. Fixed #144: Updated logging to only show partial results. Fixed #146: Allowed a passphrase to be passed to import_keys(). Thanks to Chris de Graaf for the patch. Add runtime dependency to resolve errors that occurred when import gnupg. Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-07-16python3-networkx: upgrade 2.5.1 -> 2.6.1zangrc
This release is the result of 11 months of work with over 363 pull requests by 91 contributors. Highlights include: Dropped support for Python 3.6. NumPy, SciPy, Matplotlib, and pandas are now default requirements. NetworkX no longer depends on the library “decorator”. Improved example gallery Removed code for supporting Jython/IronPython The __str__ method for graph objects is more informative and concise. Improved import time Improved test coverage New documentation theme Add functionality for drawing self-loop edges Add approximation algorithms for Traveling Salesman Problem New functions: Panther algorithm maximum cut heuristics equivalence_classes dedensification random_ordered_tree forest_str snap_aggregation networkx.approximation.diameter partition_quality prominent_group prefix_tree_recursive topological_generations -License-Update: Copyright year updated to 2021. Add runtime dependency to resolve errors that occurred when import networkx. Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-07-16python3-isort: upgrade 5.9.1 -> 5.9.2zangrc
Improved behavior of isort --check --atomic against Cython files. Fixed #1769: Future imports added below assignments when no other imports present. Fixed #1772: skip-gitignore will check files not in the git repository. Fixed #1762: in some cases when skip-gitignore is set, isort fails to skip any files. Fixed #1767: Encoding issues surfacing when invalid characters set in __init__.py files during placement. Fixed #1771: Improved handling of skips against named streamed in content. Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-07-16python3-flask-socketio: upgrade 5.0.3 -> 5.1.0zangrc
Add reloader_options argument to socketio.run#1556 (commit) Pass auth data from client in connect event handler #1555 (commit) Do not show simple-websocket install prompt if it is already installed (commit) Fix namespace bug in example #1543 (commit) Added index to documentation #724 (commit) Fixed typo in documentation #1551 (commit) (thanks Mayank Anuragi!) Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-07-16python3-flask-migrate: upgrade 3.0.0 -> 3.0.1zangrc
Add support for Alchemical in addition to Flask-SQLAlchemy (commit) Remove Flask-Script references from the documentation (commit) Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-07-16python3-django: upgrade 3.2.4 -> 3.2.5Trevor Gamblin
3.2.5 fixes CVE-2021-35042: Potential SQL injection via unsanitized QuerySet.order_by() input. Additional release notes: - Fixed a regression in Django 3.2 that caused a crash of QuerySet.values_list(…, named=True) after prefetch_related() (#32812). - Fixed a bug in Django 3.2 that caused a migration crash on MySQL 8.0.13+ when altering BinaryField, JSONField, or TextField to non-nullable (#32503). - Fixed a regression in Django 3.2 that caused a migration crash on MySQL 8.0.13+ when adding nullable BinaryField, JSONField, or TextField with a default value (#32832). - Fixed a bug in Django 3.2 where a system check would crash on a model with an invalid app_label (#32863). There is no corresponding uprev for the 2.x LTS branch since it is already at the latest version (2.2.24). Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-07-16python3-cryptography-vectors: upgrade 3.4.6 -> 3.4.7zangrc
Updated Windows, macOS, and manylinux wheels to be compiled with OpenSSL 1.1.1k. Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-07-16python3-configargparse: upgrade 1.5 -> 1.5.1zangrc
added get_source_to_settings_dict Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-07-16python3-cffi: upgrade 1.14.5 -> 1.14.6zangrc
Test fixes for CPython 3.10.0b3 Support for sys.unraisablehook() on Python >= 3.8 Fix two minor memory leaks (thanks Sebastian!) Like many projects that had an IRC channel on freenode, we moved it to irc.libera.chat. Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-07-13python3-google-api-python-client: upgrade 2.10.0 -> 2.12.0zangrc
Features artifactregistry: update the api bc9a38b (a933dad) chat: update the api eea3c5c (a933dad) cloudasset: update the api 2e31dd0 (a933dad) cloudbuild: update the api 3a3b420 (a933dad) composer: update the api 78c0d8d (a933dad) container: update the api a54737f (a933dad) datafusion: update the api f6bf3c6 (a933dad) dataproc: update the api 3fde9a3 (a933dad) documentai: update the api 79c556d (a933dad) groupssettings: update the api d537f96 (a933dad) logging: update the api d3548c5 (a933dad) monitoring: update the api d24af68 (a933dad) paymentsresellersubscription: update the api cff9039 (a933dad) redis: update the api 46102d1 (a933dad) run: update the api db18e29 (a933dad) slides: update the api 68634cd (a933dad) spanner: update the api 2895121 (a933dad) storagetransfer: update the api 24895f1 (a933dad) Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-07-13python3-joblib: new packageBartosz Golaszewski
Add a recipe for joblib: a set of tools to provide lightweight pipelining in Python. Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-07-13python3-xlsxwriter: upgrade 1.4.3 -> 1.4.4zhengruoqin
Release 1.4.4 - July 4 2021 --------------------------- * Added some performance improvements. Performance for larger files should be 5-10% better. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-07-13python3-tqdm: upgrade 4.61.1 -> 4.61.2zhengruoqin
Add runtime dependency to resolve errors that occurred when import tqdm. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-07-13python3-sentry-sdk: upgrade 1.1.0 -> 1.2.0zhengruoqin
Fix for AWSLambda Integration to handle other path formats for function initial handler Fix for worker to set deamon attribute instead of deprecated setDaemon method Fix for bottle Integration that discards -dev for version extraction Fix for transport that adds a unified hook for capturing metrics about dropped events Add Httpx Integration Add support for china domains in AWSLambda Integration Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-07-13python3-regex: upgrade 2021.4.4 -> 2021.7.6zhengruoqin
Add runtime dependency to resolve errors that occurred when import regex. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-07-13python3-qrcode: upgrade 6.1 -> 7.1zhengruoqin
7.1 (1 July 2021) ================= - Add --ascii parameter to command line interface allowing to output ascii when stdout is piped - Add --output parameter to command line interface to specify output file - Accept RGB tuples in fill_color and back_color - Add to_string method to SVG images - Replace inline styles with SVG attributes to avoid CSP issues - Add Python3.10 to supported versions Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-07-13python3-pyusb: upgrade 1.1.1 -> 1.2.0zangrc
Added: core: implement Device.__eq__() (#147) Changed: libusb0: implement is_kernel_driver_active() for FreeBSD and DragonFly BSD (#365) libusb0: implement is_kernel_driver_active() for Mac OS (#374) Fixed: setup: prevent installation on unsupported Python versions (PR #364) control: fix undefined USBError (#372) tests: fix legacy/hardware tests for Python 3.9 (#373) Add runtime dependency to resolve errors that occurred when import usb. Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-07-08python3-cmd2: Upgrade 2.1.1 -> 2.1.2Leon Anavi
Upgrade to release 2.1.2: - Added the following accessor methods for cmd2-specific attributes to the argparse.Action class: * get_choices_callable() * set_choices_provider() * set_completer() * get_descriptive_header() * set_descriptive_header() * get_nargs_range() * set_nargs_range() * get_suppress_tab_hint() * set_suppress_tab_hint() - Now that set_choices_provider() and set_completer() have been added as methods to the argparse.Action class, the standalone functions of the same name will be removed in version 2.2.0. To update to the new convention, do the following: * Change set_choices_provider(action, provider) to action.set_choices_provider(provider) * Change set_completer(action, completer) to action.set_completer(completer) License-Update: Update years Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-07-08python3-bitarray: Upgrade 2.1.3 -> 2.2.1Leon Anavi
Upgrade to release 2.2.1: - improve documentation - speedup `vl_encode()` - `bitarray.h`: make `getbit()` always an (inline) function - add assertions in C code Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-07-08python3-pillow: Upgrade 8.2.0 -> 8.3.1Leon Anavi
Upgrade to release 8.3.1: - Catch OSError when checking if fp is sys.stdout - Handle removing orientation from alternate types of EXIF data - Make Image.__array__ take optional dtype argument Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-07-08python3-humanize: Upgrade 3.9.0 -> 3.10.0Leon Anavi
Upgrade to release 3.10.0: - Add Swedish translation Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-07-08python3-watchdog: Upgrade 2.1.2 -> 2.1.3Leon Anavi
Upgrade to release 2.1.3: - Publish macOS arm64 and universal2 wheels Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-07-08python3-astroid: Upgrade 2.6.0 -> 2.6.2Leon Anavi
Upgrade to release 2.6.2: - Fix a crash when the inference of the length of a node failed - Fix unhandled StopIteration during inference, following the implementation of PEP479 in python 3.7+ Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-07-06python3-pyrsistent: upgrade 0.17.3 -> 0.18.0zangrc
0.18.0, 2021-06-28 * Fix #209 Update freeze recurse into pyrsistent data structures and thaw to recurse into lists and dicts, Thanks @phil-arh for this! NB! This is a backwards incompatible change! To keep the old behaviour pass `strict=False` to freeze and thaw. * Fix #226, stop using deprecated exception.message. Thanks @hexagonrecursion for this! * Fix #211, add union operator to persistent maps. Thanks @bowbahdoe for this! * Fix #194, declare build dependencies through pyproject.toml. Thanks @jaraco for this! * Officially drop Python 3.5 support. * Fix #223, release wheels for all major platforms. Thanks @johnthagen for helping out with this! * Fix #221, KeyError obscured by TypeError if key is a tuple. Thanks @ganwell for this! * Fix LICENSE file name spelling. Thanks @ndowens and @barentsen for this! * Fix #216, add abstractmethod decorator for CheckedType and ABCMeta for _CheckedTypeMeta. Thanks @ss18 for this! * Fix #228, rename example classes in tests to avoid name clashes with pytest. -License-Update: Copyright year updated to 2021. Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-07-06python3-m2crypto: upgrade 0.37.1 -> 0.38.0zangrc
0.38.0 - 2021-06-14 ------------------- - Remove the last use of setup.py test idiom. - Use m2_PyObject_AsReadBuffer instead of PyObject_AsReadBuffer. - Add support for arm64 big endian <Steev Klimaszewski> - Make support of RSA_SSLV23_PADDING optional (it has been deprecated). - Move project to src/ layout - Allow verify_cb_* to be called with ok=True <Casey Deccio> - Be prepared if any of constants in x509_vfy.h is not available. - But we do support 3.8 - We DO NOT support Python 2.6. Refresh the following patch: cross-compile-platform.patch 0001-Allow-verify_cb_-to-be-called-with-ok-True.patch 0001-Use-of-RSA_SSLV23_PADDING-has-been-deprecated.patch Removed since these are included in 0.38.0 Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-07-06python3-haversine: upgrade 2.3.0 -> 2.3.1zangrc
0001-setup.py-Correct-the-license-assignment.patch Removed since this is included in 2.3.1 Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-07-06python3-grpcio: upgrade 1.38.0 -> 1.38.1zangrc
Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-07-06python3-gast: upgrade 0.4.0 -> 0.5.0zangrc
Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-07-06python3-priority: Upgrade 1.3.0 -> 2.0.0Leon Anavi
Upgrade to release 2.0.0: - Python 3.6 is the minimal support Python version. - Support for Python 3.7 has been added. - Support for Python 3.8 has been added. - Support for Python 3.9 has been added. - Support for Python 2.7 has been removed. - Support for Python 3.3 has been removed. - Support for Python 3.4 has been removed. - Support for Python 3.5 has been removed. - Support for PyPy (Python 2.7 compatible) has been removed. - Add type hints throughout and support PEP 561 via a py.typed file. This should allow projects to type check their usage of this dependency. - Throw TypeError when creating a priority tree with a maximum_streams value that is not an integer. - Throw ValueError when creating a priority tree with a maximum_streams value that is not a positive integer. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-07-06python3-sqlalchemy: upgrade 1.4.17 -> 1.4.20zhengruoqin
Changes are here [1] [2] [3] [1] https://docs.sqlalchemy.org/en/14/changelog/changelog_14.html#change-1.4.20 [2] https://docs.sqlalchemy.org/en/14/changelog/changelog_14.html#change-1.4.19 [3] https://docs.sqlalchemy.org/en/14/changelog/changelog_14.html#change-1.4.18 Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>