From 200890de2bae26f139fc0ca32a8dbde5ef896de8 Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Mon, 30 Jan 2017 22:16:17 -0500 Subject: python-alembic: uprev to 0.8.10 This uprev is required to support python-oslo.db uprev to stable/newton. The license is still MIT though the md5sum required being updated. Runtime dependencies were updated based on requires.txt. Signed-off-by: Mark Asselstine Signed-off-by: Bruce Ashfield --- .../python/python-alembic_0.8.10.bb | 23 ++++++++++++++++++++++ .../python/python-alembic_0.8.3.bb | 22 --------------------- 2 files changed, 23 insertions(+), 22 deletions(-) create mode 100644 meta-openstack/recipes-devtools/python/python-alembic_0.8.10.bb delete mode 100644 meta-openstack/recipes-devtools/python/python-alembic_0.8.3.bb diff --git a/meta-openstack/recipes-devtools/python/python-alembic_0.8.10.bb b/meta-openstack/recipes-devtools/python/python-alembic_0.8.10.bb new file mode 100644 index 0000000..69fa495 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-alembic_0.8.10.bb @@ -0,0 +1,23 @@ +DESCRIPTION = "A database migration tool for SQLAlchemy." +HOMEPAGE = "http://bitbucket.org/zzzeek/alembic" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=d07407716fd24408b5747b0fa2262775" + +SRCNAME = "alembic" + +SRC_URI = "https://pypi.io/packages/source/a/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" + +SRC_URI[md5sum] = "21b344a70ce637699c18bf074a080649" +SRC_URI[sha256sum] = "0e3b50e96218283ec7443fb661199f5a81f5879f766967a8a2d25e8f9d4e7919" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools + +RDEPENDS_${PN} += " \ + python-sqlalchemy \ + python-mako \ + python-python-editor \ + " + diff --git a/meta-openstack/recipes-devtools/python/python-alembic_0.8.3.bb b/meta-openstack/recipes-devtools/python/python-alembic_0.8.3.bb deleted file mode 100644 index 01214e4..0000000 --- a/meta-openstack/recipes-devtools/python/python-alembic_0.8.3.bb +++ /dev/null @@ -1,22 +0,0 @@ -DESCRIPTION = "A database migration tool for SQLAlchemy." -HOMEPAGE = "http://bitbucket.org/zzzeek/alembic" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=8faea05c89b6ff4ad5a9fa082f540719" - -SRCNAME = "alembic" - -SRC_URI = "https://pypi.python.org/packages/source/a/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" - -SRC_URI[md5sum] = "2e4ef17675316af9f09d749b0aee390e" -SRC_URI[sha256sum] = "eeac36589c1bf393e2040de01514a0d101ef17039957300209b0b44f3ddffce9" - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit setuptools - -RDEPENDS_${PN} += " \ - python-sqlalchemy \ - python-python-editor \ - " - -- cgit v1.2.3-54-g00ecf