Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubes
email
Commits
c5ef2aca958c
Commit
fd030c00
authored
Jul 27, 2010
by
Sylvain Thénault
Browse files
1.8
parent
ddc325bf3a33
Changes
3
Hide whitespace changes
Inline
Side-by-side
__pkginfo__.py
View file @
c5ef2aca
...
...
@@ -4,7 +4,7 @@
modname
=
'email'
distname
=
"cubicweb-%s"
%
modname
numversion
=
(
1
,
7
,
1
)
numversion
=
(
1
,
8
,
0
)
version
=
'.'
.
join
(
str
(
num
)
for
num
in
numversion
)
license
=
'LGPL'
...
...
@@ -21,7 +21,7 @@ classifiers = [
# used packages
__depends__
=
{
'cubicweb'
:
'>= 3.9.0'
,
'cubicweb-file'
:
'>= 1.
6
.0'
}
'cubicweb-file'
:
'>= 1.
9
.0'
}
__recommends__
=
{
'cubicweb-comment'
:
None
}
...
...
debian/changelog
View file @
c5ef2aca
cubicweb-email (1.8.0-1) unstable; urgency=low
* new upstream release
-- Sylvain Thénault <sylvain.thenault@logilab.fr> Tue, 27 Jul 2010 16:16:03 +0200
cubicweb-email (1.7.1-1) unstable; urgency=low
* new upstream release
...
...
debian/control
View file @
c5ef2aca
...
...
@@ -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.
6
.0)
Depends: cubicweb-common (>= 3.9.0), cubicweb-file (>= 1.
9
.0)
Description: email component for the CubicWeb framework
This CubicWeb component models email messages.
.
...
...
Write
Preview
Markdown
is supported
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