All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/python-pyhamcrest: bump to version 2.0.2
@ 2021-09-28 12:32 Asaf Kahlon
  2021-10-03 19:59 ` Yann E. MORIN
  0 siblings, 1 reply; 2+ messages in thread
From: Asaf Kahlon @ 2021-09-28 12:32 UTC (permalink / raw)
  To: buildroot; +Cc: Thomas Petazzoni, Asaf Kahlon

* The package doesn't support python2 anymore.
* Indent with two spaces in the hash file.
* License was changed with a year bump.

Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
---
 package/python-pyhamcrest/Config.in              | 1 +
 package/python-pyhamcrest/python-pyhamcrest.hash | 6 +++---
 package/python-pyhamcrest/python-pyhamcrest.mk   | 4 ++--
 3 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/package/python-pyhamcrest/Config.in b/package/python-pyhamcrest/Config.in
index c2a4dc06f7..1bbae3fec7 100644
--- a/package/python-pyhamcrest/Config.in
+++ b/package/python-pyhamcrest/Config.in
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_PYTHON_PYHAMCREST
 	bool "python-pyhamcrest"
+	depends on BR2_PACKAGE_PYTHON3
 	select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime
 	select BR2_PACKAGE_PYTHON_SIX # runtime
 	help
diff --git a/package/python-pyhamcrest/python-pyhamcrest.hash b/package/python-pyhamcrest/python-pyhamcrest.hash
index 0c1660e08a..b2e84d7d1f 100644
--- a/package/python-pyhamcrest/python-pyhamcrest.hash
+++ b/package/python-pyhamcrest/python-pyhamcrest.hash
@@ -1,5 +1,5 @@
 # md5, sha256 from https://pypi.org/pypi/pyhamcrest/json
-md5	8b833a3fa30197455df79424f30c8c3f  PyHamcrest-1.9.0.tar.gz
-sha256	8ffaa0a53da57e89de14ced7185ac746227a8894dbd5a3c718bf05ddbd1d56cd  PyHamcrest-1.9.0.tar.gz
+md5  7a086f0b067f8d38958ec32f054559b4  PyHamcrest-2.0.2.tar.gz
+sha256  412e00137858f04bde0729913874a48485665f2d36fe9ee449f26be864af9316  PyHamcrest-2.0.2.tar.gz
 # Locally computed sha256 checksums
-sha256	ec76c04449607010d061b1e29c9d20a5ffae74db9d04670ae82538ccfe68b941  LICENSE.txt
+sha256  71beae6c8151362cfe398cbd350191a1cc52d3d28499839a7830b25f5b50a7fe  LICENSE.txt
diff --git a/package/python-pyhamcrest/python-pyhamcrest.mk b/package/python-pyhamcrest/python-pyhamcrest.mk
index 244aa8c606..28979600dd 100644
--- a/package/python-pyhamcrest/python-pyhamcrest.mk
+++ b/package/python-pyhamcrest/python-pyhamcrest.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-PYTHON_PYHAMCREST_VERSION = 1.9.0
+PYTHON_PYHAMCREST_VERSION = 2.0.2
 PYTHON_PYHAMCREST_SOURCE = PyHamcrest-$(PYTHON_PYHAMCREST_VERSION).tar.gz
-PYTHON_PYHAMCREST_SITE = https://files.pythonhosted.org/packages/a4/89/a469aad9256aedfbb47a29ec2b2eeb855d9f24a7a4c2ff28bd8d1042ef02
+PYTHON_PYHAMCREST_SITE = https://files.pythonhosted.org/packages/58/05/7b993fabb44ff0b52a90916d96bfd91a65ecf90b8248e72bba325ba8e438
 PYTHON_PYHAMCREST_SETUP_TYPE = setuptools
 PYTHON_PYHAMCREST_LICENSE = BSD-3-Clause
 PYTHON_PYHAMCREST_LICENSE_FILES = LICENSE.txt
-- 
2.33.0

_______________________________________________
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-pyhamcrest: bump to version 2.0.2
  2021-09-28 12:32 [Buildroot] [PATCH 1/1] package/python-pyhamcrest: bump to version 2.0.2 Asaf Kahlon
@ 2021-10-03 19:59 ` Yann E. MORIN
  0 siblings, 0 replies; 2+ messages in thread
From: Yann E. MORIN @ 2021-10-03 19:59 UTC (permalink / raw)
  To: Asaf Kahlon; +Cc: Thomas Petazzoni, buildroot

AsaF, All,

On 2021-09-28 15:32 +0300, Asaf Kahlon spake thusly:
> * The package doesn't support python2 anymore.

I've updated the comment in the reverese dependency, twisted.

Applied to master, thanks.

Regards,
Yann E. MORIN.

> * Indent with two spaces in the hash file.
> * License was changed with a year bump.
> 
> Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
> ---
>  package/python-pyhamcrest/Config.in              | 1 +
>  package/python-pyhamcrest/python-pyhamcrest.hash | 6 +++---
>  package/python-pyhamcrest/python-pyhamcrest.mk   | 4 ++--
>  3 files changed, 6 insertions(+), 5 deletions(-)
> 
> diff --git a/package/python-pyhamcrest/Config.in b/package/python-pyhamcrest/Config.in
> index c2a4dc06f7..1bbae3fec7 100644
> --- a/package/python-pyhamcrest/Config.in
> +++ b/package/python-pyhamcrest/Config.in
> @@ -1,5 +1,6 @@
>  config BR2_PACKAGE_PYTHON_PYHAMCREST
>  	bool "python-pyhamcrest"
> +	depends on BR2_PACKAGE_PYTHON3
>  	select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime
>  	select BR2_PACKAGE_PYTHON_SIX # runtime
>  	help
> diff --git a/package/python-pyhamcrest/python-pyhamcrest.hash b/package/python-pyhamcrest/python-pyhamcrest.hash
> index 0c1660e08a..b2e84d7d1f 100644
> --- a/package/python-pyhamcrest/python-pyhamcrest.hash
> +++ b/package/python-pyhamcrest/python-pyhamcrest.hash
> @@ -1,5 +1,5 @@
>  # md5, sha256 from https://pypi.org/pypi/pyhamcrest/json
> -md5	8b833a3fa30197455df79424f30c8c3f  PyHamcrest-1.9.0.tar.gz
> -sha256	8ffaa0a53da57e89de14ced7185ac746227a8894dbd5a3c718bf05ddbd1d56cd  PyHamcrest-1.9.0.tar.gz
> +md5  7a086f0b067f8d38958ec32f054559b4  PyHamcrest-2.0.2.tar.gz
> +sha256  412e00137858f04bde0729913874a48485665f2d36fe9ee449f26be864af9316  PyHamcrest-2.0.2.tar.gz
>  # Locally computed sha256 checksums
> -sha256	ec76c04449607010d061b1e29c9d20a5ffae74db9d04670ae82538ccfe68b941  LICENSE.txt
> +sha256  71beae6c8151362cfe398cbd350191a1cc52d3d28499839a7830b25f5b50a7fe  LICENSE.txt
> diff --git a/package/python-pyhamcrest/python-pyhamcrest.mk b/package/python-pyhamcrest/python-pyhamcrest.mk
> index 244aa8c606..28979600dd 100644
> --- a/package/python-pyhamcrest/python-pyhamcrest.mk
> +++ b/package/python-pyhamcrest/python-pyhamcrest.mk
> @@ -4,9 +4,9 @@
>  #
>  ################################################################################
>  
> -PYTHON_PYHAMCREST_VERSION = 1.9.0
> +PYTHON_PYHAMCREST_VERSION = 2.0.2
>  PYTHON_PYHAMCREST_SOURCE = PyHamcrest-$(PYTHON_PYHAMCREST_VERSION).tar.gz
> -PYTHON_PYHAMCREST_SITE = https://files.pythonhosted.org/packages/a4/89/a469aad9256aedfbb47a29ec2b2eeb855d9f24a7a4c2ff28bd8d1042ef02
> +PYTHON_PYHAMCREST_SITE = https://files.pythonhosted.org/packages/58/05/7b993fabb44ff0b52a90916d96bfd91a65ecf90b8248e72bba325ba8e438
>  PYTHON_PYHAMCREST_SETUP_TYPE = setuptools
>  PYTHON_PYHAMCREST_LICENSE = BSD-3-Clause
>  PYTHON_PYHAMCREST_LICENSE_FILES = LICENSE.txt
> -- 
> 2.33.0
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
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:[~2021-10-03 20:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-28 12:32 [Buildroot] [PATCH 1/1] package/python-pyhamcrest: bump to version 2.0.2 Asaf Kahlon
2021-10-03 19:59 ` Yann E. MORIN

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.