summaryrefslogtreecommitdiffstats
path: root/meta-python
Commit message (Collapse)AuthorAgeFilesLines
* python3-joblib: upgrade 1.2.0 -> 1.3.1Wang Mingyu2023-07-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ============ -Fix compatibility with python 3.7 by vendor loky 3.4.1 which is compatible with this version. #1472 -Ensure native byte order for memmap arrays in joblib.load. #1353 -Add ability to change default Parallel backend in tests by setting the JOBLIB_TESTS_DEFAULT_PARALLEL_BACKEND environment variable. #1356 -Fix temporary folder creation in joblib.Parallel on Linux subsystems on Windows which do have /dev/shm but don't have the os.statvfs function #1353 -Drop runtime dependency on distutils. distutils is going away in Python 3.12 and is deprecated from Python 3.10 onwards. -A warning is raised when a pickling error occurs during caching operations. -Avoid (module, name) collisions when caching nested functions. -Add cache_validation_callback in :meth:'joblib.Memory.cache', to allow custom cache invalidation based on the metadata of the function call. #1149 -Add a return_as parameter for Parallel, that enables consuming results asynchronously. #1393, #1458 -Improve the behavior of joblib for n_jobs=1, with simplified tracebacks and more efficient running time. #1393 -Add the parallel_config context manager to allow for more fine-grained control over the backend configuration. -Add items_limit and age_limit in :meth:'joblib.Memory.reduce_size' to make it easy to limit the number of items and remove items that have not been accessed for a long time in the cache. #1200 -Deprecate bytes_limit in Memory as this is not automatically enforced, the limit can be directly passed to :meth:'joblib.Memory.reduce_size' which needs to be called to actually enforce the limit. #1447 -Vendor loky 3.4.0 which includes various fixes. #1422 -Various updates to the documentation and to benchmarking tools. -Move project metadata to pyproject.toml. #1382, #1433 -Add more tests to improve python nogil support. #1394, #1395 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-auth: upgrade 2.20.0 -> 2.21.0Wang Mingyu2023-07-071-1/+1
| | | | | | | | | | | | | | | Changelog: =========== Features --------- Add framework for BYOID metrics headers (#1332) (1a8f50c) Bug Fixes ---------- Pypy unit test build (#1335) (33e4263) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-api-python-client: upgrade 2.90.0 -> 2.92.0Wang Mingyu2023-07-071-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-elementpath: upgrade 4.1.3 -> 4.1.4Wang Mingyu2023-07-071-1/+1
| | | | | | | | | | Changelog: =========== Fix select of prefixed names (issue #68) Fix zero length xs:base64Binary (pull request #69) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-configargparse : upgrade 1.5.3 -> 1.5.5Wang Mingyu2023-07-071-1/+1
| | | | | | | | | Changelog: =========== fixed 'publish' step Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-aenum: upgrade 3.1.14 -> 3.1.15Wang Mingyu2023-07-071-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyroute2: upgrade 0.5.19 -> 0.7.9Petr Gotthard2023-06-281-4/+5
| | | | | | | | | | | License-Update: The LICENSE file now explicitly says "GPL-2.0-or-later OR Apache-2.0". Changelog: https://github.com/svinota/pyroute2/blob/master/CHANGELOG.rst Signed-off-by: Petr Gotthard <petr.gotthard@advantech.cz> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-platformdirs: upgrade 3.6.0 -> 3.8.0Wang Mingyu2023-06-281-1/+1
| | | | | | | | Changelog: Add missing user media directory docs Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-zeroconf: upgrade 0.68.0 -> 0.69.0Wang Mingyu2023-06-271-1/+1
| | | | | | | | | | | Changelog: =========== Cython3 support (#1190) Reorder incoming data handler to reduce overhead (#1189) Reduce debug logging overhead by adding missing checks to datagram_received Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sentry-sdk: upgrade 1.25.1 -> 1.26.0Wang Mingyu2023-06-271-1/+1
| | | | | | | | | | | | | | | | | | Changelog: ========= Tracing without performance (#2136) Load tracing information from environment (#2176) Auto-enable HTTPX integration if HTTPX installed (#2177) Support for SOCKS proxies (#1050) Wrap parse_url calls in capture_internal_exceptions (#2162) Run 2.7 tests in CI again (#2181) Crons: Do not support sub-minute cron intervals (#2172) Profile: Add function name to profiler frame cache (#2164) Dependencies: bump checkouts/data-schemas from 0ed3357 to 7fdde87 (#2165) Update changelog (#2163) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-requests-futures: upgrade 1.0.0 -> 1.0.1Wang Mingyu2023-06-271-2/+1
| | | | | | | | | | Changelog: =========== Add pytest.mark.network to test cases pyproject.toml config for black, isort, and pytest Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyzstd: upgrade 0.15.7 -> 0.15.9Wang Mingyu2023-06-271-1/+1
| | | | | | | | | | | | Changelog: ========== Add SeekableZstdFile class, it's a subclass of ZstdFile, supports Zstandard Seekable Format. Add mode argument to ZstdFile.flush() method, now it can flush a zstd frame. Add read_size and write_size arguments to ZstdFile.__init__() method, can work with Network File Systems better. Optimize ZstdFile performance to C language level. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyscaffold: upgrade 4.4.1 -> 4.5Wang Mingyu2023-06-271-1/+1
| | | | | | | | | | Changelog: ============ Change macOS default configuration dir from ~/Library/Preferences to ~/Library/Application Support Simplify git command, by letting exceptions go through Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pymongo: upgrade 4.3.3 -> 4.4.0Wang Mingyu2023-06-271-1/+1
| | | | | | | | | | | | | | | | | | | Changelog: ========== - Added support for MongoDB 7.0. - Added support for Python 3.11. - Added support for passing a list containing (key, direction) pairs or keys to create_index(). - Improved bson encoding performance (PYTHON-3717 and PYTHON-3718). - Improved support for Pyright to improve typing support for IDEs like Visual Studio Code or Visual Studio. - Improved support for type-checking with MyPy "strict" mode (-strict). - Added create_encrypted_collection(), EncryptedCollectionError, encrypt_expression(), RangeOpts, and RANGEPREVIEW as part of the experimental Queryable Encryption beta. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pymodbus: upgrade 3.3.1 -> 3.3.2Wang Mingyu2023-06-271-1/+1
| | | | | | | | | | | | | Changelog: ========= Fix RemoteSlaveContext (#1599) Change version follow PEP 440. (#1609) Fix regression with REPL server not listening (#1604) Fix write function codes (#1598) Release corrections. (#1586) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-natsort: upgrade 8.3.1 -> 8.4.0Wang Mingyu2023-06-271-1/+1
| | | | | | | | | | | Changelog: ========== - The changelog now only explictly exists in the repository (issue #162) - Inputs with spaces near adjascent to the extension are now sorted correctly for os_sorted on Windows (issues #165 and #166) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-h5py: upgrade 3.8.0 -> 3.9.0Wang Mingyu2023-06-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== New features ------------ - New out argument to read_direct_chunk() to allow passing the output buffer - The objects from Dataset.asstr() and Dataset.astype() now implement the __array__() method (PR 2269). This speeds up access for functions that support it, such as np.asarray(). - Validate key types when creating groups and attributes, giving better error messages when invalid types are used (PR 2266). Bug fixes ---------- - Group.__contains__ and Group.get now use the default link access property list systematically (PR 2244). - Removed various calls to the deprecated numpy.product function - Fix the IPython tab-completion integration in IPython 8.12 - Replacing attributes with AttributeManager.create() now deletes the old attributes before creating the new one, rather than using a temporary name and renaming the new attribute (PR 2274). Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-api-python-client: upgrade 2.89.0 -> 2.90.0Wang Mingyu2023-06-271-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-can: upgrade 4.2.1 -> 4.2.2Wang Mingyu2023-06-271-1/+1
| | | | | | | | | | | | bugfixes: ========= Fix socketcan KeyError (#1598, #1599). Fix IXXAT not properly shutdown message (#1606). Fix Mf4Reader and TRCReader incompatibility with extra CLI args (#1610). Fix decoding error in Kvaser constructor for non-ASCII product name (#1613). Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-aenum: upgrade 3.1.12 -> 3.1.14Wang Mingyu2023-06-271-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-tox: Add initial recipe 4.6.0Jasper Orschulko2023-06-261-0/+34
| | | | | | | | | | | | | | | | | | | | | From the project description: Tox aims to automate and standardize testing in Python. It is part of a larger vision of easing the packaging, testing and release process of Python software (alongside pytest and devpi). tox is a generic virtual environment management and test command line tool you can use for: - checking your package builds and installs correctly under different environments (such as different Python implementations, versions or installation dependencies), - running your tests in each of the environments with the test tool of choice, - acting as a frontend to continuous integration servers, greatly reducing boilerplate and merging CI and shell-based testing. Signed-off-by: Jasper Orschulko <jasper@fancydomain.eu> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyproject-api: Add initial recipe 1.5.1Jasper Orschulko2023-06-261-0/+23
| | | | | | | Dependency for python3-tox Signed-off-by: Jasper Orschulko <jasper@fancydomain.eu> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-virtualenv: Add initial recipe 20.23.0Jasper Orschulko2023-06-261-0/+22
| | | | | | | Dependency for python3-tox Signed-off-by: Jasper Orschulko <jasper@fancydomain.eu> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-filelock: Add initial recipe 3.12.0Jasper Orschulko2023-06-261-0/+19
| | | | | | | Dependency for python3-virtualenv and python3-tox Signed-off-by: Jasper Orschulko <jasper@fancydomain.eu> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-distlib: Add initial recipe 0.3.6Jasper Orschulko2023-06-261-0/+12
| | | | | | | Dependency for python3-virtualenv Signed-off-by: Jasper Orschulko <jasper@fancydomain.eu> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-platformdirs: Fix recipe version 3.6.0Jasper Orschulko2023-06-261-11/+7
| | | | | | | | | | | python3-platformdirs version 3.6.0 requires hatchling build system. Before this fix it would previously build without issue but throw error when used in the final image. Additionally, fixing the ptest which now requires two additional dependencies. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-covdefaults: Add initial recipe 2.3.0Jasper Orschulko2023-06-262-0/+34
| | | | | | | Dependency for python3-platformdirs 3.6.0 ptest Signed-off-by: Jasper Orschulko <jasper@fancydomain.eu> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pytest-cov: Add initial recipe 4.1.0Jasper Orschulko2023-06-261-0/+14
| | | | | | | Dependency for python3-platformdirs 3.6.0 ptest Signed-off-by: Jasper Orschulko <jasper@fancydomain.eu> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-setuptools-scm-git-archive: add missing run-time dependenciesBartosz Golaszewski2023-06-241-0/+1
| | | | | | | Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-defusedxml: add missing run-time dependenciesBartosz Golaszewski2023-06-241-0/+2
| | | | | | | Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-dbus-next: add missing run-time dependenciesBartosz Golaszewski2023-06-241-0/+5
| | | | | | | Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-tzlocal: add missing run-time dependenciesBartosz Golaszewski2023-06-241-0/+1
| | | | | | | Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-tzlocal: fix coding styleBartosz Golaszewski2023-06-241-3/+3
| | | | | | | Stop using PYTHON_PN, order RDEPENDS alphabetically, fix whitespaces. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-dateparser: add missing run-time dependenciesBartosz Golaszewski2023-06-241-0/+3
| | | | | | | Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-dateparser: fix coding styleBartosz Golaszewski2023-06-241-4/+4
| | | | | | | Stop using PYTHON_PN, order RDEPENDS alphabetically, fix whitespaces. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-custom-inherit: add missing run-time dependenciesBartosz Golaszewski2023-06-241-0/+5
| | | | | | | Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-coverage: fix coding style and RDEPENDSBartosz Golaszewski2023-06-241-10/+9
| | | | | | | | Don't use PYTHON_PN, order RDEPENDS alphabetically. Replace toml with tomllib to fix a run-time dependency issue. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-configshell-fb: add missing run-time dependenciesBartosz Golaszewski2023-06-241-1/+6
| | | | | | | Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-configobj: add missing run-time dependenciesBartosz Golaszewski2023-06-241-0/+1
| | | | | | | Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-configobj: fix coding styleBartosz Golaszewski2023-06-241-2/+2
| | | | | | | Stop using PYTHON_PN, fix whitespaces. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-colorzero: add missing run-time dependenciesBartosz Golaszewski2023-06-241-1/+4
| | | | | | | Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-colorlog: add missing run-time dependenciesBartosz Golaszewski2023-06-241-0/+2
| | | | | | | Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-click-spinner: add missing run-time dependenciesBartosz Golaszewski2023-06-241-0/+2
| | | | | | | Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-can: add missing run-time dependenciesBartosz Golaszewski2023-06-241-0/+2
| | | | | | | Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-can: fix coding styleBartosz Golaszewski2023-06-241-13/+13
| | | | | | | | Stop using PYTHON_PN, order RDEPENDS alphabetically, drop unneeded class-target override, fix whitespaces. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-binwalk: add missing run-time dependenciesBartosz Golaszewski2023-06-241-1/+7
| | | | | | | Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-betamax: add missing run-time dependenciesBartosz Golaszewski2023-06-241-1/+5
| | | | | | | Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-attrdict3: add missing run-time dependenciesBartosz Golaszewski2023-06-241-0/+2
| | | | | | | Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-asyncio-throttle: add missing run-time dependenciesBartosz Golaszewski2023-06-241-0/+2
| | | | | | | Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-aspectlib: add missing run-time dependenciesBartosz Golaszewski2023-06-241-1/+4
| | | | | | | Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>