[Pkg-privacy-commits] [Git][pkg-privacy-team/onionshare][debian/sid] 2 commits: Remove cython build dependency.
Hefee (@hefee)
hefee at debian.org
Tue Oct 1 20:46:47 BST 2024
Hefee pushed to branch debian/sid at Privacy Maintainers / onionshare
Commits:
e9afc501 by Sandro Knauß at 2024-10-01T14:04:39+02:00
Remove cython build dependency.
Closes: 1071174
- - - - -
199ee04c by Sandro Knauß at 2024-10-01T21:45:20+02:00
release to unstable
- - - - -
3 changed files:
- debian/changelog
- + debian/patches/0005-Remove-cython-dependency.patch
- debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+onionshare (2.6.2-4) unstable; urgency=medium
+
+ * Remove cython build dependency. (Closes: 1071174)
+
+ -- Sandro Knauß <hefee at debian.org> Tue, 01 Oct 2024 21:45:01 +0200
+
onionshare (2.6.2-3) unstable; urgency=medium
* Switch B-D from QtPy to PySide6.
=====================================
debian/patches/0005-Remove-cython-dependency.patch
=====================================
@@ -0,0 +1,24 @@
+From: =?utf-8?q?Sandro_Knau=C3=9F?= <hefee at debian.org>
+Date: Tue, 1 Oct 2024 13:55:38 +0200
+Subject: Remove cython dependency
+
+In most cases there is no runtime dependency for a tool like cython,
+that is only used when building the package.
+
+Forwarded: not-needed
+---
+ cli/pyproject.toml | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/cli/pyproject.toml b/cli/pyproject.toml
+index fd7690f..3aebc81 100644
+--- a/cli/pyproject.toml
++++ b/cli/pyproject.toml
+@@ -38,7 +38,6 @@ packaging = "^23.1"
+ gevent = "^23.9.1"
+ wheel = "^0.41.2"
+ cffi = "^1.15.1"
+-cython = "^3.0.2"
+ qrcode = "^7.4.2"
+
+ [tool.poetry.dev-dependencies]
=====================================
debian/patches/series
=====================================
@@ -2,3 +2,4 @@
0002-add-pytest.ini-to-make-sure-pytest-can-find-all-test.patch
0003-Do-not-install-onionshare_cli-script.patch
0004-Fix-to-work-with-Python-3.12.patch
+0005-Remove-cython-dependency.patch
View it on GitLab: https://salsa.debian.org/pkg-privacy-team/onionshare/-/compare/128627bed754ca04edef5879d681def91adaed49...199ee04cce99d76043dfb60e32af5fdd6118866c
--
View it on GitLab: https://salsa.debian.org/pkg-privacy-team/onionshare/-/compare/128627bed754ca04edef5879d681def91adaed49...199ee04cce99d76043dfb60e32af5fdd6118866c
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-privacy-commits/attachments/20241001/9a05730e/attachment-0001.htm>
More information about the Pkg-privacy-commits
mailing list