summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-connectivity/python-pyro4
Commit message (Collapse)AuthorAgeFilesLines
* python3-*: Update recipes to correctly check the upstream packagesDerek Straka2024-12-191-0/+1
| | | | | | | | | | | | With the upstream check migrated to the simple repo API, a number of the recipes required updates to: 1. Remove outdated UPSTREAM_CHECK_REGEX checks 2. Add recipe specific UPSTREAM_CHECK_PYPI_PACKAGE definitions for packages that use '_', CamelCase, or other deviations from PEP625 in the source archive Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-python: drop ${PYTHON_PN}Tim Orling2024-02-191-3/+3
| | | | | | | 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>
* 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>
* 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-031-1/+1
| | | | | | | | | | 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-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-pyro4: Remove absent py3 modules from rdepsKhem Raj2020-01-221-2/+0
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-python: rename python2 recipes to python3 eqiuvalentAndrey Zhizhikin2020-01-221-1/+1
| | | | | | | | | | Rename recipes which were previously built with python2 to their python3 equivalents. Use new python3 classes (setuptools3) in those recipes. Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-pyro4: upgrade 4.73 -> 4.77Zang Ruochen2019-10-251-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-pyro4: update to version 4.73Derek Straka2018-07-121-3/+3
| | | | | | | License-Update: Update the license checksum based on whitespace changes Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-pyro4: update to version 4.63Derek Straka2017-11-301-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-pyro4: update to version 4.62Derek Straka2017-09-221-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pyro4: update to version 4.61Derek Straka2017-08-281-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pyro4: update to version 4.59Derek Straka2017-06-051-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pyro4: update to version 4.55Derek Straka2017-02-231-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pyro4: update to version 4.53Derek Straka2017-02-132-10/+18
| | | | | | | * Update license to reflect year change Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pyro4: update recipe to use the pypi classDerek Straka2016-07-111-8/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* Convert the DESCRIPTION tag to a SUMMARY tag for short summaries.Philip Balister2016-02-251-1/+1
| | | | | | | * Also update vcversioner to have correct SUMMARY and HOMEPAGE. Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pyro4: Add new recipe.Philip Balister2015-08-241-0/+16
Pyro4 allows remote execution of objects over the network. Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>