summaryrefslogtreecommitdiffstats
path: root/meta-python
Commit message (Collapse)AuthorAgeFilesLines
* python3-django: move to version 4.2.7Joe Slater2023-12-041-1/+1
| | | | | | | | Version 4.2.5 fixes CVE-2023-36053 and CVE-2023-41164. Version 4.2.7 fixes CVE-2023-46695 and CVE-2023-43665. Signed-off-by: Joe Slater <joe.slater@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-gcovr: switch to main branchChristian Eggers2023-12-041-1/+1
| | | | | | | Branch "master" has been renamed to "main". Signed-off-by: Christian Eggers <ceggers@arri.de> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-pynacl: add RCONFLICTS with python3-naclJoe Slater2023-11-161-0/+4
| | | | | | | | | python3-nacl is in the meta-virtualization layer. Signed-off-by: Joe Slater <joe.slater@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 74e31e51ffbd52b8864fed4debe7711e3ef4d739) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-inotify: fix testsJoe Slater2023-10-152-0/+621
| | | | | | | | | | | Some tests in test-inotify.py assume values for watch descriptors. This is not safe, so we retrieve the assigned values to compare with event information generated. Signed-off-by: Joe Slater <joe.slater@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 0efa5c872f6357f8639310e339d9c5a6f0315f2d) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-appdirs: print ptest results in unified formatPolampalli, Archana2023-09-191-1/+1
| | | | | | | | Update run-ptest script to print the output of python3-appdirs ptest results in unified format Signed-off-by: Archana Polampalli <archana.polampalli@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-django: upgrade 4.1.7 -> 4.2.1Wang Mingyu2023-06-231-1/+1
| | | | | | | | | | Changelog: https://docs.djangoproject.com/en/4.2/releases/4.2.1/ Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Narpat Mali <narpat.mali@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-sqlparse: fix CVE-2023-30608Joe Slater2023-06-232-0/+52
| | | | | | | | | Backport from commit c457abd5f... upstream. Signed-off-by: Joe Slater <joe.slater@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit f8df47347619f5d8dc96710e3f892ae1a21b5e90) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-gcovr: Add missing runtime dependencyJasper Orschulko2023-05-071-1/+1
| | | | | | | | | | | | python3-gcovr requires standard python module multiprocessing as runtime dependency. Upstream-Status: Inappropriate [configuration] Signed-off-by: Jasper Orschulko <jasper@fancydomain.eu> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 5564dbb8ff22d9ca4296a68f92f3c9d05fbdf99f) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-gpiod: add missing run-time dependenciesBartosz Golaszewski2023-05-071-1/+5
| | | | | | | | | | The gpiod package needs some standard python modules so add them to RDEPENDS. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit ce5cf625cdfc0adbffa344de7c59274cb89f5612) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* meta-openemnedded: Add myself as mickledore maintainerArmin Kuster2023-04-091-7/+5
| | | | | Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyruvate: Upgrade to 1.2.1Khem Raj2023-04-088-129/+553
| | | | | | Add fixes to build with musl and riscv32 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyruvate: regenerate with updated bbclassKhem Raj2023-04-061-89/+89
| | | | | | | * it's needed for compatibility with updated fetcher from: https://patchwork.yoctoproject.org/project/bitbake/patch/20230405122125.3358972-1-enrico.scholz@sigma-chemnitz.de/ Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-python: python3-lorem: Add ptestEver ATILANO2023-04-052-1/+17
| | | | | | Signed-off-by: Ever ATILANO <ever.atilano@smile.fr> Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-python: python3-path: Add ptestEver ATILANO2023-04-052-1/+23
| | | | | | Signed-off-by: Ever ATILANO <ever.atilano@smile.fr> Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-crc32c: Correct the license informationPeter Kjellerstedt2023-04-051-1/+1
| | | | | | | | Correct "startline=" to "beginline=" in LIC_FILES_CHKSUM so that the correct lines from crc32c_adler.c are used. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-watchdog: upgrade 2.3.1 -> 3.0.0Wang Mingyu2023-04-051-1/+1
| | | | | | | | | | | | | | | | Changelog: ========== Drop support for Python 3.6. watchdog is now PEP 561 compatible, and tested with mypy Fix missing > in FileSystemEvent.__repr__() (#980) [ci] Lots of improvements [inotify] Return from InotifyEmitter.queue_events() if not launched when thread is inactive (#963) [tests] Stability improvements [utils] Remove handling of threading.Event.isSet spelling (#962) [watchmedo] Fixed tricks YAML generation (#965) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-rich: upgrade 13.3.2 -> 13.3.3Wang Mingyu2023-04-051-1/+1
| | | | | | | | Changelog: Added Style.clear_meta_and_links Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sentry-sdk: upgrade 1.17.0 -> 1.18.0Wang Mingyu2023-04-051-1/+1
| | | | | | | | | | | | | | | | Changelog: ========== Updated denylist to include other widely used cookies/headers (#1972) Forward all sentry- baggage items (#1970) Update OSS licensing (#1973) Profiling: Handle non frame types in profiler (#1965) Tests: Bad arq dependency in tests (#1966) Better naming (#1962) New: Implement EventScrubber (#1943) New: Added new functions_to_trace option for central way of performance instrumentation (#1960) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-typeguard: upgrade 3.0.1 -> 3.0.2Wang Mingyu2023-04-051-1/+1
| | | | | | | | | | | | | | Changelog: =========== Improved warnings by ensuring that they target user code and not Typeguard internal code Fixed warn_on_error() not showing where the type violation actually occurred Fixed local assignment to *args or **kwargs being type checked incorrectly Fixed TypeError on check_type(..., None) Fixed unpacking assignment not working with a starred variable (x, *y = ...) in the target tuple Fixed variable multi-assignment (a = b = c = ...) being type checked incorrectly Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-regex: upgrade 2022.10.31 -> 2023.3.23Wang Mingyu2023-04-051-1/+1
| | | | | | | | | | Changelog: =========== Disabled repeat guards. They keep causing issues, and it's just simpler to rely on timeouts. Re-enabled modified repeat guards due to regression in speed caused by excessive backtracking. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-redis: upgrade 4.5.1 -> 4.5.4Wang Mingyu2023-04-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== Upgrade urgency: SECURITY, contains fixes to security issues. -------------------------------------------------------------- (CVE-2023-28859) - Cancelling an async future does not, properly trigger, leading to a potential data leak in specific cases. (CVE-2023-28858) - Cancelling an async future does not, properly trigger, leading to a potential data leak in specific cases. Bug Fixes ------------- Fixing cancelled async futures (#2666) Fix: do not use asyncio's timeout lib before 3.11.2 (#2659) Fix UDS in v4.5.2: UnixDomainSocketConnection missing constructor argument (#2630) Maintenance -------------- Minor fixes for #2666 and enhanced async test (#2673) Fix issue 2660: PytestUnraisableExceptionWarning from asycio client (#2669) Removing accidentally checked in files (#2642) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pywbemtools: upgrade 1.1.1 -> 1.2.0Wang Mingyu2023-04-051-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pymisp: upgrade 2.4.169.2 -> 2.4.169.3Wang Mingyu2023-04-051-1/+1
| | | | | | | | Fix: - Invalid check if taxo is enabled. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pymodbus: upgrade 3.2.1 -> 3.2.2Wang Mingyu2023-04-051-1/+1
| | | | | | | | Changelog: Add forgotten await Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pydantic: upgrade 1.10.6 -> 1.10.7Wang Mingyu2023-04-051-1/+1
| | | | | | | | | | | | | | Changelog: ========== Fix creating schema from model using ConstrainedStr with regex as dict key Address bug in mypy plugin caused by explicit_package_bases=True Add implicit defaults in the mypy plugin for Field with no default argument Fix schema generated for Enum values used as Literals in discriminated unions Fix mypy failures caused by the pydantic mypy plugin when users define from_orm in their own classes Fix InitVar usage with pydantic dataclasses, mypy version 1.1.1 and the custom mypy plugin Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-luma-oled: upgrade 3.11.0 -> 3.12.0Wang Mingyu2023-04-051-1/+1
| | | | | | | | Changelog: Fix 96x16 OLED panel offset Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-jdatetime: upgrade 4.1.0 -> 4.1.1Wang Mingyu2023-04-051-1/+1
| | | | | | | | | | | | | | | | Changelog: ========== Add ------ Add fromisoformat method to jdatetime.date Add support for Python 3.11 Fixed ------ Fix two chars month handling in jdatetime.datetime.strptime Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pychromecast: upgrade 13.0.4 -> 13.0.6Wang Mingyu2023-04-051-1/+1
| | | | | | | | | | | | | Changelog: ========== Fix socket leak (#718) Don't call launch callback on error (#715) Wait for response when stopping app (#714) Simplify request callback handling (#712) Make sure handler is unregistered after quickplay (#713) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-imageio: upgrade 2.26.0 -> 2.27.0Wang Mingyu2023-04-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | Changelog: ========== Fix ------ Consistently apply color palettes by default (#955) (938de2d) Allow ffmpeg filters to terminate iter (#954) (a463899) Handle unknown video duration in pyav metadata (#937) (06a1c0d) Update FreeImage backend to v3.18.0 on Windows (#960) (08d3bda) Feature --------- Add n_images to ImageProperties (#966) (76d9aed) Other ------ Remove pypy 3.7 testing and improve CI/CD scripts (#964) (b439803) Several doc improvements (#959) (ecb6773) Add GH Sponsors link (0e13f64) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-ipython: upgrade 8.11.0 -> 8.12.0Wang Mingyu2023-04-051-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-auth: upgrade 2.16.2 -> 2.17.1Wang Mingyu2023-04-051-1/+1
| | | | | | | | | | | | Changelog: ========== Print out reauth plugin error and raise if challenge output is None (#1265) (08d22fe) Experimental service account iam endpoint flow for id token (#1258) (8ff0de5) Python: Remove aws url validation (#1254) (20a966b) Read both applicationId and relyingPartyId. (#1246) (e125dfe) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-httplib2: upgrade 0.21.0 -> 0.22.0Wang Mingyu2023-04-051-1/+1
| | | | | | | | | | | Changelog: ========== https: disable_ssl_certificate_validation caused ValueError: Cannot set verify_mode to CERT_NONE when check_hostname is enabled build(deps): bump cryptography from 37.0.4 to 38.0.3 Reason from cryptography changelog: Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.0.7, which resolves CVE-2022-3602 and CVE-2022-3786. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-googleapis-common-protos: upgrade 1.58.0 -> 1.59.0Wang Mingyu2023-04-051-1/+1
| | | | | | | | | | | | | | | | | Changelog: ========= Features ---------- Add overrides_by_request_protocol to BackendRule in google/api/backend.proto (77376dd) Add proto_reference_documentation_uri to Publishing in google/api/client.proto (77376dd) Add SERVICE_NOT_VISIBLE and GCP_SUSPENDED to ErrorReason in google/api/error_reason.proto (77376dd) Documentation -------------- Use rst syntax in readme (77376dd) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-elementpath: upgrade 4.0.1 -> 4.1.0Wang Mingyu2023-04-051-1/+1
| | | | | | | | | | | | | Changelog: ========== Refactor XPath function call (context=None only as keyword argument) Add external function support (issue #60) Some fixes to string representation and source property of tokens Extend documentation and tests Clean XSD datatypes hierarchy Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-api-python-client: upgrade 2.81.0 -> 2.83.0Wang Mingyu2023-04-051-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-dateparser: upgrade 1.1.7 -> 1.1.8Wang Mingyu2023-04-051-1/+1
| | | | | | | | | | | | | | | Improvements: ============== Improved date parsing for Chinese (#1148) Improved date parsing for Czech (#1151) Reorder language by popularity (#1152) Fix leak of memory in cache (#1140) Add support for "\d units later" (#1154) Move modification in CLDR data to yaml (#1153) Add support to use timezone via settings to get PREFER_DATES_FROM result (#1155) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cmake: upgrade 3.26.0 -> 3.26.1Wang Mingyu2023-04-051-1/+1
| | | | | | | | | | Changelog: ========== chore(deps): bump pypa/gh-action-pypi-publish from 1.7.1 to 1.8.3 chore(deps): update pre-commit hooks Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-astroid: upgrade 2.15.0 -> 2.15.1Wang Mingyu2023-04-051-1/+1
| | | | | | | | | | Changelog: ========== Restore behavior of setting a Call as a base for classes created using six.with_metaclass(), and harden support for using enums as metaclasses in this case. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cassandra-driver: upgrade 3.25.0 -> 3.26.0Wang Mingyu2023-04-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: =========== Features -------- Add support for execution profiles in execute_concurrent (PR 1122) Bug Fixes ---------- Handle empty non-final result pages (PR 1110) Do not re-use stream IDs for in-flight requests (PR 1114) Asyncore race condition cause logging exception on shutdown (PYTHON-1266) Others --------- Fix deprecation warning in query tracing (PR 1103) Remove mutable default values from some tests (PR 1116) Remove dependency on unittest2 (PYTHON-1289) Fix deprecation warnings for asyncio.coroutine annotation in asyncioreactor (PYTTHON-1290) Fix typos in source files (PR 1126) HostFilterPolicyInitTest fix for Python 3.11 (PR 1131) Fix for DontPrepareOnIgnoredHostsTest (PYTHON-1287) tests.integration.simulacron.test_connection failures (PYTHON-1304) tests.integration.standard.test_single_interface.py appears to be failing for C* 4.0 (PYTHON-1329) Authentication tests appear to be failing fraudulently (PYTHON-1328) PreparedStatementTests.test_fail_if_different_query_id_on_reprepare() failing unexpectedly (PTYHON-1327) Refactor deprecated unittest aliases for Python 3.11 compatibility (PR 1112) Deprecations ------------ This release removes support for Python 2.7.x as well as Python 3.5.x and 3.6.x Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-argcomplete: upgrade 3.0.0 -> 3.0.5Wang Mingyu2023-04-051-1/+1
| | | | | | | | | | | | | | | | Changelog: ========= Call _default as fallback in zsh global completion hook Begin support for mapping-emitting completers activate-global-python-argcomplete: do not overwrite existing dotfile in user directory Add NOTICE file Establish long term name for split_line as argcomplete.lexers.split_line Re-add split_line to API (#419) Fix zsh default completion issues Fix zsh autoload issues Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-aenum: upgrade 3.1.11 -> 3.1.12Wang Mingyu2023-04-041-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyproj: upgrade 3.4.1 -> 3.5.0Wang Mingyu2023-04-041-2/+2
| | | | | | | | | | | | | | | | | | | | | | License-Update: Copyright year updated to 2023. Changelog: ============ DEP: Minimum PROJ version 9.0 (issue #1223) WHL: PROJ 9.2 in wheels (pull #1243) ENH: Add return_back_azimuth: bool to allow compatibility between the azimuth output of the following functions (issue #1163): fwd and fwd_intermediate, inv and inv_intermediate ENH: Added only_best kwarg to Transformer.from_crs() (issue #1228) PERF: Optimize point transformations (pull #1204) REF: Raise error when CRS.to_wkt(), CRS.to_json(), or CRS.to_proj4() returns None (issue #1036) CLN: Remove AzumuthalEquidistantConversion & LambertAzumuthalEqualAreaConversion. AzimuthalEquidistantConversion & LambertAzimuthalEqualAreaConversion should be used instead (pull #1219) BUG: Fix Derived Projected CRS support (issue #1182) BUG: Add horizontal_datum_name for geographic CRS in CRS.to_cf() (issue #1251) BUG: Add datum ensemble support to GeographicCRS (pull #1255) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-aspectlib: fix ptestTim Orling2023-04-042-2/+4
| | | | | | | | | * ptest RDEPENDS on pytest * Use python3-unittest-automake-output instead of using sed to reformat the output use this new module. Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-python-ptest*-image: enable BBCLASSEXTEND parallel executionTim Orling2023-04-043-1/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Similar to "core-image-ptest: Switch to BBCLASSEXTEND parallel execution" Refactor meta-python-ptest-image.bb for an image per ptest in the form of meta-python-ptest-image-XXX using class extensions. * Add meta-python-ptest-all-image.bb depends on ALL meta-python-ptest-image-XXX in meta-python * Add meta-python-ptest-fast-image.bb depends on meta-python ptests which take less than ~30s This allows parallel execution of the tests. The downside to this approach is the parsing time of an image generating this number of class extensions is slow but making it easier to execute and collect test data should outweigh that. A useful advantage is that the dependencies of each ptest package are checked/tested individually. Add to local.conf: IMAGE_CLASSES += "testimage" All the meta-python-ptest-image-XXX can be built with: $ bitbake meta-python-ptest-all-image Subsequently, all the ptest images can be run with: $ bitbake -c testimage meta-python-ptest-all-image You will likely want to limit the number of parallel image tests: BB_NUMBER_THREADS = "4" based on the number of TAP devices you have defined or the number of simultaneous QEMU sessions your server can support. Results can be summarized with: $ resulttool report tmp/log/oeqa/testresults.json Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ptest-packagelists-meta-python.inc: add ptest recipesTim Orling2023-04-041-0/+82
| | | | | | | | | | | | | | | | | | | Similar to ptest-packagelists.inc in oe-core, this list enables per image ptest (isolated ptests for a given recipe) * Add recipes to PTEST_FAST_META_PYTHON for ptests which take less than ~30s * Add recipes to PTEST_SLOW_META_PYTHON for ptests which take longer * Add recipes to PTEST_PROBLEMS_META_PYTHON for ptests which have failing tests or other issues with ptest package The initial list was taken from: meta_python_ptest_recipes=$(bitbake-layers show-recipes --recipes-only \ --layer meta-python --inherits ptest --bare | tr '\n' ' ' | \ pcregrep -o1 '^NOTE:.+===(.+)$') Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-betamax: fix ptest failture of fixture and record modesZhixiong Chi2023-03-282-0/+334
| | | | | | | | | | | | | | | | | In betamax fixtures and recorde_modes ptest are failing due to the deprecation of fixture usage and the httpbin.org service. Drop these ptests in meta-oe, until there is a suitable solution to fix this failure. Validation: Enable ptest and add python3-betamax into IMAGE_INSTALL $runqemu ... $cd /usr/[lib/lib64]/python3-betamax/ptest $./run-ptest ALL ptests PASS. Signed-off-by: Zhixiong Chi <zhixiong.chi@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-ipython: Add missing dependencyZoltán Böszörményi2023-03-281-0/+1
| | | | | | | | | | | | | | | | | | | | | | This fixes the error: Python 3.11.2 (main, Feb 7 2023, 13:52:42) [GCC 12.2.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import IPython Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib/python3.11/site-packages/IPython/__init__.py", line 52, in <module> from .core.application import Application File "/usr/lib/python3.11/site-packages/IPython/core/application.py", line 26, in <module> from IPython.core import release, crashhandler File "/usr/lib/python3.11/site-packages/IPython/core/crashhandler.py", line 27, in <module> from IPython.core import ultratb File "/usr/lib/python3.11/site-packages/IPython/core/ultratb.py", line 101, in <module> import stack_data ModuleNotFoundError: No module named 'stack_data' Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-stack-data: New recipeZoltán Böszörményi2023-03-281-0/+17
| | | | | | | Dependency of python3-ipython. Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pure-eval: New recipeZoltán Böszörményi2023-03-281-0/+11
| | | | | | | Dependency of python3-stack-data. Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-executing: New recipeZoltán Böszörményi2023-03-281-0/+9
| | | | | | | Dependency of python3-stack-data. Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>