diff mbox series

[meta-python,1/2] python3-alembic: Upgrade 1.9.1 -> 1.9.2

Message ID 20230116135645.2836536-1-leon.anavi@konsulko.com
State Under Review
Headers show
Series [meta-python,1/2] python3-alembic: Upgrade 1.9.1 -> 1.9.2 | expand

Commit Message

Leon Anavi Jan. 16, 2023, 1:56 p.m. UTC
Upgrade to release 1.9.2:

- Fixed typing definitions for EnvironmentContext.get_x_argument()
- Fixed regression where the string transformations applied to
  server defaults caused expressions such as (getdate()) to no
  longer compare as equivalent on SQL Server, others.

License-Update: Update years

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../{python3-alembic_1.9.1.bb => python3-alembic_1.9.2.bb}    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-alembic_1.9.1.bb => python3-alembic_1.9.2.bb} (66%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-alembic_1.9.1.bb b/meta-python/recipes-devtools/python/python3-alembic_1.9.2.bb
similarity index 66%
rename from meta-python/recipes-devtools/python/python3-alembic_1.9.1.bb
rename to meta-python/recipes-devtools/python/python3-alembic_1.9.2.bb
index 03a38d5ff..0d83f86c4 100644
--- a/meta-python/recipes-devtools/python/python3-alembic_1.9.1.bb
+++ b/meta-python/recipes-devtools/python/python3-alembic_1.9.2.bb
@@ -1,10 +1,10 @@ 
 DESCRIPTION = "A database migration tool for SQLAlchemy"
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=f5a8522010db1a393833988dbe2c7f0b"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=e3023b042cb6002cb398344b51c67093"
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = "f9f76e41061f5ebe27d4fe92600df9dd612521a7683f904dab328ba02cffa5a2"
+SRC_URI[sha256sum] = "6880dec4f28dd7bd999d2ed13fbe7c9d4337700a44d11a524c0ce0c59aaf0dbd"
 
 PYPI_PACKAGE = "alembic"