Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubes
basket
Commits
f027538709ae
Commit
c73a87ea
authored
Jan 27, 2010
by
Sylvain Thénault
Browse files
1.3 for cw 3.6
parent
2e388c8f8270
Changes
3
Hide whitespace changes
Inline
Side-by-side
__pkginfo__.py
View file @
f0275387
...
...
@@ -4,11 +4,11 @@
modname
=
'basket'
distname
=
"cubicweb-%s"
%
modname
numversion
=
(
1
,
2
,
0
)
numversion
=
(
1
,
3
,
0
)
version
=
'.'
.
join
(
str
(
num
)
for
num
in
numversion
)
license
=
'LGPL'
copyright
=
'''Copyright (c) 2003-200
9
LOGILAB S.A. (Paris, FRANCE).
copyright
=
'''Copyright (c) 2003-20
1
0 LOGILAB S.A. (Paris, FRANCE).
http://www.logilab.fr/ -- mailto:contact@logilab.fr'''
author
=
"Logilab"
...
...
@@ -29,7 +29,7 @@ classifiers = [
]
__depends_cubes__
=
{}
__depends__
=
{
'cubicweb'
:
'>= 3.
2
.0'
}
__depends__
=
{
'cubicweb'
:
'>= 3.
6
.0'
}
__use__
=
()
# packaging ###
...
...
debian/changelog
View file @
f0275387
cubicweb-basket (1.3.0-1) unstable; urgency=low
* new upstream release
-- Sylvain Thénault <sylvain.thenault@logilab.fr> Wed, 27 Jan 2010 11:59:57 +0100
cubicweb-basket (1.2.0-1) unstable; urgency=low
* new upstream release depending on cubicweb 3.2
...
...
debian/control
View file @
f0275387
...
...
@@ -8,7 +8,7 @@ Standards-Version: 3.8.0
Package: cubicweb-basket
Architecture: all
Depends: cubicweb-common (>= 3.
2
.0)
Depends: cubicweb-common (>= 3.
6
.0)
Description: basket component for the Cubicweb framework
This Cubicweb component provides baskets as a way to select content.
.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment