summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2022-12-20 20:24:00 +0800
committerKhem Raj <raj.khem@gmail.com>2022-12-23 08:52:22 -0800
commite0d2f0e4d648475d47317ad0d8345e2f8052a2d8 (patch)
tree43813804bda83c2e1e016691072da79299915aef /meta-python/recipes-devtools
parente052049da69fde7c3ab11fcfb43eefb0c60bef40 (diff)
downloadmeta-openembedded-e0d2f0e4d648475d47317ad0d8345e2f8052a2d8.tar.gz
python3-sqlalchemy: upgrade 1.4.44 -> 1.4.45
Changelog: https://docs.sqlalchemy.org/en/20/changelog/changelog_14.html#change-1.4.45 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r--meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.45.bb (renamed from meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.44.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.44.bb b/meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.45.bb
index 1c318e6ce..d5f7b3064 100644
--- a/meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.44.bb
+++ b/meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.45.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "http://www.sqlalchemy.org/"
4LICENSE = "MIT" 4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=f4001d1ca15b69d096fa1b4fd1bdce79" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=f4001d1ca15b69d096fa1b4fd1bdce79"
6 6
7SRC_URI[sha256sum] = "2dda5f96719ae89b3ec0f1b79698d86eb9aecb1d54e990abb3fdd92c04b46a90" 7SRC_URI[sha256sum] = "fd69850860093a3f69fefe0ab56d041edfdfe18510b53d9a2eaecba2f15fa795"
8 8
9PYPI_PACKAGE = "SQLAlchemy" 9PYPI_PACKAGE = "SQLAlchemy"
10inherit pypi setuptools3 10inherit pypi setuptools3