forked from pool/python-alembic
- 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
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aea964d3dcc9c205b8759e4e9c1c3935ea3afeee259bffd7ed8414f8085140fb
|
||||
size 1225157
|
||||
3
alembic-1.7.4.tar.gz
Normal file
3
alembic-1.7.4.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9d33f3ff1488c4bfab1e1a6dfebbf085e8a8e1a3e047a43ad29ad1f67f012a1d
|
||||
size 1227696
|
||||
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 17 22:28:50 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <arun@gmx.de>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user