diff --git a/debian/control b/debian/control index e4e9fe5..b14b7c8 100644 --- a/debian/control +++ b/debian/control @@ -1,29 +1,29 @@ 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.19~), - python3-swh.storage (>= 0.0.50~), + python3-swh.storage (>= 0.0.76~), python3-swh.model (>= 0.0.11~), python3-swh.scheduler (>= 0.0.7~), - python3-swh.loader.core (>= 0.0.11~), + python3-swh.loader.core (>= 0.0.12~), python3-subvertpy (>= 0.9.4~), python3-dateutil, 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.core (>= 0.0.19~), python3-swh.storage (>= 0.0.50~), python3-swh.model (>= 0.0.11~), - python3-swh.scheduler (>= 0.0.7~), python3-swh.loader.core (>= 0.0.11~), +Depends: python3-swh.core (>= 0.0.19~), python3-swh.storage (>= 0.0.76~), python3-swh.model (>= 0.0.11~), + python3-swh.scheduler (>= 0.0.7~), python3-swh.loader.core (>= 0.0.12~), subversion, pigz, ${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 a71b76f..a8a3fca 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,13 +1,13 @@ # 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.19 -swh.storage >= 0.0.50 +swh.storage >= 0.0.76 swh.model >= 0.0.11 swh.scheduler >= 0.0.7 -swh.loader.core >= 0.0.11 +swh.loader.core >= 0.0.12 click retrying python-dateutil subvertpy >= 0.9.4