Compare commits
1 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| b32ae3bf40 |
BIN
alembic-1.15.2.tar.gz
LFS
Normal file
BIN
alembic-1.15.2.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bbe9751705c5e0f14877f02d46c53d10885e377e3d90eda810a016f9baa19e8e
|
|
||||||
size 1988064
|
|
||||||
@@ -1,16 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Wed Dec 3 22:05:51 UTC 2025 - Guang Yee <gyee@suse.com>
|
|
||||||
|
|
||||||
- Update to 1.17.2
|
|
||||||
* [feature] [operations] Added Operations.implementation_for.replace parameter to
|
|
||||||
Operations.implementation_for(), allowing replacement of existing
|
|
||||||
operation implementations. This allows for existing operations such as
|
|
||||||
CreateTableOp to be extended directly.
|
|
||||||
* [bug] [mssql] Fixed issue in SQL Server dialect where the DROP that's automatically
|
|
||||||
emitted for existing default constraints during an ALTER COLUMN needs to
|
|
||||||
take place before not just the modification of the column's default, but
|
|
||||||
also before the column's type is changed.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 11 12:43:03 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
Mon Aug 11 12:43:03 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-alembic
|
# spec file for package python-alembic
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC and contributors
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -23,7 +23,7 @@
|
|||||||
%endif
|
%endif
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-alembic
|
Name: python-alembic
|
||||||
Version: 1.17.2
|
Version: 1.15.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A database migration tool for SQLAlchemy
|
Summary: A database migration tool for SQLAlchemy
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -32,7 +32,6 @@ Source0: https://files.pythonhosted.org/packages/source/a/alembic/alembic
|
|||||||
BuildRequires: %{python_module Mako}
|
BuildRequires: %{python_module Mako}
|
||||||
BuildRequires: %{python_module SQLAlchemy >= 2.0.0}
|
BuildRequires: %{python_module SQLAlchemy >= 2.0.0}
|
||||||
BuildRequires: %{python_module backports.zoneinfo if %python-base < 3.9}
|
BuildRequires: %{python_module backports.zoneinfo if %python-base < 3.9}
|
||||||
BuildRequires: %{python_module black}
|
|
||||||
BuildRequires: %{python_module importlib-metadata if %python-base < 3.9}
|
BuildRequires: %{python_module importlib-metadata if %python-base < 3.9}
|
||||||
BuildRequires: %{python_module importlib-resources if %python-base < 3.9}
|
BuildRequires: %{python_module importlib-resources if %python-base < 3.9}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
|
|||||||
Reference in New Issue
Block a user