diff --git a/PKG-INFO b/PKG-INFO index 8082da10..bf733ef5 100644 --- a/PKG-INFO +++ b/PKG-INFO @@ -1,10 +1,10 @@ Metadata-Version: 1.0 Name: swh.storage -Version: 0.0.6 +Version: 0.0.7 Summary: Software Heritage storage manager Home-page: https://forge.softwareheritage.org/diffusion/DSTO/ 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 ca68d0f9..2505ebbf 100644 --- a/debian/control +++ b/debian/control @@ -1,21 +1,21 @@ Source: swh-storage Maintainer: Software Heritage developers Section: python Priority: optional Build-Depends: debhelper (>= 9), dh-python, python3-all, - python3-flask, + python3-flask, python3-nose, python3-psycopg2, - python3-requests, + python3-requests, python3-setuptools, - python3-swh.core, + python3-swh.core (>= 0.0.6~), python3-vcversioner Standards-Version: 3.9.6 Homepage: https://forge.softwareheritage.org/diffusion/DCORE/ Package: python3-swh.storage Architecture: all -Depends: ${misc:Depends}, ${python3:Depends}, python3-swh.core (>= 0.0.5~) +Depends: python3-swh.core (>= 0.0.6~), ${misc:Depends}, ${python3:Depends} Description: Software Heritage storage utilities diff --git a/requirements.txt b/requirements.txt index 6f252f50..eb8a5be8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,11 +1,11 @@ psycopg2 vcversioner # remote storage API client requests # remote storage API server flask # Internal dependencies -swh.core >= 0.0.5 +swh.core >= 0.0.6 diff --git a/swh.storage.egg-info/PKG-INFO b/swh.storage.egg-info/PKG-INFO index 8082da10..bf733ef5 100644 --- a/swh.storage.egg-info/PKG-INFO +++ b/swh.storage.egg-info/PKG-INFO @@ -1,10 +1,10 @@ Metadata-Version: 1.0 Name: swh.storage -Version: 0.0.6 +Version: 0.0.7 Summary: Software Heritage storage manager Home-page: https://forge.softwareheritage.org/diffusion/DSTO/ Author: Software Heritage developers Author-email: swh-devel@inria.fr License: UNKNOWN Description: UNKNOWN Platform: UNKNOWN diff --git a/swh.storage.egg-info/requires.txt b/swh.storage.egg-info/requires.txt index 9b98b105..758a0f78 100644 --- a/swh.storage.egg-info/requires.txt +++ b/swh.storage.egg-info/requires.txt @@ -1,5 +1,5 @@ flask psycopg2 requests -swh.core>=0.0.5 +swh.core>=0.0.6 vcversioner diff --git a/version.txt b/version.txt index b24d1361..c29628fc 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -v0.0.6-0-ge424885 \ No newline at end of file +v0.0.7-0-gf88331c \ No newline at end of file