diff --git a/PKG-INFO b/PKG-INFO index 6a7ace5..37fe6f6 100644 --- a/PKG-INFO +++ b/PKG-INFO @@ -1,10 +1,10 @@ Metadata-Version: 1.0 Name: swh.loader.tar -Version: 0.0.19 +Version: 0.0.20 Summary: Software Heritage Tarball Loader Home-page: https://forge.softwareheritage.org/diffusion/DLDTAR Author: Software Heritage developers Author-email: swh-devel@inria.fr License: UNKNOWN Description: UNKNOWN Platform: UNKNOWN diff --git a/debian/control b/debian/control index 1da000a..fd13d3b 100644 --- a/debian/control +++ b/debian/control @@ -1,23 +1,23 @@ Source: swh-loader-tar 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.14~), python3-swh.scheduler, python3-swh.storage (>= 0.0.31~), - python3-swh.loader.dir (>= 0.0.19~), - python3-swh.loader.core (>= 0.0.9~), + python3-swh.loader.dir (>= 0.0.21~), + python3-swh.loader.core (>= 0.0.10~), python3-vcversioner Standards-Version: 3.9.6 Homepage: https://forge.softwareheritage.org/diffusion/DLDTAR/ Package: python3-swh.loader.tar Architecture: all Depends: ${misc:Depends}, ${python3:Depends} Description: Software Heritage Tarball Loader diff --git a/requirements.txt b/requirements.txt index 054d7c3..f45e2c0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,10 @@ # 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.14 swh.scheduler swh.storage >= 0.0.31 -swh.loader.dir >= 0.0.19 -swh.loader.core >= 0.0.9 +swh.loader.dir >= 0.0.21 +swh.loader.core >= 0.0.10 retrying diff --git a/swh.loader.tar.egg-info/PKG-INFO b/swh.loader.tar.egg-info/PKG-INFO index 6a7ace5..37fe6f6 100644 --- a/swh.loader.tar.egg-info/PKG-INFO +++ b/swh.loader.tar.egg-info/PKG-INFO @@ -1,10 +1,10 @@ Metadata-Version: 1.0 Name: swh.loader.tar -Version: 0.0.19 +Version: 0.0.20 Summary: Software Heritage Tarball Loader Home-page: https://forge.softwareheritage.org/diffusion/DLDTAR Author: Software Heritage developers Author-email: swh-devel@inria.fr License: UNKNOWN Description: UNKNOWN Platform: UNKNOWN diff --git a/swh.loader.tar.egg-info/requires.txt b/swh.loader.tar.egg-info/requires.txt index 6f24bf3..f8992da 100644 --- a/swh.loader.tar.egg-info/requires.txt +++ b/swh.loader.tar.egg-info/requires.txt @@ -1,7 +1,7 @@ retrying swh.core>=0.0.14 -swh.loader.core>=0.0.9 -swh.loader.dir>=0.0.19 +swh.loader.core>=0.0.10 +swh.loader.dir>=0.0.21 swh.scheduler swh.storage>=0.0.31 vcversioner diff --git a/version.txt b/version.txt index c15ccd7..58f39a6 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -v0.0.19-0-g48e41a4 \ No newline at end of file +v0.0.20-0-ge777e55 \ No newline at end of file