Skip to content
Snippets Groups Projects
Commit 62b8b6e3d72a authored by Nicola Spanti's avatar Nicola Spanti
Browse files

[deps] Upgrade CubicWeb to last Python 2 supported version

- The older versions are not supported anymore.
- apycot is not used anymore.
parent 82289682d5a0
No related branches found
No related tags found
1 merge request!7[deps] Upgrade CubicWeb to last Python 2 supported version
Pipeline #27968 failed
......@@ -2,7 +2,7 @@
"""cubicweb-compound application packaging information"""
distname = 'cubicweb-compound'
modname = 'cubicweb_coumpound' # XXX apycot rely on this
modname = 'cubicweb_coumpound'
numversion = (0, 7, 1)
version = '.'.join(str(num) for num in numversion)
......@@ -11,6 +11,6 @@
author = 'LOGILAB S.A. (Paris, FRANCE)'
author_email = 'contact@logilab.fr'
description = 'Library cube to handle assemblies of composite entities'
web = 'http://www.cubicweb.org/project/%s' % distname
web = 'https://www.cubicweb.org/project/%s' % distname
__depends__ = {
......@@ -15,6 +15,6 @@
__depends__ = {
'cubicweb': '>= 3.24',
'cubicweb': '>= 3.26.19',
}
__recommends__ = {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment