diff --git a/PKG-INFO b/PKG-INFO index 9be94187738e0df69f692d56510a6647e8f4aef2..8273a4b2ff58333501fa2c56e8d65ba1a3d3315d 100644 --- a/PKG-INFO +++ b/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: swh.deposit -Version: 0.0.16 +Version: 0.0.17 Summary: Software Heritage Deposit Server Home-page: https://forge.softwareheritage.org/source/swh-deposit/ Author: Software Heritage developers diff --git a/swh.deposit.egg-info/PKG-INFO b/swh.deposit.egg-info/PKG-INFO index 9be94187738e0df69f692d56510a6647e8f4aef2..8273a4b2ff58333501fa2c56e8d65ba1a3d3315d 100644 --- a/swh.deposit.egg-info/PKG-INFO +++ b/swh.deposit.egg-info/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: swh.deposit -Version: 0.0.16 +Version: 0.0.17 Summary: Software Heritage Deposit Server Home-page: https://forge.softwareheritage.org/source/swh-deposit/ Author: Software Heritage developers diff --git a/swh.deposit.egg-info/SOURCES.txt b/swh.deposit.egg-info/SOURCES.txt index 81e8155bf01062274230a2435d7366ddb991942c..825b485e58cba0141e1a476b015ddb7b2b375f8d 100644 --- a/swh.deposit.egg-info/SOURCES.txt +++ b/swh.deposit.egg-info/SOURCES.txt @@ -57,6 +57,7 @@ swh/deposit/models.py swh/deposit/parsers.py swh/deposit/urls.py swh/deposit/wsgi.py +swh/deposit/api/__init__.py swh/deposit/api/common.py swh/deposit/api/deposit.py swh/deposit/api/deposit_content.py @@ -64,6 +65,7 @@ swh/deposit/api/deposit_status.py swh/deposit/api/deposit_update.py swh/deposit/api/service_document.py swh/deposit/api/urls.py +swh/deposit/api/private/__init__.py swh/deposit/api/private/deposit_read.py swh/deposit/api/private/deposit_update_status.py swh/deposit/fixtures/__init__.py @@ -77,6 +79,7 @@ swh/deposit/migrations/0003_temporaryarchive.py swh/deposit/migrations/__init__.py swh/deposit/scheduler/__init__.py swh/deposit/scheduler/cli.py +swh/deposit/service/__init__.py swh/deposit/service/clean_temporary_directory.py swh/deposit/settings/__init__.py swh/deposit/settings/common.py diff --git a/swh/deposit/api/__init__.py b/swh/deposit/api/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/swh/deposit/api/private/__init__.py b/swh/deposit/api/private/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/swh/deposit/service/__init__.py b/swh/deposit/service/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/version.txt b/version.txt index 9a51d8fc7d8ed9a11c5c7c0e0d853a11abb5eead..1bde336fee33028e29733b9184f9bf274f970302 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -v0.0.16-0-g889d219 \ No newline at end of file +v0.0.17-0-gb6a8f02 \ No newline at end of file