summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
Commit message (Collapse)AuthorAgeFilesLines
* python3-charset-normalizer: upgrade 3.4.4 -> 3.4.5Wang Mingyu4 days1-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cachetools: upgrade 7.0.0 -> 7.0.4Wang Mingyu4 days1-1/+1
| | | | | | | | | | | | | | Changelog: =========== - Fix and properly document @cachedmethod.cache_key behavior. - Minor documentation improvements. - Fix DeprecationWarning when creating an autospec mock with @cachedmethod decorations. - Provide more efficient clear() implementation for all support Cache classes - Various test improvements. - Update Copilot Instructions. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-bumble: upgrade 0.0.225 -> 0.0.226Wang Mingyu4 days1-1/+1
| | | | | | | | | | | | | | | | | | Changelog: ============= - Bump bytes from 1.5.0 to 1.11.1 in /rust in the cargo group across 1 directory - Connecting multiple times to a LE device is working correctly again - Replace long if-else with match-case - AVRCP: More delegation and bugfix - Migrate most enums - Remove bumble.gap - Controller: Use new return parameter types and add _send_hci_command_status - use tomllib from standard library on Python3.11+ - HFP: Fix response handling - Emulation: Support LE Read features Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-black: upgrade 26.1.0 -> 26.3.0Wang Mingyu4 days1-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-apispec: upgrade 6.9.0 -> 6.10.0Wang Mingyu4 days1-1/+1
| | | | | | | | | | Changelog: ========== - Support links (#615). Thanks @kingdomOfIT - MarshmallowPlugin: Handle DateTime fields with the "iso8601" and "rfc822" formats Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-alembic: upgrade 1.18.3 -> 1.18.4Wang Mingyu4 days1-1/+1
| | | | | | | | | | Changelog: - Reverted the behavior of Operations.add_column() that would automatically render the "PRIMARY KEY" keyword inline when a Column with primary_key=True is added. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-snagboot: enable building -native and nativesdk- variantsRasmus Villemoes4 days1-0/+2
| | | | | | | | | | It can be useful to include snagboot in the SDK, so allow building that variant. While I don't see a use case for it during build, there's no reason not to also allow building the -native variant while at it. Signed-off-by: Rasmus Villemoes <ravi@prevas.dk> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-scikit-build: Upgrade 0.18.1->0.19.0Jiaying Song4 days1-1/+1
| | | | | | | | Changelog: https://scikit-build.readthedocs.io/en/latest/history.html Signed-off-by: Jiaying Song <jiaying.song.cn@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-websocket-client: Upgrade 1.70 -> 1.9.0Ryan Eatmon4 days1-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 1.9.0: - 1.9.0 - Remove Python 3.8 support (EOL), add Python 3.13 (5f25030) - Remove localhost and 127.0.0.1 from default NO_PROXY list (#994) - Support IPv6 CIDRs in the no_proxy option (#1033) - Fix thread safety condition in `teardown()` to improve `run_forever()` (#1015) - Fix #1024 by chunking data, recursion in on_error callback, thread leak in `_stop_ping_thread()`, avoid implicit None in `recv()` (#1036) - Avoid bare except clauses for better error handling (#1036) - Fix async (#983) - Resolve mypy type errors (#996, #1006, 813d570) - Test coverage improvements (#1035, #1036) - flake8 linting improvements (#1034) - 1.8.0 - Added `on_reconnect` parameter to WebSocketApp to handle callback ambiguity (#972) - Improve handling of SSLEOFError and use reconnect bool (#961) - Minor linting and docs CI build upgrades (981c00e, 75ba91a, bec2608) License-Update: copyright years refreshed Signed-off-by: Ryan Eatmon <reatmon@ti.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-redis: upgrade 5.2.1 -> 5.3.1Liu Yiding4 days1-1/+1
| | | | | | | Allow newer PyJWT versions for branch 5.3 Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-xmodem: upgrade 0.4.7 -> 0.5.0Liu Yiding4 days1-2/+2
| | | | | | | | | bugfix: retry_limit was never actually triggered during the data transfer phase because errors never accumulated, and enhancement: replace 3x getc() calls with a single recv() call, reducing timing and failed packets when using fast serial lines without flow control. Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-protobuf: mark CVE-2026-0994 patchedGyorgy Sarvari4 days1-0/+1
| | | | | | | | | | Details: https://nvd.nist.gov/vuln/detail/CVE-2026-0994 It is fixed already in the currently used version, however NVD tracks it without any version info, so it still shows up in CVE reports. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-django: upgrade 5.2.11 -> 5.2.12Gyorgy Sarvari5 days1-1/+1
| | | | | | | | | | | | Ptests passed successfully. Changelog: https://docs.djangoproject.com/en/6.0/releases/5.2.12/ - Fixed CVE-2026-25673 and CVE-2026-25674 - Fixed NameError when inspecting functions making use of deferred annotations in Python 3.14. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-django: upgrade 6.0.2 -> 6.0.3Gyorgy Sarvari5 days1-1/+1
| | | | | | | | | | | | | | | | | | | | Ptests passed successfully. Changelog: https://docs.djangoproject.com/en/6.0/releases/6.0.3/ - Fix CVE-2026-25673 and CVE-2026-25674 - Fixed NameError when inspecting functions making use of deferred annotations in Python 3.14 - Fixed AttributeError when subclassing builtin lookups and neglecting to override as_sql() to accept any sequence - Fixed TypeError when deprecation warnings are emitted in environments importing Django by namespace - Fixed a visual regression where fieldset legends were misaligned in the admin. - Prevented the django.tasks.signals.task_finished signal from writing extraneous log messages when no exceptions are encountered Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-m2crypto: upgrade 0.46.2 -> 0.47.0Wang Mingyu2026-03-043-118/+2
| | | | | | | | | | 0001-fix-allow-64-bit-time_t-on-32-bit-systems-in-test_is.patch 0002-fix-correct-struct-packing-on-32-bit-with-_TIME_BITS.patch removed since they're included in 0.47.0 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> MAIL: wangmy@fujitsu.com Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-can: remove python3-pkg-resources from runtime dependsHongxu Jia2026-03-031-1/+0
| | | | | | | | | | | | Due to setuptools removes and deprecates pkg_resources in 82.0.0 [1], python3-can does not import `pkg_resources` in [2], then python3-pkg-resources is not necessary for us, remove it from runtime depends [1] https://setuptools.pypa.io/en/stable/history.html#v82-0-0 [2] https://github.com/hardbyte/python-can/commit/1a3f5e3769aa565ada8c27177a94f7db43d019dc Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-identify: Upgrade 2.6.16 -> 2.6.17Leon Anavi2026-03-021-1/+2
| | | | | | | | | | | | | | | | | | | | | Upgrade to release 2.6.17: - Add support for sconstruct and sconscript extensions - Add support for 'slnx' file extension - Add 'escript' file type for Erlang - Add support for HLSL - Add jbuilder extension as ruby text files - Add support for *.diff - Add support for *.cmd - Add support for *.entitlements - Add support for *.xaml - Add support for uv.lock - Add support for Fastfile - Add support for Brewfile - Add support for xcodebuild file formats Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-yarl: Upgrade 1.22.0 -> 1.23.0Leon Anavi2026-03-022-35/+5
| | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 1.23.0: - Added support for pydantic, the :class:~yarl.URL could be used as a field type in pydantic models seamlessly. - The CI has been set up to notify Codecov about upload completion - The in-tree build backend allows the end-users appending CFLAGS and LDFLAGS by setting respective environment variables externally. - The :pep:517 build backend now supports a new config setting for controlling whether to build the project in-tree or in a temporary directory. It only affects wheels and is set up to build in a temporary directory by default. It does not affect editable wheel builds - they will keep being built in-tree regardless. - Starting this version, when building the wheels is happening in an automatically created temporary directory, the build backend makes an effort to normalize the respective file system path to a deterministic source checkout directory. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-uefi-firmware: upgrade 1.12 -> 1.13Liu Yiding2026-03-021-3/+2
| | | | | | | | Changelog: https://github.com/theopolis/uefi-firmware-parser/releases/tag/v1.13 Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-uvicorn: upgrade 0.40.0 -> 0.41.0Liu Yiding2026-03-021-1/+1
| | | | | | | | 1.Changelog: https://github.com/Kludex/uvicorn/releases/tag/0.41.0 Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-gmpy2: upgrade 2.2.2 -> 2.3.0Liu Yiding2026-03-022-3/+35
| | | | | | | | | | | | | | | 1.Changelog: https://github.com/gmpy2/gmpy2/releases/tag/v2.3.0 2.Add python3-setuptools-scm-native as depend to satisfy require check of setuptools_scm 3.Add 0001-Avoid-do_configure-requires-check-error.patch to fix require check error of setuptools | ERROR Missing dependencies: | setuptools_scm[toml]>=6.0 | setuptools<80,>=77 Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-bandit: Upgrade 1.9.3 -> 1.9.4Leon Anavi2026-03-021-1/+1
| | | | | | | | | | | | | | Upgrade to release 1.9.4: - chore: fixed some typos in comments - Fix B613 crash when reading from stdin - Include filename in nosec 'no failed test' warning - Fix B615 false positive when revision is set via variable - Lower version guard in check_ast_node to Python 3.12 - Fix B106 reporting wrong line number on multiline function calls Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-fastapi: Upgrade 0.128.0 -> 0.133.1Leon Anavi2026-03-021-1/+1
| | | | | | | | | | Upgrade to release 0.133.1: - Add FastAPI Agent Skill. - Fix all tests are skipped on Windows. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tftpy: upgrade 0.8.6 -> 0.8.7Wang Mingyu2026-03-021-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-wrapt: upgrade 2.0.1 -> 2.1.1Wang Mingyu2026-03-021-2/+2
| | | | | | | License-Update: Copyright year updated to 2026. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-typer: upgrade 0.21.1 -> 0.24.1Wang Mingyu2026-03-021-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-typeguard: upgrade 4.5.0 -> 4.5.1Wang Mingyu2026-03-021-1/+1
| | | | | | | | | Changelog: - Fixed iterable unpacking incorrectly calculating the cut-off offset of the item list when assigning remaining values to the star variable Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-tenacity: upgrade 9.1.2 -> 9.1.4Wang Mingyu2026-03-021-1/+1
| | | | | | | | | | | | | | | | Changelog: ========== - Apply formatting to num seconds in before_sleep_log - Support Python 3.14 - Typing: Accept non-standard logger in helpers logging something - feat(wait): add wait_exception strategy - docs: fix syntax error in wait_chain docstring example - chore: drop Python 3.9 support (EOL) - Support async sleep for sync fn-to-retry - Fix retry() annotations with async sleep= function Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sqlparse: upgrade 0.5.4 -> 0.5.5Wang Mingyu2026-03-021-1/+1
| | | | | | | | | | | Changelog: ========== * Fix DoS protection to raise SQLParseError instead of silently returning None when grouping limits are exceeded * Fix splitting of BEGIN TRANSACTION statements Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-responses: upgrade 0.25.8 -> 0.26.0Wang Mingyu2026-03-021-1/+1
| | | | | | | | | | | | | | Changelog: =========== * When using 'assert_all_requests_are_fired=True', assertions about unfired requests are now raised even when an exception occurs in the context manager or decorated function. Previously, these assertions were suppressed when exceptions occurred. This new behavior provides valuable debugging context about which mocked requests were or weren't called. * Consider the 'Retry-After' header when handling retries Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-reportlab: upgrade 4.4.9 -> 4.4.10Wang Mingyu2026-03-021-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-regex: upgrade 2026.1.15 -> 2026.2.19Wang Mingyu2026-03-021-1/+1
| | | | | | | | | | Changelog: ========== - Added \z as alias of \Z, like in re module. - Added prefixmatch as alias of match, like in re module. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pytokens: upgrade 0.4.0 -> 0.4.1Wang Mingyu2026-03-021-1/+1
| | | | | | | | | | | Changelog: =========== - Avoid emitting dedents after an escaped new line - Add --json support to the CLI - Fix quiet mode in the CLI Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pystemd: upgrade 0.15.1 -> 0.15.3Wang Mingyu2026-03-021-1/+1
| | | | | | | | | | | | | Changelog: ============ - Fix type invariance causing too strict typing - Add E2E testing infrastructure using mkosi for running tests in a real systemd environment - Improve type annotations throughout pystemd, modernizing to Python 3.10+ syntax - Add AmbientCapabilities to systemd1 KNOWN_UNIT_SIGNATURES - Improve README.md clarity, spelling, and grammar Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pymodbus: upgrade 3.11.4 -> 3.12.1Wang Mingyu2026-03-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ============ - SimDevice / SimRuntime fixes. - No inter_frame_time check for baudrate > 38000. - Fix smaller bugs in test, part 2. - simulator startup armoring and update 3.x docs - Fix smaller bugs in test, part 1. - Update README.rst. - Coverage limit is 99.95% (to allow a little margin). - Removed simulator README, due to unused. - fix: add warning log when using internal default simulator config - Document simulator entrypoint in README - Upgrade library versions installed by pip. - SimData/Device integrate in server. - Add bind to ModbusUdpClient. - Solve Zuban problem. - Fix wrong parameter name in function docstring. Fix set_values does not accept tuple. - Add context.async_get/setValues with device_id. - SimData/SimDevice ready for server integration. - Reactivate pytest coverage. - No blank issue template. - Update issue templates - Fix ReadFifoQueueResponse count - Limited support for multiple devices on RS485. - Simulator DataBlock docstring corrections - fix README.rst and troubleshooting - Solve DoS vulnerability. - server handle_local_echo only in comm_params. - di is for discrete input - Allow any dev_id, when requesting dev_id 0. - Allow response transaction_id 0. - Use relative import. - ModbusServerContext.device_ids() docstring - Include ModbusSequentialDataBlock into the documentation - Fix Modbus TCP protocol ID validation in FramerSocket - Remove idle_time() from sync client, which anyhow was void. - Correct check_ci.sh. - Replace mypy with zuban - Fix monitoring of functions - Improve types - dicts have preserved insertion order since 3.7 - asyncio.iscoroutinefunction() is deprecated - Remove pypi-alias. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pymisp: upgrade 2.5.32 -> 2.5.32.3Wang Mingyu2026-03-021-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pylint: upgrade 4.0.4 -> 4.0.5Wang Mingyu2026-03-021-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-parse: upgrade 1.20.2 -> 1.21.1Wang Mingyu2026-03-021-1/+1
| | | | | | | | | | | | | | Changelog: =========== - Fix microsecond precision loss in timestamp parsing - allow triggering CI manually - Actually raise exception - readme: Clarify 'd' type - Bump actions/checkout from 5 to 6 in the actions-infrastructure group - Allow grouping char (,_) in decimal format string Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pandas: upgrade 3.0.0 -> 3.0.1Wang Mingyu2026-03-021-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-moteus: upgrade 0.3.98 -> 0.3.99Wang Mingyu2026-03-021-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-ipython: upgrade 9.9.0 -> 9.10.0Wang Mingyu2026-03-021-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-icu: upgrade 2.16 -> 2.16.1Wang Mingyu2026-03-021-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-greenlet: upgrade 3.3.1 -> 3.3.2Wang Mingyu2026-03-021-1/+1
| | | | | | | | Changelog: Fix a crash on Python 3.10 if there are active greenlets during interpreter shutdown. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-auth: upgrade 2.47.0 -> 2.48.0Wang Mingyu2026-03-021-1/+1
| | | | | | | | | | | | | | | | | | | | Features ---------- - honor NO_GCE_CHECK environment variable - add configurable GCE Metadata Server retries - add cryptography as required dependency - Support the mTLS IAM domain for Certificate based Access Bug Fixes ---------- - resolve circular imports - Use user_verification=preferred for ReAuth WebAuthn challenge - removes content-header from AWS IMDS get request - detect correct auth when ADC env var is set but empty - replace deprecated utcfromtimestamp Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-gcovr: upgrade 8.5 -> 8.6Wang Mingyu2026-03-021-1/+1
| | | | | | | | | | | | Changelog: ============ - Drop support for Python 3.9.Add support for Python 3.14. - To avoid merge errors, add the line number to the name of the unknown function. - If intermediate files are kept, rename the gcov files before processing them to log the final filename. - Use the first line after a function definition and not the first line which is hit. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-fsspec: upgrade 2025.12.0 -> 2026.2.0Wang Mingyu2026-03-021-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-filelock: upgrade 3.24.2 -> 3.24.3Wang Mingyu2026-03-021-1/+1
| | | | | | | | | | Changelog: ========== - fix(ci): add trailing blank line after changelog entries - fix(unix): handle ENOENT race on FUSE/NFS during acquire Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-fastapi: upgrade 0.128.0 -> 0.133.0Wang Mingyu2026-03-021-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-dateparser: upgrade 1.2.2 -> 1.3.0Wang Mingyu2026-03-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | New features: -------------- - search_dates() can now detect time spans from expressions like "past - month", "last week", etc. For details, see the "Time Span Detection" section - and the RETURN_TIME_SPAN, DEFAULT_START_OF_WEEK and - DEFAULT_DAYS_IN_MONTH settings in the documentation. Fixes: -------- - Assume the current year if not specified - Support expressions like "yesterday +1h" - English: Support most 2-letter day-of-the-week names - English: Support "in N weeks' time" - Finnish: Support dates with "klo" - Russian: Support compound ordinals Cleanups and internal improvements: ------------------------------------- - Fixed year expectation issues in tests. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cssselect2: upgrade 0.8.0 -> 0.9.0Wang Mingyu2026-03-021-1/+1
| | | | | | | | | | Changelog: ========== - Drop support of Python 3.9, support 3.14 - Support :host Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>