From 7a3db738ac55d7fc85868f6fb5a86536d427fb6e Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Sun, 25 Feb 2018 15:22:33 -0500 Subject: python-alembic: update to version 0.9.8 Signed-off-by: Derek Straka Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python-alembic.inc | 4 ++-- meta-python/recipes-devtools/python/python-alembic_0.9.7.bb | 2 -- meta-python/recipes-devtools/python/python-alembic_0.9.8.bb | 2 ++ meta-python/recipes-devtools/python/python3-alembic_0.9.7.bb | 2 -- meta-python/recipes-devtools/python/python3-alembic_0.9.8.bb | 2 ++ 5 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-alembic_0.9.7.bb create mode 100644 meta-python/recipes-devtools/python/python-alembic_0.9.8.bb delete mode 100644 meta-python/recipes-devtools/python/python3-alembic_0.9.7.bb create mode 100644 meta-python/recipes-devtools/python/python3-alembic_0.9.8.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 dfaf882c62..f1a641299e 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] = "3e82bbe325464fd542ab4cc44929c813" -SRC_URI[sha256sum] = "46f4849c6dce69f54dd5001b3215b6a983dee6b17512efee10e237fa11f20cfa" +SRC_URI[md5sum] = "5cfef58641c9a94d4a5d547e951a7dda" +SRC_URI[sha256sum] = "13b8611788acf0d7b617775db5c2ae26554a6d4263c590ef628d448fd05aef56" PYPI_PACKAGE = "alembic" 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 deleted file mode 100644 index efcb2b1deb..0000000000 --- a/meta-python/recipes-devtools/python/python-alembic_0.9.7.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.8.bb b/meta-python/recipes-devtools/python/python-alembic_0.9.8.bb new file mode 100644 index 0000000000..efcb2b1deb --- /dev/null +++ b/meta-python/recipes-devtools/python/python-alembic_0.9.8.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools +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 deleted file mode 100644 index e248fe7ce9..0000000000 --- a/meta-python/recipes-devtools/python/python3-alembic_0.9.7.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.8.bb b/meta-python/recipes-devtools/python/python3-alembic_0.9.8.bb new file mode 100644 index 0000000000..e248fe7ce9 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-alembic_0.9.8.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools3 +require python-alembic.inc -- cgit v1.2.3-54-g00ecf