Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
File Transfer Service
fts-rest
Commits
ea053f31
Commit
ea053f31
authored
Feb 10, 2015
by
Alejandro Alvarez Ayllon
Browse files
Develop is 3.2.33
parent
8edcdaa9
Changes
2
Hide whitespace changes
Inline
Side-by-side
dist/fts-rest.spec
View file @
ea053f31
...
...
@@ -2,8 +2,8 @@
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print (get_python_lib(1))")}
Name: fts-rest
Version: 3.2.3
2
Release:
2
%{?dist}
Version: 3.2.3
3
Release:
1
%{?dist}
BuildArch: noarch
Summary: FTS3 Rest Interface
Group: Applications/Internet
...
...
@@ -137,7 +137,7 @@ pushd src/fts3rest
PYTHONPATH=../ nosetests1.1 --with-xunit --xunit-file=/tmp/nosetests.xml
%endif
%if %{?rhel}%{!?rhel:0} >= 7
PYTHONPATH=../ ./setup_pylons_plugin.py install --user
PYTHONPATH=../ ./setup_pylons_plugin.py install --user
PYTHONPATH=../ nosetests --with-xunit --xunit-file=/tmp/nosetests.xml
%endif
popd
...
...
src/fts3rest/fts3rest/controllers/api.py
View file @
ea053f31
...
...
@@ -48,7 +48,7 @@ class ApiController(BaseController):
schema_v
=
Session
.
query
(
SchemaVersion
).
all
()
schema_v
=
schema_v
[
0
]
if
schema_v
else
None
return
{
'api'
:
dict
(
major
=
3
,
minor
=
2
,
patch
=
3
2
),
'api'
:
dict
(
major
=
3
,
minor
=
2
,
patch
=
3
3
),
'schema'
:
cred_v
,
'delegation'
:
schema_v
,
'_links'
:
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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