All of lore.kernel.org
 help / color / mirror / Atom feed
* [OE-core] [PATCH] python3-git: upgrade 3.1.26 -> 3.1.27
@ 2022-02-23  7:44 Wang Mingyu
  2022-02-23  7:44 ` [OE-core] [PATCH] python3-hypothesis: upgrade 6.36.2 -> 6.37.2 Wang Mingyu
  2022-02-23  7:44 ` [OE-core] [PATCH] python3-markupsafe: upgrade 2.0.1 -> 2.1.0 Wang Mingyu
  0 siblings, 2 replies; 3+ messages in thread
From: Wang Mingyu @ 2022-02-23  7:44 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

Changelog:
=========
-Reduced startup time due to optimized imports.
-Fix a vulenerability that could cause great slowdowns when encountering long
 remote path names when pulling/fetching.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../python/{python3-git_3.1.26.bb => python3-git_3.1.27.bb}     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-git_3.1.26.bb => python3-git_3.1.27.bb} (92%)

diff --git a/meta/recipes-devtools/python/python3-git_3.1.26.bb b/meta/recipes-devtools/python/python3-git_3.1.27.bb
similarity index 92%
rename from meta/recipes-devtools/python/python3-git_3.1.26.bb
rename to meta/recipes-devtools/python/python3-git_3.1.27.bb
index b6171a0e4d..a09726d54a 100644
--- a/meta/recipes-devtools/python/python3-git_3.1.26.bb
+++ b/meta/recipes-devtools/python/python3-git_3.1.27.bb
@@ -12,7 +12,7 @@ PYPI_PACKAGE = "GitPython"
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = "fc8868f63a2e6d268fb25f481995ba185a85a66fcad126f039323ff6635669ee"
+SRC_URI[sha256sum] = "1c885ce809e8ba2d88a29befeb385fcea06338d3640712b59ca623c220bb5704"
 
 DEPENDS += " ${PYTHON_PN}-gitdb"
 
-- 
2.25.1



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

* [OE-core] [PATCH] python3-hypothesis: upgrade 6.36.2 -> 6.37.2
  2022-02-23  7:44 [OE-core] [PATCH] python3-git: upgrade 3.1.26 -> 3.1.27 Wang Mingyu
@ 2022-02-23  7:44 ` Wang Mingyu
  2022-02-23  7:44 ` [OE-core] [PATCH] python3-markupsafe: upgrade 2.0.1 -> 2.1.0 Wang Mingyu
  1 sibling, 0 replies; 3+ messages in thread
From: Wang Mingyu @ 2022-02-23  7:44 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

This patch fixes a bug in stateful testing, where returning a single value
wrapped in :func:'~hypothesis.stateful.multiple' would be printed such that
the assigned variable was a tuple rather than the single element

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...ython3-hypothesis_6.36.2.bb => python3-hypothesis_6.37.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-hypothesis_6.36.2.bb => python3-hypothesis_6.37.2.bb} (91%)

diff --git a/meta/recipes-devtools/python/python3-hypothesis_6.36.2.bb b/meta/recipes-devtools/python/python3-hypothesis_6.37.2.bb
similarity index 91%
rename from meta/recipes-devtools/python/python3-hypothesis_6.36.2.bb
rename to meta/recipes-devtools/python/python3-hypothesis_6.37.2.bb
index 8642fb55b9..4deed1e56f 100644
--- a/meta/recipes-devtools/python/python3-hypothesis_6.36.2.bb
+++ b/meta/recipes-devtools/python/python3-hypothesis_6.37.2.bb
@@ -13,7 +13,7 @@ SRC_URI += " \
     file://test_rle.py \
     "
 
-SRC_URI[sha256sum] = "7202ea05759f591adf6c1887edbd4d53c049821284f630c5ec8ec3f3f57fd46b"
+SRC_URI[sha256sum] = "79321035b9174ffa506d724ca5e8af375d7bf532c80e4f602bd433792c527e6c"
 
 RDEPENDS:${PN} += " \
     python3-attrs \
-- 
2.25.1



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

* [OE-core] [PATCH] python3-markupsafe: upgrade 2.0.1 -> 2.1.0
  2022-02-23  7:44 [OE-core] [PATCH] python3-git: upgrade 3.1.26 -> 3.1.27 Wang Mingyu
  2022-02-23  7:44 ` [OE-core] [PATCH] python3-hypothesis: upgrade 6.36.2 -> 6.37.2 Wang Mingyu
@ 2022-02-23  7:44 ` Wang Mingyu
  1 sibling, 0 replies; 3+ messages in thread
From: Wang Mingyu @ 2022-02-23  7:44 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

Changelog:
==========
Drop support for Python 3.6. :pr:'262'
Remove soft_unicode, which was previously deprecated. Use soft_str instead. :pr:'261'
Raise error on missing single placeholder during string interpolation. :issue:'225'
Disable speedups module for GraalPython. :issue:'277'

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...{python3-markupsafe_2.0.1.bb => python3-markupsafe_2.1.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-markupsafe_2.0.1.bb => python3-markupsafe_2.1.0.bb} (87%)

diff --git a/meta/recipes-devtools/python/python3-markupsafe_2.0.1.bb b/meta/recipes-devtools/python/python3-markupsafe_2.1.0.bb
similarity index 87%
rename from meta/recipes-devtools/python/python3-markupsafe_2.0.1.bb
rename to meta/recipes-devtools/python/python3-markupsafe_2.1.0.bb
index 857472cc7b..953ea01cfe 100644
--- a/meta/recipes-devtools/python/python3-markupsafe_2.0.1.bb
+++ b/meta/recipes-devtools/python/python3-markupsafe_2.1.0.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://github.com/mitsuhiko/markupsafe"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=ffeffa59c90c9c4a033c7574f8f3fb75"
 
-SRC_URI[sha256sum] = "594c67807fb16238b30c44bdf74f36c02cdf22d1c8cda91ef8a0ed8dabf5620a"
+SRC_URI[sha256sum] = "80beaf63ddfbc64a0452b841d8036ca0611e049650e20afcb882f5d3c266d65f"
 
 PYPI_PACKAGE = "MarkupSafe"
 inherit pypi setuptools3
-- 
2.25.1



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

end of thread, other threads:[~2022-02-23  7:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-23  7:44 [OE-core] [PATCH] python3-git: upgrade 3.1.26 -> 3.1.27 Wang Mingyu
2022-02-23  7:44 ` [OE-core] [PATCH] python3-hypothesis: upgrade 6.36.2 -> 6.37.2 Wang Mingyu
2022-02-23  7:44 ` [OE-core] [PATCH] python3-markupsafe: upgrade 2.0.1 -> 2.1.0 Wang Mingyu

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.