diff --git a/PKG-INFO b/PKG-INFO index 5e31a18..c8230c8 100644 --- a/PKG-INFO +++ b/PKG-INFO @@ -1,10 +1,10 @@ Metadata-Version: 1.0 Name: swh.objstorage -Version: 0.0.5 +Version: 0.0.6 Summary: Software Heritage Object Storage Home-page: https://forge.softwareheritage.org/diffusion/DOBJS 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 00afcfc..5264bc1 100644 --- a/debian/control +++ b/debian/control @@ -1,28 +1,29 @@ Source: swh-objstorage Maintainer: Software Heritage developers Section: python Priority: optional Build-Depends: debhelper (>= 9), dh-python, python3-all, python3-flask, python3-nose, python3-requests, python3-setuptools, python3-swh.core (>= 0.0.20~), + python3-swh.storage.archiver (>= 0.0.52~), python3-click, python3-vcversioner Standards-Version: 3.9.6 Homepage: https://forge.softwareheritage.org/diffusion/DOBJS/ Package: python3-swh.objstorage Architecture: all Depends: python3-swh.core (>= 0.0.20~), ${misc:Depends}, ${python3:Depends} Description: Software Heritage Object Storage Package: python3-swh.objstorage.checker Architecture: all -Depends: python3-swh.objstorage (= ${binary:Version}), python3-swh.core (>= 0.0.20~), +Depends: python3-swh.objstorage (= ${binary:Version}), python3-swh.core (>= 0.0.20~), python3-swh.storage.archiver (>= 0.0.52~), ${misc:Depends}, ${python3:Depends} Description: Software Heritage Object Storage Checker diff --git a/requirements.txt b/requirements.txt index 5f4e8ef..f31c469 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,15 +1,15 @@ # 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 # remote storage API client requests # remote storage API server flask # Internal dependencies swh.core >= 0.0.20 -# swh.storage.archiver >= 0.0.52 +swh.storage.archiver >= 0.0.52 click diff --git a/swh.objstorage.egg-info/PKG-INFO b/swh.objstorage.egg-info/PKG-INFO index 5e31a18..c8230c8 100644 --- a/swh.objstorage.egg-info/PKG-INFO +++ b/swh.objstorage.egg-info/PKG-INFO @@ -1,10 +1,10 @@ Metadata-Version: 1.0 Name: swh.objstorage -Version: 0.0.5 +Version: 0.0.6 Summary: Software Heritage Object Storage Home-page: https://forge.softwareheritage.org/diffusion/DOBJS Author: Software Heritage developers Author-email: swh-devel@inria.fr License: UNKNOWN Description: UNKNOWN Platform: UNKNOWN diff --git a/swh.objstorage.egg-info/requires.txt b/swh.objstorage.egg-info/requires.txt index 1c3ff02..921badb 100644 --- a/swh.objstorage.egg-info/requires.txt +++ b/swh.objstorage.egg-info/requires.txt @@ -1,5 +1,6 @@ click flask requests swh.core>=0.0.20 +swh.storage.archiver>=0.0.52 vcversioner diff --git a/version.txt b/version.txt index f7b0a7f..e5c183b 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -v0.0.5-0-gdd9280b \ No newline at end of file +v0.0.6-0-gf3d4573 \ No newline at end of file