All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] python3-manifest: -pprint RDEPENDS on -profile
@ 2021-10-25 22:44 Tim Orling
  2021-10-25 22:44 ` [PATCH 2/3] python3-hypothesis: upgrade 6.23.2 -> 6.24.0 Tim Orling
  2021-10-25 22:44 ` [PATCH 3/3] python3-tomli: upgrade 1.2.1 -> 1.2.2 Tim Orling
  0 siblings, 2 replies; 3+ messages in thread
From: Tim Orling @ 2021-10-25 22:44 UTC (permalink / raw)
  To: openembedded-core; +Cc: Tim Orling

python3-profile includes dataclasses.

pprint imports dataclasses:
https://github.com/python/cpython/blob/3.10/Lib/pprint.py#L38

Signed-off-by: Tim Orling <timothy.t.orling@intel.com>
---
 meta/recipes-devtools/python/python3/python3-manifest.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/python/python3/python3-manifest.json b/meta/recipes-devtools/python/python3/python3-manifest.json
index d65cf49cb8..2f5dad6486 100644
--- a/meta/recipes-devtools/python/python3/python3-manifest.json
+++ b/meta/recipes-devtools/python/python3/python3-manifest.json
@@ -980,7 +980,8 @@
     "pprint": {
         "summary": "Python pretty-print support",
         "rdepends": [
-            "core"
+            "core",
+	    "profile"
         ],
         "files": [
             "${libdir}/python${PYTHON_MAJMIN}/pprint.py"
-- 
2.30.2



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

* [PATCH 2/3] python3-hypothesis: upgrade 6.23.2 -> 6.24.0
  2021-10-25 22:44 [PATCH 1/3] python3-manifest: -pprint RDEPENDS on -profile Tim Orling
@ 2021-10-25 22:44 ` Tim Orling
  2021-10-25 22:44 ` [PATCH 3/3] python3-tomli: upgrade 1.2.1 -> 1.2.2 Tim Orling
  1 sibling, 0 replies; 3+ messages in thread
From: Tim Orling @ 2021-10-25 22:44 UTC (permalink / raw)
  To: openembedded-core; +Cc: Tim Orling

6.24.0 - 2021-10-23
  * This patch updates our vendored list of top-level domains, which is used
    by the provisional domains() strategy.
  * (did you know that gTLDs can be both added and removed?)

6.23.4 - 2021-10-20
  * This patch adds an error for when shapes in xps.arrays() is not passed
    as either a valid shape or strategy.

6.23.3 - 2021-10-18
  * This patch updates our formatting with shed.

Signed-off-by: Tim Orling <timothy.t.orling@intel.com>
---
 ...ython3-hypothesis_6.23.2.bb => python3-hypothesis_6.24.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-hypothesis_6.23.2.bb => python3-hypothesis_6.24.0.bb} (91%)

diff --git a/meta/recipes-devtools/python/python3-hypothesis_6.23.2.bb b/meta/recipes-devtools/python/python3-hypothesis_6.24.0.bb
similarity index 91%
rename from meta/recipes-devtools/python/python3-hypothesis_6.23.2.bb
rename to meta/recipes-devtools/python/python3-hypothesis_6.24.0.bb
index 4ffba1c612..50f7e01061 100644
--- a/meta/recipes-devtools/python/python3-hypothesis_6.23.2.bb
+++ b/meta/recipes-devtools/python/python3-hypothesis_6.24.0.bb
@@ -13,7 +13,7 @@ SRC_URI += " \
     file://test_rle.py \
     "
 
-SRC_URI[sha256sum] = "b71b257916c91484716a10220ed2b9a0cf82acc3ed8ef421bb2aa0a671761053"
+SRC_URI[sha256sum] = "ef53bd1c4756436be2e8d4a2e16f6f5ffbca7acbe8041e6872aea16176ff3806"
 
 RDEPENDS:${PN} += " \
     python3-attrs \
-- 
2.30.2



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

* [PATCH 3/3] python3-tomli: upgrade 1.2.1 -> 1.2.2
  2021-10-25 22:44 [PATCH 1/3] python3-manifest: -pprint RDEPENDS on -profile Tim Orling
  2021-10-25 22:44 ` [PATCH 2/3] python3-hypothesis: upgrade 6.23.2 -> 6.24.0 Tim Orling
@ 2021-10-25 22:44 ` Tim Orling
  1 sibling, 0 replies; 3+ messages in thread
From: Tim Orling @ 2021-10-25 22:44 UTC (permalink / raw)
  To: openembedded-core; +Cc: Tim Orling

1.2.2

  * Fixed
    - Illegal characters in error messages were surrounded by two
      pairs of quotation marks
  * Improved
    - TOMLDecodeError.__module__ is now the public import path (tomli)
      instead of private import path (tomli._parser)
    - Eliminated an import cycle when typing.TYPE_CHECKING is True.
      This allows sphinx-autodoc-typehints to resolve type annotations.

Signed-off-by: Tim Orling <timothy.t.orling@intel.com>
---
 .../python/{python3-tomli_1.2.1.bb => python3-tomli_1.2.2.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-tomli_1.2.1.bb => python3-tomli_1.2.2.bb} (86%)

diff --git a/meta/recipes-devtools/python/python3-tomli_1.2.1.bb b/meta/recipes-devtools/python/python3-tomli_1.2.2.bb
similarity index 86%
rename from meta/recipes-devtools/python/python3-tomli_1.2.1.bb
rename to meta/recipes-devtools/python/python3-tomli_1.2.2.bb
index f62690ff2d..39030ed218 100644
--- a/meta/recipes-devtools/python/python3-tomli_1.2.1.bb
+++ b/meta/recipes-devtools/python/python3-tomli_1.2.2.bb
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=aaaaf0879d17df0110d1aa8c8c9f46f5"
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = "a5b75cb6f3968abb47af1b40c1819dc519ea82bcc065776a866e8d74c5ca9442"
+SRC_URI[sha256sum] = "c6ce0015eb38820eaf32b5db832dbc26deb3dd427bd5f6556cf0acac2c214fee"
 
 do_configure:prepend() {
 cat > ${S}/setup.py <<-EOF
-- 
2.30.2



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

end of thread, other threads:[~2021-10-25 22:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-25 22:44 [PATCH 1/3] python3-manifest: -pprint RDEPENDS on -profile Tim Orling
2021-10-25 22:44 ` [PATCH 2/3] python3-hypothesis: upgrade 6.23.2 -> 6.24.0 Tim Orling
2021-10-25 22:44 ` [PATCH 3/3] python3-tomli: upgrade 1.2.1 -> 1.2.2 Tim Orling

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.