From 8c0433a18890fc26715e0b1158037cb84f0f30a9 Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Fri, 22 Jul 2022 09:13:55 +0000 Subject: [PATCH] Remove constraints unnecessary since buster * Build-Depends: Drop versioned constraint on python3-matplotlib, python3-numpy, python3-scipy and python3-six. * python3-galpy: Drop versioned constraint on python3-matplotlib, python3-numpy, python3-scipy and python3-six in Depends. Changes-By: deb-scrub-obsolete --- debian/changelog | 10 ++++++++++ debian/control | 16 ++++++++-------- 2 files changed, 18 insertions(+), 8 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0ac4411..537510f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +galpy (1.8.0-2) UNRELEASED; urgency=medium + + * Remove constraints unnecessary since buster: + + Build-Depends: Drop versioned constraint on python3-matplotlib, + python3-numpy, python3-scipy and python3-six. + + python3-galpy: Drop versioned constraint on python3-matplotlib, + python3-numpy, python3-scipy and python3-six in Depends. + + -- Debian Janitor Fri, 22 Jul 2022 09:13:54 -0000 + galpy (1.8.0-1) unstable; urgency=medium * New upstream release (1.8.0): diff --git a/debian/control b/debian/control index e8522bf..724001d 100644 --- a/debian/control +++ b/debian/control @@ -8,10 +8,10 @@ Build-Depends: debhelper-compat (= 13), pybuild-plugin-pyproject, python3-all, python3-setuptools, - python3-numpy (>= 1.7.0), - python3-six (>= 1.10.0), - python3-matplotlib (>= 1.5.2~rc2), - python3-scipy (>= 0.17.1), + python3-numpy, + python3-six, + python3-matplotlib, + python3-scipy, python3-nose, python3-tk, python3-future, @@ -27,10 +27,10 @@ Architecture: any Depends: ${python3:Depends}, ${misc:Depends}, ${shlibs:Depends}, - python3-numpy (>= 1.7), - python3-matplotlib (>= 1.5.2~rc2), - python3-scipy (>= 0.17.1), - python3-six (>= 1.10.0), + python3-numpy, + python3-matplotlib, + python3-scipy, + python3-six, python3-tk, python3-future, python3-distutils -- GitLab