python3-sphinx: upgrade 4.4.0 -> 4.5.0

Message ID 1649312356-25963-4-git-send-email-xuhuan.fnst@fujitsu.com
State Accepted, archived
Commit 135f625a4d34a92ba09494d651bad057c32f3352
Headers show
Series python3-sphinx: upgrade 4.4.0 -> 4.5.0 | expand

Commit Message

XU Huan April 7, 2022, 6:19 a.m. UTC
From: Xu Huan <xuhuan.fnst@fujitsu.com>

License-Update:
- The following description added to "License for Sphinx":
  # +Unless otherwise indicated, all code in the Sphinx project is licenced under the
  # +two clause BSD licence below.

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
---
 .../{python3-sphinx_4.4.0.bb => python3-sphinx_4.5.0.bb}      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-devtools/python/{python3-sphinx_4.4.0.bb => python3-sphinx_4.5.0.bb} (84%)

Comments

Richard Purdie April 7, 2022, 9:58 p.m. UTC | #1
On Thu, 2022-04-07 at 14:19 +0800, xuhuan.fnst@fujitsu.com wrote:
> From: Xu Huan <xuhuan.fnst@fujitsu.com>
> 
> License-Update:
> - The following description added to "License for Sphinx":
>   # +Unless otherwise indicated, all code in the Sphinx project is licenced under the
>   # +two clause BSD licence below.

Are there pieces of the code which use BSD-3-Clause or MIT? Do we need to update
LICENSE?

Cheers,

Richard

> 
> Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
> ---
>  .../{python3-sphinx_4.4.0.bb => python3-sphinx_4.5.0.bb}      | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>  rename meta/recipes-devtools/python/{python3-sphinx_4.4.0.bb => python3-sphinx_4.5.0.bb} (84%)
> 
> diff --git a/meta/recipes-devtools/python/python3-sphinx_4.4.0.bb b/meta/recipes-devtools/python/python3-sphinx_4.5.0.bb
> similarity index 84%
> rename from meta/recipes-devtools/python/python3-sphinx_4.4.0.bb
> rename to meta/recipes-devtools/python/python3-sphinx_4.5.0.bb
> index 97ec2619cb..f4d27f3275 100644
> --- a/meta/recipes-devtools/python/python3-sphinx_4.4.0.bb
> +++ b/meta/recipes-devtools/python/python3-sphinx_4.5.0.bb
> @@ -2,11 +2,11 @@ DESCRIPTION = "Python documentation generator"
>  HOMEPAGE = "http://sphinx-doc.org/"
>  SECTION = "devel/python"
>  LICENSE = "BSD-2-Clause & MIT & BSD-3-Clause"
> -LIC_FILES_CHKSUM = "file://LICENSE;md5=de4349dda741c550eb8b20f6b92f38d7"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=72c536e78c21c567311b193fe00cd253"
>  
>  PYPI_PACKAGE = "Sphinx"
>  
> -SRC_URI[sha256sum] = "6caad9786055cb1fa22b4a365c1775816b876f91966481765d7d50e9f0dd35cc"
> +SRC_URI[sha256sum] = "7bf8ca9637a4ee15af412d1a1d9689fec70523a68ca9bb9127c2f3eeb344e2e6"
>  
>  inherit setuptools3 pypi
>  
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#164101): https://lists.openembedded.org/g/openembedded-core/message/164101
> Mute This Topic: https://lists.openembedded.org/mt/90307725/1686473
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [richard.purdie@linuxfoundation.org]
> -=-=-=-=-=-=-=-=-=-=-=-
>

Patch

diff --git a/meta/recipes-devtools/python/python3-sphinx_4.4.0.bb b/meta/recipes-devtools/python/python3-sphinx_4.5.0.bb
similarity index 84%
rename from meta/recipes-devtools/python/python3-sphinx_4.4.0.bb
rename to meta/recipes-devtools/python/python3-sphinx_4.5.0.bb
index 97ec2619cb..f4d27f3275 100644
--- a/meta/recipes-devtools/python/python3-sphinx_4.4.0.bb
+++ b/meta/recipes-devtools/python/python3-sphinx_4.5.0.bb
@@ -2,11 +2,11 @@  DESCRIPTION = "Python documentation generator"
 HOMEPAGE = "http://sphinx-doc.org/"
 SECTION = "devel/python"
 LICENSE = "BSD-2-Clause & MIT & BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=de4349dda741c550eb8b20f6b92f38d7"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=72c536e78c21c567311b193fe00cd253"
 
 PYPI_PACKAGE = "Sphinx"
 
-SRC_URI[sha256sum] = "6caad9786055cb1fa22b4a365c1775816b876f91966481765d7d50e9f0dd35cc"
+SRC_URI[sha256sum] = "7bf8ca9637a4ee15af412d1a1d9689fec70523a68ca9bb9127c2f3eeb344e2e6"
 
 inherit setuptools3 pypi