From 8f4718df5c2ba2c774f565d120aa6a342a2495fb955e186b17cbd586cdb53e8f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 17 Oct 2021 22:31:09 +0000 Subject: [PATCH] - update to 1.7.4: * Fixed a regression that prevented the use of post write hooks on python version lower than 3.9 * Added missing attributes from context stubs. * Fixed issue where registration of custom ops was prone to failure due to the registration process running exec() on generated code that as of the 1.7 series includes pep-484 annotations, which in the case of end user code would result in name resolution errors when the exec occurs OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-alembic?expand=0&rev=124 --- alembic-1.7.1.tar.gz | 3 --- alembic-1.7.4.tar.gz | 3 +++ python-alembic.changes | 12 ++++++++++++ python-alembic.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 alembic-1.7.1.tar.gz create mode 100644 alembic-1.7.4.tar.gz diff --git a/alembic-1.7.1.tar.gz b/alembic-1.7.1.tar.gz deleted file mode 100644 index 793bd57..0000000 --- a/alembic-1.7.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aea964d3dcc9c205b8759e4e9c1c3935ea3afeee259bffd7ed8414f8085140fb -size 1225157 diff --git a/alembic-1.7.4.tar.gz b/alembic-1.7.4.tar.gz new file mode 100644 index 0000000..ee950fe --- /dev/null +++ b/alembic-1.7.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d33f3ff1488c4bfab1e1a6dfebbf085e8a8e1a3e047a43ad29ad1f67f012a1d +size 1227696 diff --git a/python-alembic.changes b/python-alembic.changes index 31b2c42..da808e2 100644 --- a/python-alembic.changes +++ b/python-alembic.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sun Oct 17 22:28:50 UTC 2021 - Dirk Müller + +- update to 1.7.4: + * Fixed a regression that prevented the use of post write hooks on python + version lower than 3.9 + * Added missing attributes from context stubs. + * Fixed issue where registration of custom ops was prone to failure due to + the registration process running exec() on generated code that as of the + 1.7 series includes pep-484 annotations, which in the case of end user code + would result in name resolution errors when the exec occurs + ------------------------------------------------------------------- Sun Sep 5 16:08:27 UTC 2021 - Arun Persaud diff --git a/python-alembic.spec b/python-alembic.spec index 03f86f5..4c44cae 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.7.1 +Version: 1.7.4 Release: 0 Summary: A database migration tool for SQLAlchemy License: MIT