15
0

- 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:
2021-10-17 22:31:09 +00:00
committed by Git OBS Bridge
parent fee531ce11
commit 8f4718df5c
4 changed files with 16 additions and 4 deletions

View File

@@ -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>