15
0

Accepting request 622521 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/622521
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-alembic?expand=0&rev=68
This commit is contained in:
Tomáš Chvátal
2018-07-14 08:59:31 +00:00
committed by Git OBS Bridge
parent bdb2ce9836
commit 8c8321b603
4 changed files with 23 additions and 6 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sat Jul 14 01:57:32 UTC 2018 - arun@gmx.de
- update to version 1.0.0:
* feature
+ [feature] [general] For Alembic 1.0, Python 2.6 / 3.3 support is
being dropped, allowing a fixed setup.py to be built as well as
universal wheels. Pull request courtesy Hugo. References: #491
+ [feature] [general] With the 1.0 release, Alembics minimum
SQLAlchemy support version moves to 0.9.0, previously 0.7.9.
* bug
+ [bug] [batch] Fixed issue in batch where dropping a primary key
column, then adding it back under the same name but without the
primary_key flag, would not remove it from the existing
PrimaryKeyConstraint. If a new PrimaryKeyConstraint is added, it
is used as-is, as was the case before. References: #502
-------------------------------------------------------------------
Thu Jul 5 21:07:55 UTC 2018 - mcepl@suse.com