[SCM] kdevelop-python packaging branch, master, updated. debian/5.1.1-1
Pino Toscano
pino at moszumanska.debian.org
Thu Jul 6 10:24:45 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-std/kdevelop-python.git;a=commitdiff;h=0c8c8b5
The following commit has been merged in the master branch:
commit 0c8c8b5c1d7728abda3c7ad7d0b7feed8c37ba2f
Author: Pino Toscano <pino at debian.org>
Date: Sat Jul 1 13:46:19 2017 +0200
bump python to 3.6
---
debian/changelog | 4 ++++
debian/control | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 8a78412..d6068e5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,10 @@ kdevelop-python (5.1.1-0r1) UNRELEASED; urgency=medium
* New upstream release.
* Bump the kdevplatform-dev, kdevelop-dev, and kdevelop build & runtime
dependencies to 5.1.1.
+ * Update the Python (build) dependencies according to the new supported
+ version:
+ - switch the python3.5-dev build dependency to python3.6-dev
+ - switch the python3.5 dependency to python3.6
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Sat, 01 Jul 2017 13:42:15 +0200
diff --git a/debian/control b/debian/control
index d995b55..fa52ca5 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,7 @@ Build-Depends: cmake (>= 2.8.12),
kdevplatform-dev (>= 5.1.1),
kdevelop-dev (>= 4:5.1.1),
pkg-kde-tools (>= 0.15.16),
- python3.5-dev,
+ python3.6-dev,
Standards-Version: 3.9.8
Homepage: http://www.kdevelop.org/
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-kde/kde-std/kdevelop-python.git
@@ -25,7 +25,7 @@ Vcs-Git: https://anonscm.debian.org/git/pkg-kde/kde-std/kdevelop-python.git
Package: kdevelop-python
Architecture: any
-Depends: kdevelop (>= 4:5.1.1), python3.5,
+Depends: kdevelop (>= 4:5.1.1), python3.6,
kdevelop-python-data (>= ${source:Version}),
${misc:Depends}, ${shlibs:Depends}
Recommends: pycodestyle, python-autopep8
--
kdevelop-python packaging
More information about the pkg-kde-commits
mailing list