Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/python-pytest: bump to version 7.4.4
@ 2024-01-11  3:16 James Hilliard
  2024-01-12 15:54 ` 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:16 UTC (permalink / raw)
  To: buildroot; +Cc: James Hilliard, Marcin Niestroj, Asaf Kahlon

Drop no longer required python-py runtime dependency.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
 package/python-pytest/Config.in          | 1 -
 package/python-pytest/python-pytest.hash | 4 ++--
 package/python-pytest/python-pytest.mk   | 4 ++--
 3 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/package/python-pytest/Config.in b/package/python-pytest/Config.in
index c8f9a6eb5b..b42457e67d 100644
--- a/package/python-pytest/Config.in
+++ b/package/python-pytest/Config.in
@@ -4,7 +4,6 @@ config BR2_PACKAGE_PYTHON_PYTEST
 	select BR2_PACKAGE_PYTHON_INICONFIG # runtime
 	select BR2_PACKAGE_PYTHON_PACKAGING # runtime
 	select BR2_PACKAGE_PYTHON_PLUGGY # runtime
-	select BR2_PACKAGE_PYTHON_PY # runtime
 	select BR2_PACKAGE_PYTHON3_PYEXPAT # runtime
 	select BR2_PACKAGE_PYTHON3_ZLIB # runtime
 	help
diff --git a/package/python-pytest/python-pytest.hash b/package/python-pytest/python-pytest.hash
index 7f79b94d8d..e710003535 100644
--- a/package/python-pytest/python-pytest.hash
+++ b/package/python-pytest/python-pytest.hash
@@ -1,5 +1,5 @@
 # md5, sha256 from https://pypi.org/pypi/pytest/json
-md5  8620558e8971b11207b2d6b083906cf9  pytest-7.4.2.tar.gz
-sha256  a766259cfab564a2ad52cb1aae1b881a75c3eb7e34ca3779697c23ed47c47069  pytest-7.4.2.tar.gz
+md5  e2ac4c70861f26d735b64e5687bb218e  pytest-7.4.4.tar.gz
+sha256  2cf0005922c6ace4a3e2ec8b4080eb0d9753fdc93107415332f50ce9e7994280  pytest-7.4.4.tar.gz
 # Locally computer sha256
 sha256  ca836a5f9ecca3b2f350230faa20a48fb8b145653b5568d784862df864706b9b  LICENSE
diff --git a/package/python-pytest/python-pytest.mk b/package/python-pytest/python-pytest.mk
index 326d951a32..3170a1a9db 100644
--- a/package/python-pytest/python-pytest.mk
+++ b/package/python-pytest/python-pytest.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-PYTHON_PYTEST_VERSION = 7.4.2
+PYTHON_PYTEST_VERSION = 7.4.4
 PYTHON_PYTEST_SOURCE = pytest-$(PYTHON_PYTEST_VERSION).tar.gz
-PYTHON_PYTEST_SITE = https://files.pythonhosted.org/packages/e5/d0/18209bb95db8ee693a9a04fe056ab0663c6d6b1baf67dd50819dd9cd4bd7
+PYTHON_PYTEST_SITE = https://files.pythonhosted.org/packages/80/1f/9d8e98e4133ffb16c90f3b405c43e38d3abb715bb5d7a63a5a684f7e46a3
 PYTHON_PYTEST_SETUP_TYPE = setuptools
 PYTHON_PYTEST_LICENSE = MIT
 PYTHON_PYTEST_LICENSE_FILES = LICENSE
-- 
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: bump to version 7.4.4
  2024-01-11  3:16 [Buildroot] [PATCH 1/1] package/python-pytest: bump to version 7.4.4 James Hilliard
@ 2024-01-12 15:54 ` 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:54 UTC (permalink / raw)
  To: James Hilliard; +Cc: Asaf Kahlon, buildroot


James Hilliard <james.hilliard1@gmail.com> writes:

> Drop no longer required python-py runtime dependency.
>
> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
> ---
>  package/python-pytest/Config.in          | 1 -
>  package/python-pytest/python-pytest.hash | 4 ++--
>  package/python-pytest/python-pytest.mk   | 4 ++--
>  3 files changed, 4 insertions(+), 5 deletions(-)
>
> diff --git a/package/python-pytest/Config.in b/package/python-pytest/Config.in
> index c8f9a6eb5b..b42457e67d 100644
> --- a/package/python-pytest/Config.in
> +++ b/package/python-pytest/Config.in
> @@ -4,7 +4,6 @@ config BR2_PACKAGE_PYTHON_PYTEST
>  	select BR2_PACKAGE_PYTHON_INICONFIG # runtime
>  	select BR2_PACKAGE_PYTHON_PACKAGING # runtime
>  	select BR2_PACKAGE_PYTHON_PLUGGY # runtime
> -	select BR2_PACKAGE_PYTHON_PY # runtime
>  	select BR2_PACKAGE_PYTHON3_PYEXPAT # runtime
>  	select BR2_PACKAGE_PYTHON3_ZLIB # runtime
>  	help
> diff --git a/package/python-pytest/python-pytest.hash b/package/python-pytest/python-pytest.hash
> index 7f79b94d8d..e710003535 100644
> --- a/package/python-pytest/python-pytest.hash
> +++ b/package/python-pytest/python-pytest.hash
> @@ -1,5 +1,5 @@
>  # md5, sha256 from https://pypi.org/pypi/pytest/json
> -md5  8620558e8971b11207b2d6b083906cf9  pytest-7.4.2.tar.gz
> -sha256  a766259cfab564a2ad52cb1aae1b881a75c3eb7e34ca3779697c23ed47c47069  pytest-7.4.2.tar.gz
> +md5  e2ac4c70861f26d735b64e5687bb218e  pytest-7.4.4.tar.gz
> +sha256  2cf0005922c6ace4a3e2ec8b4080eb0d9753fdc93107415332f50ce9e7994280  pytest-7.4.4.tar.gz
>  # Locally computer sha256
>  sha256  ca836a5f9ecca3b2f350230faa20a48fb8b145653b5568d784862df864706b9b  LICENSE
> diff --git a/package/python-pytest/python-pytest.mk b/package/python-pytest/python-pytest.mk
> index 326d951a32..3170a1a9db 100644
> --- a/package/python-pytest/python-pytest.mk
> +++ b/package/python-pytest/python-pytest.mk
> @@ -4,9 +4,9 @@
>  #
>  ################################################################################
>
> -PYTHON_PYTEST_VERSION = 7.4.2
> +PYTHON_PYTEST_VERSION = 7.4.4
>  PYTHON_PYTEST_SOURCE = pytest-$(PYTHON_PYTEST_VERSION).tar.gz
> -PYTHON_PYTEST_SITE = https://files.pythonhosted.org/packages/e5/d0/18209bb95db8ee693a9a04fe056ab0663c6d6b1baf67dd50819dd9cd4bd7
> +PYTHON_PYTEST_SITE = https://files.pythonhosted.org/packages/80/1f/9d8e98e4133ffb16c90f3b405c43e38d3abb715bb5d7a63a5a684f7e46a3
>  PYTHON_PYTEST_SETUP_TYPE = setuptools
>  PYTHON_PYTEST_LICENSE = MIT
>  PYTHON_PYTEST_LICENSE_FILES = LICENSE

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: bump to version 7.4.4
  2024-01-11  3:16 [Buildroot] [PATCH 1/1] package/python-pytest: bump to version 7.4.4 James Hilliard
  2024-01-12 15:54 ` 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:16, James Hilliard wrote:
> Drop no longer required python-py runtime dependency.
> 
> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>

  Applied to master, thanks.

  Thank you Marcin for reviewing.

  Regards,
  Arnout

> ---
>   package/python-pytest/Config.in          | 1 -
>   package/python-pytest/python-pytest.hash | 4 ++--
>   package/python-pytest/python-pytest.mk   | 4 ++--
>   3 files changed, 4 insertions(+), 5 deletions(-)
> 
> diff --git a/package/python-pytest/Config.in b/package/python-pytest/Config.in
> index c8f9a6eb5b..b42457e67d 100644
> --- a/package/python-pytest/Config.in
> +++ b/package/python-pytest/Config.in
> @@ -4,7 +4,6 @@ config BR2_PACKAGE_PYTHON_PYTEST
>   	select BR2_PACKAGE_PYTHON_INICONFIG # runtime
>   	select BR2_PACKAGE_PYTHON_PACKAGING # runtime
>   	select BR2_PACKAGE_PYTHON_PLUGGY # runtime
> -	select BR2_PACKAGE_PYTHON_PY # runtime
>   	select BR2_PACKAGE_PYTHON3_PYEXPAT # runtime
>   	select BR2_PACKAGE_PYTHON3_ZLIB # runtime
>   	help
> diff --git a/package/python-pytest/python-pytest.hash b/package/python-pytest/python-pytest.hash
> index 7f79b94d8d..e710003535 100644
> --- a/package/python-pytest/python-pytest.hash
> +++ b/package/python-pytest/python-pytest.hash
> @@ -1,5 +1,5 @@
>   # md5, sha256 from https://pypi.org/pypi/pytest/json
> -md5  8620558e8971b11207b2d6b083906cf9  pytest-7.4.2.tar.gz
> -sha256  a766259cfab564a2ad52cb1aae1b881a75c3eb7e34ca3779697c23ed47c47069  pytest-7.4.2.tar.gz
> +md5  e2ac4c70861f26d735b64e5687bb218e  pytest-7.4.4.tar.gz
> +sha256  2cf0005922c6ace4a3e2ec8b4080eb0d9753fdc93107415332f50ce9e7994280  pytest-7.4.4.tar.gz
>   # Locally computer sha256
>   sha256  ca836a5f9ecca3b2f350230faa20a48fb8b145653b5568d784862df864706b9b  LICENSE
> diff --git a/package/python-pytest/python-pytest.mk b/package/python-pytest/python-pytest.mk
> index 326d951a32..3170a1a9db 100644
> --- a/package/python-pytest/python-pytest.mk
> +++ b/package/python-pytest/python-pytest.mk
> @@ -4,9 +4,9 @@
>   #
>   ################################################################################
>   
> -PYTHON_PYTEST_VERSION = 7.4.2
> +PYTHON_PYTEST_VERSION = 7.4.4
>   PYTHON_PYTEST_SOURCE = pytest-$(PYTHON_PYTEST_VERSION).tar.gz
> -PYTHON_PYTEST_SITE = https://files.pythonhosted.org/packages/e5/d0/18209bb95db8ee693a9a04fe056ab0663c6d6b1baf67dd50819dd9cd4bd7
> +PYTHON_PYTEST_SITE = https://files.pythonhosted.org/packages/80/1f/9d8e98e4133ffb16c90f3b405c43e38d3abb715bb5d7a63a5a684f7e46a3
>   PYTHON_PYTEST_SETUP_TYPE = setuptools
>   PYTHON_PYTEST_LICENSE = MIT
>   PYTHON_PYTEST_LICENSE_FILES = LICENSE
_______________________________________________
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:16 [Buildroot] [PATCH 1/1] package/python-pytest: bump to version 7.4.4 James Hilliard
2024-01-12 15:54 ` 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