Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Poor Mans DiskCache
Manage
Activity
Members
Labels
Plan
Issues
1
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IGWN Computing and Software
GWDataFind
Poor Mans DiskCache
Commits
3b41318a
Commit
3b41318a
authored
2 years ago
by
Duncan Macleod
Browse files
Options
Downloads
Plain Diff
Merge branch 'finalise-1.1.0' into 'main'
Finalise release: 1.1.0 See merge request
!22
parents
4a492f27
2911f4a8
Branches
main
Tags
1.1.0
1 merge request
!22
Finalise release: 1.1.0
Pipeline
#401889
passed with stages
in 11 minutes and 26 seconds
Changes
4
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
debian/changelog
+3
-2
3 additions, 2 deletions
debian/changelog
pmdc.py
+1
-1
1 addition, 1 deletion
pmdc.py
python-pmdc.spec
+5
-3
5 additions, 3 deletions
python-pmdc.spec
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
10 additions
and
7 deletions
debian/changelog
+
3
−
2
View file @
3b41318a
python-pmdc (1.
0.3-2) UNRELEASED
; urgency=low
python-pmdc (1.
1.0-1) unstable
; urgency=low
* update to 1.1.0
* move to Python 3 only
-- Duncan Macleod <duncan.macleod@ligo.org>
Mon, 28 Ma
r 2022 1
0:17
:00 +0100
-- Duncan Macleod <duncan.macleod@ligo.org>
Tue, 26 Ap
r 2022 1
5:51
:00 +0100
python-pmdc (1.0.3-1) unstable; urgency=low
...
...
This diff is collapsed.
Click to expand it.
pmdc.py
+
1
−
1
View file @
3b41318a
...
...
@@ -24,7 +24,7 @@ from os.path import abspath, dirname, exists, join as os_path_join, getmtime
from
sys
import
argv
,
exit
,
stdout
,
stderr
__version__
=
'
1.
0.3
'
__version__
=
'
1.
1.0
'
__author__
=
"
Jeffery Kline
"
__license__
=
"
GPL-3.0-or-later
"
__email__
=
"
jeffery.kline@gmail.com
"
...
...
This diff is collapsed.
Click to expand it.
python-pmdc.spec
+
5
−
3
View file @
3b41318a
%define srcname pmdc
%define version 1.
0.3
%define release
2
%define version 1.
1.0
%define release
1
Name: python-%{srcname}
Version: %{version}
...
...
@@ -69,8 +69,10 @@ This package provides the command-line interfaces
# -- changelog
%changelog
* Mon Mar 28 2022 Duncan Macleod <duncan.macleod@ligo.org> - 1.0.3-2
* Thu Apr 26 2022 Duncan Macleod <duncan.macleod@ligo.org> - 1.1.0-1
- update to 1.1.0
- move to Python 3 only
- use wheels to build/install
* Mon Mar 28 2022 Duncan Macleod <duncan.macleod@ligo.org> - 1.0.3-1
- first cut at RHEL packaging
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
3b41318a
...
...
@@ -25,7 +25,7 @@ setup(name="python-pmdc",
version
=
find_version
(
"
pmdc.py
"
),
author
=
"
Jeff Kline
"
,
author_email
=
"
ldr@ligo.org
"
,
license
=
"
GPL
v3
"
,
license
=
"
GPL
-3.0-or-later
"
,
py_modules
=
[
"
pmdc
"
],
setup_requires
=
[
"
setuptools
"
],
entry_points
=
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment