summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* gexiv: Upgrade 0.14.0 -> 0.14.2Markus Volk2023-09-221-4/+3
| | | | | | | | - enable vapi build - delete removed meson option Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* exiv2: Upgrade 0.27.6 -> 0.28.0Markus Volk2023-09-221-2/+2
| | | | | | | - add required dependencies on brotli and libinih Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-posix-ipc: Update version 1.0.5 -> 1.1.1Derek Straka2023-09-222-15/+11
| | | | | | | Verified LICENSE remains BSD-3-Clause (Copyright year updated) Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-langtable: Update version 0.0.63 -> 0.0.64Derek Straka2023-09-221-1/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-gevent: Update version 23.7.0 -> 23.9.1Derek Straka2023-09-221-1/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-protobuf: Update version 4.24.2 -> 4.24.3Derek Straka2023-09-221-1/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-msgpack: Update version 1.0.5 -> 1.0.6Derek Straka2023-09-221-2/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-netaddr: Update version 0.8.0 -> 0.9.0Derek Straka2023-09-221-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Changelog ========= Added: Add hash capabilities to OUI (#225, amitmi704) Fixed: Backwards incompatible: Handle RFC 6164 IPv6 addresses (don't reserve first IP address in point-to-point subnets) ($267, Damien Claisse) Technically backwards incompatible: Fix for is_loopback behaviour – consider IPNetwork('::1/128') to be loopback (#222, #223, niels) Include tutorials in source distributions (#215, Louis Sautier) Fix a documentation typo (#242, Wouter) Fix print syntax in the documentation to be Python 3 compatible (#221, François Magimel) Fix the Sphinx syntax in the documentation (#220, François Magimel) Other: Update the databases (#266, Jakub Stasiak) Deprecate Python 3.6 (#263, Jakub Stasiak) Eliminate unnecessary evals (#228, KOLANICH) Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sqlalchemy: Upgrade 2.0.20 -> 2.0.21Derek Straka2023-09-221-1/+1
| | | | | | | | | | Changelog ========= Full changelog available here - https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.21 Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mongodb: Fix build on 32bitMartin Jansa2023-09-222-0/+39
| | | | | Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mongodb: add and fix Upstream-StatusMartin Jansa2023-09-2211-1/+22
| | | | | | | | | | | | | | | | | | * add 'Upstream-Status: Pending' where it was missing and fix malformatted one in 1296.patch * fixes: ERROR: lib32-mongodb-4.4.24-r0 do_patch: QA Issue: Malformed Upstream-Status in patch meta-oe/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/1296.patch Please correct according to https://docs.yoctoproject.org/contributor-guide/recipe-style-guide.html#patch-upstream-status : Upstream-Status: submitted https://github.com/mongodb/mongo/pull/1296 [patch-status] ERROR: lib32-mongodb-4.4.24-r0 do_patch: QA Issue: Missing Upstream-Status in patch meta-oe/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/0001-free_mon-Include-missing-cstdint.patch Please add according to https://docs.yoctoproject.org/contributor-guide/recipe-style-guide.html#patch-upstream-status . [patch-status] ... Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* frr: upgrade 8.4.4 -> 9.0.1Jonas Gorski2023-09-226-237/+67
| | | | | | | | | | | | | | | | | | Upgrade FRR to 9.0.1: * drop all existing patches since they are included in 9.0.1 * add a patch fixing (harmless) error messages in log * license files moved to doc/licenses * protobuf-c-native (for protoc) and protobuf-c are now needed Changelogs: https://github.com/FRRouting/frr/releases/tag/frr-9.0.1 https://github.com/FRRouting/frr/commit/31ed3dd753d62b5d8916998bc32814007e91364b https://github.com/FRRouting/frr/releases/tag/frr-9.0 https://github.com/FRRouting/frr/commit/2863e7efbcd0cbfbd41d3be04c660d77df65d0ea Signed-off-by: Jonas Gorski <jonas.gorski@bisdn.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* netkit-telnet: Fix CVE-2022-39028Sanjay Chitroda2023-09-222-0/+54
| | | | | | | | | | | | | | | References: https://nvd.nist.gov/vuln/detail/CVE-2022-39028 https://security-tracker.debian.org/tracker/CVE-2022-39028 Upstream Patch: https://cgit.freebsd.org/src/commit/?id=6914ffef4e23 - Patch is adopted from FreeBSD, as same vulnerability of telnetd is applicable to FreeBSD and netkit-telnet packages. Signed-off-by: Sanjay Chitroda <sanjay.chitroda@einfochips.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ntpsec: 1.2.2 -> 1.2.2aLee Chee Yang2023-09-221-1/+1
| | | | | | | | | | Fix a crash in ntpd if NTS is disabled and an NTS-enabled client request (mode 3) is received. (CVE-2023-4012) #794 https://gitlab.com/NTPsec/ntpsec/-/releases/NTPsec_1_2_2a Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libvncserver: update to 0.9.14Lee Chee Yang2023-09-221-1/+1
| | | | | | | | | | 0.9.14 represents a gradual improvement over 0.9.13 with lots of developments all over the place. 40 issues and pull requests were closed/merged with this release. Highlights on the LibVNCServer side are a refined multi-threaded implementation, support for Unicode clipboard data Signed-off-by: Khem Raj <raj.khem@gmail.com>
* x11vnc: Fix CVE-2020-29074Lee Chee Yang2023-09-222-0/+28
| | | | | Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opensc: fix CVE-2023-2977Lee Chee Yang2023-09-222-0/+55
| | | | | Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* iniparser: Fix CVE-2023-33461Lee Chee Yang2023-09-222-1/+51
| | | | | Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* irssi: 1.4.2 -> 1.4.4Lee Chee Yang2023-09-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1.4.4 The Irssi team released this 2023-03-31 Changes Expose location of signals.txt via pkg-config (codeberg!1, #1439, #1446, Additions Levels can now be inverted using ^ prefix in the /WINDOW (HIDE)LEVEL commands (#1428) Support receiving monospace (#1370, #1442). By Linus Heckemann Fixes Fix config broken by /WINDOW LOGFILE without parameter (#1392, #1432) Fix broken /LASTLOG -window switch (#1418, #1424, regression introduced in #1398) Fix logic in how actions are printed for other protocols (codeberg!3, Fix stale special collector use after free (#1456). Reported by ednash Help and message fixes (#1421, #1429, #1431, #1434, #1438, #1452, #1453, 1.4.3 The Irssi team released this 2022-10-31 Fixes Fix freeze on Alt+arrows (#1416, #1417) Fix crash on /upgrade (#1399, #1419) Fix saving of -disallow_starttls (#1401, #1420) Fix libnv detection on FreeBSD (freebsd#265397, #1407). By Guido Falsi and Kristof Provost Minor help and script fixes (#1380, #1393, #1411, #1413, #1414, #1415) Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openldap: update to 2.5.16.Armin Kuster2023-09-222-34/+1
| | | | | | | | 2.5.x is an LTS version per the project. Drop patch now included. Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* plocate: Upgrade to 1.1.19 releaseKhem Raj2023-09-222-9/+5
| | | | | | | * Merge .inc into bb * Switch to wget fetcher Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-autoflake: add recipe for v2.2.1Richard Leitner2023-09-221-0/+12
| | | | | | | | | | autoflake is a python library which removes unused imports and unused variables from Python code. This recipe uses pypi as source: https://pypi.org/project/autoflake/ Signed-off-by: Richard Leitner <dev@g0hl1n.net> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-api-python-client: Update version 2.99.0 -> 2.100.0Derek Straka2023-09-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog ========= Features accesscontextmanager: Update the api https://togithub.com/googleapis/google-api-python-client/commit/f6f6113f42261f1be9d18d0336a54c9c8ca54da8 (f77ee26) advisorynotifications: Update the api https://togithub.com/googleapis/google-api-python-client/commit/0025b75976439ceedf5ecf184fd2cb3defd74af8 (f77ee26) aiplatform: Update the api https://togithub.com/googleapis/google-api-python-client/commit/fbcd223a51ef9353a69c895c5dd0664c7260139c (f77ee26) androidmanagement: Update the api https://togithub.com/googleapis/google-api-python-client/commit/23cd554b0425f9096938fa6a48d15dab16de96e4 (f77ee26) appengine: Update the api https://togithub.com/googleapis/google-api-python-client/commit/266598f5533b402c553c3c741c645d0a1dbc5e5e (f77ee26) artifactregistry: Update the api https://togithub.com/googleapis/google-api-python-client/commit/fe34c2221c9cdd48d08ba62fc8bc19960fbc9005 (f77ee26) assuredworkloads: Update the api https://togithub.com/googleapis/google-api-python-client/commit/86eaf3ff8d5be74e0254e22045789c5d6d8c969b (f77ee26) beyondcorp: Update the api https://togithub.com/googleapis/google-api-python-client/commit/f27ec8e0acbb16eacfda7eda5df7716be18cb7ef (f77ee26) blockchainnodeengine: Update the api https://togithub.com/googleapis/google-api-python-client/commit/bf425463c4dcd4b3cac74689accec071593114cd (f77ee26) checks: Update the api https://togithub.com/googleapis/google-api-python-client/commit/3d7acfbe7058daa7501bffe5fdbbe324092645e5 (f77ee26) chromemanagement: Update the api https://togithub.com/googleapis/google-api-python-client/commit/5310a182fd65eef841364c600a477bb4c8b7aaa8 (f77ee26) cloudasset: Update the api https://togithub.com/googleapis/google-api-python-client/commit/d076b1bd45757a9a790b1be5da6437c9f2de6104 (f77ee26) cloudfunctions: Update the api https://togithub.com/googleapis/google-api-python-client/commit/c9d14b98bffdee4b5509e7b0eeec94e37584c8b2 (f77ee26) cloudtasks: Update the api https://togithub.com/googleapis/google-api-python-client/commit/fe0bcad3476804ab033bffe71ee92cc8b26d6273 (f77ee26) composer: Update the api https://togithub.com/googleapis/google-api-python-client/commit/4d9e24a39caa038f30d6ef3593d6c5d4f6073793 (f77ee26) connectors: Update the api https://togithub.com/googleapis/google-api-python-client/commit/7e2e3f0687d86e98db77baebdefd91bed1be6619 (f77ee26) contactcenteraiplatform: Update the api https://togithub.com/googleapis/google-api-python-client/commit/ee747d28f2b9848d53c2fcbb4b92c2caac1f47e6 (f77ee26) datamigration: Update the api https://togithub.com/googleapis/google-api-python-client/commit/de2aa36bbf671e2754eeb329fce83b502aef74d4 (f77ee26) gkeonprem: Update the api https://togithub.com/googleapis/google-api-python-client/commit/f5890d08262d926b393d3e34eb518f5fb994ba33 (f77ee26) gmail: Update the api https://togithub.com/googleapis/google-api-python-client/commit/40b0348d282435d229e5980ceffaf572b7df7707 (f77ee26) integrations: Update the api https://togithub.com/googleapis/google-api-python-client/commit/ddf9afb276fa225bea8a677a50f0ddd7635310b1 (f77ee26) monitoring: Update the api https://togithub.com/googleapis/google-api-python-client/commit/f64be2390ca1e6e59ce63fcef8b22ee78922eae0 (f77ee26) mybusinessverifications: Update the api https://togithub.com/googleapis/google-api-python-client/commit/fde7890f06667733cb3917ab3edc573f979f7b14 (f77ee26) networkconnectivity: Update the api https://togithub.com/googleapis/google-api-python-client/commit/0d299134e87b7b373500b51d43799d931f7fbf8b (f77ee26) networkmanagement: Update the api https://togithub.com/googleapis/google-api-python-client/commit/47352429b14691f327743f9d54c079cef1dcf3cb (f77ee26) notebooks: Update the api https://togithub.com/googleapis/google-api-python-client/commit/66dd9d0e43a6698c5e3b9b2918a6971d8267d156 (f77ee26) paymentsresellersubscription: Update the api https://togithub.com/googleapis/google-api-python-client/commit/d0fae461de28dd1134dda00fb21998737241cfd7 (f77ee26) places: Update the api https://togithub.com/googleapis/google-api-python-client/commit/db06598e16cd646cfd0251627e4c607feabb1588 (f77ee26) run: Update the api https://togithub.com/googleapis/google-api-python-client/commit/d10dad24fea5a6ea8374ee69e3e7878619b4e708 (f77ee26) spanner: Update the api https://togithub.com/googleapis/google-api-python-client/commit/531ba38b88d4f5195a991037dec5db6223b71fbc (f77ee26) storage: Update the api https://togithub.com/googleapis/google-api-python-client/commit/8610476ae829869f9abc93a349ff6c1c52d5bade (f77ee26) transcoder: Update the api https://togithub.com/googleapis/google-api-python-client/commit/7d2dfac9b7a320ac21921266c437fc67cf525047 (f77ee26) vision: Update the api https://togithub.com/googleapis/google-api-python-client/commit/4de577bc69271c120360e6066de91e38e5f48ee4 (f77ee26) Bug Fixes smartdevicemanagement: Update the api https://togithub.com/googleapis/google-api-python-client/commit/03ffb2b7ad905cd7404f400b9311c92a6fe5a057 (f77ee26) Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-dynamic-dispatch: Correct the upstream regex check for version upgradesDerek Straka2023-09-201-1/+3
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-bleak: Update version 0.20.2 -> 0.21.1Derek Straka2023-09-202-29/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed a patch the no longer appears to be needed and dropped support for python 3.7 Changelog ========= 0.21.1 (2023-09-08) Changed Changed dbus-fast dependency to include v2.x. Fixes #1412. 0.21.0 (2023-09-02) Added Added bleak.uuids.normalize_uuid_16() function. Added bleak.uuids.normalize_uuid_32() function. Added advertisement_data() async iterator method to BleakScanner. Merged #1361. Added type hints for kwargs on BleakScanner class methods. Added support for Python 3.12. Changed Improved error messages when failing to get services in WinRT backend. Improved error messages with enum values in WinRT backend. Fixes #1284. Scanner backends modified to allow multiple advertisement callbacks. Merged #1367. Changed default handling of the response argument in BleakClient.write_gatt_char. Fixes #909. Bleak recipe now automatically installs bleak from GitHub release in Kivy example. Changed BlueZManager methods to raise BleakError when device is not in BlueZ. Optimized BlueZ backend device watchers and condition callbacks to avoid linear searches. Changed type hint for buffer protocol to collections.abc.Buffer. Fixed Fixed handling all access denied errors when enumerating characteristics on Windows. Fixes #1291. Added support for 32bit UUIDs. Fixes #1314. Fixed typing for BaseBleakScanner detection callback. Fixed possible crash in _stopped_handler() in WinRT backend. Fixes #1330. Reduced expensive logging in the BlueZ backend. Merged #1376. Fixed race condition with "InterfaceRemoved" when getting services in BlueZ backend. Fixed missing permissions and requirements in android Kivy example. Fixes #1184. Fixed WinRT backend sometimes hanging forever when a device goes out of range during connection. Fixes #1359. Removed Dropped support for Python 3.7. Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-filelock: Update version 3.12.0 -> 3.12.4Derek Straka2023-09-201-4/+1
| | | | | | | Remove incorrect/deprevated URI for upstream version checking Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-fasteners: Update version 0.18 -> 0.19Derek Straka2023-09-201-1/+1
| | | | | | | | | | | Changelog ========= Adds non-context manager methods to inter-thread lock Drops support for python 3.7 Adds CI for python 3.11 Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-distlib: Update version 0.3.6 -> 0.3.7Derek Straka2023-09-201-1/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-custom-inherit: Update version 2.3.1 -> 2.4.1Derek Straka2023-09-201-1/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-configshell-fb: Update version 1.1.29 -> 1.1.30Derek Straka2023-09-201-6/+2
| | | | | | | Refactor recipe to leverage pypi + poetry Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cerberus: Update version 1.3.4 -> 1.3.5Derek Straka2023-09-201-4/+2
| | | | | | | | | | | | | | | | | | | | Remove outdated setup tools dependency and inherit Changelog ========= New Support for Python 3.10 & 3.11 The HTML documentation uses the furo theme Fixed *of rules are skipped for None values (#582) Validations of mappings would raise an exception when the field's rules were provided as reference to a registry item (#599) Improved Various minor improvements of the documentation Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cantools: Update version 38.0.2 -> 39.2.0Derek Straka2023-09-202-22/+22
| | | | | | | | | | | | | | | | | | Update the inherit is use the poetry Changelog ========= What's Changed Make cycle_time serialisation more consistent for DBC files by @mon in #592 User f-strings instead of str.format() by @zariiii9003 in #599 Add prog option to argparse for help messages by @jack-champagne in #600 NOTE: This is a major release change with the following API changes: The initial attribute of Signal objects now always holds the initial signal value as a scaled quantity, unifying its semantics with that of Signal.minimum and Signal.maximum. Previously, initial used raw values for databases loaded from DBC files, while using scaled ones for databases loaded from ARXML. (The loaders for other file formats do not currently set the initial attribute.) The machinery for storing decimal numbers without rounding errors (*.decimal attributes) has been removed. In its place small rounding errors in load-store-load cycles are now accepted. To remediate this, the resulting database objects can now be compared approximately using the Database.is_similar() method. Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cachecontrol: Update version 0.13.0 -> 0.13.1Derek Straka2023-09-201-6/+2
| | | | | | | | | | | | | | | | | | Remove the package override that is no longer needed Update the inherits to use poetry Changelog ========= What's Changed serialize: remove v1 and v2 formats by @woodruffw in #310 refactor: move the serialization implementation to method by @frostming in #313 feat: drop support of Python older than 3.7 by @frostming in #312 fix(typing): fix wrong types by @frostming in #314 workflows: add a release workflow by @woodruffw in #308 cachecontrol: 0.13.1 by @woodruffw in #315 Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-brotli: Update version 1.0.9 -> 1.1.0Derek Straka2023-09-201-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed override for package extension as it is now a tgz Changelog ========= Added decoder: BrotliDecoderAttachDictionary decoder: BrotliDecoderOnFinish callback behind BROTLI_REPORTING decoder: BrotliDecoderSetMetadataCallbacks encoder: BrotliEncoderPrepareDictionary, BrotliEncoderDestroyPreparedDictionary, BrotliEncoderAttachPreparedDictionary decoder: BrotliEncoderOnFinish callback behind BROTLI_REPORTING common: BrotliSharedDictionaryCreateInstance, BrotliSharedDictionaryDestroyInstance, BrotliSharedDictionaryAttach CLI: --dictionary option java: encoder wrapper: Parameters.mode java: Brotli{Input|Output}Stream.attachDictionary java: wrapper: partial byte array input typescript: decoder (transpiled from Java) Removed build: BROTLI_BUILD_PORTABLE option Fixed java: JNI decoder failed sometimes on power of 2 payloads Improved java / js: smaller decoder footprint decoder: faster decoding encoder: faster encoding encoder: smaller stack frames Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-absl: Update version 1.4.0 -> 2.0.0Derek Straka2023-09-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog ================== New Support Python 3.12. Changed absl-py no longer supports Python 3.6. It has reached end-of-life for more than a year now. (logging) logging.exception can now take exc_info as argument, with default value True. Prior to this change setting exc_info would raise KeyError, this change fixes this behaviour. (testing) For Python 3.11+, the calls to absltest.TestCase.enter_context are forwarded to unittest.TestCase.enterContext (when called via instance) or unittest.TestCase.enterClassContext (when called via class) now. As a result, on Python 3.11+, the private _cls_exit_stack attribute is not defined on absltest.TestCase and _exit_stack attribute is not defined on its instances. (testing) absltest.TestCase.assertSameStructure() now uses the test case's equality functions (registered with TestCase.addTypeEqualityFunc()) for comparing leaves of the structure. (testing) abslTest.TestCase.fail() now names its arguments (self, msg=None, user_msg=None), and not (self, msg=None, prefix=None), better reflecting the behavior and usage of the two message arguments. DEFINE_enum, DEFINE_multi_enum, and EnumParser now raise errors when enum_values is provided as a single string value. Additionally, EnumParser.enum_values is now stored as a list copy of the provided enum_values parameter. (testing) Updated paramaterized.CoopTestCase() to use Python 3 metaclass idioms. Most uses of this function continued working during the Python 3 migration still worked because a Python 2 compatibility __metaclass__ variables also existed. Now pure Python 3 base classes without backwards compatibility will work as intended. (testing) absltest.TestCase.assertSequenceStartsWith now explicitly fail when passed a Mapping or Set object as the whole argument. Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ot-br-posix: exclude siggen dependency on ipsetMartin Jansa2023-09-201-0/+1
| | | | | | | | | | | | * ipset is MACHINE_ARCH because inherits module-base.bbclass * fixes: bitbake-diffsigs \ sstate-before/hammerhead-halium/cortexa8t2hf-neon-halium-webos-linux-gnueabi/ot-br-posix/0.3.0+git.do_package_write_ipk.sigdata.48e7c1f619a5069d7aef82321e09d5598873d41cf561d3af1cffc94732dcacf0 \ sstate-before/mako/cortexa8t2hf-neon-halium-webos-linux-gnueabi/ot-br-posix/0.3.0+git.do_package_write_ipk.sigdata.9e0988bdeaf607e7de39a2fc307129ef41b57170cd775805eee46f0f5f89b80c Hash for task dependency ipset:do_packagedata changed from 5d72520e773137ba1d716eeca111fce4355169ed18e4c81b5e5d764abf569f18 to 89ad5bdbdc7bd3fb72625cb963aff2c794da51fe2f70ecbfb34b9cff9b1b9308 Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mdio-tools: exclude siggen dependency on mdio-netlinkMartin Jansa2023-09-201-0/+1
| | | | | | | | | | | | | | | * it has runtime dependency on mdio-netlink to satisfy: RDEPENDS:${PN} = "kernel-module-mdio-netlink" and mdio-netlink is MACHINE_ARCH because inherits module.bbclass * fixes: bitbake-diffsigs \ sstate-before/hammerhead-halium/cortexa8t2hf-neon-halium-webos-linux-gnueabi/mdio-tools/1.3.0.do_package_write_ipk.sigdata.1c175d042bd09e59c1329c51fba2569376f395ba79ee9adc62157ee91ad99e80 \ sstate-before/mako/cortexa8t2hf-neon-halium-webos-linux-gnueabi/mdio-tools/1.3.0.do_package_write_ipk.sigdata.4ad94062582b2cbbff07167598c1243aa18ff6c5cc23b3de8bce99081da500d8 Hash for task dependency mdio-netlink:do_packagedata changed from 759076223ccea58a05414b33bcc55c8d4b41a85c75ce56f2ba965004c422fd4c to b3c2ceee91dedb3b40f298d2efe09bbb7d3024f9ae93e83204233dcfd0a66459 Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cukinia: drop allarchMartin Jansa2023-09-201-2/+0
| | | | | | | | | | | | | * it rdepends on TUNE_PKGARCH libgpiod-tools so it cannot be allarch (or cukinia->libgpiod-tools needs to be added to SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS) bitbake-diffsigs \ sstate-before/mako/all-webos-linux/cukinia/0.6.2.do_package_write_ipk.sigdata.630262028cb276fdac170d30a265aa72d4249f84a264e11ea676a5ab38f1cacc \ sstate-before/qemux86-64/all-webos-linux/cukinia/0.6.2.do_package_write_ipk.sigdata.5d193e43c71f1270d36075be6124bb70585bb682771cff644349c4a7ffd13605 Hash for task dependency libgpiod:do_packagedata changed from d3dffb55884b89470065c3eaf046563e2f306706400be396b022a470ceca1916 to 76e47aed399fdbd14db3c4b75ef2b83298322429f111175d4ca4f3f4c67eebf0 Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ttf-google-fira: exclude siggen dependency on fontconfigMartin Jansa2023-09-201-0/+1
| | | | | | | | | | | | * like other recipes which inherit fontcache * fixes: bitbake-diffsigs \ sstate-before/mako/all-webos-linux/ttf-google-fira/1.0.do_package_write_ipk.sigdata.65a4d1ef7525a04346503138dd1579613995abac497ff992213c540a03aafbd2 \ sstate-before/qemux86-64/all-webos-linux/ttf-google-fira/1.0.do_package_write_ipk.sigdata.c523979f6bc293fb4f645f566585828601e752d50599788fa8b6b2fdab14a84c Hash for task dependency fontconfig:do_packagedata changed from efef2c575a4b1207213a7192f7291a7e22ff9679684cf4bfc663e07c00ca8b88 to c8a112d5a6af43b2108b785f0c1afdd29ad7e2fa5591e2ced3f3641276d03aaf Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* btrfsmaintenance: drop allarchMartin Jansa2023-09-201-2/+0
| | | | | | | | | | | | | * it rdepends on TUNE_PKGARCH btfts-tools so it cannot be allarch (or btrfsmaintenance->btfts-tools needs to be added to SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS) bitbake-diffsigs \ sstate-after/mako/all-webos-linux/btrfsmaintenance/0.5.do_prepare_recipe_sysroot.sigdata.852f9b3ed967c39f8a8606903819428e7eb933abf3cb62d87fbc627336223953 \ sstate-after/qemux86-64/all-webos-linux/btrfsmaintenance/0.5.do_prepare_recipe_sysroot.sigdata.246481267cc27f87dc410d4a67bae0f0f3df63ddfe34ca2ae55e64883f816ffe Hash for task dependency btrfs-tools:do_populate_sysroot changed from c4ac5c9abe44456745d82947c64dacdd6167aabdceea62220d6b73ee5300ed58 to ff8936d3161a58c905a3bc4c59e8261fdfb70c668a495daab312a95273c6f4f0 Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* btrfsmaintenance: move btrfs-tools dependency from build-time to run-timeMartin Jansa2023-09-201-4/+2
| | | | | | | * it doesn't need btrfs-tools at build-time but I suspect it needs it at run-time Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* packagegroup-meta-multimedia: restore x11 restriction for projucerMartin Jansa2023-09-201-1/+1
| | | | | | | | | | | | | * it was removed in: https://git.openembedded.org/meta-openembedded/commit/?id=deb11a823c32d4090b3724a589641810e06df6bc * but still needed as shown in world build without x11 in DISTRO_FEATURES: ERROR: Nothing RPROVIDES 'projucer' (but /OE/build/luneos-nanbield/meta-openembedded/meta-multimedia/recipes-multimedia/packagegroups/packagegroup-meta-multimedia.bb RDEPENDS on or otherwise requires it) projucer was skipped: missing required distro feature 'x11' (not in DISTRO_FEATURES) NOTE: Runtime target 'projucer' is unbuildable, removing... Missing or unbuildable dependency chain was: ['projucer'] Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* freeglut: return x11 to REQUIRED_DISTRO_FEATURESMartin Jansa2023-09-201-2/+2
| | | | | | | | | | | | | * depends on libxi causing: ERROR: Nothing PROVIDES 'libxi' (but /OE/build/luneos-nanbield/meta-openembedded/meta-oe/recipes-graphics/freeglut/freeglut_3.4.0.bb DEPENDS on or otherwise requires it) libxi was skipped: missing required distro feature 'x11' (not in DISTRO_FEATURES) ERROR: Required build target 'meta-world-pkgdata' has no buildable providers. Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'freeglut', 'libxi'] for distros with opengl but without x11 in DISTRO_FEATURES Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-calendar: fix reproducibility issueMarkus Volk2023-09-201-1/+6
| | | | | | | | - ensure to use gtk4 variant of gtk-update-icon-cache - remove buildpaths from source files before they are packaged Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gdm: upgrade 44.1 -> 45.0.1Markus Volk2023-09-201-2/+2
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* remmina: upgrade 1.4.31 -> 1.4.32Wang Mingyu2023-09-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== * [REM2916] Added option to kill async process started by exec plugin on tab close * Fix search bar toggle behavior * Fix memory leaks * [REM-2920] Password visibility can now be toggled on remmina_message_panels * Remove SSH file paths from remmina file when unchecking box in profile edit * Solved issue #2910 - Added support for IPv6 with fallback to IPv4 for ssh * Fix UI bugs in Remmina Preferences set new password * Fix memory leaks and change GTK critical errors to remmina warnings for null icon autostart file * [REM-2926] Added ability to set a fixed aspect ratio for vnc connections when... * Fix snap crash * [REM-2936] Fix crash related to unmap events * [REM-2938] Improved ordering of tray icon menu items * Fix memory leaks in remmina_plugin_manager_init with g_free and g_ptr_array_free * Remote assistance * Spelling: Various strings for assistance mode * Fix some compiler warnings * Ability to SPICE connect to unix domain socket * update multi monitor icon * Save toggle options when duplicating connection * Rem 2954 * New feature: Allow user to specify use of modifiers when changing key preferences * [REM-2914] Alert user of unexpected disconnect instead of immediately closing the connection window * Fix Remmina not using '@REMMINA_BINARY_PATH@' * Highlight top bar when 'Grab all keyboard events' is enabled * Snapcraft: Allow remmina preferences file to point to symlinked 'current' directory * [REM-2850] Add ability to automatically move mouse to keep RDP connections alive * Allow user to set REMMINA_GIT_REVISION * Remove unnecessary parameters from remmina_public_get_server_port_wrapper * Fix freeze that occurs when loading in python modules properly * [REM-1923] Fix handling of pause break key for RDP connections * [REM-2971] When quiting Remmina from the system tray the are you sure prompt now functions properly Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* redis: upgrade 7.2.0 -> 7.2.1Wang Mingyu2023-09-2010-1/+1
| | | | | | | | | | | | | | Changelog: ========== -(CVE-2023-41053) Redis does not correctly identify keys accessed by SORT_RO and, as a result, may grant users executing this command access to keys that are not explicitly authorized by the ACL configuration. -Fix crashes when joining a node to an existing 7.0 Redis Cluster (#12538) Correct request_policy and response_policy command tips on for some admin / configuration commands (#12545, #12530) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-zeroconf: upgrade 0.97.0 -> 0.112.0Wang Mingyu2023-09-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | Changelog: ============ Improve AsyncServiceBrowser performance (#1273) (0c88ecf) Speed up question and answer internals (#1272) (d24722b) Small speed ups to ServiceBrowser (#1271) (22c433d) Speed up ServiceBrowsers with a cython pxd (#1270) (4837876) Improve performance of constructing outgoing queries (#1267) (00c439a) Speed up responding to queries (#1266) (24a0a00) Speed up answering questions (#1265) (37bfaf2) Speed up ServiceInfo with a cython pxd (#1264) (7ca690a) Speed up generating answers (#1262) (50a8f06) Avoid calling get_running_loop when resolving ServiceInfo (#1261) (33a2714) Significantly speed up writing outgoing dns records (#1260) (bf2f366) Speed up writing outgoing dns records (#1259) (248655f) Small speed up to writing outgoing dns records (#1258) (1ed6bd2) Reduce IP Address parsing overhead in ServiceInfo (#1257) (83d0b7f) Speed up decoding incoming packets (#1256) (ac081cf) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-xlsxwriter: upgrade 3.1.2 -> 3.1.3Wang Mingyu2023-09-201-1/+1
| | | | | | | | Changelog: Added support for custom total formulas to worksheet tables. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-virtualenv: upgrade 20.24.4 -> 20.24.5Wang Mingyu2023-09-201-1/+1
| | | | | | | | | | | | | Changelog: ========== -release 20.24.4 -Fix brew cannot copy -Test with 3.12 rc -Upgrade setuptools -GitHub Actions: Add PyPy 3.10 to testing Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>