Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 278030 - dev-python/sqlalchemy-0.5.5 version bump
Summary: dev-python/sqlalchemy-0.5.5 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-16 10:27 UTC by Bjoern Thorwirth
Modified: 2009-07-16 20:58 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Modified ebuild for sqlalchemy. tested on amd64 (sqlalchemy-0.5.5.ebuild,1.31 KB, text/plain)
2009-07-16 10:30 UTC, Bjoern Thorwirth
Details
minor change to make tests more vrebose (sqlalchemy-0.5.5.ebuild,1.31 KB, text/plain)
2009-07-16 10:36 UTC, Bjoern Thorwirth
Details
diff- u between sqlalchemy-0.5.3 and sqlalchemy-0.5.5.ebuild (diff_to_sqlalchemy-0.5.3_ebuild,513 bytes, text/plain)
2009-07-16 11:04 UTC, Bjoern Thorwirth
Details
correct diff (diff_sqlalchemy-0.5.3,513 bytes, text/plain)
2009-07-16 11:11 UTC, Bjoern Thorwirth
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Bjoern Thorwirth 2009-07-16 10:27:49 UTC
sqlalchemy versions prior to sqlalchemy-0.5.5 don't pass tests with python-2.6

Reproducible: Always
Comment 1 Bjoern Thorwirth 2009-07-16 10:30:36 UTC
Created attachment 198152 [details]
Modified ebuild for sqlalchemy. tested on amd64

I've modified the ebuild regarding to the new nose test system. This is just my first idea. The test pass on my amd64 machine with python-2.6
Comment 2 Bjoern Thorwirth 2009-07-16 10:36:48 UTC
Created attachment 198154 [details]
minor change to make tests more vrebose
Comment 3 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2009-07-16 10:49:08 UTC
Please attach unified diffs (diff -u) when you did changes to an ebuild. That would be much more handy for our devs.
Comment 4 Bjoern Thorwirth 2009-07-16 11:04:35 UTC
Created attachment 198158 [details]
diff- u between sqlalchemy-0.5.3 and sqlalchemy-0.5.5.ebuild
Comment 5 Bjoern Thorwirth 2009-07-16 11:11:29 UTC
Created attachment 198160 [details]
correct diff
Comment 6 Patrick Lauer gentoo-dev 2009-07-16 20:58:20 UTC
+*sqlalchemy-0.5.5 (16 Jul 2009)
+
+  16 Jul 2009; Patrick Lauer <patrick@gentoo.org> +sqlalchemy-0.5.5.ebuild:
+  Bump to 0.5.5, closes #278030. Test fixups by <moonstruxx at gmx.de>