summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-jsonschema.inc
Commit message (Collapse)AuthorAgeFilesLines
* python3-jsonschema: Consolidate in a single fileLeon Anavi2020-06-081-48/+0
| | | | | | | | 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-jsonschema: 3.1.1 -> 3.2.0Wang Mingyu2019-12-051-4/+2
| | | | | | | | 0001-setup.cfg-add-non-GPL-format-option.patch Removed since it is included in 3.2.0 Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-jsonschema: add missing dependencyQi.Chen@windriver.com2019-11-211-0/+1
| | | | | Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-jsonschema: add PACKAGECONFIG nongpl optionNicola Lunghi2019-11-171-0/+11
| | | | | | | | | | | This is the backport of a patch upstream - 10f8a3e Add format validators as separate modules This will add a PACKAGECONFIG = "nongpl" option to include only dependencies not licensed under the GPL license. Signed-off-by: Nicola Lunghi <nick83ola@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-jsonschema: multiple fixesNicola Lunghi2019-11-171-4/+14
| | | | | | | | | | | | | | | - add second license file to LIC_FILES_CHKSUM for json module - add missing dependencies: six, datetime - add HOMEPAGE field Also: - add RDEPENDS for PACKAGECONFIG[format] for optional modules that are not always needed. In particular rfc3987 and strict-rfc3339 are GPLv3 modules. - add missing idna and jsonpointer modules for PACKAGECONFIG[format] Signed-off-by: Nicola Lunghi <nick83ola@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-jsonschema: RDEPENDS on python-importlib-metadataMing Liu2019-11-061-0/+1
| | | | | | | | | | This fixes a following runtime issue: | raise DistributionNotFound(req, requirers) | pkg_resources.DistributionNotFound: The 'importlib_metadata' | distribution was not found and is required by jsonschema Signed-off-by: Ming Liu <liu.ming50@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-jsonschema: upgrade 3.0.2 -> 3.1.1Zang Ruochen2019-10-171-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-jsonschema: add python-setuptools-scm to RDEPENDSBartosz Golaszewski2019-09-201-0/+1
| | | | | | | | The python-jsonschema package imports pkg_resources. Add setuptools-scm to RDEPENDS to satisfy this dependency. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-jsonschema: rdepends on attrs and pyrsistentRicardo Salveti2019-09-171-0/+2
| | | | | | | Release v3.0.2 requires python attrs and pyrsistent. Signed-off-by: Ricardo Salveti <ricardo@foundries.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-jsonschema: upgrade 2.6.0 -> 3.0.2Yuan Chao2019-08-241-3/+3
| | | | | | | Add dependency on setuptools-scm-native Signed-off-by: Yuan Chao <yuanc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Remove deprecated python3-subprocess from the RDEPENDSDerek Straka2018-01-261-1/+0
| | | | | | | | The python3-subprocess package was merged into core as part of the json manifest migration Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* Remove deprecated python3-textutils from the RDEPENDSDerek Straka2018-01-261-1/+0
| | | | | | | | The python3-textutils package was merged into core as part of the json manifest migration Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* Remove deprecated python3-lang from the RDEPENDSDerek Straka2018-01-261-1/+0
| | | | | | | | The python3-lang package was removed as part of the migration to the json manifest file. The functionality is now part of core Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* Remove deprecated python3-re from the RDEPENDSDerek Straka2018-01-261-1/+0
| | | | | | | | The python3-re package was removed as part of the migration to the json manifest file. The functionality is now part of core Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-jsonschema, python3-jsonschema: add vcversioner-native dependencyPascal Bach2017-09-181-0/+2
| | | | | | | | | | | If not added the setup.py will complain that it can't find vcversioner. The non native dependency is not working as the module is required during compilation not at runtime. Also the dependency is required for both the Python 2 and Python 3 version Signed-off-by: Pascal Bach <pascal.bach@siemens.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-jsonschema: update to version 2.6.0Derek Straka2017-02-201-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-jsonschema, python3-jsonschema: Add recipe for version 2.5.1Fabio Berton2016-08-221-0/+26
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>