buildroot.busybox.net archive mirror
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] python-apispec: bump to 6.3.0
@ 2023-03-16 12:36 Martin Hundebøll
  2023-03-16 12:36 ` [Buildroot] [PATCH 2/2] python-marshmallow-sqlalchemy: bump to version 0.29.0 Martin Hundebøll
  2023-03-19 16:22 ` [Buildroot] [PATCH 1/2] python-apispec: bump to 6.3.0 Thomas Petazzoni via buildroot
  0 siblings, 2 replies; 4+ messages in thread
From: Martin Hundebøll @ 2023-03-16 12:36 UTC (permalink / raw)
  To: buildroot; +Cc: Martin Hundebøll

Signed-off-by: Martin Hundebøll <martin@geanix.com>
---
 package/python-apispec/python-apispec.hash | 4 ++--
 package/python-apispec/python-apispec.mk   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/python-apispec/python-apispec.hash b/package/python-apispec/python-apispec.hash
index f2861f920a..f8a2350eaf 100644
--- a/package/python-apispec/python-apispec.hash
+++ b/package/python-apispec/python-apispec.hash
@@ -1,5 +1,5 @@
 # md5, sha256 from https://pypi.org/pypi/apispec/json
-md5  b4e90006a26215e2e0a6fe2629d12c10  apispec-6.0.2.tar.gz
-sha256  e76d80b739edef4be213092a6384ad7fd933ba7d64f6d5a0aff8d4da1bef7887  apispec-6.0.2.tar.gz
+md5  d6cc7586754cf1c653ffb7ee83955d3a  apispec-6.3.0.tar.gz
+sha256  6cb08d92ce73ff0b3bf46cb2ea5c00d57289b0f279fb0256a3df468182ba5344  apispec-6.3.0.tar.gz
 # Locally computed sha256 checksums
 sha256  a452afcef750956a8396f7e7a6f913a117d28ef99a13170c29dc74c3b7a95f29  LICENSE
diff --git a/package/python-apispec/python-apispec.mk b/package/python-apispec/python-apispec.mk
index 4674ce0c3d..744fb76810 100644
--- a/package/python-apispec/python-apispec.mk
+++ b/package/python-apispec/python-apispec.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-PYTHON_APISPEC_VERSION = 6.0.2
+PYTHON_APISPEC_VERSION = 6.3.0
 PYTHON_APISPEC_SOURCE = apispec-$(PYTHON_APISPEC_VERSION).tar.gz
-PYTHON_APISPEC_SITE = https://files.pythonhosted.org/packages/a7/2a/b42c17e0d653341b8f5916999892cd2d8489de127dac6118ae44531674f5
+PYTHON_APISPEC_SITE = https://files.pythonhosted.org/packages/3f/1e/207c3e61c805eef214d7e5c58106312f9af4733b07f470224e4e309dc65e
 PYTHON_APISPEC_SETUP_TYPE = setuptools
 PYTHON_APISPEC_LICENSE = MIT
 PYTHON_APISPEC_LICENSE_FILES = LICENSE
-- 
2.39.1

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

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

* [Buildroot] [PATCH 2/2] python-marshmallow-sqlalchemy: bump to version 0.29.0
  2023-03-16 12:36 [Buildroot] [PATCH 1/2] python-apispec: bump to 6.3.0 Martin Hundebøll
@ 2023-03-16 12:36 ` Martin Hundebøll
  2023-03-19 16:22   ` Thomas Petazzoni via buildroot
  2023-03-19 16:22 ` [Buildroot] [PATCH 1/2] python-apispec: bump to 6.3.0 Thomas Petazzoni via buildroot
  1 sibling, 1 reply; 4+ messages in thread
From: Martin Hundebøll @ 2023-03-16 12:36 UTC (permalink / raw)
  To: buildroot; +Cc: Martin Hundebøll

Signed-off-by: Martin Hundebøll <martin@geanix.com>
---
 .../python-marshmallow-sqlalchemy.hash                        | 4 ++--
 .../python-marshmallow-sqlalchemy.mk                          | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/python-marshmallow-sqlalchemy/python-marshmallow-sqlalchemy.hash b/package/python-marshmallow-sqlalchemy/python-marshmallow-sqlalchemy.hash
index 6b847de94d..db061b623f 100644
--- a/package/python-marshmallow-sqlalchemy/python-marshmallow-sqlalchemy.hash
+++ b/package/python-marshmallow-sqlalchemy/python-marshmallow-sqlalchemy.hash
@@ -1,5 +1,5 @@
 # md5, sha256 from https://pypi.org/pypi/marshmallow-sqlalchemy/json
-md5  5e012b07ccf4ad67dbd3f38cc68cb1f4  marshmallow-sqlalchemy-0.28.1.tar.gz
-sha256  aa376747296780a56355e3067b9c8bf43a2a1c44ff985de82b3a5d9e161ca2b8  marshmallow-sqlalchemy-0.28.1.tar.gz
+md5   e1b2858be2f0ce6dead48e67080631c4 marshmallow-sqlalchemy-0.29.0.tar.gz
+sha256  3523a774390ef0c1c0f7c708a7519809c5396cf608720f14f55c36f74ff5bbec  marshmallow-sqlalchemy-0.29.0.tar.gz
 # Locally computed sha256 checksums
 sha256  625df8e2758a271b4bc90525c0b6161814e0f72cb3504b03ab5206b7abf50072  LICENSE
diff --git a/package/python-marshmallow-sqlalchemy/python-marshmallow-sqlalchemy.mk b/package/python-marshmallow-sqlalchemy/python-marshmallow-sqlalchemy.mk
index 293ea29be6..8f176feb4d 100644
--- a/package/python-marshmallow-sqlalchemy/python-marshmallow-sqlalchemy.mk
+++ b/package/python-marshmallow-sqlalchemy/python-marshmallow-sqlalchemy.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-PYTHON_MARSHMALLOW_SQLALCHEMY_VERSION = 0.28.1
+PYTHON_MARSHMALLOW_SQLALCHEMY_VERSION = 0.29.0
 PYTHON_MARSHMALLOW_SQLALCHEMY_SOURCE = marshmallow-sqlalchemy-$(PYTHON_MARSHMALLOW_SQLALCHEMY_VERSION).tar.gz
-PYTHON_MARSHMALLOW_SQLALCHEMY_SITE = https://files.pythonhosted.org/packages/eb/96/3895bde2247fa653c36d887ff08e439665668aa7c991a3924ae199be88d6
+PYTHON_MARSHMALLOW_SQLALCHEMY_SITE = https://files.pythonhosted.org/packages/fa/0d/4dd275732213cefb4e49a86c60443cb1e3e0d0bd605625aed3fa7bb22fdd
 PYTHON_MARSHMALLOW_SQLALCHEMY_SETUP_TYPE = setuptools
 PYTHON_MARSHMALLOW_SQLALCHEMY_LICENSE = MIT
 PYTHON_MARSHMALLOW_SQLALCHEMY_LICENSE_FILES = LICENSE
-- 
2.39.1

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

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

* Re: [Buildroot] [PATCH 1/2] python-apispec: bump to 6.3.0
  2023-03-16 12:36 [Buildroot] [PATCH 1/2] python-apispec: bump to 6.3.0 Martin Hundebøll
  2023-03-16 12:36 ` [Buildroot] [PATCH 2/2] python-marshmallow-sqlalchemy: bump to version 0.29.0 Martin Hundebøll
@ 2023-03-19 16:22 ` Thomas Petazzoni via buildroot
  1 sibling, 0 replies; 4+ messages in thread
From: Thomas Petazzoni via buildroot @ 2023-03-19 16:22 UTC (permalink / raw)
  To: Martin Hundebøll; +Cc: buildroot

On Thu, 16 Mar 2023 13:36:52 +0100
Martin Hundebøll <martin@geanix.com> wrote:

> Signed-off-by: Martin Hundebøll <martin@geanix.com>
> ---
>  package/python-apispec/python-apispec.hash | 4 ++--
>  package/python-apispec/python-apispec.mk   | 4 ++--
>  2 files changed, 4 insertions(+), 4 deletions(-)

Applied to master, 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] 4+ messages in thread

* Re: [Buildroot] [PATCH 2/2] python-marshmallow-sqlalchemy: bump to version 0.29.0
  2023-03-16 12:36 ` [Buildroot] [PATCH 2/2] python-marshmallow-sqlalchemy: bump to version 0.29.0 Martin Hundebøll
@ 2023-03-19 16:22   ` Thomas Petazzoni via buildroot
  0 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni via buildroot @ 2023-03-19 16:22 UTC (permalink / raw)
  To: Martin Hundebøll; +Cc: buildroot

On Thu, 16 Mar 2023 13:36:53 +0100
Martin Hundebøll <martin@geanix.com> wrote:

> Signed-off-by: Martin Hundebøll <martin@geanix.com>
> ---
>  .../python-marshmallow-sqlalchemy.hash                        | 4 ++--
>  .../python-marshmallow-sqlalchemy.mk                          | 4 ++--
>  2 files changed, 4 insertions(+), 4 deletions(-)

Applied to master, 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] 4+ messages in thread

end of thread, other threads:[~2023-03-19 16:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-16 12:36 [Buildroot] [PATCH 1/2] python-apispec: bump to 6.3.0 Martin Hundebøll
2023-03-16 12:36 ` [Buildroot] [PATCH 2/2] python-marshmallow-sqlalchemy: bump to version 0.29.0 Martin Hundebøll
2023-03-19 16:22   ` Thomas Petazzoni via buildroot
2023-03-19 16:22 ` [Buildroot] [PATCH 1/2] python-apispec: bump to 6.3.0 Thomas Petazzoni via buildroot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).