118 lines
3.0 KiB
JSON
118 lines
3.0 KiB
JSON
# This is a extended json package definition file
|
|
# We allow simple comments (lines starting with a hash symbol)
|
|
{
|
|
# This is currently our "master" repo set with versions
|
|
# that we are trying to align other distributions with.
|
|
# The versions should at least be major + minor!
|
|
"ubuntu-oneiric": {
|
|
"apache2": {
|
|
"version": "2.2*",
|
|
"removable": true
|
|
},
|
|
"libapache2-mod-wsgi": {
|
|
"version": "3.3*",
|
|
"removable": true
|
|
},
|
|
"python-dateutil": {
|
|
"version": "1.4*",
|
|
"removable": true
|
|
},
|
|
"python-paste": {
|
|
"version": "1.7.5*",
|
|
"removable": true
|
|
},
|
|
"python-pastedeploy": {
|
|
"version": "1.5.0*",
|
|
"removable": true
|
|
},
|
|
"python-routes": {
|
|
"version": "1.12*",
|
|
"removable": true
|
|
},
|
|
"python-sqlalchemy": {
|
|
"version": "0.6*",
|
|
"removable": true
|
|
},
|
|
"python-webob": {
|
|
"version": "1.0*",
|
|
"removable": true
|
|
},
|
|
"python-kombu": {
|
|
"version": "1.0*",
|
|
"removable": true
|
|
},
|
|
"python-eventlet": {
|
|
"version": "0.9*",
|
|
"removable": true
|
|
},
|
|
"python-cherrypy3": {
|
|
"version": "3.1*",
|
|
"removable": true
|
|
},
|
|
"python-django": {
|
|
"version": "1.3*",
|
|
"removable": true
|
|
},
|
|
"python-django-mailer": {
|
|
"version": "0.2*",
|
|
"removable": true
|
|
},
|
|
# Is this really needed?
|
|
"python-django-nose": {
|
|
"version": "0.1*",
|
|
"removable": true
|
|
},
|
|
"python-django-registration": {
|
|
"version": "0.7*",
|
|
"removable": true
|
|
},
|
|
# Is this really needed?
|
|
# Why is a rackspace api package here?
|
|
"python-cloudfiles": {
|
|
"version": "1.7.9*",
|
|
"removable": true
|
|
},
|
|
"python-migrate": {
|
|
"version": "0.7*",
|
|
"removable": true
|
|
}
|
|
},
|
|
"rhel-6": {
|
|
"httpd": {
|
|
"version": "2.2*",
|
|
"removable": true
|
|
},
|
|
"mod_wsgi": {
|
|
"version": "3.2*",
|
|
"removable": true
|
|
},
|
|
"python-dateutil": {
|
|
"version": "1.4*",
|
|
"removable": true
|
|
},
|
|
"python-paste": {
|
|
"version": "1.7.4*",
|
|
"removable": true
|
|
},
|
|
"python-routes": {
|
|
"version": "1.10*",
|
|
"removable": true
|
|
},
|
|
# Requires EPEL
|
|
"python-webob1.0": {
|
|
"version": "1.0*",
|
|
"removable": true
|
|
},
|
|
# Requires EPEL
|
|
"python-kombu": {
|
|
"version": "1.1*",
|
|
"removable": true
|
|
},
|
|
# Requires EPEL
|
|
"python-eventlet": {
|
|
"version": "0.9*",
|
|
"removable": true
|
|
}
|
|
}
|
|
}
|