All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/python-flask-jsonrpc: bump to version 2.2.2
@ 2022-10-24  8:27 Sébastien Szymanski
  2022-10-24 21:05 ` Thomas Petazzoni via buildroot
  0 siblings, 1 reply; 3+ messages in thread
From: Sébastien Szymanski @ 2022-10-24  8:27 UTC (permalink / raw)
  To: buildroot; +Cc: Asaf Kahlon

Signed-off-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com>
---
 package/python-flask-jsonrpc/python-flask-jsonrpc.hash | 4 ++--
 package/python-flask-jsonrpc/python-flask-jsonrpc.mk   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/python-flask-jsonrpc/python-flask-jsonrpc.hash b/package/python-flask-jsonrpc/python-flask-jsonrpc.hash
index ee407dbd7a..d5c0e46595 100644
--- a/package/python-flask-jsonrpc/python-flask-jsonrpc.hash
+++ b/package/python-flask-jsonrpc/python-flask-jsonrpc.hash
@@ -1,6 +1,6 @@
 # md5, sha256 from https://pypi.org/pypi/flask-jsonrpc/json
-md5  f2b7bf5222f3aaf050f396522d7f692d  Flask-JSONRPC-2.2.1.tar.gz
-sha256  f994f8dd80bf31cf7272eb1a3030c6caf30fef3ced5866e66b56871d4047be68  Flask-JSONRPC-2.2.1.tar.gz
+md5  fb6205e6e776802c6000ea7119229066  Flask-JSONRPC-2.2.2.tar.gz
+sha256  0cb6ac2804980dc8ac7cbbc3149025f4ec9323227978a4a7ce7b55a9f8263a11  Flask-JSONRPC-2.2.2.tar.gz
 # Locally computed sha256 checksums
 sha256  5e6175926ba7dde28c7d292a8b0350aa82c40a8c5691a878fe02b0c9c6b43b39  LICENSE
 sha256  5e6175926ba7dde28c7d292a8b0350aa82c40a8c5691a878fe02b0c9c6b43b39  COPYING
diff --git a/package/python-flask-jsonrpc/python-flask-jsonrpc.mk b/package/python-flask-jsonrpc/python-flask-jsonrpc.mk
index 542b9e73f5..c816749085 100644
--- a/package/python-flask-jsonrpc/python-flask-jsonrpc.mk
+++ b/package/python-flask-jsonrpc/python-flask-jsonrpc.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-PYTHON_FLASK_JSONRPC_VERSION = 2.2.1
+PYTHON_FLASK_JSONRPC_VERSION = 2.2.2
 PYTHON_FLASK_JSONRPC_SOURCE = Flask-JSONRPC-$(PYTHON_FLASK_JSONRPC_VERSION).tar.gz
-PYTHON_FLASK_JSONRPC_SITE = https://files.pythonhosted.org/packages/ca/2a/3f2bd79840d9643fc909cf27f730b2c5006351746ba09c4dab1b898ddee9
+PYTHON_FLASK_JSONRPC_SITE = https://files.pythonhosted.org/packages/a5/7b/8cbd53084a1efb58a1105905a38b0cbefcd3ae13ef2c90c07eedf0fdb6dc
 PYTHON_FLASK_JSONRPC_LICENSE = BSD-3-Clause
 PYTHON_FLASK_JSONRPC_LICENSE_FILES = LICENSE COPYING
 PYTHON_FLASK_JSONRPC_SETUP_TYPE = setuptools
-- 
2.37.4

_______________________________________________
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-flask-jsonrpc: bump to version 2.2.2
  2022-10-24  8:27 [Buildroot] [PATCH 1/1] package/python-flask-jsonrpc: bump to version 2.2.2 Sébastien Szymanski
@ 2022-10-24 21:05 ` Thomas Petazzoni via buildroot
  2022-10-25  7:11   ` Sébastien Szymanski
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2022-10-24 21:05 UTC (permalink / raw)
  To: Sébastien Szymanski; +Cc: Asaf Kahlon, buildroot

On Mon, 24 Oct 2022 10:27:19 +0200
Sébastien Szymanski <sebastien.szymanski@armadeus.com> wrote:

> Signed-off-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com>
> ---
>  package/python-flask-jsonrpc/python-flask-jsonrpc.hash | 4 ++--
>  package/python-flask-jsonrpc/python-flask-jsonrpc.mk   | 4 ++--
>  2 files changed, 4 insertions(+), 4 deletions(-)

Thanks for the patch, but did you test it? The
0001-Move-pytest-runner-to-tests_require.patch patch no longer applies:

>>> python-flask-jsonrpc 2.2.2 Extracting
gzip -d -c /home/thomas/dl/python-flask-jsonrpc/Flask-JSONRPC-2.2.2.tar.gz | tar --strip-components=1 -C /home/thomas/projets/buildroot/output/build/python-flask-jsonrpc-2.2.2   -xf -
>>> python-flask-jsonrpc 2.2.2 Patching

Applying 0001-Move-pytest-runner-to-tests_require.patch using patch: 
patching file setup.py
Hunk #1 FAILED at 42.
1 out of 1 hunk FAILED -- saving rejects to file setup.py.rej
make: *** [package/pkg-generic.mk:251: /home/thomas/projets/buildroot/output/build/python-flask-jsonrpc-2.2.2/.stamp_patched] Error 1

Could you have a look?

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
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-flask-jsonrpc: bump to version 2.2.2
  2022-10-24 21:05 ` Thomas Petazzoni via buildroot
@ 2022-10-25  7:11   ` Sébastien Szymanski
  0 siblings, 0 replies; 3+ messages in thread
From: Sébastien Szymanski @ 2022-10-25  7:11 UTC (permalink / raw)
  To: Thomas Petazzoni; +Cc: Asaf Kahlon, buildroot

Hello Thomas,

On 10/24/22 23:05, Thomas Petazzoni wrote:
> On Mon, 24 Oct 2022 10:27:19 +0200
> Sébastien Szymanski <sebastien.szymanski@armadeus.com> wrote:
> 
>> Signed-off-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com>
>> ---
>>   package/python-flask-jsonrpc/python-flask-jsonrpc.hash | 4 ++--
>>   package/python-flask-jsonrpc/python-flask-jsonrpc.mk   | 4 ++--
>>   2 files changed, 4 insertions(+), 4 deletions(-)
> 
> Thanks for the patch, but did you test it? The
> 0001-Move-pytest-runner-to-tests_require.patch patch no longer applies:
> 
>>>> python-flask-jsonrpc 2.2.2 Extracting
> gzip -d -c /home/thomas/dl/python-flask-jsonrpc/Flask-JSONRPC-2.2.2.tar.gz | tar --strip-components=1 -C /home/thomas/projets/buildroot/output/build/python-flask-jsonrpc-2.2.2   -xf -
>>>> python-flask-jsonrpc 2.2.2 Patching
> 
> Applying 0001-Move-pytest-runner-to-tests_require.patch using patch:
> patching file setup.py
> Hunk #1 FAILED at 42.
> 1 out of 1 hunk FAILED -- saving rejects to file setup.py.rej
> make: *** [package/pkg-generic.mk:251: /home/thomas/projets/buildroot/output/build/python-flask-jsonrpc-2.2.2/.stamp_patched] Error 1
> 
> Could you have a look?

Oops, sorry... Sure! I will send a v2!

Regards,

> 
> Thanks!
> 
> Thomas

-- 
Sébastien Szymanski, Armadeus Systems
Software engineer

_______________________________________________
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:[~2022-10-25  7:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-24  8:27 [Buildroot] [PATCH 1/1] package/python-flask-jsonrpc: bump to version 2.2.2 Sébastien Szymanski
2022-10-24 21:05 ` Thomas Petazzoni via buildroot
2022-10-25  7:11   ` Sébastien Szymanski

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.