Skip to content
Snippets Groups Projects
Commit b446d415 authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

New upstream version 0.0.34

parents 795e2ab3 3445c639
No related branches found
Tags debian/upstream/0.0.34
No related merge requests found
Metadata-Version: 2.1
Name: swh.deposit
Version: 0.0.33
Version: 0.0.34
Summary: Software Heritage Deposit Server
Home-page: https://forge.softwareheritage.org/source/swh-deposit/
Author: Software Heritage developers
......
......@@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 9),
python3-django-nose,
python3-vcversioner,
python3-swh.core (>= 0.0.14~),
python3-swh.loader.core (>= 0.0.25~),
python3-swh.loader.core (>= 0.0.26~),
python3-swh.loader.tar (>= 0.0.31~),
python3-swh.scheduler (>= 0.0.19~),
python3-django,
......@@ -34,7 +34,7 @@ Package: python3-swh.deposit.loader
Conflict: python3-swh.deposit.injection
Architecture: all
Depends: python3-swh.core (>= 0.0.14~),
python3-swh.loader.core (>= 0.0.25~),
python3-swh.loader.core (>= 0.0.26~),
python3-swh.loader.tar (>= 0.0.31~),
python3-swh.scheduler (>= 0.0.19~),
python3-requests,
......
swh.core >= 0.0.14
swh.loader.tar >= 0.0.31
swh.loader.core >= 0.0.25
swh.loader.core >= 0.0.26
swh.scheduler >= 0.0.19
Metadata-Version: 2.1
Name: swh.deposit
Version: 0.0.33
Version: 0.0.34
Summary: Software Heritage Deposit Server
Home-page: https://forge.softwareheritage.org/source/swh-deposit/
Author: Software Heritage developers
......
......@@ -3,7 +3,7 @@ click
djangorestframework
djangorestframework-xml
swh.core>=0.0.14
swh.loader.core>=0.0.25
swh.loader.core>=0.0.26
swh.loader.tar>=0.0.31
swh.scheduler>=0.0.19
vcversioner
......
......@@ -21,7 +21,7 @@ class DepositClient(SWHConfig):
"""
CONFIG_BASE_FILENAME = 'deposit/client'
DEFAULT_CONFIG = {
'url': ('str', 'http://localhost:8000'),
'url': ('str', 'http://localhost:5006'),
'auth': ('dict', {}) # with optional 'username'/'password' keys
}
......
v0.0.33-0-gef1d0ba
\ No newline at end of file
v0.0.34-0-g3445c63
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment