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
3a464e82
Verified
Commit
3a464e82
authored
Feb 13, 2018
by
Tanner Prestegard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updates for packaging tagged version 1.27
parent
3dcd731d
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
13 additions
and
6 deletions
+13
-6
debian/changelog
debian/changelog
+7
-0
ligo-gracedb.spec
ligo-gracedb.spec
+2
-2
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 @
3a464e82
ligo-gracedb (1.27-1) unstable; urgency=low
* Changed DEFAULT_SERVICE_URL used by command-line client to match other instances
* Updated organization of full unit test suite
-- Tanner Prestegard <tanner.prestegard@ligo.org> Tue, 13 Feb 2018 09:15:46 -0600
ligo-gracedb (1.26-1) unstable; urgency=low
* Significant restructuring of unit tests
...
...
ligo-gracedb.spec
View file @
3a464e82
%define name ligo-gracedb
%define version 1.2
6
%define unmangled_version 1.2
6
%define version 1.2
7
%define unmangled_version 1.2
7
%define release 1
Summary: Gravity Wave Candidate Event Database
...
...
ligo/gracedb/__init__.py
View file @
3a464e82
...
...
@@ -18,7 +18,7 @@
__all__
=
[
"cli"
,
"rest"
]
GIT_TAG
=
'gracedb-1.2
6
-1'
GIT_TAG
=
'gracedb-1.2
7
-1'
# issue 717. Required for backward compatibility -- make sure "from ligo import gracedb"
# works as it used to.
...
...
ligo/gracedb/cli.py
View file @
3a464e82
...
...
@@ -26,7 +26,7 @@ DEFAULT_SERVICE_URL = "https://gracedb.ligo.org/api"
DEFAULT_BASIC_URL
=
"https://gracedb.ligo.org/apibasic/"
GIT_TAG
=
'gracedb-1.2
6
-1'
GIT_TAG
=
'gracedb-1.2
7
-1'
DEFAULT_COLUMNS
=
"graceid,labels,group,pipeline,search,far,gpstime,created,dataurl"
...
...
ligo/gracedb/test/test.py
View file @
3a464e82
...
...
@@ -370,7 +370,7 @@ class TestMain(TestGraceDb):
def
test_gittag
(
self
):
# try to make sure GIT_TAG is set properly.
import
errno
version
=
"1.2
6
"
version
=
"1.2
7
"
try
:
# If we are in the source dir (setup.py is available)
# make sure the version above agrees.
...
...
setup.py
View file @
3a464e82
...
...
@@ -19,7 +19,7 @@
import
os
from
setuptools
import
setup
,
find_packages
version
=
"1.2
6
"
version
=
"1.2
7
"
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