Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow newer berkeley db versions #59440

Closed
doko42 opened this issue Jul 1, 2012 · 6 comments
Closed

allow newer berkeley db versions #59440

doko42 opened this issue Jul 1, 2012 · 6 comments
Assignees
Labels
build The build process and cross-build

Comments

@doko42
Copy link
Member

doko42 commented Jul 1, 2012

BPO 15235
Nosy @doko42, @jcea

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = 'https://github.com/doko42'
closed_at = <Date 2013-03-20.00:11:45.794>
created_at = <Date 2012-07-01.08:36:07.890>
labels = ['build']
title = 'allow newer berkeley db versions'
updated_at = <Date 2013-03-20.00:11:45.793>
user = 'https://github.com/doko42'

bugs.python.org fields:

activity = <Date 2013-03-20.00:11:45.793>
actor = 'doko'
assignee = 'doko'
closed = True
closed_date = <Date 2013-03-20.00:11:45.794>
closer = 'doko'
components = ['Build']
creation = <Date 2012-07-01.08:36:07.890>
creator = 'doko'
dependencies = []
files = []
hgrepos = []
issue_num = 15235
keywords = []
message_count = 6.0
messages = ['164461', '164462', '164479', '164480', '164481', '184711']
nosy_count = 3.0
nosy_names = ['doko', 'jcea', 'python-dev']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue15235'
versions = ['Python 3.3']

@doko42
Copy link
Member Author

doko42 commented Jul 1, 2012

setup.py still has a version check for berkley db, currently only allowing versions up to 5.1.x. I'm checking in a patch to bump this to allow versions up to 5.3.x.

Maybe this version check should be disabled (after 3.3), using berkley db as a backend for the dbm module doesn't rely on any fancy berkley db features.

@doko42 doko42 self-assigned this Jul 1, 2012
@doko42 doko42 added the build The build process and cross-build label Jul 1, 2012
@python-dev
Copy link
Mannequin

python-dev mannequin commented Jul 1, 2012

New changeset 7be082d80b8a by doko in branch 'default':

@jcea
Copy link
Member

jcea commented Jul 1, 2012

Mattias, the tracker indicates that PDF doesn't have your contributor agreement. Could you possibly send one?.

http://www.python.org/psf/contrib/contrib-form/

@jcea
Copy link
Member

jcea commented Jul 1, 2012

PDF = PSF (Python software Foundation)

@doko42
Copy link
Member Author

doko42 commented Jul 1, 2012

hmm, that was submitted years ago ... (can we move this off line?)

@merwok merwok changed the title allow newer berkley db versions allow newer berkeley db versions Jul 6, 2012
@doko42
Copy link
Member Author

doko42 commented Mar 20, 2013

fixed

@doko42 doko42 closed this as completed Mar 20, 2013
@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build The build process and cross-build
Projects
None yet
Development

No branches or pull requests

2 participants