aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2022-02-28python3-meh: patch to use setuptoolstimo/pyprojecttomlTim Orling
* Add patch to switch from 'distutils' to 'setuptools' * Set PIP_INSTALL_PACKAGE = "python_meh" * Install files to ${datadir} as intended Signed-off-by: Tim Orling <tim.orling@konsulko.com>
2022-02-28python3-pyiface: upgrade to latest gitTim Orling
Upstream hasn't done a release, but has commits which among other things switches from distutils to setuptools. Now DEPENDS on python3-setuptools-scm-native Set PV to what the version of the 'wheel' is. Signed-off-by: Tim Orling <tim.orling@konsulko.com>
2022-02-28python3-pynetlinux: patch to use setuptoolsTim Orling
setup.py bdist_wheel does not work with distutils (which is deprecated anyway). Add a patch to switch to setuptools to allow the wheel to be built. Signed-off-by: Tim Orling <tim.orling@konsulko.com>
2022-02-28python3-sdnotify: patch to use setuptoolsTim Orling
setup.py bdist_wheel does not work with distutils (which is deprecated anyway). Add a patch to switch to setuptools to allow the wheel to be built. Signed-off-by: Tim Orling <tim.orling@konsulko.com>
2022-02-28python3-smbus: fix wheel buildTim Orling
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
2022-02-27python3-confobj: backport patch for setuptoolsTim Orling
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
2022-02-27[WIP] python3-slip-dbus: patch to use setuptoolsTim Orling
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
2022-02-27python3-systemd: patch to use setuptoolsTim Orling
setup.py bdist_wheel does not work with ditutils (which is deprecated anyway). Add a patch to switch to setuptools to allow wheel to be built. Signed-off-by: Tim Orling <tim.orling@konsulko.com>
2022-02-27python3-twofish: patch to use setuptoolsTim Orling
setup.py bdist_wheel does not work with distutils (which is deprecated anyway). Add a patch to switch to setuptools to allow wheel to be built. Signed-off-by: Tim Orling <tim.orling@konsulko.com>
2022-02-27python3-pako: remove duplicate LICENSETim Orling
The LICENSE is already included in the wheel and therefore packaged like any other wheel. Remove the duplicate LICENSE erroneously installed in /usr/pako/LICENSE. Signed-off-by: Tim Orling <tim.orling@konsulko.com>
2022-02-27[WIP] python3-blivet: fix wheel buildTim Orling
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
2022-02-27python3-geomet: fix wheel buildTim Orling
Recipe does not inherit pypi nor would PN be a good guess at the name of the wheel. Set PIP_INSTALL_PACKAGE appropriately. Signed-off-by: Tim Orling <tim.orling@konsulko.com>
2022-02-27python3-monotonic: fix wheel buildTim Orling
Recipe does not inherit pypi nor would PN be a good guess for the wheel name so set PIP_INSTALL_PACKAGE appropriately. Signed-off-by: Tim Orling <tim.orling@konsulko.com>
2022-02-27python3-pykickstart: fix wheel buildTim Orling
Recipe does not inherit pypi, nor is PN a reasonable guess for the wheel name so set PIP_INSTALL_PACKAGE appropriately. The wheel is built in ${S}/dist rather than ${B}/dist so set PIP_INSTALL_DIST_PATH appropriately. Signed-off-by: Tim Orling <tim.orling@konsulko.com>
2022-02-27python3-xlrd: fix wheel buildTim Orling
Recipe does not inherit pypi nor would PN resolve to a useful name for the wheel. Set PIP_INSTALL_PACKAGE appropriately. Recipe builds wheel in ${S}/dist so set PIP_INSTALL_DIST_PATH appropriately. Signed-off-by: Tim Orling <tim.orling@konsulko.com>
2022-02-27python3-pillow: fix wheel buildTim Orling
Recipe does not inherit pypi nor would PN resolve to the name of the wheel so we must set PIP_INSTALL_PACKAGE appropriately. The recipe also builds its wheel in ${S}/dist so we must set PIP_INSTALL_DIST_PATH appropriately. Signed-off-by: Tim Orling <tim.orling@konsulko.com>
2022-02-27ptyhon3-ipy: drop recipeTim Orling
Does not build with bdist_wheel. If you need this package please work with upstream to update to PEP-517 packaging. Signed-off-by: Tim Orling <tim.orling@konsulko.com>
2022-02-27python3-twisted: also ship Twisted-*.dist-infoTim Orling
With the PEP-517 packaging, we need to ship additional FILES-${PN} (the wheel dist-info standard files). This recipe may be overly complicated. This commit is only an attempt to fix the install of the wheel. Signed-off-by: Tim Orling <tim.orling@konsulko.com>
2022-02-27python3-pyserial: also remove /usr/bin/__pycache__Tim Orling
PEP-517 packaging tries to also ship ${bindir}/__pycache__, since we are removing all the scripts from ${bindir}, remove the cache as well. Signed-off-by: Tim Orling <tim.orling@konsulko.com>
2022-02-27python3-ptyprocess: inherit flit_coreTim Orling
Upstream provides a pyproject.toml which declares a flit_core.buildapi build backend for PEP-517 packaging. Signed-off-by: Tim Orling <tim.orling@konsulko.com>
2022-02-27python3-cvxopt: fix wheel buildTim Orling
This recipe does not inherit pypi nor have a PN pattern that naïvely matches to PN. Set PIP_INSTALL_PACKAGE appropriately. Signed-off-by: Tim Orling <tim.orling@konsulko.com>
2022-02-27python3-distutils-extra; merge inc, fix wheel buildTim Orling
We have not supported Python2 for quite some time now, so there is no reason to maintain a separate inc file. This recipe does not inherit pypi and the PN does not match the built wheel. Set PIP_INSTALL_PACKAGE appropriately so the wheel can be found. Signed-off-by: Tim Orling <tim.orling@konsulko.com>
2022-02-27python3-backcall: inherit flit_coreTim Orling
Upstream provides a pyproject.toml which declares the flit_core.buildapi backend for PEP-517 packaging. Signed-off-by: Tim Orling <tim.orling@konsulko.com>
2022-02-27[WIP] python3-lark: add v1.0.0Tim Orling
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
2022-02-27[WIP] python3-tomlkit: add v0.8.0Tim Orling
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
2022-02-27poetry_core: add helper classTim Orling
poetry.core.masonry.api is one of the common PEP-517 build backends. Signed-off-by: Tim Orling <tim.orling@konsulko.com>
2022-02-27python3-poetry-core: add v1.0.7Tim Orling
A PEP 517 build backend implementation developed for Poetry. This project is intended to be a light weight, fully compliant, self-contained package allowing PEP 517 compatible build frontends to build Poetry managed projects. Signed-off-by: Tim Orling <tim.orling@konsulko.com>
2022-02-25python3-twisted: inherit setuptools_build_metaTim Orling
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
2022-02-25python3-pyruvate: fix wheel buildTim Orling
Like python3-setuptools-rust-native, the wheel is being built in ${S}/dist rather than ${B}/dist so set PIP_INSTALL_DIST_PATH accordingly. Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-02-25python3-cryptography: fix wheel buildTim Orling
Like python3-setuptools-rust-native, this is building its wheel in ${S}/dist rather than ${B}/dist. Set PIP_INSTALL_DIST_PATH accordingly. Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-02-25python3-setuptools-rust-native: fix wheel buildTim Orling
Add comment that setuptools_build_meta is currently broken and stick with setuptools3 for now. For some reason, the wheel is built in ${S}/dist and not ${B}/dist. Set PIP_INSTALL_DIST_PATH accordingly as a workaround. Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-02-25python3-charset-normalizer: Upgrade 2.0.10 -> 2.0.12Leon Anavi
Upgrade to release 2.0.12: - ASCII miss-detection on rare cases - Explicit support for Python 3.11 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-02-25python3-transitions: Upgrade 0.8.10 -> 0.8.11Leon Anavi
Upgrade to release 0.8.11: - Rewrote an async test and replaced setDaemon with daemon property assignment for thread handling Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-02-25python3-prettytable: Upgrade 2.4.0 -> 3.1.1Leon Anavi
Upgrade to release 3.1.1: - Drop support for EOL Python 3.6 - Use <caption> tags to print html table titles - Add colorful tables and themes - Convert None to empty cell or custom value - Resolve "KeyError" issue on _stringify_row Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-02-25distutils*.bbclass: move from oe-coreTim Orling
distutils has been deprecated in Python 3.10 and will be removed in Python 3.12 (predicted release date October 2023). For now, move these classes from oe-core to allow users to migrate. A deprecation warning has been added to each class. Documentation is also being dropped in oe-core, but users can refer to 3.4 documentation for the legacy variables and classes. [YOCTO #14610] Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-02-25python3-anyjson: Drop recipeKhem Raj
anyjson is inactive [1] moreover does not have wheel support there is drop-in replacement to use oslo.serialization if needed we can accept such a recipe if submitted [1] https://snyk.io/advisor/python/anyjson Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Tim Orling <tim.orling@konsulko.com>
2022-02-25layer.conf: change layer priority to match oe-coreRoss Burton
Layer priority is the ultimate decider of what recipe is used: if layer A has recipe foo_1 and layer B has recipe foo_2, if layer A's priority is higher than B then foo_1 will be used, even though the version in B is higher, and even if PREFERRED_VERSION_foo is set to 2. This complicates recipes moving between layers, for example when a newer version of a recipe (say, python3-wheel) is taken from a layer with a higher priority (say, meta-python) and moved to a layer with a lower priority (say, oe-core) then it has to be removed before it is added: there is no way to have it in both layers and work correctly. Higher priorities are useful in distribution layers where you may want to override specific recipes without any other fuss. However as all of the layers in meta-oe simply add more recipes in defined areas, there's no need to have a higher layer priority. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-02-25netdata: added enable/disable cloud config.Kas User
The json-c dependancy is only needed when cloud is enabled. Almost no inpact on the size of the package. Default disabled. Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-02-24openldap: Use renamed variable CVE_CHECK_IGNOREKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-02-24openldap: add CVE-2015-3276 to allowlistMatsunaga-Shinji
CVE-2015-3276 has no target code. Signed-off-by: Matsunaga-Shinji <shin.matsunaga@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-02-24netplan: Add knob to enable testsKhem Raj
this puts python3-nose away from default requirements, nose dependency should eventually be removed and perhaps converted to pytest Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-02-24All layers: Follow oe-core's variable name changesAndreas Müller
Auto rename performed by oe-core's convert-variable-renames.py 0.1 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-02-24spice-protocol: upgrade 0.14.3 -> 0.14.4Wang Mingyu
Major changes in 0.14.4 ======================= * Fix enum deprecation warning for visual studio * Fix documentation typos in stream-device.h Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-02-24tcpreplay: upgrade 4.4.0 -> 4.4.1Wang Mingyu
Changelog: ========= Bug #708 fix support for feeding PCAP files from STDIN Bug #705 fix Debian/kfreebsd build Bug #704 fix typos Bug #703 safeguard against corrupt packet lengths in checksum functions Bug #702 fix double free in Juniper DLT Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-02-24wolfssl: upgrade 5.1.0- > 5.2.0Wang Mingyu
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-02-24remmina: upgrade 1.4.23 -> 1.4.24Wang Mingyu
Changelog: ========= Contribution section added to issue template Language of VNC encoding cleaned up Remmina Hardening and Compliance Remmina_preferences language reworked Resolve "Follow-up from "Remmina_preferences language reworked"" Encryption level language reworked Confirm on close of window Adding flush and cairo clean up Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-02-24soci: upgrade 4.0.2 -> 4.0.3Wang Mingyu
0001-Fix-build-when-SIGSTKSZ-is-no-longer-a-constant.patch removed since it's included in 4.0.3 Version 4.0.3 differs from 4.0.2 in the following ways: ======================================================== Changes affecting all or multiple backends: - Fix opening sessions from pool (#891). - Fix default backend search path (#928). - Fix build with latest glibc versions where SIGSTKSZ is not constant (#886). - Document using SOCI as a CMake subdirectory (#925). - Document using SOCI with Conan (#877). Backend-specific changes: - MySQL - Implement get_table_names() for MySQL (#927). - Fix MySQL backend build with MySQL >= 8 (#884). - Fix mysql_library_end() in multithreaded environment (#909). - Make mysql_soci_error::get_error_category() more useful (#902). - ODBC - Fix several bugs in vector into code (#888, #892). - Fix memory leaks in case of SQLNumResultCols() failure. - Export odbc_session_backend::get_database_product() from DLL. - Oracle - Add support for detecting Oracle 20 and 21 to CMake (#896). - PostgreSQL - Fix compilation when "free" is redefined somewhere else. - SQLite3 - Fix bulk operations with vectors of size 1 in SQLite3 backend (#908). - Firebird - Suppress FB memory leaks Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-02-24tree: upgrade 2.0.1 -> 2.0.2Wang Mingyu
Changelog: ========= - Okay, apparently the stddata addition is causing havoc (who knew how many scripts just haphazardly hand programs random file descriptors, that's surely not a problem.) Going forward the stddata option will only work if the environment variable STDDATA_FD is present or set to the descriptor to produce the JSON output on. - Fix HTML url output issue. It was definitely broken in the 2.0.0 release, and this should normalize it with respect to older versions. - Update MANPATH for OS X - Fixed an error with * in the patchmatch code where *foo*bar would match *foo alone. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-02-24zchunk: upgrade 1.1.16 -> 1.2.0Wang Mingyu
Release zchunk 1.2.0 with the following changes: * Now builds for Windows * Can set '--uncompressed' flag when creating zchunk files to also store uncompressed digests * 'zck_read_header' now indicates whether there's a dictionary and what flags are enabled in the zchunk file * Minimum meson version required to build zchunk is now 0.53 * Switched to use GitHub actions for automated testing * Added the following automated test environments: * 'centos-8-stream' * 'centos-9-stream' * 'ubuntu-lts' * 'windows', both using Mamba and meson-wrap * 'macos' Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-02-24python3-oauthlib: Drop redundant nose dependencyKhem Raj
Add pytest module dependency for testing nose has been dropped upstream too [1] [1] https://github.com/oauthlib/oauthlib/commit/037453c6f92b502eaae2acafe11161e4bb2e38bb Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>