diff --git a/PKG-INFO b/PKG-INFO index 990f645..3299117 100644 --- a/PKG-INFO +++ b/PKG-INFO @@ -1,10 +1,10 @@ Metadata-Version: 1.0 Name: swh.loader.core -Version: 0.0.29 +Version: 0.0.30 Summary: Software Heritage Base Loader Home-page: https://forge.softwareheritage.org/diffusion/60/ 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 10868b0..3d3e988 100644 --- a/debian/control +++ b/debian/control @@ -1,22 +1,32 @@ Source: swh-loader-core Maintainer: Software Heritage developers Section: python Priority: optional Build-Depends: debhelper (>= 9), dh-python (>= 2), python3-all, python3-nose, + python3-retrying, python3-setuptools, python3-swh.core, python3-swh.model (>= 0.0.18~), - python3-swh.storage (>= 0.0.95~), - python3-retrying, + python3-swh.storage (>= 0.0.97~), python3-vcversioner Standards-Version: 3.9.6 Homepage: https://forge.softwareheritage.org/diffusion/60/ Package: python3-swh.loader.core Architecture: all -Depends: python3-swh.core, python3-swh.model (>= 0.0.18~), python3-swh.storage (>= 0.0.95~), - ${misc:Depends}, ${python3:Depends} +Depends: python3-swh.core, + python3-swh.model (>= 0.0.18~), + python3-swh.storage (>= 0.0.97~), + ${misc:Depends}, + ${python3:Depends} +Breaks: python3-swh.deposit.loader (<< 0.0.48~), + python3-swh.loader.debian (<< 0.0.9~), + python3-swh.loader.dir (<< 0.0.31~), + python3-swh.loader.git (<< 0.0.36~), + python3-swh.loader.mercurial (<< 0.0.3~), + python3-swh.loader.svn (<< 0.0.35~), + python3-swh.loader.tar (<< 0.0.33~) Description: Software Heritage Loader Core diff --git a/requirements-swh.txt b/requirements-swh.txt index ea65159..bc8c3e6 100644 --- a/requirements-swh.txt +++ b/requirements-swh.txt @@ -1,3 +1,3 @@ swh.core swh.model >= 0.0.18 -swh.storage >= 0.0.95 +swh.storage >= 0.0.97 diff --git a/swh.loader.core.egg-info/PKG-INFO b/swh.loader.core.egg-info/PKG-INFO index 990f645..3299117 100644 --- a/swh.loader.core.egg-info/PKG-INFO +++ b/swh.loader.core.egg-info/PKG-INFO @@ -1,10 +1,10 @@ Metadata-Version: 1.0 Name: swh.loader.core -Version: 0.0.29 +Version: 0.0.30 Summary: Software Heritage Base Loader Home-page: https://forge.softwareheritage.org/diffusion/60/ Author: Software Heritage developers Author-email: swh-devel@inria.fr License: UNKNOWN Description: UNKNOWN Platform: UNKNOWN diff --git a/swh.loader.core.egg-info/requires.txt b/swh.loader.core.egg-info/requires.txt index 330e7ce..618f36f 100644 --- a/swh.loader.core.egg-info/requires.txt +++ b/swh.loader.core.egg-info/requires.txt @@ -1,5 +1,5 @@ retrying swh.core swh.model>=0.0.18 -swh.storage>=0.0.95 +swh.storage>=0.0.97 vcversioner diff --git a/version.txt b/version.txt index 805a78e..f812c48 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -v0.0.29-0-g0b0c01e \ No newline at end of file +v0.0.30-0-g14fc6bc \ No newline at end of file