summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-connectivity
Commit message (Collapse)AuthorAgeFilesLines
* recipes: Drop remaining PR values from recipesMartin Jansa2024-03-171-1/+0
| | | | | | | | | | | | * as oe-core did in: https://git.openembedded.org/openembedded-core/commit/?id=d4c346e8ab * when people are have to maintain own PRs for recipes in oe-core, they might add them for meta-oe recipes at the same time when upgrading to next LTS Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* remove obsolete PIP_INSTALL_PACKAGE and PIP_INSTALL_DIST_PATHalperak2024-03-091-2/+0
| | | | | | | All downloaded files and sstates for the recipes were cleaned, build was got from stratch and no errors were encoutered. Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-python: drop ${PYTHON_PN}Tim Orling2024-02-192-4/+4
| | | | | | | python 2 is long unsupported, so we no longer need this variable. Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-python: Drop broken BBCLASSEXTEND variantsRichard Purdie2023-10-241-1/+1
| | | | | | | | | | | | | | | | | | The command "bitbake universe -c fetch" currently throws a ton of warnings as there are many 'impossible' dependencies. In some cases these variants may never have worked and were just added by copy and paste of recipes. In some cases they once clearly did work but became broken somewhere along the way. Users may also be carrying local bbappend files which add further BBCLASSEXTEND. Having universe fetch work without warnings is desireable so clean up the broken variants. Anyone actually needing something dropped here can propose adding it and the correct functional dependencies back quite easily. This also then ensures we're not carrying or fixing things nobody uses. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-gsocketpool: add missing run-time dependenciesBartosz Golaszewski2023-06-241-1/+4
| | | | | | | Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-gsocketpool: stop using PYTHON_PNBartosz Golaszewski2023-06-241-1/+1
| | | | | | | We no longer support python2 so use python3 explicitly. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-gsocketpool: drop unneeded DEPENDSBartosz Golaszewski2023-06-241-1/+1
| | | | | | | This package doesn't depend on python3-gevent at build-time. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-hpack: add missing run-time dependenciesBartosz Golaszewski2023-06-241-0/+2
| | | | | | | Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-txws: add missing run-time dependenciesBartosz Golaszewski2023-06-061-0/+5
| | | | | | | Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-thrift: add missing run-time dependenciesBartosz Golaszewski2023-06-061-0/+1
| | | | | | | Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-thrift: don't use PYTHON_PN and improve coding styleBartosz Golaszewski2023-06-061-4/+4
| | | | | | | | We no longer support python2. Drop PYTHON_PN and use python3 explicitly. While at it: make indentation consistent. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* .patch: fix Upstream-Status formatting issues reported by patchreview tool ↵Martin Jansa2023-02-241-1/+1
| | | | | | | from oe-core Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-python: fix Upstream-Status formatYi Zhao2023-02-241-5/+5
| | | | | Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* .patch: fix Signed-off-by formatting issues reported by patchreview tool ↵Martin Jansa2023-01-271-1/+1
| | | | | | | from oe-core Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyconnman: Add 'future' runtime dependencyMarcus Flyckt2022-06-301-1/+1
| | | | | | | | pyconnman has an install_requires on 'future', but the corresponding 'python3-future' is missing from the recipes RDEPENDS. Signed-off-by: Marcus Flyckt <mafl@kvaser.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-thrift: upgrade 0.15.0 -> 0.16.0wangmy2022-04-061-1/+1
| | | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* recipes: Update LICENSE variable to use SPDX license identifiersKhem Raj2022-03-041-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-txws: Define PIP_INSTALL_PACKAGEKhem Raj2022-03-031-0/+1
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-pyro4: upgrade 4.81 -> 4.82Xu Huan2022-01-041-1/+1
| | | | | | | | | | | | changelog: =============================================================================== fixed @expose issue on static method/classmethod due to API change in Python 3.10 switched from travis to using github actions for CI builds and tests Python 3.10 is now included in the unit test runs Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* recipes: Update SRC_URI branch and protocolsRichard Purdie2021-11-031-1/+1
| | | | | | | | | This patch updates SRC_URIs using git to include branch=master if no branch is set and also to use protocol=https for github urls as generated by the conversion script in OE-Core. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-thrift: Upgrade 0.13.0 -> 0.15.0Leon Anavi2021-10-281-3/+2
| | | | | | | | | | | | | | | | | | | | Upgrade to release 0.15.0: - possible collisions at VOID type with some 3rd-party libraries on Haxe cpp targets - deprecate netstd "Async" method postfix - go: NewTSocketConf and NewTSSLSocketConf no longer return an error - Deprecate/remove ActionScript 3 support - version of thrift-maven-plugin is not sync with the main project - AppVeyor CI tries to download outdated cmake - build: autotools: add foreign to AM_INIT_AUTOMAKE License-Update: Check a single line from PKG-INFO. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-h2: update to 4.1.0Oleksandr Kravchuk2021-10-181-2/+1
| | | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-pyro4: upgrade 4.80 -> 4.81zangrc2021-09-271-2/+1
| | | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* Convert to new override syntaxMartin Jansa2021-08-036-9/+9
| | | | | | | | | | This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python3-pytun: upgrade 2.3.0 -> 2.4.1zhengruoqin2021-07-201-2/+1
| | | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-priority: Upgrade 1.3.0 -> 2.0.0Leon Anavi2021-07-061-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 2.0.0: - Python 3.6 is the minimal support Python version. - Support for Python 3.7 has been added. - Support for Python 3.8 has been added. - Support for Python 3.9 has been added. - Support for Python 2.7 has been removed. - Support for Python 3.3 has been removed. - Support for Python 3.4 has been removed. - Support for Python 3.5 has been removed. - Support for PyPy (Python 2.7 compatible) has been removed. - Add type hints throughout and support PEP 561 via a py.typed file. This should allow projects to type check their usage of this dependency. - Throw TypeError when creating a priority tree with a maximum_streams value that is not an integer. - Throw ValueError when creating a priority tree with a maximum_streams value that is not a positive integer. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-thrift: support native recipePascal Bach2021-06-281-0/+2
| | | | | | | | This is needed for meta-codechecker to communicate to the server Signed-off-by: Pascal Bach <pascal.bach@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-hyperframe: Upgrade 6.0.0 -> 6.0.1Leon Anavi2021-04-221-2/+1
| | | | | | | | | | | Upgrade to release 6.0.1 with the following API changes: - Added support for Python 3.9 - Added type hints Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* gateone: Cleanup assets for removed recipeAndrei Gherzan2021-02-044-91/+0
| | | | | | | | | We removed this recipe in 809de9b0572b8ea234af6141f73deaf2010bc54e but the recipe related files (for example configuration) were left behind. This patch cleans that up. Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-mprpc: remove the recipeAlexander Kanavin2020-11-021-13/+0
| | | | | | | | | The project has been abandoned for a few years now, and no longer builds with python 3.9. Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-h2: Upgrade 3.2.0 -> 4.0.0Leon Anavi2020-09-231-3/+3
| | | | | | | | | | | | | | | | | Upgrade to release 4.0.0: - Support for Python 2.7 has been removed. - Support for Python 3.4 has been removed. - Support for Python 3.5 has been removed. - Support for PyPy (Python 2.7 compatible) has been removed. - Support for Python 3.8 has been added. - Receiving DATA before HEADERS now raises a ProtocolError. License-Update: Update copyright year to 2020. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-hyperframe: Upgrade 5.2.0 -> 6.0.0Leon Anavi2020-09-151-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 6.0.0: API Changes (Backward-incompatible): - Introduce HyperframeError base exception class for all errors raised within hyperframe. - Change exception base class of UnknownFrameError to HyperframeError - Change exception base class of InvalidPaddingError to HyperframeError - Change exception base class of InvalidFrameError to HyperframeError - Invalid frames with wrong stream id (zero vs. non-zero) now raise InvalidDataError. - Invalid SETTINGS frames (non-empty but ACK) now raise InvalidDataError. - Invalid ALTSVC frames with non-bytestring field or origin now raise InvalidDataError. API Changes (Backward-compatible) - Deprecate total_padding - use pad_length instead. - Improve repr() output for all frame classes. - Introduce Frame.explain(data) for quick introspection of raw data. Bugfixes - Fixed padding parsing for PushPromiseFrame. - Fixed unchecked frame length for PriorityFrame. It now correctly raises InvalidFrameError. - Fixed promised stream id validation for PushPromiseFrame. It now raises InvalidDataError. - Fixed unchecked frame length for WindowUpdateFrame. It now correctly raises InvalidFrameError. - Fixed window increment value range validation. It now raises InvalidDataError. - Fixed parsing of SettingsFrame with mutual exclusion of ACK flag and payload. Other Changes - Removed support for Python 2.7, 3.4, 3.5, pypy. - Added support for Python 3.8. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-gsocketpool: Consolidate in a single fileLeon Anavi2020-09-072-14/+12
| | | | | | | | Consolidate inc and bb files into a single bb file. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-mprpc: Consolidate in a single fileLeon Anavi2020-09-072-15/+13
| | | | | | | | Consolidate inc and bb files into a single bb file. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-hyperframe: Consolidate in a single fileLeon Anavi2020-09-072-12/+9
| | | | | | | | Consolidate inc and bb files into a single bb file. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-priority: Consolidate in a single fileLeon Anavi2020-09-072-12/+9
| | | | | | | | Consolidate inc and bb files into a single bb file. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-hpack: Upgrade 3.0.0 -> 4.0.0Leon Anavi2020-09-021-2/+2
| | | | | | | | | | | | | | Upgrade to release 4.0.0: - Remove support for Python 2.7, 3.4 and 3.5. - Add support for Python 3.8. - Performance improvement of static header search. Use dict search instead of linear search. - Fix debug output of headers during encoding. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-hpack: Consolidate in a single fileLeon Anavi2020-09-022-12/+9
| | | | | | | | Consolidate inc and bb files into a single bb file. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyconnman: Consolidate in a single fileLeon Anavi2020-07-102-15/+10
| | | | | | | | Consolidate inc and bb files into a single bb file. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-h2: Upgrade 3.1.1 -> 3.2.0Leon Anavi2020-07-031-2/+2
| | | | | | | | | | | | | | | Upgrade to release 3.2.0: - Receiving DATA frames on closed (or reset) streams now properly emit a WINDOW_UPDATE to keep the connection flow window topped up. - h2.config.logger now uses a trace(...) function, in addition to debug(...). If you defined a custom logger object, you need to handle these new function calls. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-h2: Consolidate in a single fileLeon Anavi2020-07-032-14/+11
| | | | | | | | Consolidate inc and bb files into a single bb file. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyro4: Upgrade 4.77 -> 4.80Leon Anavi2020-06-291-2/+2
| | | | | | | | | | | | | | | | | | | Upgrade to release 4.80: - fix possible race condition when creating instances with instancemode "single" - cython compatibility fix - removed explicit version checks of dependencies such as serpent. This fixes crash error when dealing with prerelease versions that didn't match the pattern. - stick to an older serpent library version to install as a dependency when installing on old python versions - explain the delay and threading in the distributed-computing2 example Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pytun: Consolidate in a single fileLeon Anavi2020-06-262-3/+1
| | | | | | | | Consolidate inc and bb files into a single bb file. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-h2: Add missing RDEPENDS on hpack and hyperframeJonatan Pålsson2020-02-231-0/+2
| | | | | Signed-off-by: Jonatan Pålsson <jonatan.p@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gateone: Delete, moved to meta-python2Khem Raj2020-01-221-85/+0
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* telepathy-python3: Correct rdep to use py3 dbus moduleKhem Raj2020-01-221-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyro4: Remove absent py3 modules from rdepsKhem Raj2020-01-221-2/+0
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-txws: Fix deps to py3 modulesKhem Raj2020-01-221-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* telepathy-python: Rename to telepathy-python3Khem Raj2020-01-224-5/+7
| | | | | | | This avoid recipe conflict with py2 version and adjust to delete __pycache__ files which are py3 specific Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-python: update recipes to use python3 classesAndrey Zhizhikin2020-01-222-2/+2
| | | | | | | | Update recipes to use python3 classes instead of deprecated python2 variants. Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>