All of lore.kernel.org
 help / color / mirror / Atom feed
* [OE-core] [PATCH] python3-dbusmock: upgrade 0.27.3 -> 0.27.5
@ 2022-04-07  6:19 XU Huan
  2022-04-07  6:19 ` [OE-core] [PATCH] python3-hypothesis: upgrade 6.39.5 -> 6.41.0 XU Huan
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: XU Huan @ 2022-04-07  6:19 UTC (permalink / raw)
  To: openembedded-core; +Cc: Xu Huan

From: Xu Huan <xuhuan.fnst@fujitsu.com>

Changelog:
=========
bluez and accountsservice templates: Drop default arguments from D-Bus methods

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
---
 .../{python3-dbusmock_0.27.3.bb => python3-dbusmock_0.27.5.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-dbusmock_0.27.3.bb => python3-dbusmock_0.27.5.bb} (83%)

diff --git a/meta/recipes-devtools/python/python3-dbusmock_0.27.3.bb b/meta/recipes-devtools/python/python3-dbusmock_0.27.5.bb
similarity index 83%
rename from meta/recipes-devtools/python/python3-dbusmock_0.27.3.bb
rename to meta/recipes-devtools/python/python3-dbusmock_0.27.5.bb
index 5febdae1bd..852d1555be 100644
--- a/meta/recipes-devtools/python/python3-dbusmock_0.27.3.bb
+++ b/meta/recipes-devtools/python/python3-dbusmock_0.27.5.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "https://pypi.org/project/python-dbusmock/"
 LICENSE = "GPL-3.0-only"
 LIC_FILES_CHKSUM = "file://COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02"
 
-SRC_URI[sha256sum] = "24feaa524e0631854a7f0529ef757c1e4c542adef89cf04e1d4248bc512a006f"
+SRC_URI[sha256sum] = "0bff30d8d01e7eef491f75d359c87765abba7001307fa8fed19cb59f06ed3c2a"
 
 PYPI_PACKAGE = "python-dbusmock"
 
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [OE-core] [PATCH] python3-hypothesis: upgrade 6.39.5 -> 6.41.0
  2022-04-07  6:19 [OE-core] [PATCH] python3-dbusmock: upgrade 0.27.3 -> 0.27.5 XU Huan
@ 2022-04-07  6:19 ` XU Huan
  2022-04-07  6:19 ` [OE-core] [PATCH] python3-pip: upgrade 22.0.3 -> 22.0.4 XU Huan
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: XU Huan @ 2022-04-07  6:19 UTC (permalink / raw)
  To: openembedded-core; +Cc: Xu Huan

From: Xu Huan <xuhuan.fnst@fujitsu.com>

Changelog:
=========
This release changes the implementation of "infer" to be an alias for
"Ellipsis". E.g. "@given(a=infer)" is now equivalent to
"@given(a=...)". Furthermore, "@given(...)" can now be specified so
that "@given" will infer the strategies for all arguments of the
decorated function based on its annotations.

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
---
 ...ython3-hypothesis_6.39.5.bb => python3-hypothesis_6.41.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-hypothesis_6.39.5.bb => python3-hypothesis_6.41.0.bb} (91%)

diff --git a/meta/recipes-devtools/python/python3-hypothesis_6.39.5.bb b/meta/recipes-devtools/python/python3-hypothesis_6.41.0.bb
similarity index 91%
rename from meta/recipes-devtools/python/python3-hypothesis_6.39.5.bb
rename to meta/recipes-devtools/python/python3-hypothesis_6.41.0.bb
index 03ec94c1c1..9174b606bf 100644
--- a/meta/recipes-devtools/python/python3-hypothesis_6.39.5.bb
+++ b/meta/recipes-devtools/python/python3-hypothesis_6.41.0.bb
@@ -13,7 +13,7 @@ SRC_URI += " \
     file://test_rle.py \
     "
 
-SRC_URI[sha256sum] = "2972edc54c90c70049facfc31db19f1997f9c5e89d2a05f6eeea1107600350f0"
+SRC_URI[sha256sum] = "de48abb676fc76e4397cd002926e5747cef518570d132221244d27e1075c0bec"
 
 RDEPENDS:${PN} += " \
     python3-attrs \
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [OE-core] [PATCH] python3-pip: upgrade 22.0.3 -> 22.0.4
  2022-04-07  6:19 [OE-core] [PATCH] python3-dbusmock: upgrade 0.27.3 -> 0.27.5 XU Huan
  2022-04-07  6:19 ` [OE-core] [PATCH] python3-hypothesis: upgrade 6.39.5 -> 6.41.0 XU Huan
@ 2022-04-07  6:19 ` XU Huan
  2022-04-07  6:19 ` python3-sphinx: upgrade 4.4.0 -> 4.5.0 XU Huan
  2022-04-07  6:19 ` [OE-core] [PATCH] python3-zipp: upgrade 3.7.0 -> 3.8.0 XU Huan
  3 siblings, 0 replies; 6+ messages in thread
From: XU Huan @ 2022-04-07  6:19 UTC (permalink / raw)
  To: openembedded-core; +Cc: Xu Huan

From: Xu Huan <xuhuan.fnst@fujitsu.com>

Changelog:
=========
- Deprecations and Removals
  Drop the doctype check, that presented a warning for index pages that use
  non-compliant HTML 5.
- Vendored Libraries
  Downgrade distlib to 0.3.3.

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
---
 .../python/{python3-pip_22.0.3.bb => python3-pip_22.0.4.bb}     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-pip_22.0.3.bb => python3-pip_22.0.4.bb} (91%)

diff --git a/meta/recipes-devtools/python/python3-pip_22.0.3.bb b/meta/recipes-devtools/python/python3-pip_22.0.4.bb
similarity index 91%
rename from meta/recipes-devtools/python/python3-pip_22.0.3.bb
rename to meta/recipes-devtools/python/python3-pip_22.0.4.bb
index ee3e578b2c..462d2ce71f 100644
--- a/meta/recipes-devtools/python/python3-pip_22.0.3.bb
+++ b/meta/recipes-devtools/python/python3-pip_22.0.4.bb
@@ -10,7 +10,7 @@ SRC_URI += "file://0001-change-shebang-to-python3.patch"
 SRC_URI += "file://no_shebang_mangling.patch"
 SRC_URI += "file://reproducible.patch"
 
-SRC_URI[sha256sum] = "f29d589df8c8ab99c060e68ad294c4a9ed896624f6368c5349d70aa581b333d0"
+SRC_URI[sha256sum] = "b3a9de2c6ef801e9247d1527a4b16f92f2cc141cd1489f3fffaf6a9e96729764"
 
 do_install:append() {
     rm -f ${D}/${bindir}/pip
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* python3-sphinx: upgrade 4.4.0 -> 4.5.0
  2022-04-07  6:19 [OE-core] [PATCH] python3-dbusmock: upgrade 0.27.3 -> 0.27.5 XU Huan
  2022-04-07  6:19 ` [OE-core] [PATCH] python3-hypothesis: upgrade 6.39.5 -> 6.41.0 XU Huan
  2022-04-07  6:19 ` [OE-core] [PATCH] python3-pip: upgrade 22.0.3 -> 22.0.4 XU Huan
@ 2022-04-07  6:19 ` XU Huan
  2022-04-07 21:58   ` [OE-core] " Richard Purdie
  2022-04-07  6:19 ` [OE-core] [PATCH] python3-zipp: upgrade 3.7.0 -> 3.8.0 XU Huan
  3 siblings, 1 reply; 6+ messages in thread
From: XU Huan @ 2022-04-07  6:19 UTC (permalink / raw)
  To: openembedded-core; +Cc: Xu Huan

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%)

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
 
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [OE-core] [PATCH] python3-zipp: upgrade 3.7.0 -> 3.8.0
  2022-04-07  6:19 [OE-core] [PATCH] python3-dbusmock: upgrade 0.27.3 -> 0.27.5 XU Huan
                   ` (2 preceding siblings ...)
  2022-04-07  6:19 ` python3-sphinx: upgrade 4.4.0 -> 4.5.0 XU Huan
@ 2022-04-07  6:19 ` XU Huan
  3 siblings, 0 replies; 6+ messages in thread
From: XU Huan @ 2022-04-07  6:19 UTC (permalink / raw)
  To: openembedded-core; +Cc: Xu Huan

From: Xu Huan <xuhuan.fnst@fujitsu.com>

Changelog:
=========
Removed compatibility code.

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
---
 .../python/{python3-zipp_3.7.0.bb => python3-zipp_3.8.0.bb}     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-zipp_3.7.0.bb => python3-zipp_3.8.0.bb} (85%)

diff --git a/meta/recipes-devtools/python/python3-zipp_3.7.0.bb b/meta/recipes-devtools/python/python3-zipp_3.8.0.bb
similarity index 85%
rename from meta/recipes-devtools/python/python3-zipp_3.7.0.bb
rename to meta/recipes-devtools/python/python3-zipp_3.8.0.bb
index 495e7f51f0..f1fd383842 100644
--- a/meta/recipes-devtools/python/python3-zipp_3.7.0.bb
+++ b/meta/recipes-devtools/python/python3-zipp_3.8.0.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/jaraco/zipp"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=7a7126e068206290f3fe9f8d6c713ea6"
 
-SRC_URI[sha256sum] = "9f50f446828eb9d45b267433fd3e9da8d801f614129124863f9c51ebceafb87d"
+SRC_URI[sha256sum] = "56bf8aadb83c24db6c4b577e13de374ccfb67da2078beba1d037c17980bf43ad"
 
 DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
 
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [OE-core] python3-sphinx: upgrade 4.4.0 -> 4.5.0
  2022-04-07  6:19 ` python3-sphinx: upgrade 4.4.0 -> 4.5.0 XU Huan
@ 2022-04-07 21:58   ` Richard Purdie
  0 siblings, 0 replies; 6+ messages in thread
From: Richard Purdie @ 2022-04-07 21:58 UTC (permalink / raw)
  To: xuhuan.fnst, openembedded-core

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]
> -=-=-=-=-=-=-=-=-=-=-=-
> 




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-04-07 23:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-07  6:19 [OE-core] [PATCH] python3-dbusmock: upgrade 0.27.3 -> 0.27.5 XU Huan
2022-04-07  6:19 ` [OE-core] [PATCH] python3-hypothesis: upgrade 6.39.5 -> 6.41.0 XU Huan
2022-04-07  6:19 ` [OE-core] [PATCH] python3-pip: upgrade 22.0.3 -> 22.0.4 XU Huan
2022-04-07  6:19 ` python3-sphinx: upgrade 4.4.0 -> 4.5.0 XU Huan
2022-04-07 21:58   ` [OE-core] " Richard Purdie
2022-04-07  6:19 ` [OE-core] [PATCH] python3-zipp: upgrade 3.7.0 -> 3.8.0 XU Huan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.