[neon/extras/kdevelop-python/Neon/unstable] debian: py3.8 -> py3.9
Pino Toscano
null at kde.org
Wed Aug 17 12:20:24 BST 2022
Git commit 9c07e78cc6715e25aee53d0bff839e0936f04d7d by Pino Toscano.
Committed on 19/11/2020 at 18:58.
Pushed by jriddell into branch 'Neon/unstable'.
py3.8 -> py3.9
M +5 -0 debian/changelog
M +2 -2 debian/control
https://invent.kde.org/neon/extras/kdevelop-python/commit/9c07e78cc6715e25aee53d0bff839e0936f04d7d
diff --git a/debian/changelog b/debian/changelog
index b4afb26..8a24211 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,10 @@
kdevelop-python (5.6.0-2) UNRELEASED; urgency=medium
+ [ Pino Toscano ]
+ * Update the Python (build) dependencies according to the new default
+ version in Debian:
+ - switch the python3.8-dev build dependency to python3.9-dev
+ - switch the python3.8 dependency to python3.9
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Thu, 19 Nov 2020 19:56:46 +0100
diff --git a/debian/control b/debian/control
index c08c5ec..a6244f2 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,7 @@ Build-Depends: cmake (>= 3.0),
libkf5threadweaver-dev (>= 5.28.0),
kdevelop-dev (>= 4:5.6.0),
pkg-kde-tools (>= 0.15.16),
- python3.8-dev,
+ python3.9-dev,
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: https://www.kdevelop.org/
@@ -27,7 +27,7 @@ Vcs-Git: https://salsa.debian.org/qt-kde-team/extras/kdevelop-python.git
Package: kdevelop-python
Architecture: any
-Depends: python3.8,
+Depends: python3.9,
kdevelop-python-data (>= ${source:Version}),
${misc:Depends}, ${shlibs:Depends}
Recommends: kdevelop, pycodestyle, python3-autopep8
More information about the Neon-commits
mailing list