summaryrefslogtreecommitdiffstats
path: root/meta-python
Commit message (Collapse)AuthorAgeFilesLines
...
* python3-multivolumefile: add recipeLeon Anavi2023-11-021-0/+21
| | | | | | | | | | | | | Add multivolumefile, a multi volume file wrapper library. Version 0.2.3 changelog: - implement readall() - lint with black This work was sponsored by GOVCERT.LU. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-blivetgui: 2.3.0 -> 2.4.2Kai Kang2023-11-023-99/+5
| | | | | | | | | | | Update python3-blivetgui from 2.3.0 to 2.4.2 * drop patches that there are not needed any more * not set var `B` that out of source tree build is supported * inherit setuptools3 rather than setuptools3_legacy Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-blivet: 3.4.3 -> 3.8.2Kai Kang2023-11-022-33/+4
| | | | | | | | | | | Update python3-blivet 3.4.3 to 3.8.2 * drop 0004-fix-new.roots-object-is-not-iterable.patch which is not needed any more * adjust indent as well Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pymemcache: add recipeLeon Anavi2023-11-011-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | | Add pymemcache, a comprehensive, fast, pure Python memcached client. Version 4.0.0 brings: - Drop python support for 2.7, 3.4 and 3.5 - Use default for get ignore_exc - Return default from hash client - Return default from hash client when using positional argument - Support noreply for hash flush_all - Drop support for Python 3.6 - Add official support for Python 3.10 - Handle a blank stat value - Small buffer pass optimization - Expand Client with a method for sending arbitrary commands - Add pluggable compression serde - Start to add type hints - Add py.typed file - Fix key_prefix issue with stats and cache_memlimit This work was sponsored by GOVCERT.LU. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-jsbeautifier: add recipeLeon Anavi2023-11-011-0/+19
| | | | | | | | | | Add a new recipe for jsbeautifier version 1.14.9, JavaScript unobfuscator and beautifier. This work was sponsored by GOVCERT.LU. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-inflate64: add recipeLeon Anavi2023-11-011-0/+16
| | | | | | | | | | Add python3-inflate64, a python package to provide compression and decompression feature with Enhanced Deflate algorithm. This work was sponsored by GOVCERT.LU. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-colorclass: add recipeLeon Anavi2023-11-011-0/+17
| | | | | | | | | | Add colorclass version 2.2.2, a colorful worry-free console applications for Linux, Mac OS X, and Windows. This work was sponsored by GOVCERT.LU. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-objectpath: Add ObjectPath Python RecipeArthur Oliveira2023-11-011-0/+9
| | | | | | | | This commit includes the python3-objectpath recipe, which introduces the agile NoSQL query language for semi-structured data. It is licensed under MIT. Signed-off-by: Arthur Oliveira <arthur.oliveira@ossystems.com.br> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-nacl: drop duplicate recipeKai Kang2023-11-012-35/+12
| | | | | | | | | | | | | Recipes python3-nacl and python3-pynacl are exactly the same reipces for python packge "PyNaCl", so drop the latter one python3-nacl_1.5.0.bb. And let python3-pynacl rprovides python3-nacl in case it is required by other recipes. Ajust the order in python3-pynacl as well accord to https://docs.yoctoproject.org/dev/contributor-guide/recipe-style-guide.html#recipe-ordering Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-rarfile: add recipeLeon Anavi2023-11-011-0/+23
| | | | | | | | | | | | | | | | | | | | | Add rarfile, a Python module for RAR archive reading. Version 4.1 brings: - Support 7zip/p7zip as decompression backend - RAR5: check password before trying to read file - Make get_rar_version a public function - New option: part_only for RarFile, to read only single file and allow it to be middle-part of multi-volume archive - Add RarFile.printdir, use it in dumprar. Needed to examine FILE_COPY or HARD_LINK entries that do not contain data Add run-time dependencies on p7zip as it is one of the supported backend as well as to other required Python libraries. This work was sponsored by GOVCERT.LU. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-python: Drop broken BBCLASSEXTEND variantsRichard Purdie2023-10-2412-22/+1
| | | | | | | | | | | | | | | | | | The command "bitbake universe -c fetch" currently throws a ton of warnings as there are many 'impossible' dependencies. In some cases these variants may never have worked and were just added by copy and paste of recipes. In some cases they once clearly did work but became broken somewhere along the way. Users may also be carrying local bbappend files which add further BBCLASSEXTEND. Having universe fetch work without warnings is desireable so clean up the broken variants. Anyone actually needing something dropped here can propose adding it and the correct functional dependencies back quite easily. This also then ensures we're not carrying or fixing things nobody uses. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-zopeinterface: upgrade 6.0 -> 6.1Wang Mingyu2023-10-231-1/+1
| | | | | | | | | | | Changelog: ========== -Build Linux binary wheels for Python 3.12. -Add support for Python 3.12. -Fix building of the docs for non-final versions. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-zeroconf: upgrade 0.112.0 -> 0.119.0Wang Mingyu2023-10-231-1/+1
| | | | | | | | | | | | | | | | | | Changelog: ============ -Update cibuildwheel to build wheels on latest cython final release -Reduce size of wheels by excluding generated .c files -Small improvements to ServiceBrowser performance -Small cleanups to incoming data handlers -Reduce type checking overhead at run time -Ensure ServiceInfo cache is cleared when adding to the registry -Add missing python definition for addresses_by_version -Speed up outgoing multicast queue -Speed up responding to queries -Improve performance of loading records from cache in ServiceInfo Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-xxhash: upgrade 3.3.0 -> 3.4.1Wang Mingyu2023-10-231-1/+1
| | | | | | | | | | Changelog: ========== Build wheels for Python 3.12 Remove setuptools_scm Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-xlsxwriter: upgrade 3.1.3 -> 3.1.8Wang Mingyu2023-10-231-1/+1
| | | | | | | | | | | | | | | | | | | | Changelog: ============= * Add support for formatting the data label in chart trendlines. * Add the :func:'very_hidden()' method to hide a worksheet. This is similar to the :func:'hide()' method except that the worksheet cannot be unhidden in the the Excel user interface. The Excel worksheet "xlSheetVeryHidden" option can only be unset programmatically via VBA. * Added fixes for column formulas in tables that were overridden by table data and which also didn't take future functions into account. * Added support for chart leader lines for chart types other than Pie and Doughnut. * Added support for adding signed VBA macros to workbooks via the via the :func:'add_signed_vba_project' method. See 'Working with VBA Macros'_. * Added support for enabling the Excel "Show #N/A as an empty cell" chart option via the :func:'show_na_as_empty_cell' method. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-websocket-client: upgrade 1.6.3 -> 1.6.4Wang Mingyu2023-10-231-1/+1
| | | | | | | | Changelog: Fix #952, add support for HTTP 307 and 308 redirect codes Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-web3: upgrade 6.10.0 -> 6.11.1Wang Mingyu2023-10-231-1/+1
| | | | | | | | | | | Changelog: ============ -Updates and refactoring for the WebsocketProviderV2 class and its internal supporting classes and logic. -Add upper pin to hexbytes dependency to due incoming breaking change Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-tzlocal: upgrade 5.0.1 -> 5.1Wang Mingyu2023-10-231-1/+1
| | | | | | | | | Changelog: - The Unicode data doesn't change tz names when IANA does, so what is current in IANA is treated as an alias in Unicode data. This version handles that. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-types-psutil: upgrade 5.9.5.16 -> 5.9.5.17Wang Mingyu2023-10-231-1/+1
| | | | | | | | Changelog: psutil: updates Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-traitlets: upgrade 5.10.1 -> 5.11.2Wang Mingyu2023-10-231-1/+1
| | | | | | | | | | | Changelog: =========== -More Typing Adoption -Typing fixups -More typing cleanup Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-texttable: upgrade 1.6.7 -> 1.7.0Wang Mingyu2023-10-231-1/+1
| | | | | | | | Changelog: Add boolean formatting option Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-stack-data: upgrade 0.6.2 -> 0.6.3Wang Mingyu2023-10-231-1/+1
| | | | | | | | Changelog: handle weird six import error Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sqlalchemy: upgrade 2.0.21 -> 2.0.22Wang Mingyu2023-10-231-1/+1
| | | | | | | | Changelog: https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.22 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-socketio: upgrade 5.9.0 -> 5.10.0Wang Mingyu2023-10-231-1/+1
| | | | | | | | | | | | | | | | | | | | | Changelog: =========== -New SimpleClient and AsyncSimpleClient classes -Reporting to Socket.IO Admin UI -Support entering and leaving rooms through pubsub client managers -Async versions of enter_room and leave_room should be coroutines -Add a shutdown() function for the server -Message queue optimizations -Remove unneeded arguments from super() -Internal code restructure (no functional changes) -Add FastAPI and Litestar server examples -Update Socket.IO JavaScript client to version 4.7.2 in all examples -Update ping_timeout documented default to accord with current Engine.IO behavior -Refactor common testing helpers into a separate module -Migrate Python package metadata to pyproject.toml Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-simplejson: upgrade 3.19.1 -> 3.19.2Wang Mingyu2023-10-231-1/+1
| | | | | | | | | Changelog: * Updated test & build matrix to include Python 3.12 and use GitHub Actions as a Trusted Publisher (OIDC) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-semver: upgrade 3.0.1 -> 3.0.2Wang Mingyu2023-10-231-2/+1
| | | | | | | | | | Changelog: =========== PR #418: Replace OrderedDict with dict. PR #426: Fix replace() method to use the derived class of an instance instead of Version class. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-schedule: upgrade 1.2.0 -> 1.2.1Wang Mingyu2023-10-231-1/+1
| | | | | | | | Changelog: Fix bug where schedule was off when using .at with timezone Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-rich: upgrade 13.5.3 -> 13.6.0Wang Mingyu2023-10-231-1/+1
| | | | | | | | Changelog: Added Python 3.12 to classifiers. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-regex: upgrade 2023.8.8 -> 2023.10.3Wang Mingyu2023-10-231-1/+1
| | | | | | | | Changelog: pdated to Unicode 15.1.0. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-rapidjson: upgrade 1.11 -> 1.12Wang Mingyu2023-10-231-1/+1
| | | | | | | | Changelog: Generate wheels on PyPI using final Python 3.12 release, thanks to cibuildwheel 2.16.2 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pytest-timeout: upgrade 2.1.0 -> 2.2.0Wang Mingyu2023-10-231-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyephem: upgrade 4.1.4 -> 4.1.5Wang Mingyu2023-10-231-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pydantic: upgrade 2.4.1 -> 2.4.2Wang Mingyu2023-10-231-1/+1
| | | | | | | | | | | | | Changelog: ============= Fix bug with JSON schema for sequence of discriminated union Fix schema references in discriminated unions Fix json schema generation for recursive models Fix models_json_schema for generic models Fix xfailed test for generic model signatures Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pycodestyle: upgrade 2.11.0 -> 2.11.1Wang Mingyu2023-10-231-1/+1
| | | | | | | | Changelog: E275: fix false positive with fstrings containing keyword parts in python 3.12 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pycares: upgrade 4.3.0 -> 4.4.0Wang Mingyu2023-10-231-1/+1
| | | | | | | | | | | Changelog: ========== Bump GitHub Actions versions and fix warnings in the process Bump versions of used GitHub Actions Add support for 3.12, drop EOL 3.7 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-protobuf: upgrade 4.24.3 -> 4.24.4Wang Mingyu2023-10-231-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-prompt-toolkit: upgrade 3.0.36 -> 3.0.39Wang Mingyu2023-10-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: =========== Fixes: - Fix 'RuntimeError' when '__breakpointhook__' is called from another thread. - Fix memory leak in filters usage. - Ensure that key bindings are handled in the right context (when using contextvars). - Fix regression in filters. (Use of 'WeakValueDictionary' caused filters to not be cached). - Fix 'currentThread()' deprecation warning. - Fix memory leak in filters. - Make VERSION tuple numeric. New features: - Accept 'in_thread' keyword in 'prompt_toolkit.shortcuts.prompt()'. - Support the 'NO_COLOR' environment variable. - Use 24-bit true color now by default on Windows 10/11. - Add '.run()' method in 'TelnetServer'. (To be used instead of '.start()/.stop()'. Breaking changes: - Subclasses of 'Filter' have to call 'super()' in their '__init__'. - Drop support for Python 3.6: * This includes code cleanup for Python 3.6 compatibility. * Use 'get_running_loop()' instead of 'get_event_loop()'. * Use 'asyncio.run()' instead of 'asyncio.run_until_complete()'. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-platformdirs: upgrade 3.10.0 -> 3.11.0Wang Mingyu2023-10-231-1/+1
| | | | | | | | | | | Changelog: =========== README: Fix CI badge Fix documentation build Add support for Homebrew-installed software Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-msgpack: upgrade 1.0.6 -> 1.0.7Wang Mingyu2023-10-231-1/+1
| | | | | | | | | | Changelog: ============= Fix build error of extension module on Windows. setup.py doesn't skip build error of extension module. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-meson-python: upgrade 0.13.1 -> 0.14.0Wang Mingyu2023-10-231-1/+1
| | | | | | | | | | | | | | | | | | | | Changelog: ============ -Do not run meson install to build a wheel. -Obey the --skip-subprojects when specified for the meson install command. -Implement support for the exclude_directories and exclude_files arguments to Meson install_subdir() function and similar installation functions. -Implement support for building wheels targeting the Python limited API. -when pyproject.toml does not contain a version field and version is not declared dynamic, raise an error instead of silently using the version declared in meson.build. -Fix the mtime of source files in the sdist tarball. -Add objc and objcpp compilers to the cross file generated when the $ARCHFLAGS is set. -Extensive documentation improvements. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-jedi: upgrade 0.19.0 -> 0.19.1Wang Mingyu2023-10-231-1/+1
| | | | | | | | Changelog: Python 3.12 support Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-ipython: upgrade 8.15.0 -> 8.16.1Wang Mingyu2023-10-231-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-imageio: upgrade 2.31.3 -> 2.31.5Wang Mingyu2023-10-231-1/+1
| | | | | | | | | | Changelog: ========== Raise warning instead of error when using fps in pillow Consistently load GIF frames using the same pixel format Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-huey: upgrade 2.4.5 -> 2.5.0Wang Mingyu2023-10-231-1/+1
| | | | | | | | | | | | | | | | | | | | | Changelog: ========== -Check to ensure the gevent monkeypatch was applied when running the consumer with greenlet workers, log warning if it is not. -Explicitly clear the revoked flag on task instances after execution (#713). -Add support for delay=, eta= in Huey's .s() and .then() -Add support for rescheduling callback pipelines when rescheduling a task. -Add an on_commit_task() decorator for Django extension that will enqueue the task after any database changes have been committed. -Allow overriding the delay and eta when raising a RetryTask exception. -Add a very simple ResultGroup.as_completed() helper to provide a way to deal with multiple results as they become available. -Add an asyncio helper for resolving task results asynchronously. -Fix bug in SIGINT and SIGTERM behavior for gevent users. -Include lock name when a task fails due to TaskLocked exception Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-h5py: upgrade 3.9.0 -> 3.10.0Wang Mingyu2023-10-231-1/+1
| | | | | | | | Changelog: https://docs.h5py.org/en/stable/whatsnew/3.10.html#bug-fixes Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-auth: upgrade 2.23.1 -> 2.23.3Wang Mingyu2023-10-231-1/+1
| | | | | | | | | | Changelog: ============ Serialize signer keys on getstate for pickling Support urllib3<2.0 versions Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-googleapis-common-protos: upgrade 1.60.0 -> 1.61.0Wang Mingyu2023-10-231-1/+1
| | | | | | | | | | Changelog: ========== Add google/api/field_info.proto Add IDENTIFIER to FieldBehavior enum Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-api-python-client: upgrade 2.101.0 -> 2.104.0Wang Mingyu2023-10-231-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-flask-jwt-extended: upgrade 4.5.2 -> 4.5.3Wang Mingyu2023-10-231-1/+1
| | | | | | | | | | | | Changelog: ============ -Replace "defining" with "define" -Fix documentation syntax error -remove duplicate comments -Support python 3.12 and add support for flask 3.0 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-flask-babel: upgrade 3.1.0 -> 4.0.0Wang Mingyu2023-10-231-1/+1
| | | | | | | | | | Changelog: ============ Dropped support for end-of-life Python 3.7. Support PyPy 3.9 Replace deprecated locked_cached_property decorator with cached_property Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>