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
lscsoft
glue
Commits
a1e5109f
Commit
a1e5109f
authored
Feb 20, 2019
by
Ryan Fisher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Setting up packaging files for 2.0.0 release
parent
d825b1f9
Pipeline
#169379
failed with stages
in 25 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
4 deletions
+13
-4
debian/changelog
debian/changelog
+8
-2
etc/glue.spec
etc/glue.spec
+4
-1
setup.py
setup.py
+1
-1
No files found.
debian/changelog
View file @
a1e5109f
lscsoft-glue (2.0.0-1) unstable; urgency=low
* 2.0.0 version update with many changes and removal of segments subpackage
-- ryan fisher <ryan.fisher@ligo.org> Wed, 20 Feb 2019 17:42:00 -0500
lscsoft-glue (1.59.2-1) unstable; urgency=low
*
J
un 2018 1.59.2 removing old
M2C
rypto import hiding in
LDBDWC
lient.py
*
j
un 2018 1.59.2 removing old
m2c
rypto import hiding in
ldbdwc
lient.py
--
R
yan
F
isher <ryan.fisher@ligo.org> Tue, 19 Jun 2018 12:19:00 -0500
--
r
yan
f
isher <ryan.fisher@ligo.org> Tue, 19 Jun 2018 12:19:00 -0500
lscsoft-glue (1.59.1-1) unstable; urgency=low
...
...
etc/glue.spec
View file @
a1e5109f
Name: glue
Summary: The Grid LSC User Environment
Version:
1.59.2
Version:
2.0.0
Release: 1%{?dist}
License: GPLv2+
Group: Development/Libraries
...
...
@@ -147,6 +147,9 @@ rm -rf $RPM_BUILD_ROOT
%{python3_sitearch}/glue/__pycache__/git_version.cpython-%{python3_version_nodots}.pyc
%changelog
* Wed Feb 20 2019 Ryan Fisher <rpfisher@syr.edu>
- Major version update with many changes and removal of segments subpackage.
* Tue Jun 19 2018 Ryan Fisher <rpfisher@syr.edu>
- 1.59.2 removing old M2Crypto import hiding in LDBDWClient.py.
...
...
setup.py
View file @
a1e5109f
...
...
@@ -15,7 +15,7 @@ from distutils import log
from
misc
import
generate_vcs_info
as
gvcsi
ver
=
"
1.59.2
"
ver
=
"
2.0.0
"
# get long description from README
with
open
(
'README.md'
,
'rb'
)
as
f
:
...
...
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