From a495ea5db56eb62ef50e5eaf1907ab4d3a16afc1 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 16 Oct 2020 04:26:00 +0000 Subject: [PATCH] python3-pygments: upgrade 2.6.1 -> 2.7.1 --- ...nts_2.6.1.bb => python3-pygments_2.7.1.bb} | 24 ++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) rename meta/recipes-devtools/python/{python3-pygments_2.6.1.bb => python3-pygments_2.7.1.bb} (31%) diff --git a/meta/recipes-devtools/python/python3-pygments_2.6.1.bb b/meta/recipes-devtools/python/python3-pygments_2.7.1.bb similarity index 31% rename from meta/recipes-devtools/python/python3-pygments_2.6.1.bb rename to meta/recipes-devtools/python/python3-pygments_2.7.1.bb index bffef59e69..8d87e26eb5 100644 --- a/meta/recipes-devtools/python/python3-pygments_2.6.1.bb +++ b/meta/recipes-devtools/python/python3-pygments_2.7.1.bb @@ -1,12 +1,30 @@ +# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'. +# The following is the difference between the old and the new license text. +# Please update the LICENSE value if needed, and summarize the changes in +# the commit message via 'License-Update:' tag. +# (example: 'License-Update: copyright years updated.') +# +# The changes: +# +# --- LICENSE +# +++ LICENSE +# @@ -1,4 +1,4 @@ +# -Copyright (c) 2006-2019 by the respective authors (see AUTHORS file). +# +Copyright (c) 2006-2020 by the respective authors (see AUTHORS file). +# All rights reserved. +# +# Redistribution and use in source and binary forms, with or without +# +# + SUMMARY = "Pygments is a syntax highlighting package written in Python." DESCRIPTION = "Pygments is a syntax highlighting package written in Python." HOMEPAGE = "http://pygments.org/" LICENSE = "BSD-2-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=e1d7b7bffbfeaa14083fd2bd3236aea8" +LIC_FILES_CHKSUM = "file://LICENSE;md5=1f5d0c4cf38dfc8122c00d6f1a97a0cc" inherit setuptools3 -SRC_URI[md5sum] = "a48c5219de92f12c41acba814730b31a" -SRC_URI[sha256sum] = "647344a061c249a3b74e230c739f434d7ea4d8b1d5f3721bc0f3558049b38f44" +SRC_URI[sha256sum] = "926c3f319eda178d1bd90851e4317e6d8cdb5e292a3386aac9bd75eca29cf9c7" DEPENDS += "\ ${PYTHON_PN} \ -- 2.18.4