This is a snapshot of Indico's old Trac site. Any information contained herein is most probably outdated. Access our new GitHub site here.

Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#410 closed defect (fixed)

Require a different ZODB version depending on the Python version

Reported by: pferreir Owned by: lsyroka
Priority: low Milestone: v0.97.0
Component: Installation Version: 0.97.0
Keywords: Cc:

Description

We are currently requiring ZODB3>=3.8,<3.9.0a in all cases.
But if people are using Python 2.5 or above, it could be loosened to ZODB3>=3.8.
We should add a Python version check in setup.py that takes care of that.

Change History (4)

comment:1 Changed 5 years ago by lsyroka

  • Owner set to lsyroka
  • Status changed from new to accepted

comment:2 Changed 5 years ago by leszek.marek.syroka@…

  • Resolution set to fixed
  • Status changed from accepted to closed

commit c4478098f516b29926b2967e3c0e5314936b761e
Author: Leszek Syroka <leszek.marek.syroka@…>
Date: Fri May 28 09:07:19 2010 +0200

[FIX] ZODB version depending on Python version


  • in setup.py version of ZODB is chosen on the base of installed version of Python.
  • fix#410

comment:3 Changed 5 years ago by Leszek Syroka <leszek.marek.syroka@…>

In [c4478098f516b29926b2967e3c0e5314936b761e]:

[FIX] ZODB version depending on Python version

  • in setup.py version of ZODB is chosen on the base of installed version of Python.
  • fix#410

comment:4 Changed 5 years ago by Leszek Syroka <leszek.marek.syroka@…>

In [c4478098f516b29926b2967e3c0e5314936b761e]:

[FIX] ZODB version depending on Python version

  • in setup.py version of ZODB is chosen on the base of installed version of Python.
  • fix#410
Note: See TracTickets for help on using tickets.