Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Versioned Depends: python3-pipdeptree (>= 0.13.1)
· 8fe10be7
Andreas Tille
authored
Dec 18, 2018
8fe10be7
Add missing Recommends and Test-Depends
· a37a0178
Andreas Tille
authored
Dec 18, 2018
a37a0178
Upload to unstable
· b76ba0bd
Andreas Tille
authored
Dec 18, 2018
b76ba0bd
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
b76ba0bd
python-cobra (0.14.1-1)
UNRELEASED
; urgency=medium
python-cobra (0.14.1-1)
unstable
; urgency=medium
* Team upload.
* New upstream version
* Versioned Depends: python3-pipdeptree (>= 0.13.1)
(see https://github.com/opencobra/cobrapy/issues/780)
Closes: #916706
* Add missing Recommends and Test-Depends
-- Andreas Tille <tille@debian.org> Tue, 18 Dec 2018 0
8:18:36
+0100
-- Andreas Tille <tille@debian.org> Tue, 18 Dec 2018 0
9:42:44
+0100
python-cobra (0.13.4-2) unstable; urgency=medium
...
...
debian/control
View file @
b76ba0bd
...
...
@@ -17,7 +17,7 @@ Build-Depends: debhelper (>= 11~),
python3-ruamel.yaml,
python3-pandas (>= 0.17.0),
python3-pip,
python3-pipdeptree,
python3-pipdeptree
(>= 0.13.1)
,
python3-requests,
python3-swiglpk,
python3-tabulate,
...
...
@@ -37,6 +37,12 @@ Depends: ${shlibs:Depends},
${misc:Depends},
${python3:Depends},
python-cobra-data (= ${source:Version})
Recommends: python3-numpy,
python3-ruamel.yaml,
python3-pandas (>= 0.17.0),
python3-simplejson,
python3-swiglpk,
python3-tabulate,
Suggests: python3-matplotlib,
qsopt-ex
Description: constraint-based modeling of biological networks with Python 3
...
...
debian/tests/control.autodep8
View file @
b76ba0bd
...
...
@@ -7,6 +7,7 @@ Depends:
python3-pytest,
python3-pytest-benchmark,
python3-jsonschema,
python3-simplejson,
# See the comment for the corresponding section in the python2 test above.
python3-scipy,
python3-numpy,
...
...