SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python-sqlalchemy-migrate-0.11.0-5.19.noarch.rpm :
Tue Dec 4 13:00:00 2018 Matej Cepl
- Remove superfluous devel dependency for noarch package

Fri Jan 5 13:00:00 2018 aplanasAATTsuse.com
- Generate documentation via %__python3 macro

Mon Jul 3 14:00:00 2017 tbechtoldAATTsuse.com
- convert to singlespec
- split -doc package

Thu Mar 9 13:00:00 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 1 14:00:00 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 14:00:00 2015 tbechtoldAATTsuse.com
- update to 0.9.6:

* Fix ibmdb2 index name handling

Thu Feb 26 13:00:00 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 13:00:00 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

Tue Sep 16 14:00:00 2014 tbechtoldAATTsuse.com
- update to version 0.9.2:

* SqlScript: execute multiple statements one by one

* Make sure we don\'t throw away exception on SQL script failure

* Pin testtools to < 0.9.36
- update Requires according to requirements.txt

Mon May 12 14:00:00 2014 dmuellerAATTsuse.com
- update to 0.9.1:

* Move patch from oslo to drop unique constraints with sqlite

* Port to Python3

* tests: Replace \"self.assert_\" by \"self.assertTrue\"

* turn on testing for sqla 0.9

* Replace AbstractType by TypeEngine

* fix scripttest compat

* Use native quote attribute introduced in sqla 0.9

* Fix genmodel for SQLA 0.9

* Conditionally import ibmdb2/ibm_db_sa

* migrate needs subunit >= 0.0.18

* UniqueConstraint named and escaped twice

* Eradicate trailing whitespace

* Convert tabs to spaces in a couple of rst files

Thu Apr 10 14:00:00 2014 dmuellerAATTsuse.com
- Readd COPYING file

Tue Dec 3 13:00:00 2013 speilickeAATTsuse.com
- Use upstream URL again after 0.8.2 got finally published on PyPI.

Tue Nov 19 13:00:00 2013 speilickeAATTsuse.com
- Update to version 0.8.2:
+ Run tests on PostgreSQL and MySQL tooFix dropping of indexed columns in sqlite/sa08
+ Fix int overflow exception in unittest
+ Drop setuptools_git test requirement
+ Remove the tag_build line from setup.cfg
+ Fix the version number to match the last release.
+ Un-break the version in migrate/__init__.py
+ Fix broken development version link in README
- Use official PyPI release

Thu Nov 14 13:00:00 2013 speilickeAATTsuse.com
- Fix 12.2 build by catching all egg-info incarnations (either file
or directory)

Thu Nov 14 13:00:00 2013 speilickeAATTsuse.com
- Change to Openstack upstream for SQLAlchemy-0.8+ support
- Add _service file, fix requirements

Thu Oct 24 14:00:00 2013 speilickeAATTsuse.com
- Require python-setuptools instead of distribute (upstreams merged)

Fri May 17 14:00:00 2013 speilickeAATTsuse.com
- Fix dependencies
- Prerequisites for testsuite running

Wed Jan 11 13:00:00 2012 rhaferAATTsuse.de
- update to 0.7.2:

* Changes:
- support for SQLAlchemy 0.5.x has been dropped
- Python 2.6 is the minimum supported Python version

* Features
- improved :pep:`8` compliance
- optionally number versions with timestamps instead of
sequences (partly pulled from Pete Keen)
- allow descriptions in SQL change script filenames (by Pete
Keen)
- improved model generation

* Fixed Bugs
- api test downgrade/upgrade does not work with sql scripts
(pulled from Yuen Ho Wong)
- passing a unicode string as the migrate repository fails (add
regression test)
- make_update_script_for_model fails with AttributeError:
\'SchemaDiff\' object has no attribute \'colDiffs\' (patch by
Jeremy Cantrell)
- upgrade and downgrade functions are reversed when using the
command \"make_update_script_for_model\" (patch by Jeremy
Cantrell)
- manage.py should use the \"if __name__==\'__main__\'\" trick
- column creation in make_update_script_for_model and required
API change (by Gabriel de Perthuis)
- compare_model_to_db gets confused by sqlite_sequence (pulled
from Dustin J. Mitchell)
- drop column does not work on persistent sqlite databases
(pulled from BenoƮt Allard)
- table rename failure with sqlalchemy 0.7.x (patch by Mark
McLoughlin)
- update documentation and help text (pulled from Yuen Ho Wong)

Wed Nov 30 13:00:00 2011 jdmulloyAATTgmail.com
- Fixed shebang removal code on .spec line 52

* This line was indiscriminately deleting the 1st line of all .py
and .py_tmpl file which caused it to delete things that were not
shebangs. This causes errors when it deletes things like \"\"\"
before a doc string. For instance executing
\"from migrate import changeset\" resulted in an
Unexpected Indentation Error

Tue Nov 29 13:00:00 2011 saschpeAATTsuse.de
- Make it a noarch package
- Fixed dependencies
- Build HTML documentation and install that

Tue Nov 29 13:00:00 2011 idoenmezAATTsuse.de
- Cleanup spec file
- Use upstream tarball

Wed Jul 20 14:00:00 2011 fisiuAATTopensuse.org
- update to 0.7.1

Wed Apr 6 14:00:00 2011 hpjAATTurpla.net
- updated to 0.6.1

Fri Jan 7 13:00:00 2011 hpjAATTurpla.net
- updated to 0.6

Thu Jun 4 14:00:00 2009 cfarrell1980AATTgmail.com
- added to devel:languages:python

Wed Mar 4 13:00:00 2009 cfarrell1980AATTgmail.com
- First import


 
ICM