diff options
author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2019-09-26 10:57:56 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-09-25 20:10:25 -0700 |
commit | 786ea78b74ab74c615dd092ef2949fcdb34aa58a (patch) | |
tree | d0ebe0849ac4335cfed4bf297a5e6773d9424922 /meta-python/recipes-devtools/python/python-alembic.inc | |
parent | fedf039ff8470342c15be09e16735a967bdae65b (diff) | |
download | meta-openembedded-786ea78b74ab74c615dd092ef2949fcdb34aa58a.tar.gz |
python-alembic: upgrade 1.2.0 -> 1.2.1
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-alembic.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-alembic.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python-alembic.inc b/meta-python/recipes-devtools/python/python-alembic.inc index 8c917e3105..fa178ce08e 100644 --- a/meta-python/recipes-devtools/python/python-alembic.inc +++ b/meta-python/recipes-devtools/python/python-alembic.inc | |||
@@ -2,8 +2,8 @@ DESCRIPTION = "A database migration tool for SQLAlchemy" | |||
2 | LICENSE = "BSD" | 2 | LICENSE = "BSD" |
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=28aaf14a6592d14dbfb2f4abd597aa27" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=28aaf14a6592d14dbfb2f4abd597aa27" |
4 | 4 | ||
5 | SRC_URI[md5sum] = "7cdba960544ecb59fd74e6433d82036c" | 5 | SRC_URI[md5sum] = "6fe272274fce2641b93998ef9b702b76" |
6 | SRC_URI[sha256sum] = "5609afbb2ab142a991b15ae436347c475f8a517f1610f2fd1b09cdca7c311f3f" | 6 | SRC_URI[sha256sum] = "9f907d7e8b286a1cfb22db9084f9ce4fde7ad7956bb496dc7c952e10ac90e36a" |
7 | 7 | ||
8 | PYPI_PACKAGE = "alembic" | 8 | PYPI_PACKAGE = "alembic" |
9 | 9 | ||