Bug 106364 - Update port: databases/py-migrate
Summary: Update port: databases/py-migrate
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Alexander Botero-Lowry
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-05 10:00 UTC by Aron Stansvik
Modified: 2006-12-06 13:00 UTC (History)
0 users

See Also:


Attachments
file.diff (2.14 KB, patch)
2006-12-05 10:00 UTC, Aron Stansvik
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Aron Stansvik 2006-12-05 10:00:25 UTC
0.2.2
 - Deprecated driver(engine) in favor of engine.name (#80)
 - Deprecated logsql (#75)
 - Comments in .sql scripts don't make things fail silently now (#74)
 - Errors while downgrading (and probably other places) are shown on their own line
 - Created mailing list and announcements list, updated documentation accordingly
 - Automated tests now require py.test (#66)
 - Documentation fix to .sql script commits (#72)
 - Fixed a pretty major bug involving logengine, dealing with commits/tests (#64)
 - Fixes to the online docs - default DB versioning table name (#68)
 - Fixed the engine name in the scripts created by the command 'migrate script' (#69)
 - Added Evan's email to the online docs

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-12-05 10:00:32 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants to have py- PRs
Comment 2 Alexander Botero-Lowry freebsd_committer freebsd_triage 2006-12-05 10:04:58 UTC
Responsible Changed
From-To: freebsd-python->alexbl

I will take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2006-12-06 09:24:37 UTC
alexbl      2006-12-06 09:24:29 UTC

  FreeBSD ports repository

  Modified files:
    databases/py-migrate Makefile distinfo 
    databases/py-migrate/files 
                               patch-migrate_versioning_script_script.py 
  Log:
   - update to 0.2.2
  
  PR:             106364
  Submitted by:   Aron Stansvik <elvstone@gmail.com> (maintainer)
  
  Revision  Changes    Path
  1.3       +1 -2      ports/databases/py-migrate/Makefile
  1.2       +3 -3      ports/databases/py-migrate/distinfo
  1.2       +0 -17     ports/databases/py-migrate/files/patch-migrate_versioning_script_script.py
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Alexander Botero-Lowry freebsd_committer freebsd_triage 2006-12-06 09:32:05 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 5 Aron Stansvik 2006-12-06 12:51:38 UTC
Thanks! But please remove the patch
patch-migrate_versioning_script_script.py from the port, as it's not
longer needed, the bug is fixed upstream.

Regards,
Aron