* [Buildroot] [PATCH 1/1] package/python-alembic: bump to version 1.13.3
@ 2024-09-26 15:30 James Hilliard
2024-10-02 21:02 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: James Hilliard @ 2024-09-26 15:30 UTC (permalink / raw)
To: buildroot; +Cc: James Hilliard, Asaf Kahlon
Drop no longer required --skip-dependency-check build option as
upper setuptools version is no longer pinned:
https://github.com/sqlalchemy/alembic/commit/9d6e212b77c8ce5ea1164b6d67f2ba491beba413
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
package/python-alembic/python-alembic.hash | 4 ++--
package/python-alembic/python-alembic.mk | 5 ++---
2 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/package/python-alembic/python-alembic.hash b/package/python-alembic/python-alembic.hash
index 6cfd327f6e..c03236a105 100644
--- a/package/python-alembic/python-alembic.hash
+++ b/package/python-alembic/python-alembic.hash
@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/alembic/json
-md5 0118e72e5ffaf9752d995fa7d6c2a565 alembic-1.13.2.tar.gz
-sha256 1ff0ae32975f4fd96028c39ed9bb3c867fe3af956bd7bb37343b54c9fe7445ef alembic-1.13.2.tar.gz
+md5 c56a6402b0601a8c2d844a08928d752f alembic-1.13.3.tar.gz
+sha256 203503117415561e203aa14541740643a611f641517f0209fcae63e9fa09f1a2 alembic-1.13.3.tar.gz
# Locally computed sha256 checksums
sha256 ce19e7ba2b77ca584b82a6792856e138eb30b311c896b076c09a405ee45fbee9 LICENSE
diff --git a/package/python-alembic/python-alembic.mk b/package/python-alembic/python-alembic.mk
index 79ec56ab65..a1e45630a3 100644
--- a/package/python-alembic/python-alembic.mk
+++ b/package/python-alembic/python-alembic.mk
@@ -4,12 +4,11 @@
#
################################################################################
-PYTHON_ALEMBIC_VERSION = 1.13.2
+PYTHON_ALEMBIC_VERSION = 1.13.3
PYTHON_ALEMBIC_SOURCE = alembic-$(PYTHON_ALEMBIC_VERSION).tar.gz
-PYTHON_ALEMBIC_SITE = https://files.pythonhosted.org/packages/66/e2/efa88e86029cada2da5941ec664d50d9a3b2a91f5066405c6f90e5016c16
+PYTHON_ALEMBIC_SITE = https://files.pythonhosted.org/packages/94/a2/840c3b84382dce8624bc2f0ee67567fc74c32478d0c5a5aea981518c91c3
PYTHON_ALEMBIC_SETUP_TYPE = setuptools
PYTHON_ALEMBIC_LICENSE = MIT
PYTHON_ALEMBIC_LICENSE_FILES = LICENSE
-PYTHON_ALEMBIC_BUILD_OPTS = --skip-dependency-check
$(eval $(python-package))
--
2.34.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-10-02 21:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-26 15:30 [Buildroot] [PATCH 1/1] package/python-alembic: bump to version 1.13.3 James Hilliard
2024-10-02 21:02 ` Thomas Petazzoni 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.