Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Antoni Ramos-Buades
glue
Commits
dfd36d5e
Commit
dfd36d5e
authored
Sep 11, 2020
by
Ryan Fisher
Browse files
Test release for packaging update.
parent
7c3ad057
Changes
3
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
dfd36d5e
lscsoft-glue (2.1.0-1) unstable; urgency=low
* 2.1.0 deprecation update
-- ryan fisher <ryan.fisher@ligo.org> Fri, 11 Sep 2020 14:47:00 -0500
lscsoft-glue (2.0.0-1) unstable; urgency=low
* 2.0.0 version update with many changes and removal of segments subpackage
...
...
etc/glue.spec
View file @
dfd36d5e
Name: glue
Summary: The Grid LSC User Environment
Version: 2.
0
.0
Version: 2.
1
.0
Release: 3%{?dist}
Packager: Duncan Macleod <duncan.macleod@ligo.org>
...
...
@@ -164,6 +164,9 @@ rm -rf $RPM_BUILD_ROOT
# -- changelog --------------
%changelog
* Fri Sep 11 2020 Ryan Fisher <ryan.fisher@ligo.org> 2.1.0-1
- Test release with deprecations.
* Fri Dec 6 2019 Duncan Macleod <duncan.macleod@ligo.org> 2.0.0-3
- Rename packages according to EPEL naming conventions
...
...
setup.py
View file @
dfd36d5e
...
...
@@ -15,7 +15,7 @@ from distutils import log
from
misc
import
generate_vcs_info
as
gvcsi
ver
=
"2.
0
.0"
ver
=
"2.
1
.0"
# get long description from README
with
open
(
'README.md'
,
'rb'
)
as
f
:
...
...
@@ -110,7 +110,7 @@ setup(
name
=
"lscsoft-glue"
,
version
=
ver
,
author
=
"Duncan Brown"
,
author_email
=
"dbrown@ligo.
caltech.edu
"
,
author_email
=
"dbrown@ligo.
org
"
,
description
=
"Grid LSC User Engine"
,
long_description
=
longdesc
,
long_description_content_type
=
'text/markdown'
,
...
...
Write
Preview
Supports
Markdown
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