summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* gnome-remote-desktop: add recipeMarkus Volk2023-08-262-0/+42
| | | | | | | - use dynamic-layers directory because this recipe depends on meta-virtualization Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* spice: upgrade 0.14.2 -> 0.15.2Markus Volk2023-08-264-230/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -switch to meson buildsystem -remove patches -update dependencies -fetch spice-common as a submodule Major Changes in 0.15.2: Really minor fix release, mainly to fix a distribution issue Add missing file to distribution Fix sound recording fix in case of buffer wrapping Major Changes in 0.15.1: Fix some compatibility issues with FreeBSD Fix some minor issue with build Improve packaging with Meson Lot of C++ improves (clang-tidy) Fix some compatibility with no-Glibc libraries (like Musl) Fix minor leaks shutting down library Add Doxygen file to distribution Fix a longstanding issue related to surface updates where wrong surfaces were possibly used Fix compatibility with OpenSSL 3 Updates and fixes for CI Use more random connection IDs to fix possible issues with proxies Major Changes in 0.15: This is the first release in the new 0.15.x stable series. This release should be ready for production use. Minor updates to CI Some compatibility with OpenSSL Change the behavior of handle_dev_start ignoring multiple start requests Ignore multiple calls to handle_dev_stop Pick up newer spice-common to fix a buffer overflow issue Major Changes in 0.14.91: IMPORTANT 0.14.91 is the first release candidate for the stable 0.15.x series. While some bugs might still be present, it should be reasonably stable. If you are looking for stability for daily use, please keep using the latest 0.14.x release. Support UNIX abstract sockets Fix some potential thread race condition in RedClient Many cleanups in the code Improve migration test script Update in protocol documentation Improve Meson build Removed CELT support Update CI Removed QXLWorker definition, it was deprecated 6 years ago Fix some compatibility with MacOS Fix some compatibility with Windows Move the project to C++ Some fixes for SASL dealing with WebDAV Fix minor Coverity reports Add Doxygen support, manually built with "make doxy" Support more mouse buttons (up to 16 buttons) CVE-2020-14355 multiple buffer overflow vulnerabilities in QUIC decoding code Major Changes in 0.14.3: Main changes are WebSocket and support for Windows. Add support for WebSocket, this will allow to use spice-html5 without proxy Support Windows, now Qemu Windows can be build enabling Spice Fix some alignment problem Converted some documentation to Asciidoc format to make easier to update, updated some Minor compatibility fix for PPC64EL and ARMHF Minor fixes for big endian machines like MIPS Avoid some crashes with some buggy guest drivers, simply ignore the invalid request Fix for old OpenSSL versions Minor fix for Windows clients and brushes, fixed an issue with Photoshop under Windows 7 Add ability to query video-codecs Small use-after-free fix Fix for debugging recording/replaying using QUIC images Fix a regression where spice reported no monitors to the client Fix DoS in spicevmc if WebDAV used Updated and improved test migration script Some minor fixes to smartcard support Avoid possible disconnection using proxies using a in-flow keepalive mechanism Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* usbredir: upgrade 0.9.0 -> 0.13.0Markus Volk2023-08-261-6/+4
| | | | | | | -switch to meson buildsystem Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcacard: add recipeMarkus Volk2023-08-261-0/+13
| | | | | | | libcacard is a library that adds smartcard support to qemu and/or spice Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* usbids: add recipeMarkus Volk2023-08-261-0/+18
| | | | | | | Linux USB ID Repository (master still in CVS at SourceForge.net) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* qcbor: add recipePawel Langowski2023-08-261-0/+32
| | | | | | | This adds QCBOR - a CBOR encoder/decoder library Signed-off-by: Pawel Langowski <pawel.langowski@3mdeb.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyroute2: fix ptest failureArchana Polampalli2023-08-261-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The ptest fails after python3-pyroute2 is upgraded to 0.7.9. Fixes: ================================================= tests/test_unit/test_iproute_match/test_match.py:10: in <module> with open('test_unit/test_iproute_match/links.dump', 'r') as f: E FileNotFoundError: [Errno 2] No such file or directory: 'test_unit/test_iproute_match/links.dump' with open(sample, 'r') as buf: E FileNotFoundError: [Errno 2] No such file or directory: 'test_unit/test_nlmsg/gre_01.dump' ================================================= root@qemux86-64:~# ptest-runner python3-pyroute2 START: ptest-runner 2023-08-22T10:31 BEGIN: /usr/lib/python3-pyroute2/ptest ============================= test session starts ============================== platform linux -- Python 3.11.4, pytest-7.4.0, pluggy-1.2.0 rootdir: /usr/lib/python3-pyroute2/ptest collected 103 items PASS: tests/test_unit/test_addr_pool.py::test_alloc_aligned PASS: tests/test_unit/test_addr_pool.py::test_alloc_odd Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libyang: upgrade 2.1.55 -> 2.1.111Yi Zhao2023-08-221-1/+1
| | | | | | | | Changelog: https://github.com/CESNET/libyang/releases/tag/v2.1.111 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* samba: upgrade 4.18.5 -> 4.18.6Yi Zhao2023-08-221-1/+1
| | | | | | | | Release Notes: https://www.samba.org/samba/history/samba-4.18.6.html Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libssh: upgrade 0.10.4 -> 0.10.5Yi Zhao2023-08-222-40/+7
| | | | | | | | | | | Changelog: https://git.libssh.org/projects/libssh.git/tag/?h=libssh-0.10.5 * Generate cases list dynamically in run-ptest. * Install missing file to fix ptest failure. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nftables: upgrade 1.0.7 -> 1.0.8Yi Zhao2023-08-221-1/+1
| | | | | | | | Changelog: https://netfilter.org/projects/nftables/files/changes-nftables-1.0.8.txt Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* kconfig-frontends: Avoid using hard coded /usr/include pathsMark Hatle2023-08-222-1/+35
| | | | | | | | The system could end up using an include path that points to the host system instead of the sysroot. Force the system to use the sysroot. Signed-off-by: Mark Hatle <mark.hatle@amd.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* json-schema-validator: Updrade to 2.2.0Parian Golchin2023-08-226-62/+159
| | | | | | | Upgrade and add important patches to the release Signed-off-by: Parian Golchin <par.golchin@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libvpx: fix VPXTARGET for non-neon armv7aBenjamin Bara2023-08-221-1/+1
| | | | | | | | | | | | | | | The compiler might use non-supported instructions, as the build config requires armv7-linux-gcc targets to have NEON[1] and drops the mtune value[2], which also might use d32 registers on d16 cpus. Falling back to the generic-gnu target respects the toolchain-set values and should therefore be used instead. [1] https://chromium.googlesource.com/webm/libvpx/+/626ff35955c2c35b806b3e0ecf551a1a8611cdbf/build/make/configure.sh#955 [2] https://chromium.googlesource.com/webm/libvpx/+/626ff35955c2c35b806b3e0ecf551a1a8611cdbf/build/make/configure.sh#973 Signed-off-by: Benjamin Bara <benjamin.bara@skidata.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-kivy: fix filenameTrevor Gamblin2023-08-221-0/+0
| | | | | Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nlohmann-json: Avoid usage of nobranch=1Sourav Pramanik2023-08-211-1/+1
| | | | | | | | | The usage of nobranch=1 in SRC_URI allows using unprotected branches. This change updates the real branch name in place of nobranch=1. Signed-off-by: Sourav Kumar Pramanik <pramanik.souravkumar@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rapidjson: Avoid usage of nobranch=1Sourav Pramanik2023-08-211-1/+1
| | | | | | | | | The usage of nobranch=1 in SRC_URI allows using unprotected branches. This change updates the real branch name in place of nobranch=1. Signed-off-by: Sourav Kumar Pramanik <pramanik.souravkumar@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* liburing: Upgrade to 2.4 releaseKhem Raj2023-08-203-50/+36
| | | | | | | | | - Upgrade to latest release 2.4 [1] - Drop a patch available in 2.4 release - Backport a parallel build race fix [1] https://github.com/axboe/liburing/releases/tag/liburing-2.4 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ttf-google-fira: add recipeTymoteusz Burak2023-08-191-0/+61
| | | | | Signed-off-by: Tymoteusz Burak <tymoteusz.burak@3mdeb.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* poppler: fix CVE-2023-34872Yogita Urade2023-08-192-0/+47
| | | | | | | | | | | | A vulnerability in Outline.cc for Poppler prior to 23.06.0 allows a remote attacker to cause a Denial of Service (DoS) (crash) via a crafted PDF file in OutlineItem::open. Reference: https://gitlab.freedesktop.org/poppler/poppler/-/issues/1399 Signed-off-by: Yogita Urade <yogita.urade@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* yasm: fix CVE-2023-37732Soumya2023-08-192-0/+42
| | | | | | | | | | | | | Yasm v1.3.0.78 was found prone to NULL Pointer Dereference in /libyasm/intnum.c and /elf/elf.c, which allows the attacker to cause a denial of service via a crafted file. References: https://github.com/yasm/yasm/issues/233 https://nvd.nist.gov/vuln/detail/CVE-2023-37732 Signed-off-by: Soumya <soumya.sambu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-oauth2client_4.1.2.bb: recipe addedEwa Kujawska2023-08-191-0/+19
| | | | | Signed-off-by: Ewa Kujawska <ewa.kujawska@3mdeb.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-schedule: add recipeRoger Knecht2023-08-191-0/+10
| | | | | | | Add a recipe for python schedule library. Signed-off-by: Roger Knecht <roger@norberthealth.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* librelp: Add to meta-oe ptest imageKhem Raj2023-08-191-0/+1
| | | | | | | | it takes ~35s so lets add it to auto ptests RESULTS - ptest.PtestRunnerTest.test_ptestrunner_expectfail: PASSED (34.93s) Signed-off-by: Khem Raj <raj.khem@gmail.com>
* librelp: Fix ptest installs to work with dashKhem Raj2023-08-191-1/+1
| | | | | Suggested-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* librelp: Fix ptests builds on muslKhem Raj2023-08-192-0/+42
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* librelp: Add packageconfigs for TLS implementationsKhem Raj2023-08-182-2/+100
| | | | | | | | | valgrind is not available on all arches e.g. riscv so enable it conditionally Enable openSSL TLS by default and add option to enable gnuTLS Signed-off-by: Khem Raj <raj.khem@gmail.com>
* jack: Drop dependency on readlineKirk Hays2023-08-171-1/+1
| | | | | | | | Since Jack version 1.19.22, "readline" is no longer used [1] [1] https://jackaudio.org/news/ Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-can: Add missing runtime dependenciesFrieder Schrempf2023-08-171-0/+2
| | | | | | | | | | | | | According to the setup.py of v4.2.2 [1] the following runtime dependencies are currently missing. Add them. * packaging * setuptools [1] https://github.com/hardbyte/python-can/blob/4.2.2/setup.py Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dlt-daemon: upgrade 2.18.9 -> 2.18.10 (commit: ↵Gianfranco Costamagna2023-08-175-133/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0f2d4cfffada6f8448a2cb27995b38eb4271044f) Drop patches now part of new upstream release: - 449.patch - 481.patch - 482.patch Refresh patches due to GENIVI->COVESA renaming What's Changed: Update ReleaseNotes and version to v2.18.9 by @minminlittleshrimp in #468 Update status badges on README.md by @michael-methner in #467 logstorage: Adds option to write logs in gzip format by @LiquidityC in #442 Re-Initialize internal logging in daemon mode only by @lvklevankhanh in #459 Remove use of DLT_LOG in signal handler by @michael-methner in #472 Update gtest_dlt_daemon_multiple_files_logging.cpp by @LocutusOfBorg in #481 Update AUTOSAR standard link by @lucafrance in #480 cmake: set version to 2.18.9 by @alexmohr in #478 Fix macro code to use boolean value in while instruction (false) by @michael-methner in #469 dlt_user_shared: Add timeout to writev by @alexmohr in #385 build: add static lib only if necessary by @alexmohr in #479 Update CMakeLists.txt by @LocutusOfBorg in #482 watchdog: improve dlt watchdog by @alexmohr in #470 log-level-config: add option to configure log levels by @alexmohr in #474 gtest_dlt_daemon_gateway: dlt-daemon run without dlt_passive.conf file by @lti9hc in #487 dlt_unit_test: Fix and improve quality of unit tests by @minminlittleshrimp in #494 dlt-qnx-system improvement by @lvklevankhanh in #495 gtest: Init submodule and update version by @minminlittleshrimp in #497 dlt-qnx-system: prevent message loss in high load situations by @alexmohr in #490 Fix compile error stringop-truncation with GCC 9.4 by @michael-methner in #499 Update README.md by @lvklevankhanh in #503 dlt-coverage: Add coverage report generator for dlt by @minminlittleshrimp in #501 dlt-system: move journal reading to its own thread by @alexmohr in #471 Switch from GENIVI to COVESA by @minminlittleshrimp in #511 Update CMakeLists.txt: set required std version to gnu++14 by @LocutusOfBorg in #504 cmake: Policy CMP0115 set to OLD behavior for dlt-daemon with cmake >= 3.20 by @minminlittleshrimp in #510 fix usage of pthread_cond_timedwait by @alexmohr in #491 DLT Upstream for minor release by @minminlittleshrimp in #515 cmake: disable network trace by @alexmohr in #477 doc: add COVESA logo image by @minminlittleshrimp in #516 Prepare for 2.18.10 release by @michael-methner in #517 Signed-off-by: Gianfranco Costamagna <costamagnagianfranco@yahoo.it> Signed-off-by: Gianfranco Costamagna <locutusofborg@debian.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mariadb: Fix build with libfmt 10.1+Khem Raj2023-08-172-0/+69
| | | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Markus Volk <f_l_k@t-online.de> Cc: Wang Mingyu <wangmy@fujitsu.com>
* mariadb: Upgrade to 10.11.5Mingli Yu2023-08-173-2/+2
| | | | | | | Adjust the cmake option to disable pam auth module Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-protobuf: Fix build errors seen with clangKhem Raj2023-08-172-1/+58
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-protobuf: upgrade 4.23.4 -> 4.24.0Wang Mingyu2023-08-171-1/+1
| | | | | | | | Changelog: https://github.com/protocolbuffers/protobuf/releases/tag/v24.0 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-kivy: Require X11 or Wayland in DISTRO_FEATURESMarine Vovard2023-08-171-1/+3
| | | | | | | | At least one of the following DISTRO_FEATURES needs to be present: X11 or Wayland. The recipe now work with pure Wayland. Signed-off-by: Marine Vovard <m.vovard@phytec.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* evince: fix api-documentation buildMarkus Volk2023-08-161-1/+1
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-zeroconf: upgrade 0.71.4 -> 0.76.0Wang Mingyu2023-08-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Changelog: =========== Feature -------- Improve performance responding to queries (#1217) (69b33be) Expose flag to disable strict name checking in service registration (#1215) (5df8a57) Speed up processing incoming records (#1216) (aff625d) Speed up unpacking text records in ServiceInfo (#1212) (99a6f98) Add a cache to service_type_name (#1211) (53a694f) Speed up processing incoming records (#1206) (126849c) Fix ------- Remove typing on reset_ttl for cython compat (#1213) (0094e26) Revert adding typing to DNSRecord.suppressed_by (#1210) (3dba5ae) Revert DNSIncoming cimport in _dns.pxd (#1209) (5f14b6d) Race with InvalidStateError when async_request times out (#1208) (2233b6b) Improve performance of ServiceInfo.async_request (#1205) (8019a73) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-yamlloader: upgrade 1.2.2 -> 1.3.2Wang Mingyu2023-08-161-1/+1
| | | | | | | | Changelog: Python 3.11 upgrade, drop 3.7 (use old version < 1.3 if desired in Python 3.7) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-web3: upgrade 6.7.0 -> 6.8.0Wang Mingyu2023-08-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Changelog: =========== Bugfixes ---------- Fix the type for the optional param asking for "full transactions" when subscribing to newPendingTransactions via eth_subscribe to bool. (#3067) Improved Documentation ----------------------- Change docs to reflect AsyncHTTPProvider does accept ENS names now (#3070) Features ----------- Return structured JSON-RPC errors for missing or unimplemented eth-tester methods. (#3061) ENS name-to-address support for eth_subscribe. (#3066) Asynchronous iterator support for AsyncWeb3 with WebsocketProviderV2 using async for syntax. (#3067) Internal Changes - for web3.py Contributors -------------------------------------------- Minor fixes to type hinting in the core tests setup fixtures. (#3069) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-virtualenv: upgrade 20.24.2 -> 20.24.3Wang Mingyu2023-08-161-1/+1
| | | | | | | | | | | | | Changelog: ========== -release 20.24.2 -Update compatibility docs -fix ResourceWarning on process exit (#2472) -added scripts in tasks directory to sdist on build (#2610) -Bump wheel Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-uefi-firmware: upgrade 1.10 -> 1.11Wang Mingyu2023-08-161-2/+2
| | | | | | | | License-Update: Remove Python version specific classifiers Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-tqdm: upgrade 4.65.0 -> 4.66.1Wang Mingyu2023-08-161-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | License-Update: MPLv2.0 changed to MPL-2.0 setup.py and MANIFEST.in removed from files Changelog: =========== - fix utils.envwrap types (#1493 <- #1491, #1320 <- #966, #1319) - drop mentions of unsupported Python versions - environment variables to override defaults (TQDM_*) (#1491 <- #1061, #950 <- #614, #1318, #619, #612, #370) - fix & update CLI completion - fix & update API docs - minor code tidy: replace os.path => pathlib.Path - fix docs image hosting - release with CI bot account again (https://github.com/cli/cli/issues/6680) - exclude examples from distributed wheel (#1492) - migrate setup.{cfg,py} => pyproject.toml (#1490) fix asv benchmarks update docs - fix snap build (#1490) - fix & update tests (#1490) fix flaky notebook tests bump pre-commit bump workflow actions Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-tox: upgrade 4.6.4 -> 4.8.0Wang Mingyu2023-08-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ============ Features -------- * --override can now take options in the form of foo+=bar which will append bar to the end of an existing list/dict, rather than replacing it. (#3087) * Make –hashseed default to PYTHONHASHSEED, if defined The main motivation for this is to able to set the hash seed when building the documentation with “tox -e docs”, and thus avoid embedding a random value in the tox documentation for –help. This caused documentation builds to fail to build reproducibly. (#2942) Bugfixes ---------- * Update a regular expression in tests to match the exception message in both Python 3.12 and older. (#3065) Improved Documentation ------------------------ * Fix broken links Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sh: upgrade 2.0.4 -> 2.0.6Wang Mingyu2023-08-161-1/+1
| | | | | | | | | | | Changelog: =========== Allow nested with contexts #690 Call correct asyncio function for getting event loop Add back appropriate sdist files comment Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-rich: upgrade 13.4.2 -> 13.5.2Wang Mingyu2023-08-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ============ Fixed -------- Fixed Text.expand_tab assertion error Fix tilde character (~) not included in link regex when printing to console #3057 Fixed Text.expand_tabs not expanding spans. Fixed TimeElapsedColumn from showing negative. Fix for escaping strings with a trailing backslash #2987 Fixed exception in Markdown with partial table #3053 Fixed the HTML export template so that the <html> tag comes before the <head> tag #3021 Fixed issue with custom classes overwriting __eq__ #2875 Fix rich.pretty.install breakage in iPython #3013 Added -------- Added Text.extend_style method. Added Span.extend method. Changed ---------- Text.tab_size now defaults to None to indicate that Console.tab_size should be used. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-regex: upgrade 2023.6.3 -> 2023.8.8Wang Mingyu2023-08-161-1/+1
| | | | | | | | Changelog: emoved usage of _PyBytes_Join and did a little tidying of the code that makes the result string. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-rdflib: upgrade 6.3.2 -> 7.0.0Wang Mingyu2023-08-161-1/+1
| | | | | | | | Changelog: https://github.com/RDFLib/rdflib/blob/main/CHANGELOG.md Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pymisp: upgrade 2.4.173 -> 2.4.174Wang Mingyu2023-08-161-1/+1
| | | | | | | | | | | Changelog: =========== - Bump version, templates. - Bump deps, fix code accordingly. - Push code changes related to deps upgrade... Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyflakes: upgrade 3.0.1 -> 3.1.0Wang Mingyu2023-08-161-1/+1
| | | | | | | | | | | | | | | | Changelog: =========== Drop support for EOL python 3.6 / 3.7 Remove ContinueInFinally check (only relevant in python < 3.8) Fix forward annotations inside a nested scope Produce an error when a definition shadows an unused variable Fix accessed global annotation being redefined in a local scope Allow redefinition of functions across match arms Fix potential None for lineno during tokenization errors Add support for PEP 695 and python 3.12 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pycodestyle: upgrade 2.10.0 -> 2.11.0Wang Mingyu2023-08-161-1/+1
| | | | | | | | | | | | | | | Changelog: ========== Drop EOL python 3.6 / 3.7. PR #1129, #1160. Add support for python 3.12. PR #1147, #1148, #1152, #1153, #1154, #1163, #1164, #1165, #1166, #1176, #1177, #1182. E721: adjust handling of type comparison. Allowed forms are now isinstance(x, t) or type(x) is t. PR #1086, #1167. Remove handling of python 2 <> operator. PR #1161. W606: removed. async / await are always keywords. PR #1162. Internal: move tests to pytest. PR #1168, #1169, #1171, #1173, #1174, #1175. Remove handling of python 2 ur'' strings. PR #1181. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>