17
0

Updating link to change in openSUSE:Factory/python-sqlalchemy-migrate revision 23.0

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sqlalchemy-migrate?expand=0&rev=26ecfb56b70174ba1c9a88912795b0de
This commit is contained in:
OBS User buildservice-autocommit
2019-04-24 11:57:05 +00:00
committed by Git OBS Bridge
parent fca78fda04
commit 70ecd3f3ef
4 changed files with 20 additions and 6 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Tue Apr 23 12:20:58 UTC 2019 - Thomas Bechtold <tbechtold@suse.com>
- update to 0.12.0:
* Change title in README.rst
* Don't use deprecated / non-functional "force" parameter
* Use legacy\_alter\_table ON in sqlite recreate\_table
* Remove py26 support
* Add .eggs in .gitignore
* Import MutableMapping from the correct Python module
* Update mailinglist from dev to discuss
* Get rid of psycopg2 warnings by disabling wheels
* Enforce that pbr used is >= 1.8
-------------------------------------------------------------------
Tue Dec 4 12:54:52 UTC 2018 - Matej Cepl <mcepl@suse.com>