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 +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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user