Philipp Hörist pushed to branch omemo_integration at gajim / gajim


Commits:
34993203 by Philipp Hörist at 2022-10-19T19:53:24+02:00
chore: Update dependencies

- - - - -


5 changed files:

- README.md
- debian/control
- flatpak/org.gajim.Gajim.Devel.yaml
- flatpak/org.gajim.Gajim.yaml
- setup.cfg


Changes:

=====================================
README.md
=====================================
@@ -12,6 +12,8 @@ ### Runtime Requirements
 - [keyring](https://pypi.org/project/keyring/)
 - [precis_i18n](https://pypi.org/project/precis-i18n/)
 - [packaging](https://pypi.org/project/packaging/)
+- [qrcode](https://pypi.org/project/qrcode/) (>=7.3.1)
+- [python-axolotl](https://pypi.org/project/python-axolotl/) (>=0.2.3)
 - [Pillow](https://pypi.org/project/Pillow/)
 - [setuptools](https://pypi.org/project/setuptools/)
 - [Gtk3](https://gitlab.com/gnome/gtk) (>=3.24.30)


=====================================
debian/control
=====================================
@@ -41,6 +41,8 @@ Depends:
     python3-pil,
     python3-setuptools,
     python3-css-parser,
+    python3-qrcode (>=7.3.1),
+    python3-axolotl (>=0.2.3),
     gir1.2-pango-1.0 (>= 1.50.0),
     gir1.2-gtk-3.0 (>= 3.24.30),
     gir1.2-gtksource-4,


=====================================
flatpak/org.gajim.Gajim.Devel.yaml
=====================================
@@ -348,3 +348,40 @@ modules:
           - mv 
gajim/data/icons/hicolor/scalable/apps/org.gajim.Gajim{.Devel,}.svg
     post-install:
       - install -d /app/plugins
+
+  # OMEMO dependenies
+  - name: protobuf
+    buildsystem: simple
+    build-commands:
+      - pip3 install --no-deps protobuf-4.21.1-py3-none-any.whl
+    sources:
+      - type: file
+        url: 
https://files.pythonhosted.org/packages/py3/p/protobuf/protobuf-4.21.1-py3-none-any.whl
+        sha256: 
79cd8d0a269b714f6b32641f86928c718e8d234466919b3f552bfb069dbb159b
+
+  - name: python3-axolotl-curve25519
+    buildsystem: simple
+    build-commands:
+      - pip3 install .
+    sources:
+      - type: archive
+        url: 
https://files.pythonhosted.org/packages/source/p/python-axolotl-curve25519/python-axolotl-curve25519-0.4.1.post2.tar.gz
+        sha256: 
0705a66297ebd2f508a60dc94e22881c754301eb81db93963322f6b3bdcb63a3
+
+  - name: python3-axolotl
+    buildsystem: simple
+    build-commands:
+      - pip3 install --no-deps python_axolotl-0.2.3-py3-none-any.whl
+    sources:
+      - type: file
+        url: 
https://files.pythonhosted.org/packages/0f/b3/4a0b0e664435691bba36fac6e366cece506d002294c293bd3dcb40c2b2ba/python_axolotl-0.2.3-py3-none-any.whl
+        sha256: 
6a22acbf646c3b736ea1a4663ab5c52687fce6612e92ae6a7fe63803c212fb9e
+
+  - name: python3-qrcode
+    buildsystem: simple
+    build-commands:
+      - pip3 install .
+    sources:
+      - type: archive
+        url: 
https://files.pythonhosted.org/packages/source/q/qrcode/qrcode-7.3.1.tar.gz
+        sha256: 
375a6ff240ca9bd41adc070428b5dfc1dcfbb0f2507f1ac848f6cded38956578
\ No newline at end of file


=====================================
flatpak/org.gajim.Gajim.yaml
=====================================
@@ -335,3 +335,40 @@ modules:
         path: app-overrides.json
     post-install:
       - install -d /app/plugins
+
+  # OMEMO dependenies
+  - name: protobuf
+    buildsystem: simple
+    build-commands:
+      - pip3 install --no-deps protobuf-4.21.1-py3-none-any.whl
+    sources:
+      - type: file
+        url: 
https://files.pythonhosted.org/packages/py3/p/protobuf/protobuf-4.21.1-py3-none-any.whl
+        sha256: 
79cd8d0a269b714f6b32641f86928c718e8d234466919b3f552bfb069dbb159b
+
+  - name: python3-axolotl-curve25519
+    buildsystem: simple
+    build-commands:
+      - pip3 install .
+    sources:
+      - type: archive
+        url: 
https://files.pythonhosted.org/packages/source/p/python-axolotl-curve25519/python-axolotl-curve25519-0.4.1.post2.tar.gz
+        sha256: 
0705a66297ebd2f508a60dc94e22881c754301eb81db93963322f6b3bdcb63a3
+
+  - name: python3-axolotl
+    buildsystem: simple
+    build-commands:
+      - pip3 install --no-deps python_axolotl-0.2.3-py3-none-any.whl
+    sources:
+      - type: file
+        url: 
https://files.pythonhosted.org/packages/0f/b3/4a0b0e664435691bba36fac6e366cece506d002294c293bd3dcb40c2b2ba/python_axolotl-0.2.3-py3-none-any.whl
+        sha256: 
6a22acbf646c3b736ea1a4663ab5c52687fce6612e92ae6a7fe63803c212fb9e
+
+  - name: python3-qrcode
+    buildsystem: simple
+    build-commands:
+      - pip3 install .
+    sources:
+      - type: archive
+        url: 
https://files.pythonhosted.org/packages/source/q/qrcode/qrcode-7.3.1.tar.gz
+        sha256: 
375a6ff240ca9bd41adc070428b5dfc1dcfbb0f2507f1ac848f6cded38956578
\ No newline at end of file


=====================================
setup.cfg
=====================================
@@ -45,6 +45,8 @@ install_requires =
     precis-i18n>=1.0.0
     pyOpenSSL>=16.2
     pycairo>=1.16.0
+    qrcode>=7.3.1
+    python-axolotl>=0.2.3
 
 [options.package_data]
 gajim =



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/3499320389ac24658046afa14469bd8570fed0c2

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/3499320389ac24658046afa14469bd8570fed0c2
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to