summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2021-03-15 10:47:25 +0200
committerKhem Raj <raj.khem@gmail.com>2021-03-17 12:05:03 -0700
commit9a96cb3c4695a1070dcd7a607dde8f06b802f712 (patch)
tree6f35d29f09b3c7d425053ed157e6d245d6a2bd6d /meta-python
parentc7677154966e5386f7f7316569cd75960f75bdef (diff)
downloadmeta-openembedded-9a96cb3c4695a1070dcd7a607dde8f06b802f712.tar.gz
python3-alembic: Upgrade 1.5.5 -> 1.5.7
Upgrade to release 1.5.7: - Bug fix: adjusted the recently added EnvironmentContext.configure.include_name hook to accommodate for additional object types such as "views" that don't have a parent table, to support third party recipes and extensions. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-alembic_1.5.7.bb (renamed from meta-python/recipes-devtools/python/python3-alembic_1.5.5.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-alembic_1.5.5.bb b/meta-python/recipes-devtools/python/python3-alembic_1.5.7.bb
index 92b691e171..d30e1b6963 100644
--- a/meta-python/recipes-devtools/python/python3-alembic_1.5.5.bb
+++ b/meta-python/recipes-devtools/python/python3-alembic_1.5.7.bb
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c4ece55266dcdd02ce165b1ee0e490bb"
4 4
5inherit pypi setuptools3 5inherit pypi setuptools3
6 6
7SRC_URI[sha256sum] = "df0028c19275a2cff137e39617a39cdcdbd1173733b87b6bfa257b7c0860213b" 7SRC_URI[sha256sum] = "66bbb0e7d6277b007dfe7e27237093c79b76cf4f94e6fbd0f7af6f9409546fe6"
8 8
9PYPI_PACKAGE = "alembic" 9PYPI_PACKAGE = "alembic"
10 10