diff options
| author | Tim Orling <ticotimo@gmail.com> | 2023-07-05 01:53:01 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-07-10 11:36:34 +0100 |
| commit | 28de7ad7315b7d8f53426e6113823fdd3f0ee220 (patch) | |
| tree | 55f833a5ebd83f32393272317898668403553c6c /meta/recipes-devtools/python | |
| parent | 034dc159c3693a661636117ff878abe1fa8baa9c (diff) | |
| download | poky-28de7ad7315b7d8f53426e6113823fdd3f0ee220.tar.gz | |
python3-pygments: upgrade 2.14.0 -> 2.15.1
* Upstream has dropped setup.py
* Inherit python_setuptools_build_meta instead of setuptools3
* Add self as maintainer, as this is a dependency for python3-sphinx
Adds some new lexers, updates a few others. A handful of bug fixes.
https://github.com/pygments/pygments/blob/2.15.1/CHANGES#L6
https://github.com/pygments/pygments/blob/2.15.1/CHANGES#L18
(From OE-Core rev: 22e2569ae4843071b2b48d026ca4742351baf6d1)
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
| -rw-r--r-- | meta/recipes-devtools/python/python3-pygments_2.15.1.bb (renamed from meta/recipes-devtools/python/python3-pygments_2.14.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python3-pygments_2.14.0.bb b/meta/recipes-devtools/python/python3-pygments_2.15.1.bb index 16769e9263..e0e477100e 100644 --- a/meta/recipes-devtools/python/python3-pygments_2.14.0.bb +++ b/meta/recipes-devtools/python/python3-pygments_2.15.1.bb | |||
| @@ -4,8 +4,8 @@ HOMEPAGE = "http://pygments.org/" | |||
| 4 | LICENSE = "BSD-2-Clause" | 4 | LICENSE = "BSD-2-Clause" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=36a13c90514e2899f1eba7f41c3ee592" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=36a13c90514e2899f1eba7f41c3ee592" |
| 6 | 6 | ||
| 7 | inherit setuptools3 | 7 | inherit python_setuptools_build_meta |
| 8 | SRC_URI[sha256sum] = "b3ed06a9e8ac9a9aae5a6f5dbe78a8a58655d17b43b93c078f094ddc476ae297" | 8 | SRC_URI[sha256sum] = "8ace4d3c1dd481894b2005f560ead0f9f19ee64fe983366be1a21e171d12775c" |
| 9 | 9 | ||
| 10 | DEPENDS += "\ | 10 | DEPENDS += "\ |
| 11 | ${PYTHON_PN} \ | 11 | ${PYTHON_PN} \ |
