diff --git a/PKG-INFO b/PKG-INFO index 33420a6..3395300 100644 --- a/PKG-INFO +++ b/PKG-INFO @@ -1,10 +1,10 @@ Metadata-Version: 1.0 Name: swh.journal -Version: 0.0.2 +Version: 0.0.3 Summary: Software Heritage Journal utilities Home-page: https://forge.softwareheritage.org/diffusion/DJNL/ 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 fbd1d59..35ee23f 100644 --- a/debian/control +++ b/debian/control @@ -1,19 +1,20 @@ Source: swh-journal Maintainer: Software Heritage developers Section: python Priority: optional Build-Depends: debhelper (>= 9), dh-python, python3-all, + python3-kafka, python3-nose, python3-setuptools, python3-swh.core, python3-swh.storage, python3-vcversioner Standards-Version: 3.9.6 Homepage: https://forge.softwareheritage.org/diffusion/DJNL/ Package: python3-swh.journal Architecture: all Depends: ${misc:Depends}, ${python3:Depends} Description: Software Heritage Journal utilities diff --git a/requirements-swh.txt b/requirements-swh.txt index e69de29..0fbb7a2 100644 --- a/requirements-swh.txt +++ b/requirements-swh.txt @@ -0,0 +1,2 @@ +swh.core +swh.storage diff --git a/requirements.txt b/requirements.txt index c197192..3b46e89 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,6 @@ # Add here external Python modules dependencies, one per line. Module names # should match https://pypi.python.org/pypi names. For the full spec or # dependency lines, see https://pip.readthedocs.org/en/1.1/requirements.html +kafka-python +msgpack-python vcversioner -kafka diff --git a/swh.journal.egg-info/PKG-INFO b/swh.journal.egg-info/PKG-INFO index 33420a6..3395300 100644 --- a/swh.journal.egg-info/PKG-INFO +++ b/swh.journal.egg-info/PKG-INFO @@ -1,10 +1,10 @@ Metadata-Version: 1.0 Name: swh.journal -Version: 0.0.2 +Version: 0.0.3 Summary: Software Heritage Journal utilities Home-page: https://forge.softwareheritage.org/diffusion/DJNL/ Author: Software Heritage developers Author-email: swh-devel@inria.fr License: UNKNOWN Description: UNKNOWN Platform: UNKNOWN diff --git a/swh.journal.egg-info/requires.txt b/swh.journal.egg-info/requires.txt index a08feb1..9699f50 100644 --- a/swh.journal.egg-info/requires.txt +++ b/swh.journal.egg-info/requires.txt @@ -1,2 +1,5 @@ -kafka +kafka-python +msgpack-python +swh.core +swh.storage vcversioner diff --git a/version.txt b/version.txt index b53c18c..4ad6117 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -v0.0.2-0-g1312c34 \ No newline at end of file +v0.0.3-0-g1358fa4 \ No newline at end of file