[Python-checkins] r53254 - in python/branches/release25-maint: Doc/lib/libbsddb.tex Lib/bsddb/dbobj.py Lib/bsddb/test/test_1413192.py Misc/NEWS Modules/_bsddb.c setup.py

Thomas Wouters thomas at python.org
Mon Jan 8 12:19:57 CET 2007


On 1/4/07, gregory.p.smith <python-checkins at python.org> wrote:
>
> Author: gregory.p.smith
> Date: Fri Jan  5 03:09:06 2007
> New Revision: 53254
>
> Modified:
>    python/branches/release25-maint/Doc/lib/libbsddb.tex
>    python/branches/release25-maint/Lib/bsddb/dbobj.py
>    python/branches/release25-maint/Lib/bsddb/test/test_1413192.py
>    python/branches/release25-maint/Misc/NEWS
>    python/branches/release25-maint/Modules/_bsddb.c
>    python/branches/release25-maint/setup.py
> Log:
> support linking the _bsddb extension module against BerkeleyDB 4.5
> [backport of r53252]


I'm not entirely sure this should be backported, it smells somewhat like a
feature (but I'll happily hush if you and the 2.5.1 releasemanager are sure
it should be in.)

Also, I wonder if this change should be part of this backport:


> Modified: python/branches/release25-maint/setup.py
>
> ==============================================================================
> --- python/branches/release25-maint/setup.py    (original)
> +++ python/branches/release25-maint/setup.py    Fri Jan  5 03:09:06 2007
> @@ -631,7 +631,7 @@
>              db_inc_paths.append('/pkg/db-4.%d/include' % x)
>              db_inc_paths.append('/opt/db-4.%d/include' % x)
>          # 3.x minor number specific paths
> -        for x in (2,3):
> +        for x in (3,):
>              db_inc_paths.append('/usr/include/db3%d' % x)
>              db_inc_paths.append('/usr/local/BerkeleyDB.3.%d/include' % x)
>              db_inc_paths.append('/usr/local/include/db3%d' % x)
> _______________________________________________
> Python-checkins mailing list
> Python-checkins at python.org
> http://mail.python.org/mailman/listinfo/python-checkins
>



-- 
Thomas Wouters <thomas at python.org>

Hi! I'm a .signature virus! copy me into your .signature file to help me
spread!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/python-checkins/attachments/20070108/5e8adfe4/attachment.html 


More information about the Python-checkins mailing list