summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2022-12-20 20:14:27 +0800
committerKhem Raj <raj.khem@gmail.com>2022-12-23 08:52:22 -0800
commit99fb5d0229fa70b69843448d16ffcf2d2c489a59 (patch)
treeea50a1de2f69192774d8af9082506d215ffbda20 /meta-python/recipes-devtools/python
parent9e2123adbc3a5a4b03861f66b4ecbd605e7c1812 (diff)
downloadmeta-openembedded-99fb5d0229fa70b69843448d16ffcf2d2c489a59.tar.gz
python3-alembic: upgrade 1.8.1 -> 1.9.0
Changelog: ========== feature -------- [feature] [commands] Added new Alembic command alembic check. This performs the widely requested feature of running an "autogenerate" comparison between the current database and the MetaData that's currently set up for autogenerate, returning an error code if the two do not match, based on current autogenerate settings. Pull request courtesy Nathan Louie. bug ------- [bug] [tests] Fixed issue in tox.ini file where changes in the tox 4.0 series to the format of "passenv" caused tox to not function correctly, in particular raising an error as of tox 4.0.6. [bug] [typing] Fixed typing issue where revision.process_revision_directives was not fully typed; additionally ensured all Callable and Dict arguments to EnvironmentContext.configure() include parameters in the typing declaration. Additionally updated the codebase for Mypy 0.990 compliance. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-alembic_1.9.0.bb (renamed from meta-python/recipes-devtools/python/python3-alembic_1.8.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-alembic_1.8.1.bb b/meta-python/recipes-devtools/python/python3-alembic_1.9.0.bb
index 3e31158835..071c607051 100644
--- a/meta-python/recipes-devtools/python/python3-alembic_1.8.1.bb
+++ b/meta-python/recipes-devtools/python/python3-alembic_1.9.0.bb
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=f5a8522010db1a393833988dbe2c7f0b"
4 4
5inherit pypi setuptools3 5inherit pypi setuptools3
6 6
7SRC_URI[sha256sum] = "cd0b5e45b14b706426b833f06369b9a6d5ee03f826ec3238723ce8caaf6e5ffa" 7SRC_URI[sha256sum] = "6af6792fe699730b27480382701b16028ebbaac6bc5cd4f06daf5fa3e4690364"
8 8
9PYPI_PACKAGE = "alembic" 9PYPI_PACKAGE = "alembic"
10 10