Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
swh-deposit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Antoine R. Dumont
swh-deposit
Commits
7ecef54a
Verified
Commit
7ecef54a
authored
7 years ago
by
Antoine R. Dumont
Browse files
Options
Downloads
Patches
Plain Diff
d/control: Adapt to latest dependency on loader-core and storage
Related T871
parent
dbcea995
No related branches found
Branches containing commit
Tags
v0.0.18
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/control
+2
-2
2 additions, 2 deletions
debian/control
requirements-swh.txt
+1
-1
1 addition, 1 deletion
requirements-swh.txt
swh/deposit/api/private/deposit_read.py
+3
-3
3 additions, 3 deletions
swh/deposit/api/private/deposit_read.py
with
6 additions
and
6 deletions
debian/control
+
2
−
2
View file @
7ecef54a
...
...
@@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 9),
python3-django-nose,
python3-vcversioner,
python3-swh.core (>= 0.0.36~),
python3-swh.loader.core (>= 0.0.2
6
~),
python3-swh.loader.core (>= 0.0.2
7
~),
python3-swh.loader.tar (>= 0.0.32~),
python3-swh.scheduler (>= 0.0.19~),
python3-django,
...
...
@@ -33,7 +33,7 @@ Package: python3-swh.deposit.loader
Conflict: python3-swh.deposit.injection
Architecture: all
Depends: python3-swh.core (>= 0.0.36~),
python3-swh.loader.core (>= 0.0.2
6
~),
python3-swh.loader.core (>= 0.0.2
7
~),
python3-swh.loader.tar (>= 0.0.32~),
python3-swh.scheduler (>= 0.0.19~),
python3-requests,
...
...
This diff is collapsed.
Click to expand it.
requirements-swh.txt
+
1
−
1
View file @
7ecef54a
swh.core >= 0.0.36
swh.loader.tar >= 0.0.32
swh.loader.core >= 0.0.2
6
swh.loader.core >= 0.0.2
7
swh.scheduler >= 0.0.19
This diff is collapsed.
Click to expand it.
swh/deposit/api/private/deposit_read.py
+
3
−
3
View file @
7ecef54a
...
...
@@ -128,9 +128,9 @@ class SWHDepositReadMetadata(SWHGetDepositAPI, SWHPrivateAPIView):
'
metadata
'
:
{}
}),
'
tool
'
:
(
'
dict
'
,
{
'
tool_
name
'
:
'
swh-deposit
'
,
'
tool_
version
'
:
'
0.0.1
'
,
'
tool_
configuration
'
:
{
'
name
'
:
'
swh-deposit
'
,
'
version
'
:
'
0.0.1
'
,
'
configuration
'
:
{
'
sword_version
'
:
'
2
'
}
})
...
...
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