All of lore.kernel.org
 help / color / mirror / Atom feed
* [oe] [meta-python] [PATCH] python3-pyscaffold: upgrade 4.3.1 -> 4.4
@ 2023-02-11 13:34 wangmy
  2023-02-11 13:34 ` [oe] [meta-python] [PATCH] python3-pytest-asyncio: upgrade 0.16.0 -> 0.20.3 wangmy
  0 siblings, 1 reply; 3+ messages in thread
From: wangmy @ 2023-02-11 13:34 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
=========
  Add codespell to pre-commit config
  Allow venv_install in config file
  Avoid problematic tox 4.0 and 4.1
  Update macos instances on Cirrus CI
  Replace deprecated set-output
  Update CI templates
  Add comments about building sdist in tox.ini and FAQ
  Update Python version in Read The Docs configuration

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

diff --git a/meta-python/recipes-devtools/python/python3-pyscaffold_4.3.1.bb b/meta-python/recipes-devtools/python/python3-pyscaffold_4.4.bb
similarity index 88%
rename from meta-python/recipes-devtools/python/python3-pyscaffold_4.3.1.bb
rename to meta-python/recipes-devtools/python/python3-pyscaffold_4.4.bb
index a19e38770..980b6d965 100644
--- a/meta-python/recipes-devtools/python/python3-pyscaffold_4.3.1.bb
+++ b/meta-python/recipes-devtools/python/python3-pyscaffold_4.4.bb
@@ -9,7 +9,7 @@ LICENSE = "0BSD & MIT"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=14a49c74a1d91829908ac756c07e6b91"
 DEPENDS += "python3-setuptools-scm-native"
 
-SRC_URI[sha256sum] = "50cb1f910163204caec30c7c6bbe70f1a81c377538b8c8340d23abe31f5ca5b4"
+SRC_URI[sha256sum] = "94088d129b61cd9b4b4607c6a466759b1bb2ada36206d5ac20aa319edcc5d701"
 
 inherit pypi python_setuptools_build_meta
 PYPI_PACKAGE = "PyScaffold"
-- 
2.34.1



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

* [oe] [meta-python] [PATCH] python3-pytest-asyncio: upgrade 0.16.0 -> 0.20.3
  2023-02-11 13:34 [oe] [meta-python] [PATCH] python3-pyscaffold: upgrade 4.3.1 -> 4.4 wangmy
@ 2023-02-11 13:34 ` wangmy
  2023-02-11 23:15   ` Khem Raj
  0 siblings, 1 reply; 3+ messages in thread
From: wangmy @ 2023-02-11 13:34 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

License-Update: Delete redundant blank lines in the LICENSE.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...est-asyncio_0.16.0.bb => python3-pytest-asyncio_0.20.3.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-pytest-asyncio_0.16.0.bb => python3-pytest-asyncio_0.20.3.bb} (61%)

diff --git a/meta-python/recipes-devtools/python/python3-pytest-asyncio_0.16.0.bb b/meta-python/recipes-devtools/python/python3-pytest-asyncio_0.20.3.bb
similarity index 61%
rename from meta-python/recipes-devtools/python/python3-pytest-asyncio_0.16.0.bb
rename to meta-python/recipes-devtools/python/python3-pytest-asyncio_0.20.3.bb
index 1dfeab633..24b807822 100644
--- a/meta-python/recipes-devtools/python/python3-pytest-asyncio_0.16.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pytest-asyncio_0.20.3.bb
@@ -1,9 +1,9 @@
 DESCRIPTION = "pytest-asyncio is an Apache2 licensed library, written in Python, for testing asyncio code with pytest"
 
 LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=136e4f49dbf29942c572a3a8f6e88a77"
 
-SRC_URI[sha256sum] = "7496c5977ce88c34379df64a66459fe395cd05543f0a2f837016e7144391fcfb"
+SRC_URI[sha256sum] = "83cbf01169ce3e8eb71c6c278ccb0574d1a7a3bb8eaaf5e50e0ad342afb33b36"
 
 inherit pypi setuptools3
 
-- 
2.34.1



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

* Re: [oe] [meta-python] [PATCH] python3-pytest-asyncio: upgrade 0.16.0 -> 0.20.3
  2023-02-11 13:34 ` [oe] [meta-python] [PATCH] python3-pytest-asyncio: upgrade 0.16.0 -> 0.20.3 wangmy
@ 2023-02-11 23:15   ` Khem Raj
  0 siblings, 0 replies; 3+ messages in thread
From: Khem Raj @ 2023-02-11 23:15 UTC (permalink / raw)
  To: wangmy; +Cc: openembedded-devel

This fails to build see

https://errors.yoctoproject.org/Errors/Details/689684/

On Sat, Feb 11, 2023 at 5:34 AM wangmy <wangmy@fujitsu.com> wrote:
>
> From: Wang Mingyu <wangmy@fujitsu.com>
>
> License-Update: Delete redundant blank lines in the LICENSE.
>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
>  ...est-asyncio_0.16.0.bb => python3-pytest-asyncio_0.20.3.bb} | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>  rename meta-python/recipes-devtools/python/{python3-pytest-asyncio_0.16.0.bb => python3-pytest-asyncio_0.20.3.bb} (61%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-pytest-asyncio_0.16.0.bb b/meta-python/recipes-devtools/python/python3-pytest-asyncio_0.20.3.bb
> similarity index 61%
> rename from meta-python/recipes-devtools/python/python3-pytest-asyncio_0.16.0.bb
> rename to meta-python/recipes-devtools/python/python3-pytest-asyncio_0.20.3.bb
> index 1dfeab633..24b807822 100644
> --- a/meta-python/recipes-devtools/python/python3-pytest-asyncio_0.16.0.bb
> +++ b/meta-python/recipes-devtools/python/python3-pytest-asyncio_0.20.3.bb
> @@ -1,9 +1,9 @@
>  DESCRIPTION = "pytest-asyncio is an Apache2 licensed library, written in Python, for testing asyncio code with pytest"
>
>  LICENSE = "Apache-2.0"
> -LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=136e4f49dbf29942c572a3a8f6e88a77"
>
> -SRC_URI[sha256sum] = "7496c5977ce88c34379df64a66459fe395cd05543f0a2f837016e7144391fcfb"
> +SRC_URI[sha256sum] = "83cbf01169ce3e8eb71c6c278ccb0574d1a7a3bb8eaaf5e50e0ad342afb33b36"
>
>  inherit pypi setuptools3
>
> --
> 2.34.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#101028): https://lists.openembedded.org/g/openembedded-devel/message/101028
> Mute This Topic: https://lists.openembedded.org/mt/96896337/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>


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

end of thread, other threads:[~2023-02-11 23:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-11 13:34 [oe] [meta-python] [PATCH] python3-pyscaffold: upgrade 4.3.1 -> 4.4 wangmy
2023-02-11 13:34 ` [oe] [meta-python] [PATCH] python3-pytest-asyncio: upgrade 0.16.0 -> 0.20.3 wangmy
2023-02-11 23:15   ` Khem Raj

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.