Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Leo Pound Singer
gracedb-client
Commits
f24fd0eb
Commit
f24fd0eb
authored
Jun 27, 2013
by
Branson Stephens
Committed by
Brian Moe
Jun 27, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Packaging update for gracedb 1.12.
parent
583bc9a5
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
4 deletions
+9
-4
debian/changelog
debian/changelog
+5
-0
ligo/gracedb/__init__.py
ligo/gracedb/__init__.py
+1
-1
ligo/gracedb/cli.py
ligo/gracedb/cli.py
+1
-1
ligo/gracedb/test/test.py
ligo/gracedb/test/test.py
+1
-1
setup.py
setup.py
+1
-1
No files found.
debian/changelog
View file @
f24fd0eb
ligo-gracedb (1.12-1) unstable; urgency=low
* Changed client to use REST API exclusively.
* Extended REST API to include all API functionality.
-- Branson Stephens <branson.stephens@ligo.org> Thu, 27 Jun 2013 14:12:19 -0500
ligo-gracedb (1.11-2) unstable; urgency=low
* Re-add "--with python2" to match other ligo-* python modules
...
...
ligo/gracedb/__init__.py
View file @
f24fd0eb
__all__
=
[
"cli"
,
"rest"
]
GIT_TAG
=
'gracedb-1.1
0
-1'
GIT_TAG
=
'gracedb-1.1
2
-1'
# issue 717. Required for backward compatibility -- make sure "from ligo import gracedb"
# works as it used to.
...
...
ligo/gracedb/cli.py
View file @
f24fd0eb
...
...
@@ -22,7 +22,7 @@ from ligo.gracedb.rest import GraceDb
DEFAULT_SERVICE_URL
=
"https://gracedb.ligo.org/gracedb/api"
GIT_TAG
=
'gracedb-1.1
1
-1'
GIT_TAG
=
'gracedb-1.1
2
-1'
#-----------------------------------------------------------------
# Util routines
...
...
ligo/gracedb/test/test.py
View file @
f24fd0eb
...
...
@@ -236,7 +236,7 @@ class TestGracedb(unittest.TestCase):
def
test_gittag
(
self
):
# try to make sure GIT_TAG is set properly.
import
errno
version
=
"1.1
1
"
version
=
"1.1
2
"
try
:
# If we are in the source dir (setup.py is available)
# make sure the version above agrees.
...
...
setup.py
View file @
f24fd0eb
...
...
@@ -3,7 +3,7 @@ import os
from
distutils.core
import
setup
version
=
"1.1
1
"
version
=
"1.1
2
"
setup
(
name
=
"ligo-gracedb"
,
...
...
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