All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/python-sqlalchemy: add cython for python-sqlalchemy
@ 2024-03-24 16:28 Flávio Tapajós
  2024-03-24 16:28 ` [Buildroot] [PATCH 2/2] package/python-sqlalchemy: bump version to 2.0.29 Flávio Tapajós
  2024-03-27 21:16 ` [Buildroot] [PATCH 1/2] package/python-sqlalchemy: add cython for python-sqlalchemy Arnout Vandecappelle via buildroot
  0 siblings, 2 replies; 5+ messages in thread
From: Flávio Tapajós @ 2024-03-24 16:28 UTC (permalink / raw)
  To: buildroot; +Cc: Flávio Tapajós, James Hilliard, Asaf Kahlon

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

When migrating to setuptools with pep517 support we need to add
host-python-cython which is a pep517 build dependency for
python-sqlalchemy.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Tested-By: Flávio Tapajós <flavio.tapajos@newtesc.com.br>
Signed-off-by: Flávio Tapajós <flavio.tapajos@newtesc.com.br>
---
 package/python-sqlalchemy/python-sqlalchemy.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/python-sqlalchemy/python-sqlalchemy.mk b/package/python-sqlalchemy/python-sqlalchemy.mk
index 400ad92f63..167c3a4498 100644
--- a/package/python-sqlalchemy/python-sqlalchemy.mk
+++ b/package/python-sqlalchemy/python-sqlalchemy.mk
@@ -12,5 +12,6 @@ PYTHON_SQLALCHEMY_LICENSE = MIT
 PYTHON_SQLALCHEMY_LICENSE_FILES = LICENSE
 PYTHON_SQLALCHEMY_CPE_ID_VENDOR = sqlalchemy
 PYTHON_SQLALCHEMY_CPE_ID_PRODUCT = sqlalchemy
+PYTHON_SQLALCHEMY_DEPENDENCIES = host-python-cython
 
 $(eval $(python-package))
-- 
2.44.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH 2/2] package/python-sqlalchemy: bump version to 2.0.29
  2024-03-24 16:28 [Buildroot] [PATCH 1/2] package/python-sqlalchemy: add cython for python-sqlalchemy Flávio Tapajós
@ 2024-03-24 16:28 ` Flávio Tapajós
  2024-03-27 21:16 ` [Buildroot] [PATCH 1/2] package/python-sqlalchemy: add cython for python-sqlalchemy Arnout Vandecappelle via buildroot
  1 sibling, 0 replies; 5+ messages in thread
From: Flávio Tapajós @ 2024-03-24 16:28 UTC (permalink / raw)
  To: buildroot; +Cc: Flávio Tapajós, James Hilliard, Asaf Kahlon

Signed-off-by: Flávio Tapajós <flavio.tapajos@newtesc.com.br>
---
 package/python-sqlalchemy/python-sqlalchemy.hash | 4 ++--
 package/python-sqlalchemy/python-sqlalchemy.mk   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/python-sqlalchemy/python-sqlalchemy.hash b/package/python-sqlalchemy/python-sqlalchemy.hash
index 7951a32978..f066fd18c2 100644
--- a/package/python-sqlalchemy/python-sqlalchemy.hash
+++ b/package/python-sqlalchemy/python-sqlalchemy.hash
@@ -1,5 +1,5 @@
 # md5, sha256 from https://pypi.org/pypi/sqlalchemy/json
-md5  7abfc2972d7e16315c8b7492ea0e0fdb  SQLAlchemy-2.0.25.tar.gz
-sha256  a2c69a7664fb2d54b8682dd774c3b54f67f84fa123cf84dda2a5f40dcaa04e08  SQLAlchemy-2.0.25.tar.gz
+md5 ea746e69e0702cc8d2c91c5140ce35cc  SQLAlchemy-2.0.28.tar.gz
+sha256 bd9566b8e58cabd700bc367b60e90d9349cd16f0984973f98a9a09f9c64e86f0  SQLAlchemy-2.0.29.tar.gz
 # Locally computed sha256 checksums
 sha256  3c0f59ab887d041de6a4e52ffe3e9edb5d9522de909fae9a6cd7adb6e7be3293  LICENSE
diff --git a/package/python-sqlalchemy/python-sqlalchemy.mk b/package/python-sqlalchemy/python-sqlalchemy.mk
index 167c3a4498..b7dac92a99 100644
--- a/package/python-sqlalchemy/python-sqlalchemy.mk
+++ b/package/python-sqlalchemy/python-sqlalchemy.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-PYTHON_SQLALCHEMY_VERSION = 2.0.25
+PYTHON_SQLALCHEMY_VERSION = 2.0.29
 PYTHON_SQLALCHEMY_SOURCE = SQLAlchemy-$(PYTHON_SQLALCHEMY_VERSION).tar.gz
-PYTHON_SQLALCHEMY_SITE = https://files.pythonhosted.org/packages/7b/bb/85bd8e211f54983e927c7cd9b2ad66773fbef507957156fc72e481a62681
+PYTHON_SQLALCHEMY_SITE = https://files.pythonhosted.org/packages/99/04/59971bfc2f192e3b52376ca8d1e134c78d04bc044ef7e04cf10c42d2ce17
 PYTHON_SQLALCHEMY_SETUP_TYPE = setuptools
 PYTHON_SQLALCHEMY_LICENSE = MIT
 PYTHON_SQLALCHEMY_LICENSE_FILES = LICENSE
-- 
2.44.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/2] package/python-sqlalchemy: add cython for python-sqlalchemy
  2024-03-24 16:28 [Buildroot] [PATCH 1/2] package/python-sqlalchemy: add cython for python-sqlalchemy Flávio Tapajós
  2024-03-24 16:28 ` [Buildroot] [PATCH 2/2] package/python-sqlalchemy: bump version to 2.0.29 Flávio Tapajós
@ 2024-03-27 21:16 ` Arnout Vandecappelle via buildroot
  2024-04-28 11:07   ` Peter Korsgaard
  1 sibling, 1 reply; 5+ messages in thread
From: Arnout Vandecappelle via buildroot @ 2024-03-27 21:16 UTC (permalink / raw)
  To: Flávio Tapajós, buildroot; +Cc: James Hilliard, Asaf Kahlon



On 24/03/2024 17:28, Flávio Tapajós wrote:
> From: James Hilliard <james.hilliard1@gmail.com>
> 
> When migrating to setuptools with pep517 support we need to add
> host-python-cython which is a pep517 build dependency for
> python-sqlalchemy.
> 
> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
> Tested-By: Flávio Tapajós <flavio.tapajos@newtesc.com.br>
> Signed-off-by: Flávio Tapajós <flavio.tapajos@newtesc.com.br>

  I don't understand why you cherry-picked that patch from the pep517-setuptools 
series - AFAICS it shouldn't be needed for the version bump. But since it needs 
to be applied at some point anyway, I applied both to master, thanks.

  Regards,
  Arnout

> ---
>   package/python-sqlalchemy/python-sqlalchemy.mk | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/package/python-sqlalchemy/python-sqlalchemy.mk b/package/python-sqlalchemy/python-sqlalchemy.mk
> index 400ad92f63..167c3a4498 100644
> --- a/package/python-sqlalchemy/python-sqlalchemy.mk
> +++ b/package/python-sqlalchemy/python-sqlalchemy.mk
> @@ -12,5 +12,6 @@ PYTHON_SQLALCHEMY_LICENSE = MIT
>   PYTHON_SQLALCHEMY_LICENSE_FILES = LICENSE
>   PYTHON_SQLALCHEMY_CPE_ID_VENDOR = sqlalchemy
>   PYTHON_SQLALCHEMY_CPE_ID_PRODUCT = sqlalchemy
> +PYTHON_SQLALCHEMY_DEPENDENCIES = host-python-cython
>   
>   $(eval $(python-package))
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/2] package/python-sqlalchemy: add cython for python-sqlalchemy
  2024-03-27 21:16 ` [Buildroot] [PATCH 1/2] package/python-sqlalchemy: add cython for python-sqlalchemy Arnout Vandecappelle via buildroot
@ 2024-04-28 11:07   ` Peter Korsgaard
  2024-04-28 17:07     ` Arnout Vandecappelle via buildroot
  0 siblings, 1 reply; 5+ messages in thread
From: Peter Korsgaard @ 2024-04-28 11:07 UTC (permalink / raw)
  To: Arnout Vandecappelle via buildroot
  Cc: Flávio Tapajós, James Hilliard, Asaf Kahlon

>>>>> "Arnout" == Arnout Vandecappelle via buildroot <buildroot@buildroot.org> writes:

 > On 24/03/2024 17:28, Flávio Tapajós wrote:
 >> From: James Hilliard <james.hilliard1@gmail.com>
 >> When migrating to setuptools with pep517 support we need to add
 >> host-python-cython which is a pep517 build dependency for
 >> python-sqlalchemy.
 >> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
 >> Tested-By: Flávio Tapajós <flavio.tapajos@newtesc.com.br>
 >> Signed-off-by: Flávio Tapajós <flavio.tapajos@newtesc.com.br>

 >  I don't understand why you cherry-picked that patch from the
 >  pep517-setuptools series - AFAICS it shouldn't be needed for the
 >  version bump. But since it needs to be applied at some point anyway,
 > I applied both to master, thanks.

So it is presumably not needed for 2024.02.x, right?

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/2] package/python-sqlalchemy: add cython for python-sqlalchemy
  2024-04-28 11:07   ` Peter Korsgaard
@ 2024-04-28 17:07     ` Arnout Vandecappelle via buildroot
  0 siblings, 0 replies; 5+ messages in thread
From: Arnout Vandecappelle via buildroot @ 2024-04-28 17:07 UTC (permalink / raw)
  To: Peter Korsgaard, Arnout Vandecappelle via buildroot
  Cc: Flávio Tapajós, James Hilliard, Asaf Kahlon



On 28/04/2024 13:07, Peter Korsgaard wrote:
>>>>>> "Arnout" == Arnout Vandecappelle via buildroot <buildroot@buildroot.org> writes:
> 
>   > On 24/03/2024 17:28, Flávio Tapajós wrote:
>   >> From: James Hilliard <james.hilliard1@gmail.com>
>   >> When migrating to setuptools with pep517 support we need to add
>   >> host-python-cython which is a pep517 build dependency for
>   >> python-sqlalchemy.
>   >> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
>   >> Tested-By: Flávio Tapajós <flavio.tapajos@newtesc.com.br>
>   >> Signed-off-by: Flávio Tapajós <flavio.tapajos@newtesc.com.br>
> 
>   >  I don't understand why you cherry-picked that patch from the
>   >  pep517-setuptools series - AFAICS it shouldn't be needed for the
>   >  version bump. But since it needs to be applied at some point anyway,
>   > I applied both to master, thanks.
> 
> So it is presumably not needed for 2024.02.x, right?

  No, it's only needed for the migrate-to-setuptools series which is not in 
2024.02.x.

  Regards,
  Arnout
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2024-04-28 17:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-24 16:28 [Buildroot] [PATCH 1/2] package/python-sqlalchemy: add cython for python-sqlalchemy Flávio Tapajós
2024-03-24 16:28 ` [Buildroot] [PATCH 2/2] package/python-sqlalchemy: bump version to 2.0.29 Flávio Tapajós
2024-03-27 21:16 ` [Buildroot] [PATCH 1/2] package/python-sqlalchemy: add cython for python-sqlalchemy Arnout Vandecappelle via buildroot
2024-04-28 11:07   ` Peter Korsgaard
2024-04-28 17:07     ` Arnout Vandecappelle via buildroot

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.