diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2021-03-15 10:47:25 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-03-17 12:05:03 -0700 |
| commit | 9a96cb3c4695a1070dcd7a607dde8f06b802f712 (patch) | |
| tree | 6f35d29f09b3c7d425053ed157e6d245d6a2bd6d /meta-python/recipes-devtools/python/python3-alembic_1.5.5.bb | |
| parent | c7677154966e5386f7f7316569cd75960f75bdef (diff) | |
| download | meta-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.bb | 16 |
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 @@ | |||
| 1 | DESCRIPTION = "A database migration tool for SQLAlchemy" | ||
| 2 | LICENSE = "MIT" | ||
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c4ece55266dcdd02ce165b1ee0e490bb" | ||
| 4 | |||
| 5 | inherit pypi setuptools3 | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "df0028c19275a2cff137e39617a39cdcdbd1173733b87b6bfa257b7c0860213b" | ||
| 8 | |||
| 9 | PYPI_PACKAGE = "alembic" | ||
| 10 | |||
| 11 | RDEPENDS_${PN} += "\ | ||
| 12 | ${PYTHON_PN}-dateutil \ | ||
| 13 | ${PYTHON_PN}-editor \ | ||
| 14 | ${PYTHON_PN}-mako \ | ||
| 15 | ${PYTHON_PN}-sqlalchemy \ | ||
| 16 | " | ||
