diff --git a/debian/control b/debian/control index a5050a9..612a95a 100644 --- a/debian/control +++ b/debian/control @@ -1,30 +1,31 @@ Source: swh-loader-svn Maintainer: Software Heritage developers Section: python Priority: optional Build-Depends: debhelper (>= 9), dh-python, python3-all, python3-nose, python3-setuptools, - python3-swh.core (>= 0.0.18), + python3-swh.core (>= 0.0.19), python3-swh.storage, - python3-swh.model (>= 0.0.4), + python3-swh.model (>= 0.0.5), python3-swh.scheduler (>= 0.0.6), python3-swh.loader.vcs, python3-svn, python3-retrying, python3-click, python3-vcversioner Standards-Version: 3.9.6 Homepage: https://forge.softwareheritage.org/diffusion/DLDSVN/ Package: python3-swh.loader.svn Architecture: all Depends: python3-swh.storage, - python3-swh.model (>= 0.0.4), + python3-swh.core (>= 0.0.19), + python3-swh.model (>= 0.0.5), python3-swh.scheduler (>= 0.0.6), python3-swh.loader.vcs, ${misc:Depends}, ${python3:Depends} Description: Software Heritage Loader Svn Module in charge of loading svn repositories into swh storage. diff --git a/requirements.txt b/requirements.txt index 4da1978..dac428c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,11 +1,11 @@ # Add here external Python modules dependencies, one per line. Module names # should match https://pypi.python.org/pypi names. For the full spec or # dependency lines, see https://pip.readthedocs.org/en/1.1/requirements.html vcversioner -swh.core >= 0.0.18 -swh.model >= 0.0.4 +swh.core >= 0.0.19 +swh.model >= 0.0.5 swh.scheduler >= 0.0.6 swh.loader.vcs click retrying pysvn