[oe-commits] [meta-openembedded] 05/50: python-alembic: update to version 0.9.7

git at git.openembedded.org git at git.openembedded.org
Sat Jan 27 01:36:18 UTC 2018


This is an automated email from the git hooks/post-receive script.

armin_kuster pushed a commit to branch master-next
in repository meta-openembedded.

commit 01d9efa7ed00e125269394d86d82fedf38a03529
Author: Derek Straka <derek at asterius.io>
AuthorDate: Sat Jan 20 11:03:45 2018 -0500

    python-alembic: update to version 0.9.7
    
    Update RDEPENDS for mako
    Update license checksum for copyright date updates
    
    Signed-off-by: Derek Straka <derek at asterius.io>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-python/recipes-devtools/python/python-alembic.inc         | 10 ++++++----
 .../{python-alembic_0.9.6.bb => python-alembic_0.9.7.bb}       |  0
 .../{python3-alembic_0.9.6.bb => python3-alembic_0.9.7.bb}     |  0
 3 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/meta-python/recipes-devtools/python/python-alembic.inc b/meta-python/recipes-devtools/python/python-alembic.inc
index 2ca6023..dfaf882 100644
--- a/meta-python/recipes-devtools/python/python-alembic.inc
+++ b/meta-python/recipes-devtools/python/python-alembic.inc
@@ -1,13 +1,15 @@
 DESCRIPTION = "A database migration tool for SQLAlchemy"
 LICENSE = "BSD"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=d07407716fd24408b5747b0fa2262775"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=c5f1361296835ff94bda73db7dd312a6"
 
-SRC_URI[md5sum] = "fcb096bccc87c8770bd07a04606cb989"
-SRC_URI[sha256sum] = "042851ebe9efa07be6dc1395b1793b6c1d8964a39b73a0ce1649e2bcd41ea732"
+SRC_URI[md5sum] = "3e82bbe325464fd542ab4cc44929c813"
+SRC_URI[sha256sum] = "46f4849c6dce69f54dd5001b3215b6a983dee6b17512efee10e237fa11f20cfa"
 
 PYPI_PACKAGE = "alembic"
 
 RDEPENDS_${PN} += "\
+    ${PYTHON_PN}-dateutil \
     ${PYTHON_PN}-editor \
+    ${PYTHON_PN}-mako \
     ${PYTHON_PN}-sqlalchemy \
-    "
+"
diff --git a/meta-python/recipes-devtools/python/python-alembic_0.9.6.bb b/meta-python/recipes-devtools/python/python-alembic_0.9.7.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python-alembic_0.9.6.bb
rename to meta-python/recipes-devtools/python/python-alembic_0.9.7.bb
diff --git a/meta-python/recipes-devtools/python/python3-alembic_0.9.6.bb b/meta-python/recipes-devtools/python/python3-alembic_0.9.7.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python3-alembic_0.9.6.bb
rename to meta-python/recipes-devtools/python/python3-alembic_0.9.7.bb

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list