From 791dada1b37fd352eca7677a2d4589008bdf510a Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Wed, 24 Apr 2019 15:44:45 +0800 Subject: python-alembic: upgrade 1.0.0 -> 1.0.9 -Upgrade from python-alembic_1.0.0.bb to python-alembic_1.0.9.bb. -Upgrade from python3-alembic_1.0.0.bb to python3-alembic_1.0.9.bb. -License-Update: Copyright year updated to 2019. (From meta-openembedded commit: 7da0c3134fc6df8358de52395a993842092fc026) Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj Signed-off-by: Tim Orling --- recipes-devtools/python/python-alembic.inc | 6 +++--- recipes-devtools/python/python-alembic_1.0.0.bb | 2 -- recipes-devtools/python/python-alembic_1.0.9.bb | 2 ++ 3 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 recipes-devtools/python/python-alembic_1.0.0.bb create mode 100644 recipes-devtools/python/python-alembic_1.0.9.bb diff --git a/recipes-devtools/python/python-alembic.inc b/recipes-devtools/python/python-alembic.inc index 477e89c..a7701a3 100644 --- a/recipes-devtools/python/python-alembic.inc +++ b/recipes-devtools/python/python-alembic.inc @@ -1,9 +1,9 @@ DESCRIPTION = "A database migration tool for SQLAlchemy" LICENSE = "BSD" -LIC_FILES_CHKSUM = "file://LICENSE;md5=c5f1361296835ff94bda73db7dd312a6" +LIC_FILES_CHKSUM = "file://LICENSE;md5=a5befaf254582f10aadd62d83cd20322" -SRC_URI[md5sum] = "762ab9ba56d1c0b1bfbc7c9f7f849c92" -SRC_URI[sha256sum] = "52d73b1d750f1414fa90c25a08da47b87de1e4ad883935718a8f36396e19e78e" +SRC_URI[md5sum] = "d1ebe49c7f71dfbd0daa8905df95668b" +SRC_URI[sha256sum] = "40b9a619aa5f25ea1e1508adcda88b33704ef28e02c9cfa6471e5c772ecf0829" PYPI_PACKAGE = "alembic" diff --git a/recipes-devtools/python/python-alembic_1.0.0.bb b/recipes-devtools/python/python-alembic_1.0.0.bb deleted file mode 100644 index efcb2b1..0000000 --- a/recipes-devtools/python/python-alembic_1.0.0.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools -require python-alembic.inc diff --git a/recipes-devtools/python/python-alembic_1.0.9.bb b/recipes-devtools/python/python-alembic_1.0.9.bb new file mode 100644 index 0000000..efcb2b1 --- /dev/null +++ b/recipes-devtools/python/python-alembic_1.0.9.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools +require python-alembic.inc -- cgit 1.2.3-korg