Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Ryan Fisher
lvalert
Commits
2af7bb3f
Commit
2af7bb3f
authored
Oct 03, 2018
by
Alexander Pace
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
packaging for 1.5.4
parent
7b4bdb88
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
12 additions
and
5 deletions
+12
-5
debian/changelog
debian/changelog
+7
-0
ligo-lvalert.spec
ligo-lvalert.spec
+2
-2
ligo/lvalert/version.py
ligo/lvalert/version.py
+1
-1
setup.cfg
setup.cfg
+1
-1
setup.py
setup.py
+1
-1
No files found.
debian/changelog
View file @
2af7bb3f
ligo-lvalert (1.5.4) unstable; urgency=medium
* Fixed malformed xml stanzas in publish routine
* Packaging fixe for debian, rpm, and conda
-- Alexander Pace <alexander.pace@ligo.org> Wed, 03 Oct 2018 20:56:01 -0400
ligo-lvalert (1.5.3) unstable; urgency=medium
* Fixed namespscae
...
...
ligo-lvalert.spec
View file @
2af7bb3f
%define name ligo-lvalert
%define version 1.5.
3
%define unmangled_version 1.5.
3
%define version 1.5.
4
%define unmangled_version 1.5.
4
%define release 1
Summary: LVAlert Client Tools
...
...
ligo/lvalert/version.py
View file @
2af7bb3f
__version__
=
'1.5.
3
'
__version__
=
'1.5.
4
'
setup.cfg
View file @
2af7bb3f
...
...
@@ -7,7 +7,7 @@ universal=1
[metadata]
name = ligo-lvalert
version = 1.5.
3
version = 1.5.
4
license = GPL-2+
license_file = COPYING
author = Alexander Pace, Leo Singer, Tanner Prestegard, Branson Stephens, Patrick Brady
...
...
setup.py
View file @
2af7bb3f
...
...
@@ -21,7 +21,7 @@ import os
from
setuptools
import
setup
,
find_packages
version
=
"1.5.
3
"
version
=
"1.5.
4
"
setup
(
name
=
"ligo-lvalert"
,
...
...
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