All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 1/4] python3-croniter: Upgrade 1.0.2 -> 1.0.4
@ 2021-01-29 13:10 Leon Anavi
  2021-01-29 13:10 ` [meta-python][PATCH 2/4] python3-cantools: Upgrade 36.1.0 -> 36.2.0 Leon Anavi
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Leon Anavi @ 2021-01-29 13:10 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 1.0.4:

- Raise CroniterBadCronError when error syntax
- Fix spelling

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../{python3-croniter_1.0.2.bb => python3-croniter_1.0.4.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-croniter_1.0.2.bb => python3-croniter_1.0.4.bb} (78%)

diff --git a/meta-python/recipes-devtools/python/python3-croniter_1.0.2.bb b/meta-python/recipes-devtools/python/python3-croniter_1.0.4.bb
similarity index 78%
rename from meta-python/recipes-devtools/python/python3-croniter_1.0.2.bb
rename to meta-python/recipes-devtools/python/python3-croniter_1.0.4.bb
index bfe1f1d4c..8328cf6d3 100644
--- a/meta-python/recipes-devtools/python/python3-croniter_1.0.2.bb
+++ b/meta-python/recipes-devtools/python/python3-croniter_1.0.4.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://docs/LICENSE;md5=b8ee59850b882cbf623188489ea748e2"
 
 PYPI_PACKAGE = "croniter"
 
-SRC_URI[sha256sum] = "12f9fd52e7cfb623d0788956d137a3de26e5583a25820fa7710fb6b58d32b213"
+SRC_URI[sha256sum] = "7f861f4a896b2b43069ef218d2b999d2c9f760598c2592a6b842cb04bc75562e"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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

* [meta-python][PATCH 2/4] python3-cantools: Upgrade 36.1.0 -> 36.2.0
  2021-01-29 13:10 [meta-python][PATCH 1/4] python3-croniter: Upgrade 1.0.2 -> 1.0.4 Leon Anavi
@ 2021-01-29 13:10 ` Leon Anavi
  2021-02-01 13:35   ` [oe] " Trevor Gamblin
  2021-01-29 13:10 ` [meta-python][PATCH 3/4] python3-pyzmq: Upgrade 21.0.2 -> 22.0.2 Leon Anavi
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 8+ messages in thread
From: Leon Anavi @ 2021-01-29 13:10 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 36.2.0:

- Make matplotlib optional
- Only run release job for tagged commits

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../{python3-cantools_36.1.0.bb => python3-cantools_36.2.0.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-cantools_36.1.0.bb => python3-cantools_36.2.0.bb} (74%)

diff --git a/meta-python/recipes-devtools/python/python3-cantools_36.1.0.bb b/meta-python/recipes-devtools/python/python3-cantools_36.2.0.bb
similarity index 74%
rename from meta-python/recipes-devtools/python/python3-cantools_36.1.0.bb
rename to meta-python/recipes-devtools/python/python3-cantools_36.2.0.bb
index b2f3fd6d8..632175cc4 100644
--- a/meta-python/recipes-devtools/python/python3-cantools_36.1.0.bb
+++ b/meta-python/recipes-devtools/python/python3-cantools_36.2.0.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/eerimoq/cantools"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=d9aa4ec07de78abae21c490c9ffe61bd"
 
-SRC_URI[sha256sum] = "3c4c2652907c48e7013f825cc3068b5d47a38b62f01bd04aaab1d9f69a8f53f5"
+SRC_URI[sha256sum] = "31bcdd56cbb5e26decab42f0624c8cead9b94991f6ee922512b0acd6ae7d6da2"
 
 PYPI_PACKAGE = "cantools"
 
-- 
2.17.1


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

* [meta-python][PATCH 3/4] python3-pyzmq: Upgrade 21.0.2 -> 22.0.2
  2021-01-29 13:10 [meta-python][PATCH 1/4] python3-croniter: Upgrade 1.0.2 -> 1.0.4 Leon Anavi
  2021-01-29 13:10 ` [meta-python][PATCH 2/4] python3-cantools: Upgrade 36.1.0 -> 36.2.0 Leon Anavi
@ 2021-01-29 13:10 ` Leon Anavi
  2021-02-01 13:35   ` [oe] " Trevor Gamblin
  2021-01-29 13:10 ` [meta-python][PATCH 4/4] python3-aiohttp-jinja2: Upgrade 1.2.0 -> 1.4.2 Leon Anavi
  2021-02-01 13:34 ` [oe] [meta-python][PATCH 1/4] python3-croniter: Upgrade 1.0.2 -> 1.0.4 Trevor Gamblin
  3 siblings, 1 reply; 8+ messages in thread
From: Leon Anavi @ 2021-01-29 13:10 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 22.0.2:

- Add workaround for bug in DLL loading for Windows wheels with
  conda Python >= 3.8
- Fix type of Frame.bytes for non-copying recvs with CFFI backend
  (regression in 21.0)
- Add manylinux wheels for pypy
- Some typing fixes
- Bump bundled libzmq to 4.3.4
- Strip unused symbols in manylinux wheels, resulting in
  dramatically smaller binaries. This matches behavior in v20 and
  earlier.
- Windows CPython wheels bundle public libzmq binary builds,
  instead of building libzmq as a Python Extension. This means
  they include libsodium for the first time.
- Our own implementation of bundling libzmq into pyzmq on Windows
  is removed, instead relying on delvewheel (or installations
  putting dlls on %PATH%) to bundle dependency dlls.
- The (new in 21.0) Windows wheels for PyPy likely require the
  Windows vcredist package. This may have always been the case,
  but the delvewheel approach doesn't seem to work.
- Windows + PyPy is now the only remaining case where a wheel has
  libzmq built as an Extension. All other builds ship libzmq built
  using its own tooling, which should result in better, more
  stable builds.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../python/python-pyzmq/club-rpath-out.patch         | 12 +++++-------
 ...thon3-pyzmq_21.0.2.bb => python3-pyzmq_22.0.2.bb} |  2 +-
 2 files changed, 6 insertions(+), 8 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-pyzmq_21.0.2.bb => python3-pyzmq_22.0.2.bb} (91%)

diff --git a/meta-python/recipes-devtools/python/python-pyzmq/club-rpath-out.patch b/meta-python/recipes-devtools/python/python-pyzmq/club-rpath-out.patch
index d4e144a61..61aeaca5f 100644
--- a/meta-python/recipes-devtools/python/python-pyzmq/club-rpath-out.patch
+++ b/meta-python/recipes-devtools/python/python-pyzmq/club-rpath-out.patch
@@ -1,4 +1,4 @@
-From b394003d31a7187767b7d6cc7b871968d2674be9 Mon Sep 17 00:00:00 2001
+From efae4e08d13e0958d929ea524e21c0a210b31982 Mon Sep 17 00:00:00 2001
 From: Leon Anavi <leon.anavi@konsulko.com>
 Date: Fri, 22 Jan 2021 11:41:12 +0200
 Subject: [PATCH] setup.py: Adjust _add_rpath
@@ -8,15 +8,16 @@ Fix error: unrecognized command-line option '-R'
 Upstream-Status: Inappropriate [oe specific]
 
 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
+
 ---
  setup.py | 3 ---
  1 file changed, 3 deletions(-)
 
 diff --git a/setup.py b/setup.py
-index 22f582d..2d28655 100755
+index b634d94..7f6a2f1 100755
 --- a/setup.py
 +++ b/setup.py
-@@ -231,9 +231,6 @@ def _add_rpath(settings, path):
+@@ -235,9 +235,6 @@ def _add_rpath(settings, path):
      """
      if sys.platform == 'darwin':
          settings['extra_link_args'].extend(['-Wl,-rpath', '-Wl,%s' % path])
@@ -24,8 +25,5 @@ index 22f582d..2d28655 100755
 -        settings['runtime_library_dirs'].append(path)
 -
  
- def settings_from_prefix(prefix=None, bundle_libzmq_dylib=False):
+ def settings_from_prefix(prefix=None):
      """load appropriate library/include settings from ZMQ prefix"""
--- 
-2.17.1
-
diff --git a/meta-python/recipes-devtools/python/python3-pyzmq_21.0.2.bb b/meta-python/recipes-devtools/python/python3-pyzmq_22.0.2.bb
similarity index 91%
rename from meta-python/recipes-devtools/python/python3-pyzmq_21.0.2.bb
rename to meta-python/recipes-devtools/python/python3-pyzmq_22.0.2.bb
index 8bde98247..555f27cb4 100644
--- a/meta-python/recipes-devtools/python/python3-pyzmq_21.0.2.bb
+++ b/meta-python/recipes-devtools/python/python3-pyzmq_22.0.2.bb
@@ -8,7 +8,7 @@ DEPENDS = "zeromq"
 FILESEXTRAPATHS_prepend := "${THISDIR}/python-pyzmq:"
 
 SRC_URI += "file://club-rpath-out.patch"
-SRC_URI[sha256sum] = "098c13c6198913c2a0690235fa74d2e49161755f66b663beaec89651554cc79c"
+SRC_URI[sha256sum] = "d7b82a959e5e22d492f4f5a1e650e909a6c8c76ede178f538313ddb9d1e92963"
 
 inherit pypi pkgconfig setuptools3
 
-- 
2.17.1


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

* [meta-python][PATCH 4/4] python3-aiohttp-jinja2: Upgrade 1.2.0 -> 1.4.2
  2021-01-29 13:10 [meta-python][PATCH 1/4] python3-croniter: Upgrade 1.0.2 -> 1.0.4 Leon Anavi
  2021-01-29 13:10 ` [meta-python][PATCH 2/4] python3-cantools: Upgrade 36.1.0 -> 36.2.0 Leon Anavi
  2021-01-29 13:10 ` [meta-python][PATCH 3/4] python3-pyzmq: Upgrade 21.0.2 -> 22.0.2 Leon Anavi
@ 2021-01-29 13:10 ` Leon Anavi
  2021-02-01 13:35   ` [oe] " Trevor Gamblin
  2021-02-01 13:34 ` [oe] [meta-python][PATCH 1/4] python3-croniter: Upgrade 1.0.2 -> 1.0.4 Trevor Gamblin
  3 siblings, 1 reply; 8+ messages in thread
From: Leon Anavi @ 2021-01-29 13:10 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 1.4.2:

- Fix type annotation for context_processors argument
- Bump the minimal supported aiohttp version to 3.6.3 to avoid
  problems with uncompatibility between aiohttp and yarl
- Add async rendering support
- Document async rendering functions
- Add CHANGES.rst to MANIFEST.in and sdist

License-Update: Remove an empty line at the end of the file

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 ...iohttp-jinja2_1.2.0.bb => python3-aiohttp-jinja2_1.4.2.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-aiohttp-jinja2_1.2.0.bb => python3-aiohttp-jinja2_1.4.2.bb} (60%)

diff --git a/meta-python/recipes-devtools/python/python3-aiohttp-jinja2_1.2.0.bb b/meta-python/recipes-devtools/python/python3-aiohttp-jinja2_1.4.2.bb
similarity index 60%
rename from meta-python/recipes-devtools/python/python3-aiohttp-jinja2_1.2.0.bb
rename to meta-python/recipes-devtools/python/python3-aiohttp-jinja2_1.4.2.bb
index de336af22..05afed8b6 100644
--- a/meta-python/recipes-devtools/python/python3-aiohttp-jinja2_1.2.0.bb
+++ b/meta-python/recipes-devtools/python/python3-aiohttp-jinja2_1.4.2.bb
@@ -1,9 +1,9 @@
 SUMMARY = "jinja2 template renderer for aiohttp.web (http server for asyncio)"
 
 LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=c82758543767c96574b6e29fc478fb73"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=29dca541e03964615590ca7b50392d97"
 
-SRC_URI[sha256sum] = "2dfe29cfd278d07cd0a851afb98471bc8ce2a830968443e40d67636f3c035d79"
+SRC_URI[sha256sum] = "9c22a0e48e3b277fc145c67dd8c3b8f609dab36bce9eb337f70dfe716663c9a0"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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

* Re: [oe] [meta-python][PATCH 1/4] python3-croniter: Upgrade 1.0.2 -> 1.0.4
  2021-01-29 13:10 [meta-python][PATCH 1/4] python3-croniter: Upgrade 1.0.2 -> 1.0.4 Leon Anavi
                   ` (2 preceding siblings ...)
  2021-01-29 13:10 ` [meta-python][PATCH 4/4] python3-aiohttp-jinja2: Upgrade 1.2.0 -> 1.4.2 Leon Anavi
@ 2021-02-01 13:34 ` Trevor Gamblin
  3 siblings, 0 replies; 8+ messages in thread
From: Trevor Gamblin @ 2021-02-01 13:34 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1457 bytes --]


On 2021-01-29 8:10 a.m., Leon Anavi wrote:
> [Please note: This e-mail is from an EXTERNAL e-mail address]
>
> Upgrade to release 1.0.4:
>
> - Raise CroniterBadCronError when error syntax
> - Fix spelling
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../{python3-croniter_1.0.2.bb => python3-croniter_1.0.4.bb}    | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>   rename meta-python/recipes-devtools/python/{python3-croniter_1.0.2.bb => python3-croniter_1.0.4.bb} (78%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-croniter_1.0.2.bb b/meta-python/recipes-devtools/python/python3-croniter_1.0.4.bb
> similarity index 78%
> rename from meta-python/recipes-devtools/python/python3-croniter_1.0.2.bb
> rename to meta-python/recipes-devtools/python/python3-croniter_1.0.4.bb
> index bfe1f1d4c..8328cf6d3 100644
> --- a/meta-python/recipes-devtools/python/python3-croniter_1.0.2.bb
> +++ b/meta-python/recipes-devtools/python/python3-croniter_1.0.4.bb
> @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://docs/LICENSE;md5=b8ee59850b882cbf623188489ea748e2"
>
>   PYPI_PACKAGE = "croniter"
>
> -SRC_URI[sha256sum] = "12f9fd52e7cfb623d0788956d137a3de26e5583a25820fa7710fb6b58d32b213"
> +SRC_URI[sha256sum] = "7f861f4a896b2b43069ef218d2b999d2c9f760598c2592a6b842cb04bc75562e"
>
>   inherit pypi setuptools3
>
> --
> 2.17.1
>
>
> 
>

[-- Attachment #2: Type: text/html, Size: 2341 bytes --]

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

* Re: [oe] [meta-python][PATCH 2/4] python3-cantools: Upgrade 36.1.0 -> 36.2.0
  2021-01-29 13:10 ` [meta-python][PATCH 2/4] python3-cantools: Upgrade 36.1.0 -> 36.2.0 Leon Anavi
@ 2021-02-01 13:35   ` Trevor Gamblin
  0 siblings, 0 replies; 8+ messages in thread
From: Trevor Gamblin @ 2021-02-01 13:35 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1510 bytes --]


On 2021-01-29 8:10 a.m., Leon Anavi wrote:
> [Please note: This e-mail is from an EXTERNAL e-mail address]
>
> Upgrade to release 36.2.0:
>
> - Make matplotlib optional
> - Only run release job for tagged commits
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../{python3-cantools_36.1.0.bb => python3-cantools_36.2.0.bb}  | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>   rename meta-python/recipes-devtools/python/{python3-cantools_36.1.0.bb => python3-cantools_36.2.0.bb} (74%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-cantools_36.1.0.bb b/meta-python/recipes-devtools/python/python3-cantools_36.2.0.bb
> similarity index 74%
> rename from meta-python/recipes-devtools/python/python3-cantools_36.1.0.bb
> rename to meta-python/recipes-devtools/python/python3-cantools_36.2.0.bb
> index b2f3fd6d8..632175cc4 100644
> --- a/meta-python/recipes-devtools/python/python3-cantools_36.1.0.bb
> +++ b/meta-python/recipes-devtools/python/python3-cantools_36.2.0.bb
> @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/eerimoq/cantools"
>   LICENSE = "MIT"
>   LIC_FILES_CHKSUM = "file://LICENSE;md5=d9aa4ec07de78abae21c490c9ffe61bd"
>
> -SRC_URI[sha256sum] = "3c4c2652907c48e7013f825cc3068b5d47a38b62f01bd04aaab1d9f69a8f53f5"
> +SRC_URI[sha256sum] = "31bcdd56cbb5e26decab42f0624c8cead9b94991f6ee922512b0acd6ae7d6da2"
>
>   PYPI_PACKAGE = "cantools"
>
> --
> 2.17.1
>
>
> 
>

[-- Attachment #2: Type: text/html, Size: 2487 bytes --]

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

* Re: [oe] [meta-python][PATCH 3/4] python3-pyzmq: Upgrade 21.0.2 -> 22.0.2
  2021-01-29 13:10 ` [meta-python][PATCH 3/4] python3-pyzmq: Upgrade 21.0.2 -> 22.0.2 Leon Anavi
@ 2021-02-01 13:35   ` Trevor Gamblin
  0 siblings, 0 replies; 8+ messages in thread
From: Trevor Gamblin @ 2021-02-01 13:35 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 4325 bytes --]


On 2021-01-29 8:10 a.m., Leon Anavi wrote:
> [Please note: This e-mail is from an EXTERNAL e-mail address]
>
> Upgrade to release 22.0.2:
>
> - Add workaround for bug in DLL loading for Windows wheels with
>    conda Python >= 3.8
> - Fix type of Frame.bytes for non-copying recvs with CFFI backend
>    (regression in 21.0)
> - Add manylinux wheels for pypy
> - Some typing fixes
> - Bump bundled libzmq to 4.3.4
> - Strip unused symbols in manylinux wheels, resulting in
>    dramatically smaller binaries. This matches behavior in v20 and
>    earlier.
> - Windows CPython wheels bundle public libzmq binary builds,
>    instead of building libzmq as a Python Extension. This means
>    they include libsodium for the first time.
> - Our own implementation of bundling libzmq into pyzmq on Windows
>    is removed, instead relying on delvewheel (or installations
>    putting dlls on %PATH%) to bundle dependency dlls.
> - The (new in 21.0) Windows wheels for PyPy likely require the
>    Windows vcredist package. This may have always been the case,
>    but the delvewheel approach doesn't seem to work.
> - Windows + PyPy is now the only remaining case where a wheel has
>    libzmq built as an Extension. All other builds ship libzmq built
>    using its own tooling, which should result in better, more
>    stable builds.
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../python/python-pyzmq/club-rpath-out.patch         | 12 +++++-------
>   ...thon3-pyzmq_21.0.2.bb => python3-pyzmq_22.0.2.bb} |  2 +-
>   2 files changed, 6 insertions(+), 8 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-pyzmq_21.0.2.bb => python3-pyzmq_22.0.2.bb} (91%)
>
> diff --git a/meta-python/recipes-devtools/python/python-pyzmq/club-rpath-out.patch b/meta-python/recipes-devtools/python/python-pyzmq/club-rpath-out.patch
> index d4e144a61..61aeaca5f 100644
> --- a/meta-python/recipes-devtools/python/python-pyzmq/club-rpath-out.patch
> +++ b/meta-python/recipes-devtools/python/python-pyzmq/club-rpath-out.patch
> @@ -1,4 +1,4 @@
> -From b394003d31a7187767b7d6cc7b871968d2674be9 Mon Sep 17 00:00:00 2001
> +From efae4e08d13e0958d929ea524e21c0a210b31982 Mon Sep 17 00:00:00 2001
>   From: Leon Anavi <leon.anavi@konsulko.com>
>   Date: Fri, 22 Jan 2021 11:41:12 +0200
>   Subject: [PATCH] setup.py: Adjust _add_rpath
> @@ -8,15 +8,16 @@ Fix error: unrecognized command-line option '-R'
>   Upstream-Status: Inappropriate [oe specific]
>
>   Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
> +
>   ---
>    setup.py | 3 ---
>    1 file changed, 3 deletions(-)
>
>   diff --git a/setup.py b/setup.py
> -index 22f582d..2d28655 100755
> +index b634d94..7f6a2f1 100755
>   --- a/setup.py
>   +++ b/setup.py
> -@@ -231,9 +231,6 @@ def _add_rpath(settings, path):
> +@@ -235,9 +235,6 @@ def _add_rpath(settings, path):
>        """
>        if sys.platform == 'darwin':
>            settings['extra_link_args'].extend(['-Wl,-rpath', '-Wl,%s' % path])
> @@ -24,8 +25,5 @@ index 22f582d..2d28655 100755
>   -        settings['runtime_library_dirs'].append(path)
>   -
>
> - def settings_from_prefix(prefix=None, bundle_libzmq_dylib=False):
> + def settings_from_prefix(prefix=None):
>        """load appropriate library/include settings from ZMQ prefix"""
> ---
> -2.17.1
> -
> diff --git a/meta-python/recipes-devtools/python/python3-pyzmq_21.0.2.bb b/meta-python/recipes-devtools/python/python3-pyzmq_22.0.2.bb
> similarity index 91%
> rename from meta-python/recipes-devtools/python/python3-pyzmq_21.0.2.bb
> rename to meta-python/recipes-devtools/python/python3-pyzmq_22.0.2.bb
> index 8bde98247..555f27cb4 100644
> --- a/meta-python/recipes-devtools/python/python3-pyzmq_21.0.2.bb
> +++ b/meta-python/recipes-devtools/python/python3-pyzmq_22.0.2.bb
> @@ -8,7 +8,7 @@ DEPENDS = "zeromq"
>   FILESEXTRAPATHS_prepend := "${THISDIR}/python-pyzmq:"
>
>   SRC_URI += "file://club-rpath-out.patch"
> -SRC_URI[sha256sum] = "098c13c6198913c2a0690235fa74d2e49161755f66b663beaec89651554cc79c"
> +SRC_URI[sha256sum] = "d7b82a959e5e22d492f4f5a1e650e909a6c8c76ede178f538313ddb9d1e92963"
>
>   inherit pypi pkgconfig setuptools3
>
> --
> 2.17.1
>
>
> 
>

[-- Attachment #2: Type: text/html, Size: 5248 bytes --]

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

* Re: [oe] [meta-python][PATCH 4/4] python3-aiohttp-jinja2: Upgrade 1.2.0 -> 1.4.2
  2021-01-29 13:10 ` [meta-python][PATCH 4/4] python3-aiohttp-jinja2: Upgrade 1.2.0 -> 1.4.2 Leon Anavi
@ 2021-02-01 13:35   ` Trevor Gamblin
  0 siblings, 0 replies; 8+ messages in thread
From: Trevor Gamblin @ 2021-02-01 13:35 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1965 bytes --]


On 2021-01-29 8:10 a.m., Leon Anavi wrote:
> [Please note: This e-mail is from an EXTERNAL e-mail address]
>
> Upgrade to release 1.4.2:
>
> - Fix type annotation for context_processors argument
> - Bump the minimal supported aiohttp version to 3.6.3 to avoid
>    problems with uncompatibility between aiohttp and yarl
> - Add async rendering support
> - Document async rendering functions
> - Add CHANGES.rst to MANIFEST.in and sdist
>
> License-Update: Remove an empty line at the end of the file
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   ...iohttp-jinja2_1.2.0.bb => python3-aiohttp-jinja2_1.4.2.bb} | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-aiohttp-jinja2_1.2.0.bb => python3-aiohttp-jinja2_1.4.2.bb} (60%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-aiohttp-jinja2_1.2.0.bb b/meta-python/recipes-devtools/python/python3-aiohttp-jinja2_1.4.2.bb
> similarity index 60%
> rename from meta-python/recipes-devtools/python/python3-aiohttp-jinja2_1.2.0.bb
> rename to meta-python/recipes-devtools/python/python3-aiohttp-jinja2_1.4.2.bb
> index de336af22..05afed8b6 100644
> --- a/meta-python/recipes-devtools/python/python3-aiohttp-jinja2_1.2.0.bb
> +++ b/meta-python/recipes-devtools/python/python3-aiohttp-jinja2_1.4.2.bb
> @@ -1,9 +1,9 @@
>   SUMMARY = "jinja2 template renderer for aiohttp.web (http server for asyncio)"
>
>   LICENSE = "Apache-2.0"
> -LIC_FILES_CHKSUM = "file://LICENSE;md5=c82758543767c96574b6e29fc478fb73"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=29dca541e03964615590ca7b50392d97"
>
> -SRC_URI[sha256sum] = "2dfe29cfd278d07cd0a851afb98471bc8ce2a830968443e40d67636f3c035d79"
> +SRC_URI[sha256sum] = "9c22a0e48e3b277fc145c67dd8c3b8f609dab36bce9eb337f70dfe716663c9a0"
>
>   inherit pypi setuptools3
>
> --
> 2.17.1
>
>
> 
>

[-- Attachment #2: Type: text/html, Size: 2941 bytes --]

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

end of thread, other threads:[~2021-02-01 13:35 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-29 13:10 [meta-python][PATCH 1/4] python3-croniter: Upgrade 1.0.2 -> 1.0.4 Leon Anavi
2021-01-29 13:10 ` [meta-python][PATCH 2/4] python3-cantools: Upgrade 36.1.0 -> 36.2.0 Leon Anavi
2021-02-01 13:35   ` [oe] " Trevor Gamblin
2021-01-29 13:10 ` [meta-python][PATCH 3/4] python3-pyzmq: Upgrade 21.0.2 -> 22.0.2 Leon Anavi
2021-02-01 13:35   ` [oe] " Trevor Gamblin
2021-01-29 13:10 ` [meta-python][PATCH 4/4] python3-aiohttp-jinja2: Upgrade 1.2.0 -> 1.4.2 Leon Anavi
2021-02-01 13:35   ` [oe] " Trevor Gamblin
2021-02-01 13:34 ` [oe] [meta-python][PATCH 1/4] python3-croniter: Upgrade 1.0.2 -> 1.0.4 Trevor Gamblin

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.