From 1a43ea028192832d6fe7cff0b004788e6e40173f Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Fri, 27 Jul 2018 16:05:32 -0400 Subject: python-alembic: update to version 1.0.0 Signed-off-by: Derek Straka Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-alembic.inc | 4 ++-- meta-python/recipes-devtools/python/python-alembic_0.9.10.bb | 2 -- meta-python/recipes-devtools/python/python-alembic_1.0.0.bb | 2 ++ meta-python/recipes-devtools/python/python3-alembic_0.9.10.bb | 2 -- meta-python/recipes-devtools/python/python3-alembic_1.0.0.bb | 2 ++ 5 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-alembic_0.9.10.bb create mode 100644 meta-python/recipes-devtools/python/python-alembic_1.0.0.bb delete mode 100644 meta-python/recipes-devtools/python/python3-alembic_0.9.10.bb create mode 100644 meta-python/recipes-devtools/python/python3-alembic_1.0.0.bb (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python-alembic.inc b/meta-python/recipes-devtools/python/python-alembic.inc index 4de845cb41..477e89c5ac 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" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://LICENSE;md5=c5f1361296835ff94bda73db7dd312a6" -SRC_URI[md5sum] = "117dac728cd081739bdbed73fe252a7d" -SRC_URI[sha256sum] = "1cd32df9a3b8c1749082ef60ffbe05ff16617b6afadfdabc680dcb9344af33d7" +SRC_URI[md5sum] = "762ab9ba56d1c0b1bfbc7c9f7f849c92" +SRC_URI[sha256sum] = "52d73b1d750f1414fa90c25a08da47b87de1e4ad883935718a8f36396e19e78e" PYPI_PACKAGE = "alembic" diff --git a/meta-python/recipes-devtools/python/python-alembic_0.9.10.bb b/meta-python/recipes-devtools/python/python-alembic_0.9.10.bb deleted file mode 100644 index efcb2b1deb..0000000000 --- a/meta-python/recipes-devtools/python/python-alembic_0.9.10.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools -require python-alembic.inc diff --git a/meta-python/recipes-devtools/python/python-alembic_1.0.0.bb b/meta-python/recipes-devtools/python/python-alembic_1.0.0.bb new file mode 100644 index 0000000000..efcb2b1deb --- /dev/null +++ b/meta-python/recipes-devtools/python/python-alembic_1.0.0.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools +require python-alembic.inc diff --git a/meta-python/recipes-devtools/python/python3-alembic_0.9.10.bb b/meta-python/recipes-devtools/python/python3-alembic_0.9.10.bb deleted file mode 100644 index e248fe7ce9..0000000000 --- a/meta-python/recipes-devtools/python/python3-alembic_0.9.10.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools3 -require python-alembic.inc diff --git a/meta-python/recipes-devtools/python/python3-alembic_1.0.0.bb b/meta-python/recipes-devtools/python/python3-alembic_1.0.0.bb new file mode 100644 index 0000000000..e248fe7ce9 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-alembic_1.0.0.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools3 +require python-alembic.inc -- cgit 1.2.3-korg