package/python-sqlalchemy: bump version to 2.0.25

Hash of license file is changed due to:

-Copyright 2005-2022 SQLAlchemy authors and contributors <see AUTHORS file>.
+Copyright 2005-2024 SQLAlchemy authors and contributors <see AUTHORS file>.

Signed-off-by: Flávio Tapajós <flavio.tapajos@newtesc.com.br>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Flávio Tapajós 2024-01-03 11:28:30 -03:00 committed by Thomas Petazzoni
parent f74609cf96
commit 0f2f090892
3 changed files with 6 additions and 5 deletions

View File

@ -1,5 +1,6 @@
config BR2_PACKAGE_PYTHON_SQLALCHEMY
bool "python-sqlalchemy"
select BR2_PACKAGE_PYTHON_TYPING_EXTENSIONS # runtime
help
SQLAlchemy is the Python SQL toolkit and Object Relational
Mapper that gives application developers the full power and

View File

@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/sqlalchemy/json
md5 52318b83e8931c5f5a459f54fe4be3e8 SQLAlchemy-1.4.42.tar.gz
sha256 177e41914c476ed1e1b77fd05966ea88c094053e17a85303c4ce007f88eff363 SQLAlchemy-1.4.42.tar.gz
md5 7abfc2972d7e16315c8b7492ea0e0fdb SQLAlchemy-2.0.25.tar.gz
sha256 a2c69a7664fb2d54b8682dd774c3b54f67f84fa123cf84dda2a5f40dcaa04e08 SQLAlchemy-2.0.25.tar.gz
# Locally computed sha256 checksums
sha256 859ded25da34c1eb73e6e736df4c5f8ce3ed2ed5290663176f06e7720d9c9a20 LICENSE
sha256 3c0f59ab887d041de6a4e52ffe3e9edb5d9522de909fae9a6cd7adb6e7be3293 LICENSE

View File

@ -4,9 +4,9 @@
#
################################################################################
PYTHON_SQLALCHEMY_VERSION = 1.4.42
PYTHON_SQLALCHEMY_VERSION = 2.0.25
PYTHON_SQLALCHEMY_SOURCE = SQLAlchemy-$(PYTHON_SQLALCHEMY_VERSION).tar.gz
PYTHON_SQLALCHEMY_SITE = https://files.pythonhosted.org/packages/e4/56/8ea85eaab7d93b58f9c213ad8fc5882838189a29fc8cc401d80710a12969
PYTHON_SQLALCHEMY_SITE = https://files.pythonhosted.org/packages/7b/bb/85bd8e211f54983e927c7cd9b2ad66773fbef507957156fc72e481a62681
PYTHON_SQLALCHEMY_SETUP_TYPE = setuptools
PYTHON_SQLALCHEMY_LICENSE = MIT
PYTHON_SQLALCHEMY_LICENSE_FILES = LICENSE