* [Buildroot] [PATCH 1/1] package/python-pytest-asyncio: bump to version 0.23.3
@ 2024-01-11 3:03 James Hilliard
2024-01-12 15:58 ` Marcin Niestrój
2024-02-05 10:31 ` Arnout Vandecappelle via buildroot
0 siblings, 2 replies; 3+ messages in thread
From: James Hilliard @ 2024-01-11 3:03 UTC (permalink / raw)
To: buildroot; +Cc: James Hilliard, Marcin Niestroj, Asaf Kahlon
Add new host-python-setuptools-scm build dependency.
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
package/python-pytest-asyncio/python-pytest-asyncio.hash | 4 ++--
package/python-pytest-asyncio/python-pytest-asyncio.mk | 5 +++--
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/package/python-pytest-asyncio/python-pytest-asyncio.hash b/package/python-pytest-asyncio/python-pytest-asyncio.hash
index f6cc1d2413..29a38c7dc7 100644
--- a/package/python-pytest-asyncio/python-pytest-asyncio.hash
+++ b/package/python-pytest-asyncio/python-pytest-asyncio.hash
@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/pytest-asyncio/json
-md5 1d10f607444a375c1425a2a90960006e pytest-asyncio-0.21.1.tar.gz
-sha256 40a7eae6dded22c7b604986855ea48400ab15b069ae38116e8c01238e9eeb64d pytest-asyncio-0.21.1.tar.gz
+md5 0c81f6de855e546180de424c0db05c20 pytest-asyncio-0.23.3.tar.gz
+sha256 af313ce900a62fbe2b1aed18e37ad757f1ef9940c6b6a88e2954de38d6b1fb9f pytest-asyncio-0.23.3.tar.gz
# Locally computed sha256 checksums
sha256 a8ad31b1c3f40dca5a84119351b8fa8ddc868edd77fad8a8ebf6d8f2d16fa4ae LICENSE
diff --git a/package/python-pytest-asyncio/python-pytest-asyncio.mk b/package/python-pytest-asyncio/python-pytest-asyncio.mk
index 5c5efd819c..8464c70f5f 100644
--- a/package/python-pytest-asyncio/python-pytest-asyncio.mk
+++ b/package/python-pytest-asyncio/python-pytest-asyncio.mk
@@ -4,11 +4,12 @@
#
################################################################################
-PYTHON_PYTEST_ASYNCIO_VERSION = 0.21.1
+PYTHON_PYTEST_ASYNCIO_VERSION = 0.23.3
PYTHON_PYTEST_ASYNCIO_SOURCE = pytest-asyncio-$(PYTHON_PYTEST_ASYNCIO_VERSION).tar.gz
-PYTHON_PYTEST_ASYNCIO_SITE = https://files.pythonhosted.org/packages/5a/85/d39ef5f69d5597a206f213ce387bcdfa47922423875829f7a98a87d33281
+PYTHON_PYTEST_ASYNCIO_SITE = https://files.pythonhosted.org/packages/1d/27/f036ec4bcbfd056c54572d7169ba3dbb54e7181f02f21caadd3aecb9cf5b
PYTHON_PYTEST_ASYNCIO_SETUP_TYPE = setuptools
PYTHON_PYTEST_ASYNCIO_LICENSE = Apache-2.0
PYTHON_PYTEST_ASYNCIO_LICENSE_FILES = LICENSE
+PYTHON_PYTEST_ASYNCIO_DEPENDENCIES = host-python-setuptools-scm
$(eval $(python-package))
--
2.34.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/python-pytest-asyncio: bump to version 0.23.3
2024-01-11 3:03 [Buildroot] [PATCH 1/1] package/python-pytest-asyncio: bump to version 0.23.3 James Hilliard
@ 2024-01-12 15:58 ` Marcin Niestrój
2024-02-05 10:31 ` Arnout Vandecappelle via buildroot
1 sibling, 0 replies; 3+ messages in thread
From: Marcin Niestrój @ 2024-01-12 15:58 UTC (permalink / raw)
To: James Hilliard; +Cc: Asaf Kahlon, buildroot
James Hilliard <james.hilliard1@gmail.com> writes:
> Add new host-python-setuptools-scm build dependency.
>
> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
> ---
> package/python-pytest-asyncio/python-pytest-asyncio.hash | 4 ++--
> package/python-pytest-asyncio/python-pytest-asyncio.mk | 5 +++--
> 2 files changed, 5 insertions(+), 4 deletions(-)
>
> diff --git a/package/python-pytest-asyncio/python-pytest-asyncio.hash b/package/python-pytest-asyncio/python-pytest-asyncio.hash
> index f6cc1d2413..29a38c7dc7 100644
> --- a/package/python-pytest-asyncio/python-pytest-asyncio.hash
> +++ b/package/python-pytest-asyncio/python-pytest-asyncio.hash
> @@ -1,5 +1,5 @@
> # md5, sha256 from https://pypi.org/pypi/pytest-asyncio/json
> -md5 1d10f607444a375c1425a2a90960006e pytest-asyncio-0.21.1.tar.gz
> -sha256 40a7eae6dded22c7b604986855ea48400ab15b069ae38116e8c01238e9eeb64d pytest-asyncio-0.21.1.tar.gz
> +md5 0c81f6de855e546180de424c0db05c20 pytest-asyncio-0.23.3.tar.gz
> +sha256 af313ce900a62fbe2b1aed18e37ad757f1ef9940c6b6a88e2954de38d6b1fb9f pytest-asyncio-0.23.3.tar.gz
> # Locally computed sha256 checksums
> sha256 a8ad31b1c3f40dca5a84119351b8fa8ddc868edd77fad8a8ebf6d8f2d16fa4ae LICENSE
> diff --git a/package/python-pytest-asyncio/python-pytest-asyncio.mk b/package/python-pytest-asyncio/python-pytest-asyncio.mk
> index 5c5efd819c..8464c70f5f 100644
> --- a/package/python-pytest-asyncio/python-pytest-asyncio.mk
> +++ b/package/python-pytest-asyncio/python-pytest-asyncio.mk
> @@ -4,11 +4,12 @@
> #
> ################################################################################
>
> -PYTHON_PYTEST_ASYNCIO_VERSION = 0.21.1
> +PYTHON_PYTEST_ASYNCIO_VERSION = 0.23.3
> PYTHON_PYTEST_ASYNCIO_SOURCE = pytest-asyncio-$(PYTHON_PYTEST_ASYNCIO_VERSION).tar.gz
> -PYTHON_PYTEST_ASYNCIO_SITE = https://files.pythonhosted.org/packages/5a/85/d39ef5f69d5597a206f213ce387bcdfa47922423875829f7a98a87d33281
> +PYTHON_PYTEST_ASYNCIO_SITE = https://files.pythonhosted.org/packages/1d/27/f036ec4bcbfd056c54572d7169ba3dbb54e7181f02f21caadd3aecb9cf5b
> PYTHON_PYTEST_ASYNCIO_SETUP_TYPE = setuptools
> PYTHON_PYTEST_ASYNCIO_LICENSE = Apache-2.0
> PYTHON_PYTEST_ASYNCIO_LICENSE_FILES = LICENSE
> +PYTHON_PYTEST_ASYNCIO_DEPENDENCIES = host-python-setuptools-scm
>
> $(eval $(python-package))
Reviewed-by: Marcin Niestroj <m.niestroj@grinn-global.com>
--
Marcin Niestrój
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/python-pytest-asyncio: bump to version 0.23.3
2024-01-11 3:03 [Buildroot] [PATCH 1/1] package/python-pytest-asyncio: bump to version 0.23.3 James Hilliard
2024-01-12 15:58 ` Marcin Niestrój
@ 2024-02-05 10:31 ` Arnout Vandecappelle via buildroot
1 sibling, 0 replies; 3+ messages in thread
From: Arnout Vandecappelle via buildroot @ 2024-02-05 10:31 UTC (permalink / raw)
To: James Hilliard, buildroot; +Cc: Marcin Niestroj, Asaf Kahlon
On 11/01/2024 04:03, James Hilliard wrote:
> Add new host-python-setuptools-scm build dependency.
>
> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Applied to master, thanks.
Thank you Marcin for reviewing.
Regards,
Arnout
> ---
> package/python-pytest-asyncio/python-pytest-asyncio.hash | 4 ++--
> package/python-pytest-asyncio/python-pytest-asyncio.mk | 5 +++--
> 2 files changed, 5 insertions(+), 4 deletions(-)
>
> diff --git a/package/python-pytest-asyncio/python-pytest-asyncio.hash b/package/python-pytest-asyncio/python-pytest-asyncio.hash
> index f6cc1d2413..29a38c7dc7 100644
> --- a/package/python-pytest-asyncio/python-pytest-asyncio.hash
> +++ b/package/python-pytest-asyncio/python-pytest-asyncio.hash
> @@ -1,5 +1,5 @@
> # md5, sha256 from https://pypi.org/pypi/pytest-asyncio/json
> -md5 1d10f607444a375c1425a2a90960006e pytest-asyncio-0.21.1.tar.gz
> -sha256 40a7eae6dded22c7b604986855ea48400ab15b069ae38116e8c01238e9eeb64d pytest-asyncio-0.21.1.tar.gz
> +md5 0c81f6de855e546180de424c0db05c20 pytest-asyncio-0.23.3.tar.gz
> +sha256 af313ce900a62fbe2b1aed18e37ad757f1ef9940c6b6a88e2954de38d6b1fb9f pytest-asyncio-0.23.3.tar.gz
> # Locally computed sha256 checksums
> sha256 a8ad31b1c3f40dca5a84119351b8fa8ddc868edd77fad8a8ebf6d8f2d16fa4ae LICENSE
> diff --git a/package/python-pytest-asyncio/python-pytest-asyncio.mk b/package/python-pytest-asyncio/python-pytest-asyncio.mk
> index 5c5efd819c..8464c70f5f 100644
> --- a/package/python-pytest-asyncio/python-pytest-asyncio.mk
> +++ b/package/python-pytest-asyncio/python-pytest-asyncio.mk
> @@ -4,11 +4,12 @@
> #
> ################################################################################
>
> -PYTHON_PYTEST_ASYNCIO_VERSION = 0.21.1
> +PYTHON_PYTEST_ASYNCIO_VERSION = 0.23.3
> PYTHON_PYTEST_ASYNCIO_SOURCE = pytest-asyncio-$(PYTHON_PYTEST_ASYNCIO_VERSION).tar.gz
> -PYTHON_PYTEST_ASYNCIO_SITE = https://files.pythonhosted.org/packages/5a/85/d39ef5f69d5597a206f213ce387bcdfa47922423875829f7a98a87d33281
> +PYTHON_PYTEST_ASYNCIO_SITE = https://files.pythonhosted.org/packages/1d/27/f036ec4bcbfd056c54572d7169ba3dbb54e7181f02f21caadd3aecb9cf5b
> PYTHON_PYTEST_ASYNCIO_SETUP_TYPE = setuptools
> PYTHON_PYTEST_ASYNCIO_LICENSE = Apache-2.0
> PYTHON_PYTEST_ASYNCIO_LICENSE_FILES = LICENSE
> +PYTHON_PYTEST_ASYNCIO_DEPENDENCIES = host-python-setuptools-scm
>
> $(eval $(python-package))
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-02-05 10:31 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-11 3:03 [Buildroot] [PATCH 1/1] package/python-pytest-asyncio: bump to version 0.23.3 James Hilliard
2024-01-12 15:58 ` Marcin Niestrój
2024-02-05 10:31 ` Arnout Vandecappelle via buildroot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox