diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2023-01-16 15:56:44 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-01-16 10:32:40 -0800 |
| commit | c0e580a4b358199c97f3eca4ac0115c73ff27906 (patch) | |
| tree | 0f8d10de4c110b741c18a550d0cb80005321af2d /meta-python/recipes-devtools/python/python3-alembic_1.9.1.bb | |
| parent | d42d733990a67ac8975ed51a628196172f7e1b7c (diff) | |
| download | meta-openembedded-c0e580a4b358199c97f3eca4ac0115c73ff27906.tar.gz | |
python3-alembic: Upgrade 1.9.1 -> 1.9.2
Upgrade to release 1.9.2:
- Fixed typing definitions for EnvironmentContext.get_x_argument()
- Fixed regression where the string transformations applied to
server defaults caused expressions such as (getdate()) to no
longer compare as equivalent on SQL Server, others.
License-Update: Update years
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-alembic_1.9.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-alembic_1.9.1.bb | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/meta-python/recipes-devtools/python/python3-alembic_1.9.1.bb b/meta-python/recipes-devtools/python/python3-alembic_1.9.1.bb deleted file mode 100644 index 03a38d5ff3..0000000000 --- a/meta-python/recipes-devtools/python/python3-alembic_1.9.1.bb +++ /dev/null | |||
| @@ -1,19 +0,0 @@ | |||
| 1 | DESCRIPTION = "A database migration tool for SQLAlchemy" | ||
| 2 | LICENSE = "MIT" | ||
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f5a8522010db1a393833988dbe2c7f0b" | ||
| 4 | |||
| 5 | inherit pypi setuptools3 | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "f9f76e41061f5ebe27d4fe92600df9dd612521a7683f904dab328ba02cffa5a2" | ||
| 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 | ${PYTHON_PN}-misc \ | ||
| 17 | " | ||
| 18 | |||
| 19 | BBCLASSEXTEND = "native nativesdk" | ||
