summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* python3-ujson: Upgrade 5.4.0 -> 5.5.0Leon Anavi2022-09-171-1/+1
| | | | | | | | | | | Upgrade to release 5.5.0: - Add support for Python 3.11 and PyPy3.9 - Add separators encoding parameter - Fix encoding of infinity Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mariadb: Fix buildpaths warning.Lei Maohui2022-09-171-0/+11
| | | | | | | | | | WARNING: mariadb-10.8.3-r0 do_package_qa: QA Issue: File /usr/src/debug/mariadb/10.8.3-r0/sql/yy_oracle.hh in package mariadb-src contains reference to TMPDIR File /usr/src/debug/mariadb/10.8.3-r0/sql/yy_mariadb.cc in package mariadb-src contains reference to TMPDIR File /usr/src/debug/mariadb/10.8.3-r0/sql/yy_mariadb.hh in package mariadb-src contains reference to TMPDIR File /usr/src/debug/mariadb/10.8.3-r0/sql/yy_oracle.cc in package mariadb-src contains reference to TMPDIR [buildpaths] Signed-off-by: Lei Maohui <leimaohui@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wvstreams: Add missing dependency on boostKhem Raj2022-09-161-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gexiv2: Fix buildpaths warning.Lei Maohui2022-09-161-0/+7
| | | | | | | WARNING: gexiv2-0.14.0-r0 do_package_qa: QA Issue: File /usr/src/debug/gexiv2/0.14.0-r0/gexiv2/gexiv2-enums.cpp in package lib32-gexiv2-src contains reference to TMPDIR [buildpaths] Signed-off-by: Lei Maohui <leimaohui@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ufw: Fix "could not find required binary 'iptables'"Howard Cochran2022-09-151-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Switch from using DISTUTILS_*_ARGS to SETUPTOOLS_*_ARGS to correspond with the earlier change to use setuptools3_legacy instead of distutils3. Without this change, you will get the following error if your build host does not have iptables installed: Fixes: ERROR: ufw-0.36.1-r0 do_compile: 'python3 setup.py build ' execution failed. Log data follows: | DEBUG: Executing shell function do_compile | ERROR: could not find required binary 'iptables' | ERROR: 'python3 setup.py build ' execution failed. | WARNING: exit code 1 from a shell command. ERROR: Task ([snip]/meta-openembedded/meta-networking/recipes-connectivity/ufw/ufw_0.36.1.bb:do_compile) failed with exit code '1' Also, although the build will not fail on a host that has iptables, it could cause a problem if it is installed at a different path than where OpenEmbedded's iptables will be installed on the target. Fixes: 3e2ed1dcc088 ("ufw: port to setuptools, use setuptools_legacy") Signed-off-by: Howard Cochran <howard_cochran@jabil.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-awesomeversion: Upgrade 22.8.0 -> 22.9.0Leon Anavi2022-09-151-1/+1
| | | | | | | | | | | Upgrade to release 22.9.0: - Allow and add named sections for CalVer - Add diff method to AwesomeVersion to list out changes between 2 objects Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-soupsieve: Upgrade 2.3.1 -> 2.3.2.post1Leon Anavi2022-09-151-3/+3
| | | | | | | | | | | | Upgrade to release 2.3.2.post1: - FIX: Documentation for installation from source is outdated. - FIX: Fix some typos in error messages. License-Update: Update years Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tracker-miners: Fix buildpaths warning.Lei Maohui2022-09-152-1/+45
| | | | | | | | | | | | Fix the following warning: WARNING: tracker-miners-3.2.1-r0 do_package_qa: QA Issue: File /usr/src/debug/tracker-miners/3.2.1-r0/src/libtracker-miners-common/tracker-miners-enum-types.c in package tracker-miners-src contains reference to TMPDIR File /usr/src/debug/tracker-miners/3.2.1-r0/src/libtracker-miner/tracker-miner-enum-types.c in package tracker-miners-src contains reference to TMPDIR [buildpaths] Signed-off-by: Lei Maohui <leimaohui@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* exiv2: Fix buildpaths warning.Lei Maohui2022-09-141-0/+7
| | | | | | | Remove the build path from file exiv2Config.cmake. Signed-off-by: Lei Maohui <leimaohui@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sqlite: Drop sqlite2 recipeKhem Raj2022-09-146-158/+0
| | | | | | Last update was in 2005, nothing in meta-openembedded layers need it Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fwupd: Drop sqlite3 from default depsKhem Raj2022-09-141-1/+1
| | | | | | | sqlite support is controlled by a packageconfig which will add it when needed Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fltk: Fix buildpaths warning.Lei Maohui2022-09-141-1/+3
| | | | | | | Remove the build path from files. Signed-off-by: Lei Maohui <leimaohui@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mozjs-78: remove the recipeAlexander Kanavin2022-09-1415-1035/+0
| | | | | | | Nothing is depending on it, and mozjs-78 has been EOL for a while. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mozjs-91: backport a python 3.11 compatibility patchAlexander Kanavin2022-09-142-0/+212
| | | | | Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* minifi-cpp: disable python support as incompatible with python 3.11Alexander Kanavin2022-09-141-0/+1
| | | | | Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libsigrockdecode: add python 3.11 compatibilityAlexander Kanavin2022-09-141-2/+2
| | | | | Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* zbar: disable python3 support as incompatible with py 3.11Alexander Kanavin2022-09-141-1/+1
| | | | | Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* collectd: add a python PACKAGECONFIG, off by defaultAlexander Kanavin2022-09-141-0/+1
| | | | | | | This resolves python 3.11 errors as well. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mozjs-91: update to 91.13.0Alexander Kanavin2022-09-141-1/+1
| | | | | Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pydantic: Upgrade 1.9.1 -> 1.10.2Leon Anavi2022-09-142-11/+20
| | | | | | | | | | | | | | | | | Upgrade to release 1.10.2: - Revert Change: Revert percent encoding of URL parts - Prevent long (length > 4_300) strings/bytes as input to int fields, see python/cpython#95778 and CVE-2020-10735 - fix: dataclass wrapper was not always called - Use tomllib on Python 3.11 when parsing mypy configuration - Basic fix of GenericModel cache to detect order of arguments in Union models - Fix mypy plugin when using bare types like list and dict as default_factory Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-prettytable: Upgrade 3.3.0 -> 3.4.1Leon Anavi2022-09-141-1/+1
| | | | | | | | | | | Upgrade to release 3.4.1: - Add option to specify line break character used in pagination - Add header alignment attribute - Revert "Add header alignment attribute" Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-networkx: Upgrade 2.8.5 -> 2.8.6Leon Anavi2022-09-141-1/+1
| | | | | | | | | | | | | | | Upgrade to release 2.8.6: - Add random_spanning_tree to documentation - Add warning to nx_agraph about layout nondeterminism - Add cache reset for when G._node is changed - Allow unsortable nodes in approximation.treewidth functions - Add examples for the condensation function - Improve LCA input validation - Replace LCA with naive implementations Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-portion: Upgrade 2.2.0 -> 2.3.0Leon Anavi2022-09-141-1/+5
| | | | | | | | | | | | | | | | | | Upgrade to release 2.3.0: - Support Python 3.10. - IntervalDict.as_dict has an optional atomic=False parameter that, if set to True, returns intervals that are atomic. - Experimental support for structural pattern matching (on left, lower, upper and right). - (breaking) For consistency, the empty interval is never <, >, <=, nor >= when compared to another interval. - Comparing an interval and a value is deprecated since it is ill-defined when the value is on the left of <= or >=. Convert values to singletons first. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-imageio: Upgrade 2.21.2 -> 2.21.3Leon Anavi2022-09-141-1/+1
| | | | | | | | | | | Upgrade to release 2.21.3: - Raise error if fps is specified - Fix small typo - Examples for Pyav Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ocl-icd: add nativesdk supportNaveen Saini2022-09-141-1/+1
| | | | | | | It fixes missing unbuildable dependency 'nativesdk-ocl-icd' failure. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rdfind: Fix patch-fuzz warningsKhem Raj2022-09-131-7/+2
| | | | | | Patch needs to be refreshed Signed-off-by: Khem Raj <raj.khem@gmail.com>
* flatbuffers: upgrade 2.0.6 -> 2.0.8Markus Volk2022-09-133-7/+8
| | | | | | | | * upgrade python3-flatbuffers as well * make sure that flatbuffers and python3-flatbuffers are using the same codebase Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-zeroconf: upgrade 0.39.0 -> 0.39.1zhengruoqin2022-09-131-1/+1
| | | | | | | | | Changelog: ========= Performance improvements for constructing outgoing packet data (#1090) Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-xmlschema: upgrade 2.0.3 -> 2.0.4wangmy2022-09-131-1/+1
| | | | | | | | | | Changelog: ========== Add use_location_hints argument to document API for giving the option of ignoring XSI schema locations hints Fix import from locations hints with namespace mismatch (issue #324) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-websocket-client: upgrade 1.4.0 -> 1.4.1wangmy2022-09-131-1/+1
| | | | | | | | | | | Changelog: ========= - Fix stack growth bug when `run_forever` reconnects (#854) - Add doctest CI for sphinx docs code examples (d150099) - General docs improvements Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-twisted: upgrade 22.4.0 -> 22.8.0wangmy2022-09-131-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sqlalchemy: upgrade 1.4.40 -> 1.4.41wangmy2022-09-131-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pymetno: upgrade 0.9.0 -> 0.10.0wangmy2022-09-131-1/+1
| | | | | | | | | Changelog: ========== Add get_forecast range arguments Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-oauthlib: upgrade 3.2.0 -> 3.2.1wangmy2022-09-131-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-langtable: upgrade 0.0.58 -> 0.0.59wangmy2022-09-131-1/+1
| | | | | | | | | | | Changelog: ========== * Add ibus/m17n:ar:kbd as input method for Arabic and fix iso639-1 code for Arabic * Get translation changes from CLDR * Add more translations from CLDR Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-api-python-client: upgrade 2.58.0 -> 2.60.0wangmy2022-09-131-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-croniter: upgrade 1.3.5 -> 1.3.7wangmy2022-09-131-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-antlr4-runtime: upgrade 4.10 -> 4.11.1wangmy2022-09-131-2/+2
| | | | | | | | | | | | | | | | | License-Update: -Metadata-Version updated to 2.1 -Python updated from 2.7.12 to 3 -Version updated to 4.11.1 -Description and Platform removed Changelog: =========== a major rebuild of the Go target huge internal refractoring of testing and various target speed improvements Getting all targets to run on all operating systems using github actions Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-aiofiles: upgrade 0.8.0 -> 22.1.0wangmy2022-09-131-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libio-socket-ssl-perl: upgrade 2.074 -> 2.075wangmy2022-09-131-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xorgxrdp: upgrade 0.2.18 -> 0.9.19zhengruoqin2022-09-131-3/+3
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tree: upgrade 2.0.3 -> 2.0.4zhengruoqin2022-09-131-1/+1
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* syslog-ng: upgrade 3.37.1 -> 3.38.1wangmy2022-09-131-2/+2
| | | | | | | | License-Update: Add description to intention with the choice of licenses and the location of a license file. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ser2net: upgrade 4.3.7 -> 4.3.8zhengruoqin2022-09-131-1/+1
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* poppler: upgrade 22.08.0 -> 22.09.0wangmy2022-09-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== core: * Splash: Do not truncate line dash patterns with more than 20 entries. Issue #1281 * Various signature related improvements * Fix FormField::getFullyQualifiedName in some scenarios * Splash: Small optimization on dash pattern handling * JBIG2Stream::readHalftoneRegionSeg: Fix potential memory leak * Fix crashes on malformed files. Including CVE-2022-38784 * Fix string formatting in error reporting glib: * Fix two potential memory leaks in poppler_document_create_dests_tree utils: * pdfsig: List signature field names when listing signature information * pdfsig: Add support for specifying signature by field name * pdfunite: Fix crashes on malformed files * pdfunite: Fix potential memory leak of docs Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* php: upgrade 8.1.9 -> 8.1.10wangmy2022-09-131-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* modemmanager: upgrade 1.18.10 -> 1.18.12wangmy2022-09-131-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hwdata: upgrade 0.361 -> 0.362wangmy2022-09-131-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ctags: upgrade 5.9.20220828.0 -> 5.9.20220904.0wangmy2022-09-131-1/+1
| | | | | | | | | Changelog: =========== docs(man): remove unexpected newline from the rendered verilog man page Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* boost-sml: upgrade 1.1.5 -> 1.1.6wangmy2022-09-131-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>