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
activitystream
Commits
15f43e5c1ffe
Commit
6857bb3b
authored
Jun 11, 2014
by
Julien Cristau
Browse files
Silence cubicweb 3.15 deprecation warning
parent
dea71167c553
Changes
4
Hide whitespace changes
Inline
Side-by-side
__pkginfo__.py
View file @
15f43e5c
...
...
@@ -19,7 +19,7 @@ classifiers = [
'Programming Language :: JavaScript'
,
]
__depends__
=
{
'cubicweb'
:
'>= 3.1
0.8
'
}
__depends__
=
{
'cubicweb'
:
'>= 3.1
5
'
}
__recommends__
=
{}
...
...
cubicweb-activitystream.spec
View file @
15f43e5c
...
...
@@ -20,7 +20,7 @@ BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: %{python} %{python}-setuptools
Requires: cubicweb >= 3.1
0.8
Requires: cubicweb >= 3.1
5
%description
activity streams component for the CubicWeb framework
...
...
debian/control
View file @
15f43e5c
...
...
@@ -9,7 +9,7 @@ Homepage: http://www.cubicweb.org/project/cubicweb-activitystream
Package: cubicweb-activitystream
Architecture: all
Depends: cubicweb-common (>= 3.1
0.8
)
Depends: cubicweb-common (>= 3.1
5
)
Description: activity streams
CubicWeb is a semantic web application framework.
.
...
...
views.py
View file @
15f43e5c
from
logilab.mtconverter
import
xml_escape
from
cubicweb.
selector
s
import
is_instance
,
adaptable
from
cubicweb.
predicate
s
import
is_instance
,
adaptable
from
cubicweb.view
import
EntityView
class
AStreamView
(
EntityView
):
...
...
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