diff mbox series

package/python-remi: bump version to 2022.7.27

Message ID 1664283942-24229-1-git-send-email-gwenj@trabucayre.com
State Accepted
Headers show
Series package/python-remi: bump version to 2022.7.27 | expand

Commit Message

Gwenhael Goavec-Merou Sept. 27, 2022, 1:05 p.m. UTC
From: Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com>

Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com>
---
 package/python-remi/python-remi.hash | 2 +-
 package/python-remi/python-remi.mk   | 5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)

Comments

Yann E. MORIN Oct. 1, 2022, 7:53 p.m. UTC | #1
Gwenhael, All,

On 2022-09-27 15:05 +0200, Gwenhael Goavec-Merou spake thusly:
> From: Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com>
> 
> Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com>

Applied to master, thanks.

But see below...

[--SNIP--]
>  PYTHON_REMI_LICENSE = Apache-2.0

There is a file named LICENSE in the tree. Could you update our
packaging to use that file, and add a hash for it, please?

Regards,
Yann E. MORIN.

>  PYTHON_REMI_SETUP_TYPE = setuptools
>  
> -- 
> 2.30.2
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
diff mbox series

Patch

diff --git a/package/python-remi/python-remi.hash b/package/python-remi/python-remi.hash
index 4e1786a952..82234bbe98 100644
--- a/package/python-remi/python-remi.hash
+++ b/package/python-remi/python-remi.hash
@@ -1,2 +1,2 @@ 
 # sha256 from https://pypi.org/pypi/remi/json
-sha256  c8691f007dc30b91013131b6aded3521c17ef8ec9fdd152a0ad481b8cb793f14  remi-2021.3.2.tar.gz
+sha256  542df88e174bbd58fe763c49e5c2116f2c8413c1a934731069ed8c17bb9cd64c  remi-2022.7.27.tar.gz
diff --git a/package/python-remi/python-remi.mk b/package/python-remi/python-remi.mk
index 609e127cf0..7e43c09b00 100644
--- a/package/python-remi/python-remi.mk
+++ b/package/python-remi/python-remi.mk
@@ -4,9 +4,10 @@ 
 #
 ################################################################################
 
-PYTHON_REMI_VERSION = 2021.3.2
+PYTHON_REMI_VERSION = 2022.7.27
 PYTHON_REMI_SOURCE = remi-$(PYTHON_REMI_VERSION).tar.gz
-PYTHON_REMI_SITE = https://files.pythonhosted.org/packages/c0/99/94bd825cf8baee369b959f76c802a51ccc69d4d62ec113e26db4835f710c
+PYTHON_REMI_SITE = https://files.pythonhosted.org/packages/b7/5c/fca9d9273fc9d5f4ca0bc2f387ca19f8ba9979dcb75617d094e575dc2337
+
 PYTHON_REMI_LICENSE = Apache-2.0
 PYTHON_REMI_SETUP_TYPE = setuptools