From b83ca2c8fd51672f43687396aa2ea1d8d7a2c578 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Sat, 20 Jan 2018 11:03:45 -0500 Subject: python-alembic: update to version 0.9.7 Update RDEPENDS for mako Update license checksum for copyright date updates Signed-off-by: Derek Straka Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python-alembic.inc | 10 ++++++---- meta-python/recipes-devtools/python/python-alembic_0.9.6.bb | 2 -- meta-python/recipes-devtools/python/python-alembic_0.9.7.bb | 2 ++ meta-python/recipes-devtools/python/python3-alembic_0.9.6.bb | 2 -- meta-python/recipes-devtools/python/python3-alembic_0.9.7.bb | 2 ++ 5 files changed, 10 insertions(+), 8 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-alembic_0.9.6.bb create mode 100644 meta-python/recipes-devtools/python/python-alembic_0.9.7.bb delete mode 100644 meta-python/recipes-devtools/python/python3-alembic_0.9.6.bb create mode 100644 meta-python/recipes-devtools/python/python3-alembic_0.9.7.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python-alembic.inc b/meta-python/recipes-devtools/python/python-alembic.inc index 2ca60231b2..dfaf882c62 100644 --- a/meta-python/recipes-devtools/python/python-alembic.inc +++ b/meta-python/recipes-devtools/python/python-alembic.inc @@ -1,13 +1,15 @@ DESCRIPTION = "A database migration tool for SQLAlchemy" LICENSE = "BSD" -LIC_FILES_CHKSUM = "file://LICENSE;md5=d07407716fd24408b5747b0fa2262775" +LIC_FILES_CHKSUM = "file://LICENSE;md5=c5f1361296835ff94bda73db7dd312a6" -SRC_URI[md5sum] = "fcb096bccc87c8770bd07a04606cb989" -SRC_URI[sha256sum] = "042851ebe9efa07be6dc1395b1793b6c1d8964a39b73a0ce1649e2bcd41ea732" +SRC_URI[md5sum] = "3e82bbe325464fd542ab4cc44929c813" +SRC_URI[sha256sum] = "46f4849c6dce69f54dd5001b3215b6a983dee6b17512efee10e237fa11f20cfa" PYPI_PACKAGE = "alembic" RDEPENDS_${PN} += "\ + ${PYTHON_PN}-dateutil \ ${PYTHON_PN}-editor \ + ${PYTHON_PN}-mako \ ${PYTHON_PN}-sqlalchemy \ - " +" diff --git a/meta-python/recipes-devtools/python/python-alembic_0.9.6.bb b/meta-python/recipes-devtools/python/python-alembic_0.9.6.bb deleted file mode 100644 index efcb2b1deb..0000000000 --- a/meta-python/recipes-devtools/python/python-alembic_0.9.6.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools -require python-alembic.inc diff --git a/meta-python/recipes-devtools/python/python-alembic_0.9.7.bb b/meta-python/recipes-devtools/python/python-alembic_0.9.7.bb new file mode 100644 index 0000000000..efcb2b1deb --- /dev/null +++ b/meta-python/recipes-devtools/python/python-alembic_0.9.7.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools +require python-alembic.inc diff --git a/meta-python/recipes-devtools/python/python3-alembic_0.9.6.bb b/meta-python/recipes-devtools/python/python3-alembic_0.9.6.bb deleted file mode 100644 index e248fe7ce9..0000000000 --- a/meta-python/recipes-devtools/python/python3-alembic_0.9.6.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools3 -require python-alembic.inc diff --git a/meta-python/recipes-devtools/python/python3-alembic_0.9.7.bb b/meta-python/recipes-devtools/python/python3-alembic_0.9.7.bb new file mode 100644 index 0000000000..e248fe7ce9 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-alembic_0.9.7.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools3 +require python-alembic.inc -- cgit 1.2.3-korg