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
email
Commits
ab3a1524c023
Commit
0deb64f3
authored
Sep 09, 2010
by
Sylvain Thénault
Browse files
1.8.1 depending on cw 3.9.5
parent
68ed45a4a7f1
Changes
3
Hide whitespace changes
Inline
Side-by-side
__pkginfo__.py
View file @
ab3a1524
...
...
@@ -4,7 +4,7 @@
modname
=
'email'
distname
=
"cubicweb-%s"
%
modname
numversion
=
(
1
,
8
,
0
)
numversion
=
(
1
,
8
,
1
)
version
=
'.'
.
join
(
str
(
num
)
for
num
in
numversion
)
license
=
'LGPL'
...
...
@@ -20,7 +20,7 @@ classifiers = [
]
# used packages
__depends__
=
{
'cubicweb'
:
'>= 3.9.
0
'
,
__depends__
=
{
'cubicweb'
:
'>= 3.9.
5
'
,
'cubicweb-file'
:
'>= 1.9.0'
}
__recommends__
=
{
'cubicweb-comment'
:
None
}
...
...
debian/changelog
View file @
ab3a1524
cubicweb-email (1.8.1-1) unstable; urgency=low
* new upstream release
-- Sylvain Thénault <sylvain.thenault@logilab.fr> Thu, 09 Sep 2010 18:08:24 +0200
cubicweb-email (1.8.0-1) unstable; urgency=low
* new upstream release
...
...
debian/control
View file @
ab3a1524
...
...
@@ -9,7 +9,7 @@ Homepage: http://www.cubicweb.org/project/cubicweb-email
Package: cubicweb-email
Architecture: all
Depends: cubicweb-common (>= 3.9.
0
), cubicweb-file (>= 1.9.0)
Depends: cubicweb-common (>= 3.9.
5
), cubicweb-file (>= 1.9.0)
Description: email component for the CubicWeb framework
This CubicWeb component models email messages.
.
...
...
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