15
0

- update to 1.9.2:

* Fixed typing definitions for :meth:`.EnvironmentContext.get_x_argument`.
    Typing stubs are now generated for overloaded proxied methods such as
  * Fixed regression caused by 🎫`1145` where the string transformations
    applied to server defaults caused expressions such as ``(getdate())`` to no
    longer compare as equivalent on SQL Server, others.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-alembic?expand=0&rev=138
This commit is contained in:
2023-01-28 14:31:50 +00:00
committed by Git OBS Bridge
parent 9e76909512
commit 8177a78286
4 changed files with 14 additions and 4 deletions

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-alembic
Version: 1.9.1
Version: 1.9.2
Release: 0
Summary: A database migration tool for SQLAlchemy
License: MIT