All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/python-pytest: bump to version 7.2.0
@ 2022-11-06 16:11 James Hilliard
  2022-11-07 17:18 ` Marcin Niestrój
  0 siblings, 1 reply; 2+ messages in thread
From: James Hilliard @ 2022-11-06 16:11 UTC (permalink / raw)
  To: buildroot; +Cc: James Hilliard, Marcin Niestroj, Asaf Kahlon

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

diff --git a/package/python-pytest/python-pytest.hash b/package/python-pytest/python-pytest.hash
index c2ead0aa64..2ae1e61ed4 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  4a98001581a18d4084cb5027fdb1467d  pytest-7.1.2.tar.gz
-sha256  a06a0425453864a270bc45e71f783330a7428defb4230fb5e6a731fde06ecd45  pytest-7.1.2.tar.gz
+md5  49decbade40109f9c6970df60c22a230  pytest-7.2.0.tar.gz
+sha256  c4014eb40e10f11f355ad4e3c2fb2c6c6d1919c73f3b5a433de4708202cade59  pytest-7.2.0.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 85d762ac8b..1794582dd3 100644
--- a/package/python-pytest/python-pytest.mk
+++ b/package/python-pytest/python-pytest.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-PYTHON_PYTEST_VERSION = 7.1.2
+PYTHON_PYTEST_VERSION = 7.2.0
 PYTHON_PYTEST_SOURCE = pytest-$(PYTHON_PYTEST_VERSION).tar.gz
-PYTHON_PYTEST_SITE = https://files.pythonhosted.org/packages/4e/1f/34657c6ac56f3c58df650ba41f8ffb2620281ead8e11bcdc7db63cf72a78
+PYTHON_PYTEST_SITE = https://files.pythonhosted.org/packages/0b/21/055f39bf8861580b43f845f9e8270c7786fe629b2f8562ff09007132e2e7
 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] 2+ messages in thread

* Re: [Buildroot] [PATCH 1/1] package/python-pytest: bump to version 7.2.0
  2022-11-06 16:11 [Buildroot] [PATCH 1/1] package/python-pytest: bump to version 7.2.0 James Hilliard
@ 2022-11-07 17:18 ` Marcin Niestrój
  0 siblings, 0 replies; 2+ messages in thread
From: Marcin Niestrój @ 2022-11-07 17:18 UTC (permalink / raw)
  To: James Hilliard; +Cc: Asaf Kahlon, buildroot


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

> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>

Reviewed-by: Marcin Niestroj <m.niestroj@grinn-global.com>

> ---
>  package/python-pytest/python-pytest.hash | 4 ++--
>  package/python-pytest/python-pytest.mk   | 4 ++--
>  2 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/package/python-pytest/python-pytest.hash b/package/python-pytest/python-pytest.hash
> index c2ead0aa64..2ae1e61ed4 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  4a98001581a18d4084cb5027fdb1467d  pytest-7.1.2.tar.gz
> -sha256  a06a0425453864a270bc45e71f783330a7428defb4230fb5e6a731fde06ecd45  pytest-7.1.2.tar.gz
> +md5  49decbade40109f9c6970df60c22a230  pytest-7.2.0.tar.gz
> +sha256  c4014eb40e10f11f355ad4e3c2fb2c6c6d1919c73f3b5a433de4708202cade59  pytest-7.2.0.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 85d762ac8b..1794582dd3 100644
> --- a/package/python-pytest/python-pytest.mk
> +++ b/package/python-pytest/python-pytest.mk
> @@ -4,9 +4,9 @@
>  #
>  ################################################################################
>
> -PYTHON_PYTEST_VERSION = 7.1.2
> +PYTHON_PYTEST_VERSION = 7.2.0
>  PYTHON_PYTEST_SOURCE = pytest-$(PYTHON_PYTEST_VERSION).tar.gz
> -PYTHON_PYTEST_SITE = https://files.pythonhosted.org/packages/4e/1f/34657c6ac56f3c58df650ba41f8ffb2620281ead8e11bcdc7db63cf72a78
> +PYTHON_PYTEST_SITE = https://files.pythonhosted.org/packages/0b/21/055f39bf8861580b43f845f9e8270c7786fe629b2f8562ff09007132e2e7
>  PYTHON_PYTEST_SETUP_TYPE = setuptools
>  PYTHON_PYTEST_LICENSE = MIT
>  PYTHON_PYTEST_LICENSE_FILES = LICENSE


--
Marcin Niestrój
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2022-11-07 17:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-06 16:11 [Buildroot] [PATCH 1/1] package/python-pytest: bump to version 7.2.0 James Hilliard
2022-11-07 17:18 ` Marcin Niestrój

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.