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
forgotpwd
Commits
7a57792d8b02
Commit
8c20e3db
authored
Jul 20, 2010
by
Nicolas Chauvat
Browse files
[package] ready for 0.3.0
parent
68c4edf56656
Changes
4
Hide whitespace changes
Inline
Side-by-side
__pkginfo__.py
View file @
7a57792d
...
...
@@ -4,17 +4,18 @@
modname
=
'forgotpwd'
distname
=
'cubicweb-forgotpwd'
numversion
=
(
0
,
2
,
1
)
numversion
=
(
0
,
3
,
0
)
version
=
'.'
.
join
(
str
(
num
)
for
num
in
numversion
)
license
=
'LGPL'
copyright
=
'''Copyright (c) 2010 LOGILAB S.A. (Paris, FRANCE).
copyright
=
'''Copyright (c) 2010 LOGILAB S.A. (Paris, FRANCE)
, all rights reserved
.
http://www.logilab.fr -- mailto:contact@logilab.fr'''
author
=
'LOGILAB S.A. (Paris, FRANCE)'
author_email
=
'contact@logilab.fr'
short_desc
=
'password recovery component for the CubicWeb framework'
description
=
'password recovery component for the CubicWeb framework'
short_desc
=
description
long_desc
=
"""
\
Summary
-------
...
...
debian/changelog
View file @
7a57792d
cubicweb-forgotpwd (0.3.0-1) unstable; urgency=low
* new upstream release
-- Nicolas Chauvat <nicolas.chauvat@logilab.fr> Tue, 20 Jul 2010 20:23:25 +0200
cubicweb-forgotpwd (0.2.1-1) unstable; urgency=low
* new upstream release
...
...
debian/control
View file @
7a57792d
...
...
@@ -2,14 +2,13 @@ Source: cubicweb-forgotpwd
Section: web
Priority: optional
Maintainer: LOGILAB S.A. (Paris, FRANCE) <contact@logilab.fr>
Build-Depends: debhelper (>= 5.0.37.1), python (>=2.4), python-dev (>=2.4)
Build-Depends: debhelper (>= 5.0.37.1), python (>=
2.4), python-dev (>=
2.4)
Standards-Version: 3.8.0
Homepage: http://www.cubicweb.org/project/cubicweb-forgotpwd
Package: cubicweb-forgotpwd
Architecture: all
Depends: cubicweb-common (>= 3.
6.1
), python-crypto, python-imaging
Depends: cubicweb-common (>= 3.
9.0
), python-crypto, python-imaging
Description: password recovery component for the CubicWeb framework
This CubicWeb component provides password recovery functionnality.
.
...
...
migration/0.3.0_Any.py
0 → 100644
View file @
7a57792d
sync_schema_props_perms
(
'has_fpasswd'
)
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