Package: python-skbio
Version: 0.4.0-1
Severity: normal
Tags: patch

Packages that are only built for the default python3 version become
temporarily uninstallable when the default version changes.  We can do
transitions much more smoothly if the package is built for all supported
versions.

Please see the attached patch.  We are almost finished with the transition
that adds python3.5 as a supported python3 version and hope to switch the
default python3 from python3.4 to python3.5 soon.  If you could upload this
soonish, it would aid making the switch smoother.

Thanks,

Scott K
diff -Nru python-skbio-0.4.0/debian/changelog python-skbio-0.4.0/debian/changelog
--- python-skbio-0.4.0/debian/changelog	2015-08-03 15:33:01.000000000 -0400
+++ python-skbio-0.4.0/debian/changelog	2015-10-13 01:21:28.000000000 -0400
@@ -1,3 +1,10 @@
+python-skbio (0.4.0-2) UNRELEASED; urgency=medium
+
+  * Update python related build-depends so python3-skbio is built for all
+    supported python3 versions to ease transitions
+
+ -- Scott Kitterman <sc...@kitterman.com>  Tue, 13 Oct 2015 01:20:31 -0400
+
 python-skbio (0.4.0-1) unstable; urgency=medium
 
   * Initial upload to Debian (Closes: #794021)
diff -Nru python-skbio-0.4.0/debian/control python-skbio-0.4.0/debian/control
--- python-skbio-0.4.0/debian/control	2015-08-03 15:33:01.000000000 -0400
+++ python-skbio-0.4.0/debian/control	2015-10-13 01:22:39.000000000 -0400
@@ -6,11 +6,9 @@
 Section: python
 Priority: optional
 Build-Depends: debhelper (>= 9),
-               python-all (>= 2.7),
-               python3,
                dh-python,
-               python-dev,
-               python3-dev,
+               python-all-dev (>= 2.7),
+               python3-all-dev,
                python-setuptools,
                python3-setuptools,
                python-numpy (>= 1:1.9.2),

Reply via email to