Skip to content
Snippets Groups Projects
Commit e5cc1bd4 authored by Jenkins for Software Heritage's avatar Jenkins for Software Heritage
Browse files

Update upstream source from tag 'debian/upstream/1.3.3'

Update to upstream version '1.3.3'
with Debian dir 21401a46d54a7627001d7181b2fe69cb4c2b58ad
parents 2c83cd97 48014807
No related branches found
No related tags found
No related merge requests found
Metadata-Version: 2.1
Name: swh.deposit
Version: 1.3.2
Version: 1.3.3
Summary: Software Heritage Deposit Server
Home-page: https://forge.softwareheritage.org/source/swh-deposit/
Author: Software Heritage developers
......@@ -42,6 +42,7 @@ Requires-Dist: djangorestframework; extra == "testing"
Requires-Dist: psycopg2; extra == "testing"
Requires-Dist: setuptools; extra == "testing"
Requires-Dist: xmlschema; extra == "testing"
Requires-Dist: pymemcache; extra == "testing"
Requires-Dist: swh.core[http]>=0.4; extra == "testing"
Requires-Dist: swh.loader.core>=0.0.71; extra == "testing"
Requires-Dist: swh.scheduler>=0.7.0; extra == "testing"
......@@ -54,6 +55,7 @@ Requires-Dist: djangorestframework; extra == "server"
Requires-Dist: psycopg2; extra == "server"
Requires-Dist: setuptools; extra == "server"
Requires-Dist: xmlschema; extra == "server"
Requires-Dist: pymemcache; extra == "server"
Requires-Dist: swh.core[http]>=0.4; extra == "server"
Requires-Dist: swh.loader.core>=0.0.71; extra == "server"
Requires-Dist: swh.scheduler>=0.7.0; extra == "server"
......
......@@ -3,3 +3,5 @@ djangorestframework
psycopg2
setuptools
xmlschema
pymemcache
Metadata-Version: 2.1
Name: swh.deposit
Version: 1.3.2
Version: 1.3.3
Summary: Software Heritage Deposit Server
Home-page: https://forge.softwareheritage.org/source/swh-deposit/
Author: Software Heritage developers
......@@ -42,6 +42,7 @@ Requires-Dist: djangorestframework; extra == "testing"
Requires-Dist: psycopg2; extra == "testing"
Requires-Dist: setuptools; extra == "testing"
Requires-Dist: xmlschema; extra == "testing"
Requires-Dist: pymemcache; extra == "testing"
Requires-Dist: swh.core[http]>=0.4; extra == "testing"
Requires-Dist: swh.loader.core>=0.0.71; extra == "testing"
Requires-Dist: swh.scheduler>=0.7.0; extra == "testing"
......@@ -54,6 +55,7 @@ Requires-Dist: djangorestframework; extra == "server"
Requires-Dist: psycopg2; extra == "server"
Requires-Dist: setuptools; extra == "server"
Requires-Dist: xmlschema; extra == "server"
Requires-Dist: pymemcache; extra == "server"
Requires-Dist: swh.core[http]>=0.4; extra == "server"
Requires-Dist: swh.loader.core>=0.0.71; extra == "server"
Requires-Dist: swh.scheduler>=0.7.0; extra == "server"
......
......@@ -11,6 +11,7 @@ djangorestframework
psycopg2
setuptools
xmlschema
pymemcache
swh.core[http]>=0.4
swh.loader.core>=0.0.71
swh.scheduler>=0.7.0
......@@ -36,6 +37,7 @@ djangorestframework
psycopg2
setuptools
xmlschema
pymemcache
swh.core[http]>=0.4
swh.loader.core>=0.0.71
swh.scheduler>=0.7.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment