Changelog for
python3-sqlalchemy-migrate-0.13.0-lp152.1.2.noarch.rpm :
* Fri Dec 20 2019 Dirk Mueller
- update to 0.13.0:
* remove inspect.getargspec deprecation warning
* Use engine.connect(); don\'t use private \\_run\\_visitor method
* Claim support for python 3.6
* Claim support for python 3.5
* Tue Apr 23 2019 Thomas Bechtold - 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 04 2018 Matej Cepl - Remove superfluous devel dependency for noarch package
* Fri Jan 05 2018 aplanasAATTsuse.com- Generate documentation via %__python3 macro
* Mon Jul 03 2017 tbechtoldAATTsuse.com- convert to singlespec- split -doc package
* Thu Mar 09 2017 dmuellerAATTsuse.com- update to 0.11.0:
* Use a modern PBR package
* Prepare for using standard python tests
* Set autoincrement to False when modifying to non-Integer datatype
* Raise VersionNotFoundError instead of KeyError
* Fix DeprecationWarning on setuptools >= 11.3
* Update .gitreview for new namespace
* Tue Sep 01 2015 tbechtoldAATTsuse.com- update to 0.10.0:
* Update URLs in documentation
* Add VerNum.__index__() for Python 3 support
* Fixes usage function for Py3
* Unblock migrate (py26 and py3
* testing issues)
* Revert \"Revert \"uncap pbr and sqla requirements\"\"
* Update flake8 related dependencies
* Revert \"uncap pbr and sqla requirements\"
* uncap pbr and sqla requirements
* Update tests and reqs for SQLA 1.0
* Ignore stderr output when invoking migrate script in tests
* Add Python 3 classifiers- Adjust Requires according to requirements.txt
* Wed Apr 22 2015 tbechtoldAATTsuse.com- update to 0.9.6:
* Fix ibmdb2 index name handling
* Thu Feb 26 2015 tbechtoldAATTsuse.com- update to version 0.9.5:
* Don\'t run the test if _setup() fails
* Correcting minor typo
* Fix .gitignore for .tox and .testrepository
* allow dropping fkeys with sqlite
* Add pretty_tox setup
* script: strip comments in SQL statements
* Tue Feb 24 2015 tbechtoldAATTsuse.com- update to version 0.9.4:
* Remove svn version tag setting
* Ignore transaction management statements in SQL scripts
* Use native sqlalchemy 0.9 quote attribute with ibmdb2
* Don\'t add warnings filter on import
* pep8: mark all pep8 checks that currently fail as ignored