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
trustedauth
Commits
6d0cbc843afb
Commit
49936e14
authored
Jul 17, 2013
by
Nicolas Chauvat
Browse files
[packaging] prepare 0.3.0
parent
c26b9d268046
Changes
15
Hide whitespace changes
Inline
Side-by-side
__init__.py
View file @
6d0cbc84
# copyright 2010-201
1
LOGILAB S.A. (Paris, FRANCE), all rights reserved.
# copyright 2010-201
3
LOGILAB S.A. (Paris, FRANCE), all rights reserved.
# contact http://www.logilab.fr -- mailto:contact@logilab.fr
#
# This program is free software: you can redistribute it and/or modify it under
...
...
__pkginfo__.py
View file @
6d0cbc84
# pylint: disable-msg=W0622
# copyright 2010-201
1
LOGILAB S.A. (Paris, FRANCE), all rights reserved.
# copyright 2010-201
3
LOGILAB S.A. (Paris, FRANCE), all rights reserved.
# contact http://www.logilab.fr -- mailto:contact@logilab.fr
#
# This program is free software: you can redistribute it and/or modify it under
...
...
@@ -20,7 +20,7 @@
modname
=
'trustedauth'
distname
=
'cubicweb-trustedauth'
numversion
=
(
0
,
2
,
1
)
numversion
=
(
0
,
3
,
0
)
version
=
'.'
.
join
(
str
(
num
)
for
num
in
numversion
)
license
=
'LGPL'
...
...
authplugin.py
View file @
6d0cbc84
# copyright 2010-201
1
LOGILAB S.A. (Paris, FRANCE), all rights reserved.
# copyright 2010-201
3
LOGILAB S.A. (Paris, FRANCE), all rights reserved.
# contact http://www.logilab.fr -- mailto:contact@logilab.fr
#
# This program is free software: you can redistribute it and/or modify it under
...
...
@@ -17,7 +17,7 @@
"""plugin authentication retriever
:organization: Logilab
:copyright: 2010-201
1
LOGILAB S.A. (Paris, FRANCE), license is LGPL v2.
:copyright: 2010-201
3
LOGILAB S.A. (Paris, FRANCE), license is LGPL v2.
:contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
:license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
"""
...
...
cryptutils.py
View file @
6d0cbc84
# copyright 2010-201
1
LOGILAB S.A. (Paris, FRANCE), all rights reserved.
# copyright 2010-201
3
LOGILAB S.A. (Paris, FRANCE), all rights reserved.
# contact http://www.logilab.fr -- mailto:contact@logilab.fr
#
# This program is free software: you can redistribute it and/or modify it under
...
...
debian/changelog
View file @
6d0cbc84
cubicweb-trustedauth (0.3.0-1) unstable; urgency=low
* new upstream release
-- Nicolas Chauvat <nicolas.chauvat@logilab.fr> Wed, 17 Jul 2013 11:39:17 +0200
cubicweb-trustedauth (0.2.1-1) unstable; urgency=low
* upstream release
...
...
debian/control
View file @
6d0cbc84
...
...
@@ -4,7 +4,7 @@ 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)
Standards-Version: 3.8.0
Homepage: http://www.cubicweb.org/project/cubicweb-trustedauth
Package: cubicweb-trustedauth
Architecture: all
...
...
debian/rules
100644 → 100755
View file @
6d0cbc84
File mode changed from 100644 to 100755
entities.py
View file @
6d0cbc84
# copyright 2010-201
2
LOGILAB S.A. (Paris, FRANCE), all rights reserved.
# copyright 2010-201
3
LOGILAB S.A. (Paris, FRANCE), all rights reserved.
# contact http://www.logilab.fr -- mailto:contact@logilab.fr
#
# This program is free software: you can redistribute it and/or modify it under
...
...
hooks.py
View file @
6d0cbc84
# copyright 2010-201
1
LOGILAB S.A. (Paris, FRANCE), all rights reserved.
# copyright 2010-201
3
LOGILAB S.A. (Paris, FRANCE), all rights reserved.
# contact http://www.logilab.fr -- mailto:contact@logilab.fr
#
# This program is free software: you can redistribute it and/or modify it under
...
...
migration/postcreate.py
View file @
6d0cbc84
# copyright 2010-201
1
LOGILAB S.A. (Paris, FRANCE), all rights reserved.
# copyright 2010-201
3
LOGILAB S.A. (Paris, FRANCE), all rights reserved.
# contact http://www.logilab.fr -- mailto:contact@logilab.fr
#
# This program is free software: you can redistribute it and/or modify it under
...
...
schema.py
View file @
6d0cbc84
# copyright 2010-201
1
LOGILAB S.A. (Paris, FRANCE), all rights reserved.
# copyright 2010-201
3
LOGILAB S.A. (Paris, FRANCE), all rights reserved.
# contact http://www.logilab.fr -- mailto:contact@logilab.fr
#
# This program is free software: you can redistribute it and/or modify it under
...
...
setup.py
View file @
6d0cbc84
#!/usr/bin/env python
# pylint: disable-msg=W0404,W0622,W0704,W0613,W0152
# copyright 2010-201
1
LOGILAB S.A. (Paris, FRANCE), all rights reserved.
# copyright 2010-201
3
LOGILAB S.A. (Paris, FRANCE), all rights reserved.
# contact http://www.logilab.fr -- mailto:contact@logilab.fr
#
# This program is free software: you can redistribute it and/or modify it under
...
...
site_cubicweb.py
View file @
6d0cbc84
# copyright 2010-201
1
LOGILAB S.A. (Paris, FRANCE), all rights reserved.
# copyright 2010-201
3
LOGILAB S.A. (Paris, FRANCE), all rights reserved.
# contact http://www.logilab.fr -- mailto:contact@logilab.fr
#
# This program is free software: you can redistribute it and/or modify it under
...
...
test/unittest_trustedauth.py
View file @
6d0cbc84
# copyright 2003-201
2
LOGILAB S.A. (Paris, FRANCE), all rights reserved.
# copyright 2003-201
3
LOGILAB S.A. (Paris, FRANCE), all rights reserved.
# contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
#
# This file is part of CubicWeb.
...
...
views.py
View file @
6d0cbc84
# copyright 2010-201
1
LOGILAB S.A. (Paris, FRANCE), all rights reserved.
# copyright 2010-201
3
LOGILAB S.A. (Paris, FRANCE), all rights reserved.
# contact http://www.logilab.fr -- mailto:contact@logilab.fr
#
# This program is free software: you can redistribute it and/or modify it under
...
...
@@ -17,7 +17,7 @@
"""plugin authentication retriever
:organization: Logilab
:copyright: 2010-201
1
LOGILAB S.A. (Paris, FRANCE), license is LGPL v2.
:copyright: 2010-201
3
LOGILAB S.A. (Paris, FRANCE), license is LGPL v2.
:contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
:license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
"""
...
...
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