From 54e5ab24a25da414abdc616ab3006cdc611c1805f53cf223984c53b9727d1d14 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 10 Feb 2023 12:37:16 +0000 Subject: [PATCH] - update to 1.9.3: * Fixed issue where rendering of user-defined types that then went onto use the .with_variant() method would fail to render, if using SQLAlchemy 2.0's version of variants. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-alembic?expand=0&rev=140 --- alembic-1.9.2.tar.gz | 3 --- alembic-1.9.3.tar.gz | 3 +++ python-alembic.changes | 8 ++++++++ python-alembic.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 alembic-1.9.2.tar.gz create mode 100644 alembic-1.9.3.tar.gz diff --git a/alembic-1.9.2.tar.gz b/alembic-1.9.2.tar.gz deleted file mode 100644 index ba820be..0000000 --- a/alembic-1.9.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6880dec4f28dd7bd999d2ed13fbe7c9d4337700a44d11a524c0ce0c59aaf0dbd -size 1136929 diff --git a/alembic-1.9.3.tar.gz b/alembic-1.9.3.tar.gz new file mode 100644 index 0000000..e9e3088 --- /dev/null +++ b/alembic-1.9.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fd6aaea56f5a703a190d25a705dfa91d7c313bb71de2f9c68f5abdcaf5df164 +size 1137492 diff --git a/python-alembic.changes b/python-alembic.changes index 060f546..cc6e933 100644 --- a/python-alembic.changes +++ b/python-alembic.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Feb 10 12:36:15 UTC 2023 - Dirk Müller + +- update to 1.9.3: + * Fixed issue where rendering of user-defined types + that then went onto use the .with_variant() method would + fail to render, if using SQLAlchemy 2.0's version of variants. + ------------------------------------------------------------------- Sat Jan 28 14:31:09 UTC 2023 - Dirk Müller diff --git a/python-alembic.spec b/python-alembic.spec index 9b02ccf..f2a10ba 100644 --- a/python-alembic.spec +++ b/python-alembic.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-alembic -Version: 1.9.2 +Version: 1.9.3 Release: 0 Summary: A database migration tool for SQLAlchemy License: MIT