aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
AgeCommit message (Collapse)Author
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-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>
2021-07-06python3-urllib3: upgrade 1.26.5 -> 1.26.6zhengruoqin
1.26.6 (2021-06-25) ------------------- * Deprecated the ``urllib3.contrib.ntlmpool`` module. urllib3 is not able to support it properly due to `reasons listed in this issue <https://github.com/urllib3/urllib3/issues/2282>`_. If you are a user of this module please leave a comment. * Changed ``HTTPConnection.request_chunked()`` to not erroneously emit multiple ``Transfer-Encoding`` headers in the case that one is already specified. * Fixed typo in deprecation message to recommend ``Retry.DEFAULT_ALLOWED_METHODS``. 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-06python3-scrypt: upgrade 0.8.17 -> 0.8.18zhengruoqin
0.8.18 add wheel for python 3.9 and 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-06python3-croniter: Upgrade 1.0.13 -> 1.0.15Leon Anavi
Upgrade to release 1.0.15: - restore py2 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-ipython: Upgrade 7.24.1 -> 7.25.0Leon Anavi
Upgrade to release 7.25.0 with a single bugfix, which is highly recommended for all users of ipdb, ipython debugger %debug magic and similar. 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-06-28python3-google-api-python-client: Upgrade 2.6.0 -> 2.10.0Leon Anavi
Upgrade to release 2.10.0: analyticsadmin: update the api androidmanagement: update the api bigqueryreservation: update the api dialogflow: update the api firebaserules: update the api iap: update the api keep: update the api managedidentities: update the api 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-06-28python3-googleapis-common-protos: Add recipeLeon Anavi
Add common protobufs used in Google APIs. 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-06-28python3-google-auth: Add recipeLeon Anavi
Add Google Authentication Library. 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-06-28python3-google-api-core: Add recipeLeon Anavi
Add Google API client core library. 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-06-28python3-httplib2: Fix runtime dependenciesLeon Anavi
Add python3-compression, python3-netclient and python3-pyparsing as runtime dependencies. 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-06-28python3-ruamel-yaml: Upgrade 0.17.9 -> 0.17.10Leon Anavi
Upgrade to release 0.17.10: - Bug fix: token with old comment structure != two elements 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-06-28python3-m2crypto: avoid host contamination for swigKai Kang
If the version of libssl-dev is not match the version of libssl on the build machine, it fails to compile SWIG/_m2crypto_wrap.c which is created by swig for python3-m2crypto-native: | SWIG/_m2crypto_wrap.c:9757:19: error: dereferencing pointer to incomplete type 'struct stack_st' | if (arg1) (arg1)->num = arg2; | ^~ But it works if no libssl-dev installed on the build machine. Export STAGING_DIR to make existing patch 0001-setup.py-link-in-sysroot-not-in-host-directories.patch work. And filter out '/usr/inlucde' from include pathes of swig. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-06-28python3-tqdm: Upgrade 4.61.0 -> 4.61.1Leon Anavi
Upgrade to release 4.61.1: - fix utils._screen_shape_linux() sometimes raising ValueError - minor build/CI framework updates - minor documentation updates 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-06-28python3-astroid: Upgrade 2.5.8 -> 2.6.0Leon Anavi
Upgrade to release 2.6.0: - Appveyor and travis are no longer used in the continuous integration - `setuptools_scm`` has been removed and replaced by ``tbump`` in order to not have hidden runtime dependencies to setuptools - ``NodeNg``, the base node class, is now accessible from ``astroid`` or ``astroid.nodes`` as it can be used for typing - pdate enum brain to improve inference of .name and .value dynamic class attributes - Removed ``Repr``, ``Exec``, and ``Print`` nodes as the ``ast`` nodes they represented have been removed with the change to Python 3 - Deprecate ``Ellipsis`` node. It will be removed with the next minor release - Deprecated ``Index`` and ``ExtSlice`` nodes - Updated all Match nodes to be internally consistent - Add ``Pattern`` base class 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-06-28python3-isort: upgrade 5.8.0 -> 5.9.1zangrc
Add runtime dependency to resolve errors that occurred when import isort. 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-06-28python3-h5py: upgrade 3.2.1 -> 3.3.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-06-28python3-grpcio-tools: upgrade 1.37.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-06-28python3-configargparse: upgrade 1.4.1 -> 1.5zangrc
Add runtime dependency to resolve errors that occurred when import configargparse. 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-06-24python3-mypy: Upgrade 0.902 -> 0.910Leon Anavi
Upgrade to release 0.910: - Call get_method_hook when methods are used in decorators - Don't ask to install a stub package if stubs are installed - [mypyc] Support various number-related dunders - Fix crash when inferring multiple assignment with overloaded function - Replace variable annotation with type comment to fix Python 3.5 - docs: updating URL in comment 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-06-24python3-pandas: Upgrade 1.2.4 -> 1.2.5Leon Anavi
Upgrade to release 1.2.5: - Fixed regression in concat() between two DataFrame where one has an Index that is all-None and the other is DatetimeIndex incorrectly raising - Fixed regression in DataFrame.sum() and DataFrame.prod() when min_count and numeric_only are both given - Fixed regression in read_csv() when using memory_map=True with an non-UTF8 encoding - Fixed regression in DataFrame.replace() and Series.replace() when the values to replace is a NumPy float array - Fixed regression in ExcelFile() when a corrupt file is opened but not closed - Fixed regression in DataFrame.astype() with dtype=str failing to convert NaN in categorical columns 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-06-24python3-py-cpuinfo: Add ptestsKhem Raj
Add missing dependency on python3-io for cStringIO Remove comment about missing modules since _winreg is windows specific and cStringIO is addressed Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-06-24python3-execnet: Add ptestsKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-06-24python3-aspectlib: Add ptestsKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-06-24python3-process-tests: Add recipeKhem Raj
Needed by ptests of other modules Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-06-23meta-python: Add python3-fastjsonschema and its dependenciesKhem Raj
python3-fastjsonschema claims to be fastest Python implementation of JSON schema it however needs additional packages which are also added here, since they are all dependent, its added in single commit so backporting is simpler Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-06-22python3-django: upgrade 2.2.23 -> 2.2.24Trevor Gamblin
Version 2.2.24 contains a fix for CVE-2021-33571 and is the latest LTS release. Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-06-22python3-mypy: Upgrade 0.812 -> 0.902Leon Anavi
Upgrade to release 0.902: - Move third-party library stubs to stub packages, allowing newer stubs to be easily used without updating mypy - Support pyproject.toml and type guards - Ship wheels for Apple Silicon - Many other features and bug fixes License-Update: Update copyright 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-06-22python3-prompt-toolkit: Upgrade 3.0.18 -> 3.0.19Leon Anavi
Upgrade to release 3.0.19: - Make the flush method of the vt100 output implementation re-entrant (fixes an issue when using aiogevent). - Fix off-by-one in `FormattedTextControl` mouse logic. - Run `print_container` always in a thread (avoid interfering with possible event loop). - Make sphinx autodoc generation platform agnostic (don't import Windows stuff when generating Sphinx docs). 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-06-22python3-elementpath: Upgrade 2.2.2 -> 2.2.3Leon Anavi
Upgrade to release 2.2.3: - Add Python 3.10 in Tox and CI tests - Apply __slots__ to TDOP and regex classes 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-06-22python3-fasteners: Upgrade 0.16.1 -> 0.16.3Leon Anavi
Upgrade to release 0.16.3: - Return the acquired status to the process lock 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-06-22python3-cmd2: Upgrade 1.5.0 -> 2.1.1Leon Anavi
Upgrade to release 2.1.1: - Fixed handling of argparse's default options group name which was changed in Python 3.10 - Restored plugins and tests_isolated directories to tarball published to PyPI for cmd2 release 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-06-18python3-absl: upgrade 0.12.0 -> 0.13.0zhengruoqin
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-06-18python3-ruamel-yaml: Upgrade 0.17.7 -> 0.17.9Leon Anavi
Upgrade to release 0.17.9: - Fix issue with updating CommentedMap 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-06-18python3-humanize: Upgrade 3.7.1 -> 3.9.0Leon Anavi
Upgrade to release 3.9.0: - Move vi_VI to vi_VN and update some translations - Add Slovenian 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-06-18python3-license-expression: Upgrade 1.2 -> 21.6.14Leon Anavi
Upgrade to release 21.6.14: - Switch to calver for package versioning to better convey the currency of the bundled data. - Include https://scancode-licensedb.aboutcode.org/ licenses list with ScanCode (v21.6.7) and SPDX licenses (v3.13) keys. Add new functions to create Licensing using these licenses as LicenseSymbol. - Add new License.dedup() method to deduplicate and simplify license expressions without over simplifying. - Add new License.validate() method to return a new ExpressionInfo object with details on a license expression validation. - Drop support for Python 2. - Adopt the project skeleton from https://github.com/nexB/skeleton and its new configure script License-Update: Adopt latest skeleton, license remains the same. 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-06-18python3-astroid: Upgrade 2.5.7 -> 2.5.8Leon Anavi
Upgrade to release 2.5.8: - Improve support for Pattern Matching - Add lineno and col_offset for ``Keyword`` nodes and Python 3.9+ - Add global inference cache to speed up inference of long statement blocks - Add a limit to the total number of nodes inferred indirectly as a result of inferring some node 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-06-18python3-bitarray: Upgrade 2.1.2 -> 2.1.3Leon Anavi
Upgrade to release 2.1.3: - Fix building with MSVC / Bullseye 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-06-16python3-ifaddr: Fix RDEPENDSLeon Anavi
Add ctypes to the runtime dependencies. 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-06-16python3-pychromecast: Upgrade 9.1.2 -> 9.2.0Leon Anavi
Upgrade to release 9.2.0: - Add support for BBC Sounds and iPlayer apps - Add known_hosts to additional discovery functions - Update examples - get_chromcasts() copy device list before iteration 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>