diff mbox series

[meta-python] python3-alembic: upgrade 1.11.1 -> 1.11.2

Message ID 1692150019-5254-1-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series [meta-python] python3-alembic: upgrade 1.11.1 -> 1.11.2 | expand

Commit Message

Mingyu Wang (Fujitsu) Aug. 16, 2023, 1:40 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
- [feature] [operations] Added parameters if_exists and if_not_exists for index operations.
  Pull request courtesy of Max Adrian.
- [usecase] [typing] Added typing to the default script mako templates.
- [usecase] [autogenerate] Added support in autogenerate for NULLS NOT DISTINCT in
  the PostgreSQL dialect.
- [bug] Fixed format string logged when running a post write hook
  Pull request curtesy of Mathieu Défosse.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{python3-alembic_1.11.1.bb => python3-alembic_1.11.2.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-alembic_1.11.1.bb => python3-alembic_1.11.2.bb} (81%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-alembic_1.11.1.bb b/meta-python/recipes-devtools/python/python3-alembic_1.11.2.bb
similarity index 81%
rename from meta-python/recipes-devtools/python/python3-alembic_1.11.1.bb
rename to meta-python/recipes-devtools/python/python3-alembic_1.11.2.bb
index feb2c419bc..6577e7f811 100644
--- a/meta-python/recipes-devtools/python/python3-alembic_1.11.1.bb
+++ b/meta-python/recipes-devtools/python/python3-alembic_1.11.2.bb
@@ -4,7 +4,7 @@  LIC_FILES_CHKSUM = "file://LICENSE;md5=e3023b042cb6002cb398344b51c67093"
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = "6a810a6b012c88b33458fceb869aef09ac75d6ace5291915ba7fae44de372c01"
+SRC_URI[sha256sum] = "678f662130dc540dac12de0ea73de9f89caea9dbea138f60ef6263149bf84657"
 
 PYPI_PACKAGE = "alembic"