From 465b607893cb78444c20b2a886290c4f36d2c3f3 Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Mon, 27 May 2019 13:36:06 +0800 Subject: python-sqlalchemy-migrate:upgrade 0.11.0 -> 0.12.0 -Upgrade from python-sqlalchemy-migrate_0.11.0.bb to python-sqlalchemy-migrate_0.12.0.bb. Signed-off-by: Zang Ruochen Signed-off-by: Bruce Ashfield --- .../python/python-sqlalchemy-migrate_0.11.0.bb | 27 ---------------------- .../python/python-sqlalchemy-migrate_0.12.0.bb | 27 ++++++++++++++++++++++ 2 files changed, 27 insertions(+), 27 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.11.0.bb create mode 100644 meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.12.0.bb (limited to 'meta-openstack') diff --git a/meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.11.0.bb b/meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.11.0.bb deleted file mode 100644 index f66476f..0000000 --- a/meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.11.0.bb +++ /dev/null @@ -1,27 +0,0 @@ -DESCRIPTION = "Database schema migration for SQLAlchemy" -HOMEPAGE = "http://code.google.com/p/sqlalchemy-migrate/" -SECTION = "devel/python" -LICENSE = "MIT & Apache-2.0" -LIC_FILES_CHKSUM = "file://setup.py;beginline=32;endline=32;md5=d41d8cd98f00b204e9800998ecf8427e" - -inherit pypi - -SRC_URI[md5sum] = "f68c75280270f2fb2824633ef8633628" -SRC_URI[sha256sum] = "e68af5e3e0561f629d4eb23d9d0ea77d2649747f2eff37fd29aece74615ca251" - -inherit setuptools - -# Satisfy setup.py 'setup_requires' -DEPENDS += " \ - python-pbr-native \ - " - -RDEPENDS_${PN} += " \ - python-pbr \ - python-sqlalchemy \ - python-decorator \ - python-six \ - python-sqlparse \ - python-tempita \ - " - diff --git a/meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.12.0.bb b/meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.12.0.bb new file mode 100644 index 0000000..dcb6d9d --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.12.0.bb @@ -0,0 +1,27 @@ +DESCRIPTION = "Database schema migration for SQLAlchemy" +HOMEPAGE = "http://code.google.com/p/sqlalchemy-migrate/" +SECTION = "devel/python" +LICENSE = "MIT & Apache-2.0" +LIC_FILES_CHKSUM = "file://setup.py;beginline=32;endline=32;md5=d41d8cd98f00b204e9800998ecf8427e" + +inherit pypi + +SRC_URI[md5sum] = "6a4920f2a2e07d193e95cf712d762b08" +SRC_URI[sha256sum] = "8cfada30bbcf79a83b3a2d1bcd637de7e1f43e390d54de33e4f3249fd9aacfae" + +inherit setuptools + +# Satisfy setup.py 'setup_requires' +DEPENDS += " \ + python-pbr-native \ + " + +RDEPENDS_${PN} += " \ + python-pbr \ + python-sqlalchemy \ + python-decorator \ + python-six \ + python-sqlparse \ + python-tempita \ + " + -- cgit v1.2.3-54-g00ecf