diff --git a/PKG-INFO b/PKG-INFO index af00b46..39ddf44 100644 --- a/PKG-INFO +++ b/PKG-INFO @@ -1,10 +1,10 @@ Metadata-Version: 1.0 Name: swh.objstorage -Version: 0.0.9 +Version: 0.0.10 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 b97b2ba..242fd04 100644 --- a/debian/control +++ b/debian/control @@ -1,37 +1,38 @@ 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-libcloud, + python3-azure-storage, 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.storage.archiver (>= 0.0.52~), ${misc:Depends}, ${python3:Depends} Description: Software Heritage Object Storage Checker Package: python3-swh.objstorage.cloud Architecture: all -Depends: python3-swh.objstorage (= ${binary:Version}), python3-libcloud, +Depends: python3-swh.objstorage (= ${binary:Version}), python3-libcloud, python3-azure-storage, ${misc:Depends}, ${python3:Depends} Breaks: python3-swh.objstorage (<= 0.0.7~) Description: Software Heritage Cloud Object Storage diff --git a/requirements.txt b/requirements.txt index 4df4188..445c20b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,17 +1,18 @@ # 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 click apache-libcloud +azure-storage diff --git a/swh.objstorage.egg-info/PKG-INFO b/swh.objstorage.egg-info/PKG-INFO index af00b46..39ddf44 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.9 +Version: 0.0.10 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 5b39dd3..1dfaca2 100644 --- a/swh.objstorage.egg-info/requires.txt +++ b/swh.objstorage.egg-info/requires.txt @@ -1,7 +1,8 @@ apache-libcloud +azure-storage click flask requests swh.core>=0.0.20 swh.storage.archiver>=0.0.52 vcversioner diff --git a/version.txt b/version.txt index 21d39d7..a697ec8 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -v0.0.9-0-g87c85be \ No newline at end of file +v0.0.10-0-g22b7a3f \ No newline at end of file