diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2020-09-01 11:11:44 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-09-02 08:55:18 -0700 |
| commit | 0acb66431595de1d45392b0561552fe179460450 (patch) | |
| tree | aba01c927257b6f370c691f05fb18324eabd776a /meta-python/recipes-devtools/python/python3-traitlets_4.3.3.bb | |
| parent | d66235395ad1a6293cef460f72b165df6fa8af59 (diff) | |
| download | meta-openembedded-0acb66431595de1d45392b0561552fe179460450.tar.gz | |
python3-traitlets: Upgrade 4.3.3 -> 5.0.0
Upgrade to release 5.0.0:
Traitlets 5.0 is a new version of traitlets that accumulate
changes over a period of more close to four years; A number of
internal refactoring made the internal code structure cleaner and
simpler, and greatly improved the diagnostic error messages as
well has help and documentation generation. Major changes:
- Removal of Python 2 support,
- Removal of Python 3.0-3.6 support
- Follow NEP 29, and are thus Python 3.7+ only.
- Remove six as a dependency
- Remove funcsig as a dependency.
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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-traitlets_4.3.3.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-traitlets_4.3.3.bb | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/meta-python/recipes-devtools/python/python3-traitlets_4.3.3.bb b/meta-python/recipes-devtools/python/python3-traitlets_4.3.3.bb deleted file mode 100644 index edfb3abfaf..0000000000 --- a/meta-python/recipes-devtools/python/python3-traitlets_4.3.3.bb +++ /dev/null | |||
| @@ -1,18 +0,0 @@ | |||
| 1 | SUMMARY = "Traitlets Python config system" | ||
| 2 | HOMEPAGE = "http://ipython.org" | ||
| 3 | AUTHOR = "IPython Development Team <ipython-dev@scipy.org>" | ||
| 4 | LICENSE = "BSD" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING.md;md5=eec4de4d599518742e54e75954e33b46" | ||
| 6 | |||
| 7 | PYPI_PACKAGE = "traitlets" | ||
| 8 | |||
| 9 | SRC_URI[md5sum] = "3a4f263af65d3d79f1c279f0247077ef" | ||
| 10 | SRC_URI[sha256sum] = "d023ee369ddd2763310e4c3eae1ff649689440d4ae59d7485eb4cfbbe3e359f7" | ||
| 11 | |||
| 12 | RDEPENDS_${PN} = "\ | ||
| 13 | ${PYTHON_PN}-ipython-genutils \ | ||
| 14 | ${PYTHON_PN}-six \ | ||
| 15 | ${PYTHON_PN}-decorator \ | ||
| 16 | " | ||
| 17 | |||
| 18 | inherit setuptools3 pypi | ||
