summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* libvpx: restore Upstream-StatusMartin Jansa2024-01-301-0/+1
| | | | | | | | * accidentally dropped in: https://git.openembedded.org/meta-openembedded/commit/?id=acfdff6e41f860b31faefb4e449239a6d04d7502 Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* redis: restore Upstream-StatusMartin Jansa2024-01-301-0/+1
| | | | | | | | * accidentally dropped in: https://git.openembedded.org/meta-openembedded/commit/?id=e91fa668ed1dd4a3f6b06bcb099f70dbdd2a50b4 Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-eth-rlp: upgrade 1.0.0 -> 1.0.1alperak2024-01-301-4/+5
| | | | | | | | | Changelog: * Add the missing typing_extensions module Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* flatcc: Add tool recipeAngelo Ribeiro2024-01-291-0/+27
| | | | | | | | | Add FlatCC FlatBuffers in C for C. FlatCC is a compiler that generates FlatBuffers code for C given a FlatBuffer schema file. Signed-off-by: Angelo Ribeiro <Angelo.Ribeiro@criticaltechworks.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* iwd: update 2.8 -> 2.13Markus Volk2024-01-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | ver 2.13: Fix issue with handling netconfig and roaming conditions. Fix issue with logging requirement for CMD_EXTERNAL_AUTH. Fix issue with using OpenSSL 3.2 installations. ver 2.12: Fix issue with DPP extra settings not being used. Fix issue with DPP and PRF+ handling on AARCH64. Add support for SAE password identifiers. ver 2.11: Fix issue with handling iovecs with multiple IEs. Fix issue with handling SAE password identifiers. Fix issue with handling agent release method call. ver 2.10: Fix issue with buffer overflow for 32 byte SSIDs. Fix issue with deauthentication before FT work completes. Fix issue with power save disabling procedure. ver 2.9: Fix issue with handling certain FT failures. Fix issue with handling user-disabled bands. Fix issue with handling roam on beacon loss event. Add support for PKEX configurator. Add support for PKEX enrollee. Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-aiohttp: upgrade 3.9.1 -> 3.9.2alperak2024-01-281-12/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated RDEPENDS accordingly setup.cfg Changelog: Bug fixes --------- - Fixed server-side websocket connection leak. *Related issues and pull requests on GitHub:* :issue:`7978`. - Fixed ``web.FileResponse`` doing blocking I/O in the event loop. *Related issues and pull requests on GitHub:* :issue:`8012`. - Fixed double compress when compression enabled and compressed file exists in server file responses. *Related issues and pull requests on GitHub:* :issue:`8014`. - Added runtime type check for ``ClientSession`` ``timeout`` parameter. *Related issues and pull requests on GitHub:* :issue:`8021`. - Fixed an unhandled exception in the Python HTTP parser on header lines starting with a colon -- by :user:`pajod`. Invalid request lines with anything but a dot between the HTTP major and minor version are now rejected. Invalid header field names containing question mark or slash are now rejected. Such requests are incompatible with :rfc:`9110#section-5.6.2` and are not known to be of any legitimate use. *Related issues and pull requests on GitHub:* :issue:`8074`. - Improved validation of paths for static resources requests to the server -- by :user:`bdraco`. *Related issues and pull requests on GitHub:* :issue:`8079`. Features -------- - Added support for passing :py:data:`True` to ``ssl`` parameter in ``ClientSession`` while deprecating :py:data:`None` -- by :user:`xiangyan99`. *Related issues and pull requests on GitHub:* :issue:`7698`. Breaking changes ---------------- - Fixed an unhandled exception in the Python HTTP parser on header lines starting with a colon -- by :user:`pajod`. Invalid request lines with anything but a dot between the HTTP major and minor version are now rejected. Invalid header field names containing question mark or slash are now rejected. Such requests are incompatible with :rfc:`9110#section-5.6.2` and are not known to be of any legitimate use. *Related issues and pull requests on GitHub:* :issue:`8074`. Improved documentation ---------------------- - Fixed examples of ``fallback_charset_resolver`` function in the :doc:`client_advanced` document. -- by :user:`henry0312`. *Related issues and pull requests on GitHub:* :issue:`7995`. - The Sphinx setup was updated to avoid showing the empty changelog draft section in the tagged release documentation builds on Read The Docs -- by :user:`webknjaz`. *Related issues and pull requests on GitHub:* :issue:`8067`. Packaging updates and notes for downstreams ------------------------------------------- - The changelog categorization was made clearer. The contributors can now mark their fragment files more accurately -- by :user:`webknjaz`. The new category tags are: * ``bugfix`` * ``feature`` * ``deprecation`` * ``breaking`` (previously, ``removal``) * ``doc`` * ``packaging`` * ``contrib`` * ``misc`` *Related issues and pull requests on GitHub:* :issue:`8066`. Contributor-facing changes -------------------------- - Updated :ref:`contributing/Tests coverage <aiohttp-contributing>` section to show how we use ``codecov`` -- by :user:`Dreamsorcerer`. *Related issues and pull requests on GitHub:* :issue:`7916`. - The changelog categorization was made clearer. The contributors can now mark their fragment files more accurately -- by :user:`webknjaz`. The new category tags are: * ``bugfix`` * ``feature`` * ``deprecation`` * ``breaking`` (previously, ``removal``) * ``doc`` * ``packaging`` * ``contrib`` * ``misc`` *Related issues and pull requests on GitHub:* :issue:`8066`. Miscellaneous internal changes ------------------------------ - Replaced all ``tmpdir`` fixtures with ``tmp_path`` in test suite. *Related issues and pull requests on GitHub:* :issue:`3551`. Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-aiohappyeyeballs: add recipealperak2024-01-281-0/+9
| | | | | | | This library exists to allow connecting with Happy Eyeballs when you already have a list of addrinfo and not a DNS name Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* bonnie++: New recipe for version 2.0Jörg Sommer2024-01-284-0/+279
| | | | | | | | | | | Newer versions of bonnie get published on <https://doc.coker.com.au/projects/bonnie/>. Unfortunately, the new version doesn't compile with g++ 11 which requires *fix-csv2html-data.patch* and configure fails due to cross compilation which gets fixed with *fix-configure-lfs.patch* Signed-off-by: Jörg Sommer <joerg.sommer@navimatix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* system-config-printer: fix runtime for system-config-printerMarkus Volk2024-01-281-0/+3
| | | | | | | | | | | https://git.openembedded.org/meta-openembedded/commit/?h=master-next&id=76e0113299bb65b840b2dd1409e31c67cc66d4b5 breaks runtime for system-config-printer, as it changes the way the cupshelpers module is installed and thus prevents system-config-printer from finding it. Install the module in a way it can be found. Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* uftrace: Adjust the summary to reflect rust and python supportKhem Raj2024-01-271-1/+1
| | | | | Suggested-by: Paran Lee Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-toolz: upgrade 0.12.0 -> 0.12.1alperak2024-01-271-1/+1
| | | | | | | | | | | | Changelog: * Add support for Python 3.12 and PyPy 3.10 * Drop support for Python 3.5 and 3.6 * Fix typos (#565, #568) * Use codecov for coverage instead of coveralls Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* scapy: Add difftools and logutils in RDEPENDSSimone Weiß2024-01-271-1/+2
| | | | | | | | When adding scapy to core-image-base from poky those dependecies were missing causing scapys start to fail. Signed-off-by: Simone Weiß <simone.p.weiss@posteo.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-argh: update to version 0.31.2Derek Straka2024-01-271-2/+1
| | | | | | | Remove a redundant checksum that changes with every release. Leverage the COPYING file instead Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-colorlog: update to version 6.8.2Derek Straka2024-01-271-1/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-gmqtt: update to version 0.6.14Derek Straka2024-01-271-1/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-coverage: update to version 7.4.1Derek Straka2024-01-271-1/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-api-python-client: update to version 2.115.0Derek Straka2024-01-271-1/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pdm: update to version 2.12.2Derek Straka2024-01-271-1/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cytoolz: update to version 0.12.3Derek Straka2024-01-271-1/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-argcomplete: update to version 3.2.2Derek Straka2024-01-271-1/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-web3: update to version 6.15.0Derek Straka2024-01-271-1/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-bandit: update to version 1.7.7Derek Straka2024-01-271-1/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xdg-desktop-portal: add missing glib-2.0-native dependencyMaxime Roussin-Belanger2024-01-271-0/+1
| | | | | | | | | | Without this we get this error `| ../git/src/meson.build:3:29: ERROR: Program 'gdbus-codegen' not found or not executable` and glib-2.0-native provides gdbus-codegen Signed-off-by: Maxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* polkit: fix rules.d permissionsMaxime Roussin-Bélanger2024-01-271-0/+2
| | | | | | | | | Fix conflicting installations of polkit-group-rule-{network/datetime/udisks2}. Ensure {sysconfdir}/polkit-1/rules.d permissions match the current recipe during installation to prevent conflicts in do_rootfs of an image. Signed-off-by: Maxime Roussin-Belanger <maxime.roussinbelanger@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* uutils_coreutils: merge .inc and .bbEtienne Cordonnier2024-01-272-57/+55
| | | | | | | | | | I initially created a separated .inc file to follow poky's convention, but according to https://lists.openembedded.org/g/openembedded-core/message/193940 the presence of unneeded .inc files is only due to historical reasons and there is no need to follow this convention any more. Signed-off-by: Etienne Cordonnier <ecordonnier@snap.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* uutils-coreutils: upgrade 0.0.23 -> 0.0.24Etienne Cordonnier2024-01-272-68/+76
| | | | | | | See https://github.com/uutils/coreutils/releases/tag/0.0.24 Signed-off-by: Etienne Cordonnier <ecordonnier@snap.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* kernel-selftest: Add few more testcasesChirag Shilwant2024-01-271-0/+2
| | | | | | | | | This commit will build and install following testcases under /usr/kernel-selftest of filesystem, * ptp * timers Signed-off-by: Chirag Shilwant <c-shilwant@ti.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* jack: fix build with python3 on hostMartin Jansa2024-01-273-1/+267
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * first backport from waflib fixes: | DEBUG: Executing shell function do_configure | Traceback (most recent call last): | File "/OE/build/oe-core/tmp-glibc/work/core2-64-oe-linux/jack/1.9.22/git/./waf", line 166, in <module> | from waflib import Scripting | File "/OE/build/oe-core/tmp-glibc/work/core2-64-oe-linux/jack/1.9.22/git/waflib/Scripting.py", line 10, in <module> | from waflib import Utils, Configure, Logs, Options, ConfigSet, Context, Errors, Build, Node | File "/OE/build/oe-core/tmp-glibc/work/core2-64-oe-linux/jack/1.9.22/git/waflib/Configure.py", line 16, in <module> | from waflib import ConfigSet, Utils, Options, Logs, Context, Build, Errors | File "/OE/build/oe-core/tmp-glibc/work/core2-64-oe-linux/jack/1.9.22/git/waflib/Options.py", line 14, in <module> | from waflib import Logs, Utils, Context, Errors | File "/OE/build/oe-core/tmp-glibc/work/core2-64-oe-linux/jack/1.9.22/git/waflib/Context.py", line 9, in <module> | import os, re, imp, sys | ModuleNotFoundError: No module named 'imp' the 2nd one avoids SyntaxWarning from waf --version which causes waf_preconfigure to fail, because SyntaxWarning ends in waf_preconfigure to fail, because SyntaxWarning ends in bb.utils.vercmp_string_op: jack/1.9.22/git $ python3 waf --version /OE/build/oe-core/tmp-glibc/work/core2-64-oe-linux/jack/1.9.22/git/waflib/Context.py:617: SyntaxWarning: invalid escape sequence '\_' """ /OE/build/oe-core/tmp-glibc/work/core2-64-oe-linux/jack/1.9.22/git/waflib/Build.py:107: SyntaxWarning: invalid escape sequence '\*' """List of targets to build (default: \*)""" /OE/build/oe-core/tmp-glibc/work/core2-64-oe-linux/jack/1.9.22/git/waflib/Task.py:1047: SyntaxWarning: invalid escape sequence '\w' re_cond = re.compile('(?P<var>\w+)|(?P<or>\|)|(?P<and>&)') /OE/build/oe-core/tmp-glibc/work/core2-64-oe-linux/jack/1.9.22/git/waflib/TaskGen.py:730: SyntaxWarning: invalid escape sequence '\w' re_m4 = re.compile('@(\w+)@', re.M) waf 2.0.12 (54841218840ffa34fddf834680a5a17db69caa12) As reported in https://lists.openembedded.org/g/openembedded-core/message/194348 Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pipewire: fix build with libcamera-0.2Markus Volk2024-01-272-1/+86
| | | | | | | | | | | Add a backport patch to fix this issue with libcamera-0.2: | In file included from ../git/spa/plugins/libcamera/libcamera-source.cpp:188: | ../git/spa/plugins/libcamera/libcamera-utils.cpp:719:9: error: 'Transform' does not name a type https://gitlab.freedesktop.org/pipewire/pipewire/-/issues/3782 Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcamera: update 0.1.0 -> 0.2.0Denys Dmytriyenko2024-01-272-179/+1
| | | | | | | | Changelog: https://git.libcamera.org/libcamera/libcamera.git/tag/?h=v0.2.0 Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-netaddr: upgrade 0.10.0 -> 0.10.1alperak2024-01-271-1/+1
| | | | | | | | | | | | | | | | | | | | | Changelog: Fixed: Get rid of some warnings Deprecated: Deprecate the flag shorthands: N, P and Z. Use NOHOST, INET_PTON and ZEROFILL instead. Deprecate importing objects from netaddr subpackages. Only importing things from the top-level netaddr namespace is supported, everything else is considered private. This has already been the case but we can use a reminder. Deprecate permissive-by-default IPv4 parsing in valid_ipv4(). The inet_pton() semantics (with leading zeros always disallowed) will become the default. Use INET_ATON and/or ZEROFILL flags if you need the legacy behavior. Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vulkan-cts: Upgrade to 1.3.7.3Khem Raj2024-01-277-87/+139
| | | | | | | | Adjust for different patches between vulkan-cts and opengl-es-cts Use gcc to compile vulkan-cts for now, it does not like libc++ headers from clang-18 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vk-gl-cts: Disable Werror on amber external moduleKhem Raj2024-01-271-1/+1
| | | | | | | | | | | | | When compiling with clang-18 it finds more warnings which becomes errors so disable the warnings as errors in this module for now. Fixes /mnt/b/yoe/master/build/tmp/work/core2-64-yoe-linux/opengl-es-cts/3.2.9.3/git/external/amber/src/src/engine.cc:35:3: error: 'switch' missing 'default' label [-Werror,-Wswitch-default] 35 | switch (type) { | ^ 1 error generated. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-flask-marshmallow: upgrade 0.15.0 -> 1.1.0alperak2024-01-272-14/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Upstream provides a pyproject.toml which declares the "python_setuptools_build_meta" backend for PEP-517 packaging. use python_setuptools_build_meta since normal setuptools3 bbclass ends up in error -> ERROR: 'python3 setup.py bdist_wheel ' execution failed. * Set PYPI_PACKAGE to "flask_marshmallow" because when downloading the archive error pops up. they use "_" instead of "-". * Dependencies defined ["Flask>=2.2", "marshmallow>=3.0.0"] in pyproject.toml so "python3-packaging" removed. License-Update: Copyright years change Changelog: ================================= 1.1.0 (2024-01-16) Features: Add type coverage (:pr:`290`). ================================== 1.0.0 (2024-01-16) Features: Add field fields.File, validate.FileType, and validate.FileSize for deserializing uploaded files (:issue:`280`, :pr:`282`). Thanks :user:`uncle-lv` for the PR Add field Config for serializing Flask configuration values (:issue:`280`, :pr:`281`). Thanks :user:`greyli` for the PR. Support: Support marshmallow-sqlalchemy>=0.29.0. Test against Python 3.12. Drop support for Python 3.7. Other changes: Backwards-incompatible: Remove `flask_marshmallow.__version__ and flask_marshmallow.__version_info__ attributes (:pr:`284`). Use feature detection or importlib.metadata.version("flask-marshmallow") instead. Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* radvd: add '--shell /sbin/nologin' to /etc/passwdLi Wang2024-01-271-1/+1
| | | | | | | | | | | | the default setting USERADD_PARAM of yocto: -s /bin/sh follow redhat policy: radvd/redhat/systemd/radvd.spec useradd ... -s /sbin/nologin ... Signed-off-by: Li Wang <li.wang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ndctl: Update to v78Khem Raj2024-01-274-137/+5
| | | | | | | Drop patches, they are not needed anymore Package /usr/lib/systemd/system/cxl-monitor.service Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pytest-mock: Fix ptest failures with python 3.12Khem Raj2024-01-272-3/+93
| | | | | | | | | | | | | | Fixes following regressions seen with python 3.12 upgrade AssertionError: Failed ptests: {'python3-pytest-mock': ['tests/test_pytest_mock.py::TestMockerStub::test_failure_message_with_no_name', 'tests/test_pytest_mock.py::TestMockerStub::test_failure_message_with_name[None]', 'tests/test_pytest_mock.py::TestMockerStub::test_failure_message_with_name[]', 'tests/test_pytest_mock.py::TestMockerStub::test_failure_message_with_name[f]', 'tests/test_pytest_mock.py::TestMockerStub::test_failure_message_with_name[The_Castle_of_aaarrrrggh]']} Signed-off-by: Khem Raj <raj.khem@gmail.com>
* minicoredumper: Fix build with clangKhem Raj2024-01-272-0/+54
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* minicoredumper: upgrade 2.0.6 -> 2.0.7Wang Mingyu2024-01-271-1/+1
| | | | | | | | | | | | Changelog: =========== * Fix robust mutex list dumping if a robust mutex uses the PTHREAD_PRIO_INHERIT attribute. * Avoid bogus error messages when dumping registered data for non-crashing processes. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libsmi: Fix buildpaths warning.Wang Mingyu2024-01-271-1/+2
| | | | | | | | WARNING: libsmi-0.5.0-r0 do_package_qa: QA Issue: File /usr/bin/smistrip in package libsmi contains reference to TMPDIR File /usr/bin/smicache in package libsmi contains reference to TMPDIR [buildpaths] Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* i2cdev: Set PV correctlyKhem Raj2024-01-271-1/+1
| | | | | | based on https://github.com/costad2/i2cdev/blob/master/version.h Signed-off-by: Khem Raj <raj.khem@gmail.com>
* uftrace: Upgrade to 0.15.2Khem Raj2024-01-272-3/+3
| | | | | | | | | | Added RISCV64 support Release Notes [1] [1] https://github.com/namhyung/uftrace/releases/tag/v0.15.2 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tesseract: upgrade 5.3.3 -> 5.3.4Wang Mingyu2024-01-231-1/+1
| | | | | | | | | | | | | | | | Changelog: ============ * Fixes for scrollview * Fixes for autoconf, clang and sw builds * Improve OCR for an image URL * Fail on curl download errors * New parameter curl_cookiefile * Set User-Agent: header field in HTTP request for curl downloads * Output directory list from "combine_tessdata -d" to stdout * Other small improvements for code and documentation. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* smemstat: upgrade 0.02.12 -> 0.02.13Wang Mingyu2024-01-231-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* qpdf: upgrade 11.7.0 -> 11.8.0Wang Mingyu2024-01-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | Changelog: =========== * Bug fix: treat references to older generations of objects as null. * When recovering a file's xref table, attempt to find xref streams if a traditional trailer dictionary is not found. * Add --set-page-labels command-line argument and supporting API. - QPDFJob::Config::setPageLabels - pdf_page_label_e enumerated type - QPDFPageLabelDocumentHelper::pageLabelDict * Support comma-separated numeric values with --collate to select different group sizes from different files. * Support "x" before a group in a numeric range to exclude a group from the previous group. Details are in the manual. * When flattening annotations, preserve annotations without any appearance information at all, such as types /Link, /Popup, and /Projection. * Detect overlong UTF-8 in the UTF-8 decoder, and fix detection of 8-bit characters in erroneous UTF-8 strings. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-types-psutil: upgrade 5.9.5.17 -> 5.9.5.20240106Wang Mingyu2024-01-231-1/+1
| | | | | | | | | Changelog: ========== Update typing_extensions imports in third-party stubs Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-tox: upgrade 4.11.4 -> 4.12.1Wang Mingyu2024-01-231-1/+1
| | | | | | | | | | Changelog: ========== -Fix tox version requirement in docs -Fix Tox failing with --installpkg and multi testenvs Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pychromecast: upgrade 13.0.8 -> 13.1.0Wang Mingyu2024-01-231-1/+1
| | | | | | | | | | | | | | | | | | | Changelog: ========== -Increase homeassistant lovelace connect timeout and make it configurable -Add support for NRK TV and NRK Radio apps -Change logged precision of volume from 1 to 2 -Create ShakaPlayer Controller -Add date for removal of deprecated discovery functions -Mark discover_chromecasts as deprecated -Update README.rst -Fix known_hosts for older chromecasts -Fix SSLContext settings -Update README.rst to reflect refactoring of cast.device to cast.cast_info -Fix deprecated call to ssl.SSLContext without specifying protocol Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-robotframework: upgrade 6.1.1 -> 7.0Wang Mingyu2024-01-231-1/+1
| | | | | | | | Changelog: https://github.com/robotframework/robotframework/blob/master/doc/releasenotes/rf-7.0.rst Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sentry-sdk: upgrade 1.39.1 -> 1.39.2Wang Mingyu2024-01-231-1/+1
| | | | | | | | | | | | | | Changelog: =========== -Fix timestamp in transaction created by OTel -Fix relative path in DB query source -Run more CI checks on 2.0 branch -Fix tracing TypeError for static and class methods -Fix missing ctx in Arq integration -Change data_category from check_in to monitor Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>