summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-alembic_1.5.5.bb
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2021-03-15 10:47:25 +0200
committerKhem Raj <raj.khem@gmail.com>2021-03-17 12:05:03 -0700
commit9a96cb3c4695a1070dcd7a607dde8f06b802f712 (patch)
tree6f35d29f09b3c7d425053ed157e6d245d6a2bd6d /meta-python/recipes-devtools/python/python3-alembic_1.5.5.bb
parentc7677154966e5386f7f7316569cd75960f75bdef (diff)
downloadmeta-openembedded-9a96cb3c4695a1070dcd7a607dde8f06b802f712.tar.gz
python3-alembic: Upgrade 1.5.5 -> 1.5.7
Upgrade to release 1.5.7: - Bug fix: adjusted the recently added EnvironmentContext.configure.include_name hook to accommodate for additional object types such as "views" that don't have a parent table, to support third party recipes and extensions. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-alembic_1.5.5.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-alembic_1.5.5.bb16
1 files changed, 0 insertions, 16 deletions
diff --git a/meta-python/recipes-devtools/python/python3-alembic_1.5.5.bb b/meta-python/recipes-devtools/python/python3-alembic_1.5.5.bb
deleted file mode 100644
index 92b691e171..0000000000
--- a/meta-python/recipes-devtools/python/python3-alembic_1.5.5.bb
+++ /dev/null
@@ -1,16 +0,0 @@
1DESCRIPTION = "A database migration tool for SQLAlchemy"
2LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=c4ece55266dcdd02ce165b1ee0e490bb"
4
5inherit pypi setuptools3
6
7SRC_URI[sha256sum] = "df0028c19275a2cff137e39617a39cdcdbd1173733b87b6bfa257b7c0860213b"
8
9PYPI_PACKAGE = "alembic"
10
11RDEPENDS_${PN} += "\
12 ${PYTHON_PN}-dateutil \
13 ${PYTHON_PN}-editor \
14 ${PYTHON_PN}-mako \
15 ${PYTHON_PN}-sqlalchemy \
16"