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
f5ac6157
Commit
f5ac6157
authored
Oct 08, 2018
by
Andrea Manzi
Browse files
update version
parent
733221e9
Pipeline
#534626
passed with stage
in 1 minute and 34 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
packaging/rpm/fts-rest.spec
View file @
f5ac6157
...
...
@@ -4,19 +4,19 @@
%{!?nosetest_path: %global nosetest_path "/tmp"}
Name: fts-rest
Version: 3.8.
0
Version: 3.8.
1
Release: 1%{?dist}
BuildArch: noarch
Summary: FTS3 Rest Interface
Group: Applications/Internet
License: ASL 2.0
URL: http://fts3-service.web.cern.ch/
# git clone https://gitlab.cern.ch/fts/fts-rest.git --depth 1 -b master fts-rest-3.8.
0
# cd fts-rest-3.8.
0
# git checkout v3.8.
0
# git clone https://gitlab.cern.ch/fts/fts-rest.git --depth 1 -b master fts-rest-3.8.
1
# cd fts-rest-3.8.
1
# git checkout v3.8.
1
# git submodule init && git submodule update
# cd ..
# tar vczf fts-rest-3.8.
0
.tar.gz --exclude-vcs fts-rest-3.8.
0
# tar vczf fts-rest-3.8.
1
.tar.gz --exclude-vcs fts-rest-3.8.
1
Source0: %{name}-%{version}.tar.gz
BuildRequires: gfal2-python
...
...
setup.py
View file @
f5ac6157
...
...
@@ -69,7 +69,7 @@ base_dir = os.path.dirname(__file__)
setup
(
name
=
'fts3-rest'
,
version
=
'3.8.
0
'
,
version
=
'3.8.
1
'
,
description
=
'FTS3 Python Libraries'
,
long_description
=
'FTS3 Python Libraries'
,
author
=
'FTS3 Developers'
,
...
...
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