[neon/forks/pyqt5/Neon/release] debian: Update dependencies according to pyproject.toml.
Dmitry Shachnev
null at kde.org
Mon Sep 2 12:05:43 BST 2024
Git commit b19cbf3a5765bd9a0c747a6c3cdc8c94c20fcba5 by Dmitry Shachnev.
Committed on 21/07/2024 at 11:05.
Pushed by jriddell into branch 'Neon/release'.
Update dependencies according to pyproject.toml.
M +1 -0 debian/changelog
M +4 -4 debian/control
https://invent.kde.org/neon/forks/pyqt5/-/commit/b19cbf3a5765bd9a0c747a6c3cdc8c94c20fcba5
diff --git a/debian/changelog b/debian/changelog
index 1ffacd7d..e13a4075 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
pyqt5 (5.15.11+dfsg-1) UNRELEASED; urgency=medium
* New upstream release.
+ * Update dependencies according to pyproject.toml.
-- Dmitry Shachnev <mitya57 at debian.org> Sun, 21 Jul 2024 13:59:02 +0300
diff --git a/debian/control b/debian/control
index 653abc8d..de8cc0db 100644
--- a/debian/control
+++ b/debian/control
@@ -25,7 +25,7 @@ Build-Depends: debhelper-compat (= 13),
python3-all-dev (>= 3.3.2-5~),
python3-dbus,
python3-pyqtbuild (>= 1.14.1),
- python3-sipbuild (>= 6.7.6+dfsg-2~),
+ python3-sipbuild (>= 6.8.6),
qtbase5-dev (>= 5.15),
qtconnectivity5-dev [linux-any],
qtdeclarative5-dev,
@@ -33,8 +33,8 @@ Build-Depends: debhelper-compat (= 13),
qtmultimedia5-dev,
qtpositioning5-dev,
qttools5-dev,
- sip-tools (>= 6.7.6+dfsg-2~)
-Build-Depends-Indep: fdupes, python3-pyqt5.sip (>= 12.13)
+ sip-tools (>= 6.8.6)
+Build-Depends-Indep: fdupes, python3-pyqt5.sip (>= 12.15)
Standards-Version: 4.6.2
Homepage: https://riverbankcomputing.com/software/pyqt/intro
Vcs-Git: https://salsa.debian.org/python-team/packages/pyqt5.git
@@ -79,7 +79,7 @@ Description: Examples and demos for PyQt5
Package: python3-pyqt5
Architecture: any
Depends: python3-pyqt5.sip (<< 13),
- python3-pyqt5.sip (>= 12.13),
+ python3-pyqt5.sip (>= 12.15),
${misc:Depends},
${python3:Depends},
${shlibs:Depends}
More information about the Neon-commits
mailing list