diff --git a/PKG-INFO b/PKG-INFO index eb6b26fa..89536499 100644 --- a/PKG-INFO +++ b/PKG-INFO @@ -1,10 +1,10 @@ Metadata-Version: 1.0 Name: swh.deposit -Version: 0.0.57 +Version: 0.0.58 Summary: Software Heritage Deposit Server Home-page: https://forge.softwareheritage.org/source/swh-deposit/ 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 381b7e14..aeb529bc 100644 --- a/debian/control +++ b/debian/control @@ -1,55 +1,55 @@ Source: swh-deposit Maintainer: Software Heritage developers Section: python Priority: optional Build-Depends: debhelper (>= 9), dh-python (>= 2), python3-setuptools, python3-all, python3-nose, python3-django-nose, python3-vcversioner, python3-swh.core (>= 0.0.36~), - python3-swh.model (>= 0.0.25~), + python3-swh.model (>= 0.0.26~), python3-swh.loader.core (>= 0.0.32~), python3-swh.loader.tar (>= 0.0.35~), python3-swh.scheduler (>= 0.0.26~), python3-django, python3-click, python3-vcversioner, python3-djangorestframework, python3-requests, python3-xmltodict, patool Standards-Version: 3.9.6 Homepage: https://forge.softwareheritage.org/source/swh-deposit/ Package: python3-swh.deposit Architecture: all Depends: python3-swh.core (>= 0.0.36~), - python3-swh.model (>= 0.0.25~), + python3-swh.model (>= 0.0.26~), python3-swh.scheduler (>= 0.0.26~), patool, ${misc:Depends}, ${python3:Depends} Description: Software Heritage Deposit Server Package: python3-swh.deposit.client Architecture: all Depends: python3-swh.core (>= 0.0.36~), - python3-swh.model (>= 0.0.25~), + python3-swh.model (>= 0.0.26~), python3-requests, python3-xmltodict, ${misc:Depends}, ${python3:Depends} Description: Software Heritage Deposit Api Client Package: python3-swh.deposit.loader Conflict: python3-swh.deposit.injection Architecture: all Depends: python3-swh.deposit.client (= ${binary:Version}), python3-swh.core (>= 0.0.36~), - python3-swh.model (>= 0.0.25~), + python3-swh.model (>= 0.0.26~), python3-swh.loader.core (>= 0.0.32~), python3-swh.loader.tar (>= 0.0.35~), python3-swh.scheduler (>= 0.0.26~), ${misc:Depends}, ${python3:Depends} Description: Software Heritage Deposit Loader diff --git a/requirements-swh.txt b/requirements-swh.txt index 29ec1fa7..5dde0cd2 100644 --- a/requirements-swh.txt +++ b/requirements-swh.txt @@ -1,5 +1,5 @@ swh.core >= 0.0.36 swh.loader.tar >= 0.0.35 swh.loader.core >= 0.0.32 swh.scheduler >= 0.0.26 -swh.model >= 0.0.25 +swh.model >= 0.0.26 diff --git a/swh.deposit.egg-info/PKG-INFO b/swh.deposit.egg-info/PKG-INFO index eb6b26fa..89536499 100644 --- a/swh.deposit.egg-info/PKG-INFO +++ b/swh.deposit.egg-info/PKG-INFO @@ -1,10 +1,10 @@ Metadata-Version: 1.0 Name: swh.deposit -Version: 0.0.57 +Version: 0.0.58 Summary: Software Heritage Deposit Server Home-page: https://forge.softwareheritage.org/source/swh-deposit/ Author: Software Heritage developers Author-email: swh-devel@inria.fr License: UNKNOWN Description: UNKNOWN Platform: UNKNOWN diff --git a/swh.deposit.egg-info/requires.txt b/swh.deposit.egg-info/requires.txt index 7f689b4e..fcdfc32c 100644 --- a/swh.deposit.egg-info/requires.txt +++ b/swh.deposit.egg-info/requires.txt @@ -1,10 +1,10 @@ Django click djangorestframework swh.core>=0.0.36 swh.loader.core>=0.0.32 swh.loader.tar>=0.0.35 -swh.model>=0.0.25 +swh.model>=0.0.26 swh.scheduler>=0.0.26 vcversioner xmltodict diff --git a/version.txt b/version.txt index 37513ea7..e54d1d4c 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -v0.0.57-0-g2c4c484 \ No newline at end of file +v0.0.58-0-gf264ef1 \ No newline at end of file