1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83
|
python-sqlalchemy (1.0.4+ds1-1) experimental; urgency=low
SQLAlchemy 0.9 → 1.0 migration notes can be found in the
python-sqlalchemy-doc package:
/usr/share/doc/python-sqlalchemy-doc/rst/changelog/migration_10.txt or
/usr/share/doc/python-sqlalchemy-doc/html/changelog/migration_10.html or
http://docs.sqlalchemy.org/en/rel_1_0/changelog/migration_10.html
-- Piotr Ożarowski <piotr@debian.org> Sun, 07 Jun 2015 21:19:00 +0200
python-sqlalchemy (0.9.1-1) experimental; urgency=medium
SQLAlchemy 0.8 → 0.9 migration notes can be found in the
python-sqlalchemy-doc package:
/usr/share/doc/python-sqlalchemy-doc/rst/changelog/migration_09.txt or
/usr/share/doc/python-sqlalchemy-doc/html/changelog/migration_09.html or
http://docs.sqlalchemy.org/en/rel_0_9/changelog/migration_09.html
-- Piotr Ożarowski <piotr@debian.org> Sun, 12 Jan 2014 19:30:57 +0100
python-sqlalchemy (0.8.0~b2-1) experimental; urgency=low
SQLAlchemy 0.7 → 0.8 migration notes can be found in the
python-sqlalchemy-doc package:
/usr/share/doc/python-sqlalchemy-doc/rst/changelog/migration_08.txt or
/usr/share/doc/python-sqlalchemy-doc/html/changelog/migration_08.html or
http://docs.sqlalchemy.org/en/rel_0_8/changelog/migration_08.html
-- Piotr Ożarowski <piotr@debian.org> Sat, 15 Dec 2012 17:51:14 +0100
python-sqlalchemy (0.7~b1-1) experimental; urgency=low
SQLAlchemy 0.6 -> 0.7 migration notes can be found on the wiki page:
http://www.sqlalchemy.org/trac/wiki/07Migration
-- Piotr Ożarowski <piotr@debian.org> Sun, 13 Feb 2011 20:54:57 +0100
python-sqlalchemy (0.6~beta1-1) experimental; urgency=low
SQLAlchemy 0.5 -> 0.6 migration notes can be found on the wiki page:
http://www.sqlalchemy.org/trac/wiki/06Migration
-- Piotr Ożarowski <piotr@debian.org> Thu, 04 Feb 2010 22:08:09 +0100
python-sqlalchemy (0.5.0~beta1-1) experimental; urgency=low
SQLAlchemy 0.4 -> 0.5 migration notes can be found on the wiki page:
http://www.sqlalchemy.org/trac/wiki/05Migration
For the typical 0.4 application that didn't rely on any deprecated features,
migration to 0.5 should be pretty straightforward.
-- Piotr Ożarowski <piotr@debian.org> Sun, 15 Jun 2008 20:06:03 +0200
python-sqlalchemy (0.4.0~beta1-1) experimental; urgency=low
From version 0.3 to version 0.4 of SQLAlchemy, some conventions have
changed. Most of these conventions are available in the most recent releases
of the 0.3 series starting with version 0.3.9, so that you can make a 0.3
application compatible with 0.4 in most cases.
Things that have changed in a backwards-incompatible manner are documented
in "0.3 to 0.4 Migration" section (#overview_migration) in
/usr/share/doc/python-sqlalchemy-doc/doc/intro.html file
For a full overview of everything that's new and changed, see
http://www.sqlalchemy.org/trac/wiki/WhatsNewIn04
-- Piotr Ożarowski <piotr@debian.org> Sun, 12 Aug 2007 21:44:53 +0200
python-sqlalchemy (0.3.0-1) unstable; urgency=low
SQLAlchemy 0.2 -> 0.3 migration notes can be found on the wiki page:
http://www.sqlalchemy.org/trac/wiki/03Migration
-- Piotr Ozarowski <ozarow@gmail.com> Mon, 23 Oct 2006 18:51:15 +0200
python-sqlalchemy (0.2.3-0.1) unstable; urgency=low
SQLAlchemy 0.1 -> 0.2 migration notes can be found on the wiki page:
http://www.sqlalchemy.org/trac/wiki/02Migration
-- Piotr Ozarowski <ozarow@gmail.com> Wed, 7 Jun 2006 00:11:30 +0200
|