1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303
|
python-cobra (0.21.0-1) unstable; urgency=high
* Team upload.
* New upstream version
Closes: #978032
* Standards-Version: 4.5.1 (routine-update)
* No tab in license text (routine-update)
* watch file standard 4 (routine-update)
* Build-Depends: python3-appdirs, python3-httpx, python3-pydantic,
python3-rich
* Versioned Build-Depends: python3-swiglpk (>= 4.65.1)
-- Andreas Tille <tille@debian.org> Tue, 09 Feb 2021 08:43:16 +0100
python-cobra (0.19.0-1) unstable; urgency=medium
[ Andreas Tille ]
* Team upload.
* New upstream version
* importlib_resources is not packaged for Debian thus ignore the test that
needs this module
* pytest.mark.skip did not worked that way. :-(
* Really exclude tests requiring importlib_resources
[ Nilesh Patra ]
* Do not use python3-all (Closes: #972812)
- sbml only builds its python extension for the default python
* xfail test_show_versions which xpass during autopkgtest
* Adapt data location with new version
* Rename overrides
-- Nilesh Patra <npatra974@gmail.com> Thu, 05 Nov 2020 22:12:34 +0530
python-cobra (0.18.1-2) unstable; urgency=medium
* Exclude s390x from list of architectures since one test of the test
suite fails on this architecture and there are no resources to track
this down.
Closes: #961224
-- Andreas Tille <tille@debian.org> Sat, 08 Aug 2020 14:59:14 +0200
python-cobra (0.18.1-1) unstable; urgency=medium
* Team upload.
* New upstream version
* debhelper-compat 13 (routine-update)
-- Andreas Tille <tille@debian.org> Sat, 08 Aug 2020 12:04:31 +0200
python-cobra (0.18.0-3) unstable; urgency=medium
* Team upload
* Use strong Depends instead of Recommends for several dependent modules
Closes: #958538
-- Andreas Tille <tille@debian.org> Tue, 12 May 2020 08:20:18 +0200
python-cobra (0.18.0-2) unstable; urgency=medium
* Add missing Dependency from python3-sbml5
Closes: #958538
-- Andreas Tille <tille@debian.org> Sun, 10 May 2020 21:04:49 +0200
python-cobra (0.18.0-1) unstable; urgency=medium
* Team upload.
* Drop outdated TODO
* debhelper-compat 12
* Standards-Version: 4.5.0 (routine-update)
* python3-sbml is now python2-sbml5
* d/control:
- Build-Depends: python3-matplotlib
Closes: #955656
- Use nocheck
* Add salsa-ci file (routine-update)
* Rules-Requires-Root: no (routine-update)
* debian/copyright: use spaces rather than tabs to start continuation
lines.
* Use secure URI in Homepage field.
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
* debian/tests/control: s/ADTTMP/AUTOPKGTEST_TMP/
-- Andreas Tille <tille@debian.org> Mon, 20 Apr 2020 19:11:22 +0200
python-cobra (0.14.2-2) unstable; urgency=medium
* Team upload.
* Set correct exit return for autopkgtest
Closes: #912586
* Remove unused or redundant test dependencies
-- Liubov Chuprikova <chuprikovalv@gmail.com> Sat, 16 Feb 2019 20:08:53 +0100
python-cobra (0.14.2-1) unstable; urgency=medium
* Team upload.
* Do not install __pycache__
* debhelper 12
* Standards-Version: 4.3.0
* rename debian/tests/control.autodep8 to debian/tests/control
* Enable python3-sbml
* Build-/Test-Depends: python3-simplejson
-- Andreas Tille <tille@debian.org> Mon, 04 Feb 2019 15:12:37 +0100
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 09:42:44 +0100
python-cobra (0.13.4-2) unstable; urgency=medium
[ Matthias Klose ]
* Team upload
* Add python3-pytest-benchmark to the autopkg test dependencies.
Closes: #912574
[ Andreas Tille ]
* Secure URI in copyright format
* Remove trailing whitespace in debian/changelog
-- Andreas Tille <tille@debian.org> Thu, 01 Nov 2018 14:00:10 +0100
python-cobra (0.13.4-1) unstable; urgency=medium
* Team upload.
[ Afif Elghraoui ]
* New upstream version
Closes: #904709
* Update dependencies
* Refresh patch
* Drop obsolete patch
[ Andreas Tille ]
* Standards-Version: 4.2.1
* Point Vcs-fields to Salsa
* debhelper 11
* cme fix dpkg-control
* Build-Depends: python*-requests, python*-pip
* Drop failing test TestCobraFluxSampling.test_fixed_seed
* Rename debian/tests/control to control.autodep8
* Testsuite: autopkgtest-pkg-python
* Drop Python2 package since it has no reverse dependencies
(as well as autopkgtest of Python2 version)
* Build-Depends: python3-depinfo, python3-pipdeptree
* Drop failing test: test_show_versions (needs further investigation
with upstream)
* Silence lintian about wrong Python version of data file
-- Andreas Tille <tille@debian.org> Wed, 17 Oct 2018 21:31:48 +0200
python-cobra (0.5.9-1) unstable; urgency=medium
* New upstream release
* Refresh patch
-- Afif Elghraoui <afif@debian.org> Wed, 25 Jan 2017 01:22:48 -0800
python-cobra (0.5.6-1) unstable; urgency=medium
* Imported Upstream version 0.5.6
* Update packaging to accommodate change in test suite framework
- include a workaround for #846045 (in pytest-benchmark) to be able
to run tests without pytest-benchmark available.
* d/tests/Makefile: update test script to accommodate return code change
-- Afif Elghraoui <afif@debian.org> Tue, 29 Nov 2016 03:12:24 -0800
python-cobra (0.5.4-1) unstable; urgency=medium
* Imported Upstream version 0.5.4
* Update upstream contact
-- Afif Elghraoui <afif@debian.org> Mon, 07 Nov 2016 20:51:23 -0800
python-cobra (0.5.2-1) unstable; urgency=medium
* Drop patch applied upstream
* Imported Upstream version 0.5.2
* Update docs installation
* Remove unused lintian overrides
-- Afif Elghraoui <afif@debian.org> Fri, 21 Oct 2016 22:57:41 -0700
python-cobra (0.4.2~b1-1) unstable; urgency=medium
* Imported Upstream version 0.4.2~b1
* Refresh patches
* Use Make to drive autopkgtests and document some rationale
* Clean up d/control and d/rules
* Include jsonschema and pandas to run additional CI tests
-- Afif Elghraoui <afif@debian.org> Sun, 17 Jul 2016 16:43:42 -0700
python-cobra (0.4.1-2) unstable; urgency=medium
* Team upload.
* Make build reproducible.
- Ensure stable ordering for required dependencies.
* Bump Standards-Version.
-- Sascha Steinbiss <sascha@steinbiss.name> Wed, 01 Jun 2016 14:47:03 +0000
python-cobra (0.4.1-1) unstable; urgency=medium
* Imported Upstream version 0.4.1
* Refreshed patch
-- Afif Elghraoui <afif@debian.org> Thu, 24 Mar 2016 20:31:39 -0700
python-cobra (0.4.0+0-1) unstable; urgency=medium
* Imported Upstream version 0.4.0
* Add uversionmangle to d/watch
* Use encrypted protocols for VCS URLs
-- Afif Elghraoui <afif@ghraoui.name> Tue, 08 Mar 2016 22:04:56 -0800
python-cobra (0.4.0b7-1) unstable; urgency=medium
* Imported Upstream version 0.4.0b7
* Update standards version
* Run additional tests at build-time
* Clean up and fix autopkgtest
-- Afif Elghraoui <afif@ghraoui.name> Sat, 20 Feb 2016 01:05:24 -0800
python-cobra (0.4.0b6-1) unstable; urgency=medium
* Run autopkgtests from outside the source tree
* Imported Upstream version 0.4.0b6
-- Afif Elghraoui <afif@ghraoui.name> Mon, 21 Dec 2015 21:29:51 -0800
python-cobra (0.4.0b4-1) unstable; urgency=medium
* Imported Upstream version 0.4.0b4
-- Afif Elghraoui <afif@ghraoui.name> Sun, 13 Sep 2015 02:15:32 -0700
python-cobra (0.4.0b3-1) unstable; urgency=medium
* Imported Upstream version 0.4.0b3
* Removed patch that was applied upstream
* Adjusted autopkgtest commands
* Refreshed quilt patch
-- Afif Elghraoui <afif@ghraoui.name> Fri, 28 Aug 2015 22:27:50 -0700
python-cobra (0.4.0b2-1) unstable; urgency=medium
* Adjust package relationships as requested by upstream
* Imported Upstream version 0.4.0b2 (Closes: 794978)
* Require matching version of the data package
* Configured autopkgtests
* Allowed tests to run without python-jsonschema
* Added lintian overrides for python-cobra-data
-- Afif Elghraoui <afif@ghraoui.name> Tue, 04 Aug 2015 18:52:51 -0700
python-cobra (0.4.0b1-2) unstable; urgency=medium
* Add more recommended packages in d/control
* Add suggestion of jython for python-cobra
* Really remove jython files from python3-package.
Thanks to Aaron Ucko for the bug report (Closes: 792058)
-- Afif Elghraoui <afif@ghraoui.name> Fri, 10 Jul 2015 18:35:52 -0700
python-cobra (0.4.0b1-1) unstable; urgency=medium
* Update watch file to pick up alpha and beta releases
* Imported Upstream version 0.4.0b1
* Remove obsolete patches
* Remove copyright statements for files removed upstream
* Update d/copyright to reflect new upstream dual-licensing and correct
gpl3 mistake
* Refine dh_install overrides to exclude jython code from python3 package
* Add build-dependencies on python(3)-six
* Disable building of documentation until Sphinx 1.3 is available
-- Afif Elghraoui <afif@ghraoui.name> Thu, 09 July 2015 18:12:36 -0700
python-cobra (0.3.2-1) unstable; urgency=medium
* Initial release (Closes: #788224)
* Add patches to improve Python3 compatibility
* Specify copyright for the externally-contributed modules
* Exclude cobra/test/data/update_pickles.py
* Create package for data and documentation
* Use packaged versions of javascript libraries where available
-- Afif Elghraoui <afif@ghraoui.name> Tue, 09 Jun 2015 06:20:48 -0700
|