summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
Commit message (Collapse)AuthorAgeFilesLines
* python3-cachetools: Upgrade 5.2.1 -> 5.3.0Leon Anavi2023-01-251-1/+1
| | | | | | | | | Upgrade to release 5.3.0: - Add cache_info() function to @cached decorator. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-imageio: Upgrade 2.24.0 -> 2.25.0Leon Anavi2023-01-251-1/+1
| | | | | | | | | Upgrade to release 2.25.0: - Add audio support for ffmpeg writer Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-email-validator: Upgrade 1.3.0 -> 1.3.1Leon Anavi2023-01-251-1/+1
| | | | | | | | | | | Upgrade to release 1.3.1: - The new SPF 'v=spf1 -all' (reject-all) deliverability check is removed in most cases. It now is performed only for domains that do not have MX records but do have an A/AAAA fallback record. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-nocasedict: Upgrade 1.0.4 -> 1.1.0Leon Anavi2023-01-251-1/+1
| | | | | | | | | | | | | | | | | | | | Upgrade to release 1.1.0: - The default casefolding method on Python 3 was changed from str.lower() to str.casefold(). This changes the matching of the case-insensitive keys. This shold normally be an improvement, but in case you find that you are negatively affected by this change, you can go back to the str.lower() method by overriding the NocaseDict.__casefold__() method with a method that calls str.lower(). - Added support for Python 3.11. - Changed the default casefolding method on Python 3 to be str.casefold() in order to improve Unicode support. On Python 2, it remains str.lower(). Added support for user-defined casefolding. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-nocaselist: Upgrade 1.0.6 -> 1.1.0Leon Anavi2023-01-251-1/+5
| | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 1.1.0: - The default casefolding method on Python 3 was changed from str.lower() to str.casefold(). This changes the matching of the case-insensitive values. This shold normally be an improvement, but in case you find that you are negatively affected by this change, you can go back to the str.lower() method by overriding the NocaseDict.__casefold__() method with a method that calls str.lower(). - Added support for Python 3.11. - Changed the default casefolding method on Python 3 to be str.casefold() in order to improve Unicode support. On Python 2, it remains str.lower(). Added support for user-defined casefolding. - Added support for storing None as a value in a NocaseList. Previously, that was rejected with AttributeError since the casefold method was attempted to be called on the None value. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-configobj: Upgrade 5.0.6 -> 5.0.8Leon Anavi2023-01-193-39/+13
| | | | | | | | | | | | | | Upgrade to release 5.0.8: - fixing/test for a regression introduced in 5.0.7 that prevented import validate from working - update testing to validate against python version 2.7 & 3.5-3.11 - update broken links / non-existent services and references License-Update: Use file LICENSE, no change of the license Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-eventlet: Upgrade 0.33.2 -> 0.33.3Leon Anavi2023-01-191-1/+1
| | | | | | | | | Upgrade to release 0.33.3: - Fix greendns for dnspython 2.3.0+ Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-greenlet: Drop using register keywordKhem Raj2023-01-172-0/+33
| | | | | | Its gone in modern C/C++ since c++17 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-xlsxwriter: upgrade 3.0.6 -> 3.0.7Wang Mingyu2023-01-171-1/+1
| | | | | | | | | | | | Changelog: =========== * Improved :func:'autofit' algorithm to account for the additional width of autofilter and table dropdowns. * Improved :func:'autofit' take user defined column widths into account. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-txaio: upgrade 22.2.1 -> 23.1.1Wang Mingyu2023-01-171-2/+2
| | | | | | | | License-Update: Copyright changed from "Crossbar.io Technologies GmbH" to "typedef int GmbH" Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sentry-sdk: upgrade 1.12.1 -> 1.13.0Wang Mingyu2023-01-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Changelog: =========== - Add Starlite integration (#1748) - Adding support for the Starlite framework. Unhandled errors are captured. Performance spans for Starlite middleware are also captured. - Profiling: Remove sample buffer from profiler (#1791) - Profiling: Performance tweaks to profile sampler (#1789) - Add span for Django SimpleTemplateResponse rendering (#1818) - Use @wraps for Django Signal receivers (#1815) - Add enqueued_at and started_at to rq job extra (#1024) - Remove sanic v22 pin (#1819) - Add support for byterray and memoryview built-in types (#1833) - Handle "rc" in SQLAlchemy version. (#1812) - Doc: Use .venv (not .env) as a virtual env location in CONTRIBUTING.md (#1790) - Auto publish to internal pypi on release (#1823) - Added Python 3.11 to test suite (#1795) - Update test/linting dependencies (#1801) - Deps: bump sphinx from 5.2.3 to 5.3.0 (#1686) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-redis: upgrade 4.4.1 -> 4.4.2Wang Mingyu2023-01-171-1/+1
| | | | | | | | | | | | | | | | | | | | Changelog: =========== Experimental Features --------------------- Add support for BF.CARD (#2545) New Features ------------ Add support for custom connection pool class in NodesManager (#2547) Bug Fixes --------- Allow replica to master promotion in nodes_cache (#2549) Security Fix: Updating graph parser for potential injection cases (#2548) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyzmq: upgrade 24.0.1 -> 25.0.0Wang Mingyu2023-01-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== New: ------ - Added socket_class argument to zmq.Context.socket() - Support shadowing sockets with socket objects, not just via address, e.g. zmq.asyncio.Socket(other_socket). Shadowing an object preserves a reference to the original, unlike shadowing via address. - in zmq.auth, CredentialsProvider callbacks may now be async. - ZMQStream callbacks may now be async. - Add zmq.ReconnectStop draft constants. - Add manylinux_2_28 wheels for x86_64 CPython 3.10, 3.11, and PyPy 3.9 (these are in addition to not instead of the manylinux_2014 wheels). Fixed: ------- - When ZMQStream is given an async socket, it now warns and hooks up events correctly with the underlying socket, so the callback gets the received message, instead of sending the callback the incorrect arguments. - Fixed toml parse error in pyproject.toml, when installing from source with very old pip. - Removed expressed dependency on py when running with pypy, which hasn't been used in some time. Deprecated: ---------- - zmq.auth.ioloop.IOLoopAuthenticator is deprecated in favor of zmq.auth.asyncio.AsyncioAuthenticator - As part of migrating toward modern pytest, zmq.tests.BaseZMQTestCase is deprecated and should not be used outside pyzmq. - python setup.py test is deprecated as a way to launch the tests. Just use pytest. Removed: ---------- - Bundled subset of tornado's IOLoop (deprecated since pyzmq 17) is removed, so ZMQStream cannot be used without an actual install of tornado. - Remove support for tornado 4, meaning tornado is always assumed to run on asyncio. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pymodbus: upgrade 3.0.2 -> 3.1.0Wang Mingyu2023-01-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== Add xdist pr default. (#1253) Create docker-publish.yml (#1250) Parallelize pytest with pytest-xdist (#1247) Support Python3.11 (#1246) Fix reconnectDelay to be within (100ms, 5min) (#1244) Fix typos in comments (#1233) WEB simulator, first version. (#1226) Clean async serial problem. (#1235) terminate when using 'randomize' and 'change_rate' at the same time (#1231) Used tooled python and OS (#1232) add 'change_rate' randomization option (#1229) add check_ci.sh (#1225) Simplify CI and use cache. (#1217) Solve issue 1210, update simulator (#1211) Add missing client calls in mixin.py. (#1206) Advanced simulator with cross memory. (#1195) AsyncModbusTcp/UdpClient honors delay_ms == 0 (#1203) (#1205) Fix #1188 and some pylint issues (#1189) Serial receive incomplete bytes.issue #1183 (#1185) Handle echo (#1186) Add updating server example. (#1176) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-mock: upgrade 5.0.0 -> 5.0.1Wang Mingyu2023-01-171-1/+1
| | | | | | | | | | | | | | | | | Changelog: ========== - gh-100740: Fix unittest.mock.Mock not respecting the spec for attribute names prefixed with assert. - gh-100690: Mock objects which are not unsafe will now raise an AttributeError when accessing an attribute that matches the name of an assertion but without the prefix assert_, e.g. accessing called_once instead of assert_called_once. This is in addition to this already happening for accessing attributes with prefixes assert, assret, asert, aseert, and assrt. - gh-96127: inspect.signature was raising TypeError on call with mock objects. Now it correctly returns (*args, **kwargs) as infered signature. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-auth: upgrade 2.15.0 -> 2.16.0Wang Mingyu2023-01-171-1/+1
| | | | | | | | | | | | | | | | | Changelog: ========== Features -------- AwsCredentials should not call metadata server if security creds and region are retrievable through the environment variables (#1195) (5e27c8f) Wrap all python built-in exceptions into library excpetions (#1191) (a83af39) Bug Fixes --------- Allow get_project_id to take a request (#1203) (9a4d23a) Make OAUTH2.0 client resistant to string type 'expires_in' responses from non-compliant services (#1208) (9fc7b1c) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-api-python-client: upgrade 2.71.0 -> 2.72.0Wang Mingyu2023-01-171-1/+1
| | | | | | | | Changelog: https://github.com/googleapis/google-api-python-client/blob/main/CHANGELOG.md Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-future: upgrade 0.18.2 -> 0.18.3Wang Mingyu2023-01-171-2/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-flask-wtf: upgrade 1.0.1 -> 1.1.0Wang Mingyu2023-01-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== -Python 3.7 or newer is required. -Type annotations are now integrated with the source code and cover far more of the library. -The get_soa() method has been added to dns.zone.Zone. -The minimum TLS version is now 1.2. -EDNS padding is now supported. Messages with EDNS enabled and with a non-zero pad option will be automatically padded appropriately when converted to wire format. -dns.zone.from_text() and dns.zone.from_file() now have an allow_directives parameter to allow finer control over how directives in zonefiles are processed. -A preliminary implementation of DNS-over-QUIC has been added, and will be available if the aioquic library is present. See dns.query.quic(), dns.asyncquery.quic(), and examples/doq.py for more info. This API is subject to change in future releases. For asynchronous I/O, both asyncio and Trio are supported, but Curio is not. -DNSSEC signing support has been added to the dns.dnssec module, along with a number of functions to help generate DS, CDS, and CDNSKEY RRsets. -Curio asynchronous I/O support is deprecated as of this release and will be removed in a future release. -The resolver object's nameserver field is planned to become a property in dnspython 2.4. Writing to this field other than by direct assignment is deprecated, and so is depending on the mutability and form of the iterable returned when it is read. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-dnspython: upgrade 2.2.1 -> 2.3.0Wang Mingyu2023-01-171-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-decouple: upgrade 3.6 -> 3.7Wang Mingyu2023-01-171-1/+1
| | | | | | | | Changelog: Fix Csv cast hanging with default=None, now returning an empty list. (#149) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-dateparser: upgrade 1.1.5 -> 1.1.6Wang Mingyu2023-01-171-1/+1
| | | | | | | | | | Changelog: ========== Fix the bug where Monday is parsed as a month (#1121) Prevent ReDoS in Spanish sentence splitting regex (#1084) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-coverage: upgrade 7.0.4 -> 7.0.5Wang Mingyu2023-01-171-1/+1
| | | | | | | | | | Changelog: =========== Fix: On Python 3.7, a file with type annotations but no from __future__ import annotations would be missing statements in the coverage report. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-absl: upgrade 1.3.0 -> 1.4.0Wang Mingyu2023-01-171-1/+1
| | | | | | | | Changelog: ============== NEW Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-matplotlib: Fix build with c++17Khem Raj2023-01-162-1/+63
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-matplotlib: Upgrade to 3.6.3Khem Raj2023-01-162-8/+22
| | | | | | | Forward port the disable download patch Location of license changed inside setup.py Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-autobahn: Upgrade 22.12.1 -> 23.1.1Leon Anavi2023-01-161-2/+2
| | | | | | | | | | | | | | | | Upgrade to release 23.1.1: - fix: support for Python up to v3.11 - fix: update GitHub CI - fix: copyright transferred to typedef int GmbH - no license change! - fix: remove coverage crap License-Update: Company name changed from Crossbar.io Technologies GmbH to typedef int GmbH, the license remains MIT. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-alembic: Upgrade 1.9.1 -> 1.9.2Leon Anavi2023-01-161-2/+2
| | | | | | | | | | | | | | Upgrade to release 1.9.2: - Fixed typing definitions for EnvironmentContext.get_x_argument() - Fixed regression where the string transformations applied to server defaults caused expressions such as (getdate()) to no longer compare as equivalent on SQL Server, others. License-Update: Update years Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pytest-forked: update for move from picobuild to buildRoss Burton2023-01-131-1/+1
| | | | | Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tftpy: Add it for python tftp server and clientRobert Yang2023-01-131-0/+13
| | | | | | | | | | Tftpy is a TFTP library for the Python programming language. It includes client and server classes, with sample implementations. Hooks are included for easy inclusion in a UI for populating progress indicators. It supports RFCs 1350, 2347, 2348 and the tsize option from RFC 2349. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-astroid: Upgrade 2.12.13 -> 2.13.2Leon Anavi2023-01-122-3/+37
| | | | | | | | | | | Upgrade to release 2.13.2: - Removed version conditions on typing_extensions dependency. - Removed typing_extensions from our tests requirements as it was preventing issues to appear in our continuous integration. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-imageio: Upgrade 2.23.0 -> 2.24.0Leon Anavi2023-01-111-1/+1
| | | | | | | | | | Upgrade to release 2.24.0: - Tifffile v3 - Pin sphinx below v6 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-xlsxwriter: upgrade 3.0.5 -> 3.0.6Wang Mingyu2023-01-111-1/+1
| | | | | | | | Changelog: Added simulated worksheet :func:'autofit' method. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-ujson: upgrade 5.6.0 -> 5.7.0Wang Mingyu2023-01-111-1/+1
| | | | | | | | Changelog: Support ujson.loads(bytearray(...)) and other bytes-like objects. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-uefi-firmware: upgrade 1.9 -> 1.10Wang Mingyu2023-01-111-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-robotframework: upgrade 6.0.1 -> 6.0.2Wang Mingyu2023-01-111-1/+1
| | | | | | | | Changelog: https://github.com/robotframework/robotframework/blob/master/doc/releasenotes/rf-6.0.2.rst Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-redis: upgrade 4.4.0 -> 4.4.1Wang Mingyu2023-01-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== New Features ------------- Add dialect to FT.AGGREGATE (#2537) Add support for resetchannels in ACL SETUSER (#2514) Allow EVAL_RO and EVALSHA_RO to be routed to read replica (#2494) Add timeout parameter for SentinelManagedConnection (#2495) Add TIMEOUT to query class (#2519) Add support for certain LATENCY commands (#2503) Bug Fixes ----------- Add type checking to __eq__ in graph classes (#2531) Accept str for ex parameter in set command (#2529) Fix for Unhandled exception related to self.host with unix socket (#2520) Make PythonParser resumable (#2510) Maintenance ------------ Fix incorrect _disconnect_raise docstring (#2534) Remove DeprecationWarning by replace get_event_loop with get_running_loop (#2530) Fix AttributeError when trying to split library version (#2539) Including startup instructions via redis-stack docker (#2535) Fix JSON.ARRINDEX test (#2527) Add OpenTelemetry example with Uptrace backend (#2452) Switch docs to furo theme (#2492) Combine auto-concatenated strings (#2482) Updating graph tests to support new execution plan (#2486) Raising NotImplementedError for certain CLUSTER and LATENCY commands (#2504) (#2501) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-ipython: upgrade 8.7.0 -> 8.8.0Wang Mingyu2023-01-111-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-googleapis-common-protos: upgrade 1.57.0 -> 1.58.0Wang Mingyu2023-01-111-1/+1
| | | | | | | | | | Changelog: ========== Add google/rpc/context/audit_context.proto (41f1529) Add google/rpc/http.proto (41f1529) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-coverage: upgrade 7.0.3 -> 7.0.4Wang Mingyu2023-01-111-1/+1
| | | | | | | | | Changelog: -Performance: an internal cache of file names was accidentally disabled, resulting in sometimes drastic reductions in performance. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-flask-migrate: upgrade 4.0.0 -> 4.0.1Wang Mingyu2023-01-111-1/+1
| | | | | | | | | | | Changelog: ========= Do not use deprecated functions in Flask-SQLAlchemy 3.0 Stop building Python 3.6 Remove tests from pypi package Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-api-python-client: upgrade 2.70.0 -> 2.71.0Wang Mingyu2023-01-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== accesscontextmanager: Update the api https://togithub.com/googleapis/google-api-python-client/commit/038fdb69dcb6ea01f6eb56901ff0e76e6bbaf3ab alertcenter: Update the api https://togithub.com/googleapis/google-api-python-client/commit/6057d89b613fb2a30ac2d26b90933ad0afa083d1 androidenterprise: Update the api https://togithub.com/googleapis/google-api-python-client/commit/ec22103603074d33ad2a41bed36debc63b3bb528 apigee: Update the api https://togithub.com/googleapis/google-api-python-client/commit/43f435c459205c8305f248efe78e6bd72a1b95c3 batch: Update the api https://togithub.com/googleapis/google-api-python-client/commit/3dd983b5616c058887d38e9423388d236acc27dc clouddeploy: Update the api https://togithub.com/googleapis/google-api-python-client/commit/9a176a474cfd18a4b53d9b6b78bb432e6dd4cb0b compute: Update the api https://togithub.com/googleapis/google-api-python-client/commit/bba3627ef5ae35a101b223b3da2739224e1598aa container: Update the api https://togithub.com/googleapis/google-api-python-client/commit/98d6112970c5236cff5f36bf543a166ea27ca74c contentwarehouse: Update the api https://togithub.com/googleapis/google-api-python-client/commit/00fa4bb30f92fdc325b23bd71b3ebd57fdcce4c7 datafusion: Update the api https://togithub.com/googleapis/google-api-python-client/commit/db1dddc7ca75258fde5cc59997599ce57ad8f01d datamigration: Update the api https://togithub.com/googleapis/google-api-python-client/commit/12effe4a38299bb6f1fc61afeb1359200e9eff0b datapipelines: Update the api https://togithub.com/googleapis/google-api-python-client/commit/91b60afaa437d7b29a96d83d3b89e3e855a81598 dataplex: Update the api https://togithub.com/googleapis/google-api-python-client/commit/04bafe3e118a1bbb2c75fc7f4e2e105f04bd4434 dataproc: Update the api https://togithub.com/googleapis/google-api-python-client/commit/1ad16fafbdfbf4d983112e5e811ea75f3727e67a datastream: Update the api https://togithub.com/googleapis/google-api-python-client/commit/30f292141f98047d5acd526297f3f0e5bb79536e firestore: Update the api https://togithub.com/googleapis/google-api-python-client/commit/89b34a91c7b56b03d59648bb582d3db1c5e06a4a gmail: Update the api https://togithub.com/googleapis/google-api-python-client/commit/a4ca99c42e5c618e57071a800f49d784a0bb6eea notebooks: Update the api https://togithub.com/googleapis/google-api-python-client/commit/f732fd307f07f53afc5344620456d0e662f81624 retail: Update the api https://togithub.com/googleapis/google-api-python-client/commit/d94dee346b3ae88d9d28bd97098bd2aba8093850 speech: Update the api https://togithub.com/googleapis/google-api-python-client/commit/339a5d6c9cf9ecdcfe6c1ac33ae2ede71973584e texttospeech: Update the api https://togithub.com/googleapis/google-api-python-client/commit/ee942d9363c422443d9ec24c0dac8e373b37721f workloadmanager: Update the api https://togithub.com/googleapis/google-api-python-client/commit/93f0e30afae73ea3ce888783de0a6bf53604e40d Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cachetools: upgrade 5.2.0 -> 5.2.1Wang Mingyu2023-01-111-1/+1
| | | | | | | | | | | Changelog: ========= Add support for Python 3.11. Correct version information in RTD documentation. badges/shields: Change to GitHub workflow badge routes. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-aiohue: upgrade 4.5.0 -> 4.6.1Wang Mingyu2023-01-111-1/+1
| | | | | | | | | | | | | | | | | | Changelog: ========== Address changes of final V2 api release (#175) Use non-deprecated logging warn method (#174) Add support for smart_scene resource (#170) Add support for matter resource (#171) Fix: KeepAlive workaround causes Geofence to malfunction (#163) Fix: Missing repeated events for Philips Hue Tap Dial switch (#167) Fix error in log when an empty dict is received for an optional value (#164) Add sparkle effect to fix new Festavia lights (#165) Fix typo in discovery (#158) Pin github actions and add dependabot actions ecosystem (#151) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sqlalchemy: upgrade 1.4.45 -> 1.4.46Wang Mingyu2023-01-111-2/+2
| | | | | | | | | | License-Update: Copyright year updated to 2023 Changelog: https://docs.sqlalchemy.org/en/20/changelog/changelog_14.html#change-1.4.46 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-networkx: upgrade 2.8.8 -> 3.0Wang Mingyu2023-01-111-2/+2
| | | | | | | | | | Changelog: https://networkx.org/documentation/latest/release/release_3.0.html License-Update: Copyright year updated to 2023 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-lazy-object-proxy: upgrade 1.8.0 -> 1.9.0Wang Mingyu2023-01-111-2/+2
| | | | | | | | | | | | | | | | | License-Update: Copyright year updated to 2023. Changelog: ========== - Added support for matrix multiplication operator (@). - Should have all the wheels now (including the manylinux ones). - Bumped minimum version requirements for setuptools and setuptools-scm. - Switched the default pure python fallback implementation to the "simple" one (when you from lazy_object_proxy import Proxy and the C extension is not available). Previously the "slots" implementation was used but as it turns out it is slower on Python 3. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cantools: Upgrade 38.0.0 -> 38.0.1Leon Anavi2023-01-111-1/+1
| | | | | | | | | Upgrade to release 38.0.1: - Changed relative links to absolute links Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-prettytable: Upgrade 3.4.1 -> 3.6.0Leon Anavi2023-01-111-3/+5
| | | | | | | | | | | | Upgrade to release 3.6.0: - Updated pre-commit with mypy - Test Python 3.12 pre-releases - Fix to min_table_width parameter - Widen tables with long titles Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-traitlets: Upgrade 5.8.0 -> 5.8.1Leon Anavi2023-01-111-1/+1
| | | | | | | | | Upgrade to release 5.8.1: - fix: mro_trait can be unbound when the class is not in mro Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>