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
0b139a7b4705
Commit
f1d24c34
authored
Oct 15, 2010
by
Sylvain Thénault
Browse files
1.4
parent
105b757daae0
Changes
4
Hide whitespace changes
Inline
Side-by-side
__pkginfo__.py
View file @
0b139a7b
...
...
@@ -4,7 +4,7 @@
modname
=
'basket'
distname
=
"cubicweb-%s"
%
modname
numversion
=
(
1
,
3
,
0
)
numversion
=
(
1
,
4
,
0
)
version
=
'.'
.
join
(
str
(
num
)
for
num
in
numversion
)
license
=
'LGPL'
...
...
@@ -19,7 +19,7 @@ classifiers = [
'Programming Language :: JavaScript'
,
]
__depends__
=
{
'cubicweb'
:
'>= 3.
9
.0'
}
__depends__
=
{
'cubicweb'
:
'>= 3.
10
.0'
}
# packaging ###
...
...
debian/changelog
View file @
0b139a7b
cubicweb-basket (1.4.0-1) unstable; urgency=low
* new upstream release
-- Sylvain Thénault <sylvain.thenault@logilab.fr> Fri, 15 Oct 2010 11:09:34 +0200
cubicweb-basket (1.3.0-1) unstable; urgency=low
* new upstream release
...
...
debian/control
View file @
0b139a7b
...
...
@@ -8,7 +8,7 @@ Standards-Version: 3.8.0
Package: cubicweb-basket
Architecture: all
Depends: cubicweb-common (>= 3.
6
.0)
Depends: cubicweb-common (>= 3.
10
.0)
Description: basket component for the Cubicweb framework
This Cubicweb component provides baskets as a way to select content.
.
...
...
setup.py
View file @
0b139a7b
#!/usr/bin/env python
# pylint: disable
-msg
=W0404,W0622,W0704,W0613
,W0152
# pylint: disable=W0404,W0622,W0704,W0613
# copyright 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
# contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
...
...
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