summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
Commit message (Collapse)AuthorAgeFilesLines
* python3-astroid: upgrade 3.2.2 -> 3.2.3Wang Mingyu2024-07-151-1/+1
| | | | | | | | Changelog: Fix AssertionError when inferring a property consisting of a partial function. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-argh: upgrade 0.31.2 -> 0.31.3Wang Mingyu2024-07-151-1/+1
| | | | | | | | | | | | Changelog: =========== - Fix type annotation of errors in wrap_errors - fix: exposing func arg in CLI under a different name via deco - fix: tests were failing under Python 3.13 - Docs update in similar.rst Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-redis: add an archive prefix to avoid clashing with redisYoann Congal2024-07-081-0/+3
| | | | | | | | | | | | | The new python3-redis_5.0.7 archive "redis-5.0.7.tar.gz" may clash with a very old redis-5.0.7 archive. It does on the autobuilder which kept its DL_DIR from this era and triggers a mirroring error[0]. To fix this, add a "pypi-" prefix to the archive name of python3-redis. [0]:https://autobuilder.yoctoproject.org/typhoon/#/builders/156/builds/420/steps/17/logs/errors Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: ignore various issues fatal with gcc-14Martin Jansa2024-07-083-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | work arounds for: meta-oe/meta-oe/recipes-devtools/nodejs/nodejs_20.12.2.bb:do_compile meta-oe/meta-oe/recipes-support/pidgin/pidgin_2.14.2.bb:do_compile meta-oe/meta-oe/recipes-devtools/uw-imap/uw-imap_2007f.bb:do_compile meta-oe/meta-oe/recipes-extended/rrdtool/rrdtool_1.8.0.bb:do_compile meta-oe/meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings_1.0.4.bb:do_compile meta-oe/meta-python/recipes-devtools/python/python3-gevent_24.2.1.bb:do_compile meta-oe/meta-oe/recipes-support/avro/avro-c++_1.11.3.bb:do_compile meta-oe/meta-python/recipes-devtools/python/python3-h5py_3.10.0.bb:do_compile meta-oe/meta-oe/recipes-multimedia/cdrkit/cdrkit_1.1.11.bb:do_compile meta-oe/meta-networking/recipes-connectivity/openthread/ot-br-posix_git.bb:do_compile meta-oe/meta-oe/recipes-devtools/heaptrack/heaptrack_1.2.0.bb:do_configure meta-oe/meta-oe/recipes-support/avro/avro-c_1.11.3.bb:do_compile meta-oe/meta-oe/recipes-core/usleep/usleep_1.2.bb:do_compile meta-oe/meta-networking/recipes-protocols/openflow/openflow_git.bb:do_compile meta-oe/meta-oe/recipes-extended/sblim-sfcc/sblim-sfcc_2.2.8.bb:do_compile meta-oe/meta-networking/recipes-support/linux-atm/linux-atm_2.5.2.bb:do_compile meta-oe/meta-oe/recipes-kernel/ipmitool/ipmitool_1.8.19.bb:do_compile meta-oe/meta-networking/recipes-support/ssmping/ssmping_0.9.1.bb:do_compile meta-oe/meta-oe/recipes-connectivity/wifi-test-suite/wifi-test-suite_10.10.1.bb:do_compile meta-oe/meta-oe/recipes-extended/zsync/zsync-curl_git.bb:do_compile meta-oe/meta-python/recipes-devtools/python/python3-kivy_2.3.0.bb:do_compile meta-oe/meta-oe/recipes-support/openct/openct_0.6.20.bb:do_compile meta-oe/meta-oe/recipes-benchmark/dhrystone/dhrystone_2.1.bb:do_compile meta-oe/meta-networking/recipes-daemons/ncftp/ncftp_3.2.7.bb:do_compile meta-oe/meta-oe/recipes-support/daemontools/daemontools_0.76.bb:do_compile meta-oe/meta-oe/recipes-devtools/libgee/libgee_0.20.6.bb:do_compile meta-oe/meta-oe/recipes-devtools/mcpp/mcpp_2.7.2.bb:do_compile meta-oe/meta-oe/recipes-devtools/android-tools/android-tools_5.1.1.r37.bb:do_compile meta-oe/meta-networking/recipes-connectivity/dibbler/dibbler_git.bb:do_compile meta-oe/meta-oe/recipes-devtools/glade/glade_3.22.2.bb:do_compile http://errors.yoctoproject.org/Errors/Build/183124/ Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-inflate64: Fix build with clang fortified glibc headersKhem Raj2024-07-022-0/+84
| | | | | | This issue is seen with upcoming glibc 2.40 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-virtualenv: add missing run-time dependenciesBartosz Golaszewski2024-07-011-0/+4
| | | | | | | The recipe is missing most of the run-time dependencies for virtualenv. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-web3: upgrade 6.19.0 -> 6.20.0Wang Mingyu2024-07-011-1/+1
| | | | | | | | | | | | Changelog: ========== - Release notes page name changed from releases to release_notes - Provide explicit __all__ exports for providers in web3/providers/__init__.py; update web3/__init__.py to include all provider classes including base classes. - Created ABIError type in the web3.types module and added as a valid type of ABIElement. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-types-setuptools: upgrade 70.0.0.20240524 -> 70.1.0.20240627Wang Mingyu2024-07-011-1/+1
| | | | | | | | Changelog: Update setuptools to v70.1.1 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-twine: upgrade 5.1.0 -> 5.1.1Wang Mingyu2024-07-011-1/+1
| | | | | | | | | | Changelog: =========== - Resolve DeprecationWarnings when extracting twine metadata. - Fix bug for Repository URLs with auth where the port was lost. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-redis: upgrade 5.0.6 -> 5.0.7Wang Mingyu2024-07-011-1/+1
| | | | | | | | | | Changelog: ============= - None UnixDomainSocket timeout - Updated redis version to represent latest available build Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-rapidjson: upgrade 1.17 -> 1.18Wang Mingyu2024-07-011-2/+2
| | | | | | | | | | Changelog: Expose PEP-484 typing stubs, thanks to Rodion Kosianenko and GoodWasHere License-Update: Copyright year updated to 1.18 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pymodbus: upgrade 3.6.8 -> 3.6.9Wang Mingyu2024-07-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== - Remove python 3.8 from CI - Log comm retries. - Solve serial unrequested frame. - test convert registers with 1234.... - Fix writing to serial (rs485) on windows os. - Remember to remove serial writer. - Update client.rst - Fix usage file names - Show error if example is run without support files. - Solve pylint error. - Describe zero_mode in ModbusSlaveContext.init - Datastore will not return ExceptionResponse. - call async datastore from modbus server - Transaction id overrun. - Add minimal devcontainer. - Sphinx: do not turn warnings into errors. - Fix usage of AsyncModbusTcpClient in client docs page - Bump actions CI. - Request/Response: change execute to be async method - datastore: add async_setValues/getValues methods - fixed kwargs not being expanded for actions on bit registers, adjusted tests to catch this issue - Clean datastore setValues. - modbus_server: call execute in a way that those can be either coroutines or normal methods - Streamline message class. - Fix decode for wrong mdap len. - SOCKET/TLS framer using message decode(). - ASCII framer using message decode() - Add generate_ssl() to TLS client as helper. - add _legacy_decoder to message rtu Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pdm: upgrade 2.15.4 -> 2.16.1Wang Mingyu2024-07-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ============ - Fix new interface from pbs_installer regarding build_dir and best match auto-install strategy for pdm use (same as for pdm python install --list) - Fix crash when pdm is used with importlib-metadata version 8.0. - Add --no-extras to pdm export to strip extras from the requirements. Now the default behavior is to keep extras. - Support PEP 723: running scripts with inline metadata in standalone environment with dependencies. - pdm use and pdm python install now take requires-python into account (incl. from pyproject.toml) if python version not specified and pdm use provides auto installation by that. - --no-isolation no longer installs build-requires nor dynamic build dependencies, to be consistent with pip. - Add notifiers in CLI output when global project is being used. - Use tool.pdm.resolution table when calculating the content hash of project file, previously only overrides table was used. This will change the hash already stored in the lockfile, so bump the lockfile version to 4.4.2. - Add max retries on read timeout or bad connection. - Don't update local files if they don't change. - Don't list python versions that don't have any installation link for the current platform. - Clarify the purposes of pdm outdated and --unconstrained option. - Some clarifications on the interpreter selection and central package cache. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-openpyxl: upgrade 3.1.4 -> 3.1.5Wang Mingyu2024-07-011-1/+1
| | | | | | | | | | | Changelog: ============ - Test fails due to change in Numpy API - Excel is very fussy about the version number - Poor perfomance when reading workbooks with lots of named styles Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-ipython: upgrade 8.25.0 -> 8.26.0Wang Mingyu2024-07-011-1/+1
| | | | | | | | | | | Changelog: =========== - bugfix for call to structured_traceback - fixed honoring custom repr for NamedTuple if assigned by partialmethod - Convert matplotlib gui name in enable_gui Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-imageio: upgrade 2.34.1 -> 2.34.2Wang Mingyu2024-07-011-1/+1
| | | | | | | | | | | | Changelog: =========== - Add support for numpy 2.0 - Update actions/checkout and actions/setup-python - Start testing pypy-3.10 and update pypy test runners - Fix duration description in pillow legacy Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-googleapis-common-protos: upgrade 1.63.1 -> 1.63.2Wang Mingyu2024-07-011-1/+1
| | | | | | | | | | Changelog: =========== - deps: Require protobuf>=3.20.2 - Regenerate pb2 files for compatibility with protobuf 5.x Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-api-python-client: upgrade 2.134.0 -> 2.135.0Wang Mingyu2024-07-011-1/+1
| | | | | | | | Changelog: https://github.com/googleapis/google-api-python-client/releases/tag/v2.135.0 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-api-core: upgrade 2.19.0 -> 2.19.1Wang Mingyu2024-07-011-1/+1
| | | | | | | | | | Changelog: =========== - Add support for protobuf 5.x - Ignore unknown fields in rest streaming. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-gast: upgrade 0.5.4 -> 0.6.0Wang Mingyu2024-07-011-1/+1
| | | | | | | | Changelog: Harmonize gast.dump behavior across versions, following py3.13 behavior Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-dbus-fast: upgrade 2.21.3 -> 2.22.1Wang Mingyu2024-07-011-1/+1
| | | | | | | | | | Changelog: ============ - Wheel build exclude for pp37 - Build wheels for aarch64 to allow use in embedded systems Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-awesomeversion: upgrade 24.2.0 -> 24.6.0Wang Mingyu2024-07-011-1/+1
| | | | | | | | | | | | | | | | Changelog: ========= - Remove deprecated positional arguments - Add timeframe to warning about using find_first_match without ensure_strategy - Split release flow into two jobs (build/publish) - Use correct depth argument for checkout action - Add artifacts group to dependabot config - Extend PEP440 to include (_/-) as dev/post/pre-release separator - Allow local version for PEP440 - Update demo to trigger on input Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-alembic: upgrade 1.13.1 -> 1.13.2Wang Mingyu2024-07-011-2/+2
| | | | | | | | | | | | | | | | | | | Lisence-Update: Copyright year updated to 1.13.2 Changelog: ============= - Improve computed column compare function to support multi-line expressions. - Fixed bug in alembic command stdout where long messages were not properly wrapping at the terminal width. - Fixed internal issue where Alembic would call connection.execute() sending an empty tuple to indicate "no params". In SQLAlchemy 2.1 this case will be deprecated as "empty sequence" is ambiguous as to its intent. - Fixes to support pytest 8.1 for the test suite. - Fixed the detection of serial column in autogenerate with tables not under default schema on PostgreSQL Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-aiofiles: upgrade 23.2.1 -> 24.1.0Wang Mingyu2024-07-011-1/+1
| | | | | | | | | | | | | | Changelog: ========== - Import os.link conditionally to fix importing on android. #175 - Remove spurious items from aiofiles.os.__all__ when running on Windows. - Switch to more modern async idioms: Remove types.coroutine and make AiofilesContextManager an awaitable instead a coroutine. - Add aiofiles.os.path.abspath and aiofiles.os.getcwd. #174 - aiofiles is now tested on Python 3.13 too. #184 - Dropped Python 3.7 support. If you require it, use version 23.2.1. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-a2wsgi: upgrade 1.10.4 -> 1.10.6Wang Mingyu2024-07-011-1/+1
| | | | | | | | | | | | Changelog: =========== - fix ASGI app running error message set - Fix ASGIMiddleware Receive (#59) - Require typing_extensions on Python < 3.11 (#57) - delete http.disconnect from asgi.py Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-bleak 0.21.1 -> 0.22.2Tom Geelen2024-06-301-3/+2
| | | | | | | | | | | | | | | Changes to the build: - Drop python3-async-timeout which is only required for Python 3.10 and older. Changelogs: * https://github.com/hbldh/bleak/releases/tag/v0.22.2 * https://github.com/hbldh/bleak/releases/tag/v0.22.1 * https://github.com/hbldh/bleak/releases/tag/v0.22.0 Based on commit of Guðni Már Gilbert. Signed-off-by: Tom Geelen <t.f.g.geelen@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sqlparse 0.4.4 -> 0.5.0Tom Geelen2024-06-302-47/+6
| | | | | | | | Drop patch as this version supports python3. Furthermore move to hatchling build system. Signed-off-by: Tom Geelen <t.f.g.geelen@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pint: Upgrade to 24.1Khem Raj2024-06-301-1/+1
| | | | | | | | | - Fix custom formatter needing the registry object. (PR #2011) - Support python 3.9 following difficulties installing with NumPy 2. (PR #2019) - Fix default formatting of dimensionless unit issue. (PR #2012) - Fix bug preventing custom formatters with modifiers working. (PR #2021) Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pybind11 : upgrade 2.11.1 -> 2.12.0Yogesh Tyagi2024-06-282-56/+1
| | | | | | | - Drop the patch already merged Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-virtualenv: upgrade 20.26.2 -> 20.26.3Wang Mingyu2024-06-271-1/+1
| | | | | | | | | | Changelog: ============ - Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 - Bump embeded wheels Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-types-psutil: upgrade 5.9.5.20240516 -> 6.0.0.20240621Wang Mingyu2024-06-271-1/+1
| | | | | | | | | | Changelog: =========== - psutil: deprecate Process.connections - Bump psutil to 6.0.* Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-tox: upgrade 4.15.0 -> 4.15.1Wang Mingyu2024-06-271-1/+1
| | | | | | | | | | | | | Changelog: ============ - fix skip with package = wheel - Fixed typo in user guide. - Fix broad build privileges @ GHA release workflow - Allow ConfigSet.add_config to receive parameterized generics for of_type. - Fix section substitution with setenv Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sqlalchemy: upgrade 2.0.30 -> 2.0.31Wang Mingyu2024-06-271-1/+1
| | | | | | | | Changelog: https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.31 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-scikit-build: upgrade 0.17.6 -> 0.18.0Wang Mingyu2024-06-271-1/+1
| | | | | | | | | | | | | | Changelog: =========== - Support MSVC 17.10 - CMake 3.5+ requirement - Support CPython 3.13 with windows lib finding fix - Don't die on PermissionError during chmod - Remove usage of deprecated distutils in cmake files - Use first available option for vswhere output Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-robotframework: upgrade 7.0 -> 7.0.1Wang Mingyu2024-06-271-1/+1
| | | | | | | | Changelog: https://github.com/robotframework/robotframework/blob/master/doc/releasenotes/rf-7.0.1.rst Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-responses: upgrade 0.25.0 -> 0.25.3Wang Mingyu2024-06-271-1/+1
| | | | | | | | | | | | | | Changelog: ========== * Fixed 'recorder' not saving and loading response headers with yaml files. * Mulligan on 0.25.1 to run release pipeline correctly. * Added 'matchers.body_matcher' for matching string request bodies. * Fixed tests failures during RPM package builds. * Fix mocked HEAD responses that have 'Content-Length' set. * Fixed error messages when matches fail: inputs are not sorted or reformatted. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-redis: upgrade 5.0.4 -> 5.0.6Wang Mingyu2024-06-271-1/+1
| | | | | | | | | | Changelog: =========== - Fix parsing of INFO response - Handle lists in the response of INFO Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyproject-api: upgrade 1.6.1 -> 1.7.1Wang Mingyu2024-06-271-1/+1
| | | | | | | | | | | Changelog: ========= - docs: correct Homepage URL - Bump and fix CI for new setuptools - Move changelog to GH releases Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pymongo: upgrade 4.7.2 -> 4.7.3Wang Mingyu2024-06-271-1/+1
| | | | | | | | | | | | | Changelog: ============ - Reduce verbosity of "Waiting for suitable server to become available" log message - Add Custom CodeQL Scanning - Use deferred imports instead of lazy module loading - Optimize find/aggregate/command by avoiding duplicate calls to _get_topology - Improve import time on Windows Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pymisp: upgrade 2.4.190 -> 2.4.194Wang Mingyu2024-06-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ============ - Make a response in the tests a MISPUser obj. - Tests failing du to missing error. - Get the tests to pass. - Properly load AnalystData from dict. - More changes to get the tests to pass. - [event-report] Make sure to generate an UUID. - Pass kwargs to abstract. - [analyst-data] Added initial support of analyst data concept and functions - WiP. - A bit more refactoring. - Use from_dict in the mixin to initialize the objects. - [analyst-data] Added improvements, API endpoints and tests. - [analyst-data] Make sure to include note_type_name. - Make mypy happy, change inheritance. - Allow orgc context for search_galaxy_clusters. - [analyst-data] Continued implementation of analyst-data support. - Allow orgc context for search_galaxy_clusters. - Add test case. - Add attach galaxy cluster method. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pycodestyle: upgrade 2.11.1 -> 2.12.0Wang Mingyu2024-06-271-1/+1
| | | | | | | | | | | Changelog: ========== * E721: Fix false positive of the form 'x.type(...) =='. * E502: Fix false-negative with a backslash escape in a comment. * E204: New lint forbidding whitespace after decorator '@'. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-prompt-toolkit: upgrade 3.0.45 -> 3.0.47Wang Mingyu2024-06-271-1/+1
| | | | | | | | | | | | | New features: ------------- Allow passing exception classes for KeyboardInterrupt and EOFError in PromptSession. Fixes: ---------- Compute padding parameters for Box widget lazily. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pint: upgrade 0.23 -> 0.24Wang Mingyu2024-06-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== - Fix detection of invalid conversion between offset and delta units. - Added dBW, decibel Watts, which is used in RF high power applications - NumPy 2.0 support - Implement numpy roll (Related to issue #981) - Implement numpy correlate - Add 'dim_sort' function to _formatter_helpers. - Add 'dim_order' and 'default_sort_func' properties to FullFormatter. - Documented packages using pint. - Fixed bug causing operations between arrays of quantity scalars and quantity holding array resulting in incorrect units. - Fix LaTeX siuntix formatting when using non_int_type=decimal.Decimal. - Added refractive index units. - Fix converting to offset units of higher dimension e.g. gauge pressure - Fix unhandled TypeError when auto_reduce_dimensions=True and non_int_type=Decimal - Improved error message in 'get_dimensionality()' when non existent units are passed. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pdm-backend: upgrade 2.3.0 -> 2.3.1Wang Mingyu2024-06-271-1/+1
| | | | | | | | | | | | | Changelog: ========= - Handle unexpected hg repo when parse scm version - Treat PDM_BUILD_SCM_VERSION empty string as unset - Honor the current working directory when importing pdm_build.py - Errors when using the editables backend with the includes field. - Vendor editables Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-parse: upgrade 1.20.1 -> 1.20.2Wang Mingyu2024-06-271-1/+1
| | | | | | | | Changelog: allow hyphen in field name. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-openpyxl: upgrade 3.1.3 -> 3.1.4Wang Mingyu2024-06-271-1/+1
| | | | | | | | | | | Changelo: ============== - #2189 Assigning named styles doesn't work - #2190 Problems caused when saving workbooks created by LibreOffice - Python 3.6 and 3.7 are no longer supported. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-marshmallow: upgrade 3.21.2 -> 3.21.3Wang Mingyu2024-06-271-1/+1
| | | | | | | | | Changelog: ============ Fix memory leak that prevented schema instances from getting GC'd Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-langtable: upgrade 0.0.66 -> 0.0.67Wang Mingyu2024-06-271-1/+1
| | | | | | | | | | | | | | | Changelog: ========== * Add tool to check which languages, scripts, and territories available in CLDR are missing in langtable * Add all missing scripts and languages: yrl, xnr, wbp, vmw, vec, trw, trv, skr, sdh, quc, pis, pcm, myv, mus, moh, mic, mhn, ltg, lmo, lld, kxv, kpe, kgp, ken, kcg, kaj, jbo, gaa, frr, csw, cic, cho, ceb, cch, cad, bss, blt, Tavt blo, bgn, bgc, rhg, Rohg hnj, Hmnp Shaw, Dsrt bew, bal, arn, apc, ann, scn * Drop Python < 3 support (using pyupgrade --py3-plus langtable.py) * Fix some ruff and pylint warnings Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-huey: upgrade 2.5.0 -> 2.5.1Wang Mingyu2024-06-271-1/+1
| | | | | | | | | | | | | Changelog: ============ - More makework thanks to the ass-clowns running Python. Fix issue with deprecation of datetime.utcnow() in 3.12. - Add API for customizing the TaskWrapper implementation, suitably named get_task_wrapper_class(). - Make the revoke_all(), restore_all() and is_revoked() more robust for various input types. - Fix bug that could occur in the event of a SIGHUP followed by a SIGINT when using thread workers. - Added new experimental contrib module for SQS queue and S3 result storage. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-googleapis-common-protos: upgrade 1.63.0 -> 1.63.1Wang Mingyu2024-06-271-1/+1
| | | | | | | | Changelog: Increase upper limit for protobuf 5.X versions Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>