Commit Graph

16 Commits

Author SHA1 Message Date
Wang Mingyu 8bbd98b2bb python-jsonschema: 3.1.1 -> 3.2.0
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>
2019-12-05 23:01:06 -08:00
Qi.Chen@windriver.com b77cc67691 python-jsonschema: add missing dependency
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-11-21 17:21:15 -08:00
Nicola Lunghi 5ad8fb181e python-jsonschema: add PACKAGECONFIG nongpl option
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>
2019-11-17 12:34:21 -08:00
Nicola Lunghi 90d119191f python-jsonschema: multiple fixes
- 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>
2019-11-17 12:34:21 -08:00
Ming Liu 2c84c0b9a0 python-jsonschema: RDEPENDS on python-importlib-metadata
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>
2019-11-06 06:32:14 -08:00
Zang Ruochen 01265fad4e python-jsonschema: upgrade 3.0.2 -> 3.1.1
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-10-17 08:33:53 -07:00
Bartosz Golaszewski f6fe7b3045 python-jsonschema: add python-setuptools-scm to RDEPENDS
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>
2019-09-20 19:09:05 -07:00
Ricardo Salveti fa6729a320 python-jsonschema: rdepends on attrs and pyrsistent
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>
2019-09-17 20:47:11 -07:00
Yuan Chao b534bf97b6 python-jsonschema: upgrade 2.6.0 -> 3.0.2
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>
2019-08-24 05:20:43 -07:00
Derek Straka df997e0747 Remove deprecated python3-subprocess from the RDEPENDS
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>
2018-01-26 17:28:12 -08:00
Derek Straka 49b6db7e66 Remove deprecated python3-textutils from the RDEPENDS
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>
2018-01-26 17:28:12 -08:00
Derek Straka ef52e99804 Remove deprecated python3-lang from the RDEPENDS
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>
2018-01-26 17:28:12 -08:00
Derek Straka 87cc37b072 Remove deprecated python3-re from the RDEPENDS
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>
2018-01-26 17:28:11 -08:00
Pascal Bach 12d09665bb python-jsonschema, python3-jsonschema: add vcversioner-native dependency
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>
2017-09-18 10:16:24 +02:00
Derek Straka c4b47e17df python-jsonschema: update to version 2.6.0
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-02-20 11:50:13 +01:00
Fabio Berton b7ab1526c2 python-jsonschema, python3-jsonschema: Add recipe for version 2.5.1
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>
2016-08-22 15:49:28 +02:00