[med-svn] [Git][med-team/python-cobra][master] 5 commits: New upstream version 0.18.1

Andreas Tille gitlab at salsa.debian.org
Sat Aug 8 11:32:14 BST 2020



Andreas Tille pushed to branch master at Debian Med / python-cobra


Commits:
40bd9413 by Andreas Tille at 2020-08-08T12:04:12+02:00
New upstream version 0.18.1
- - - - -
bc5734c4 by Andreas Tille at 2020-08-08T12:04:12+02:00
routine-update: New upstream version

- - - - -
ed747f5c by Andreas Tille at 2020-08-08T12:04:25+02:00
Update upstream source from tag 'upstream/0.18.1'

Update to upstream version '0.18.1'
with Debian dir 99ab652ac6a1c60f0128a4a9e7e7629546c7f5f6
- - - - -
54cb2fa3 by Andreas Tille at 2020-08-08T12:04:25+02:00
routine-update: debhelper-compat 13

- - - - -
039159bf by Andreas Tille at 2020-08-08T12:08:28+02:00
routine-update: Ready to upload to unstable

- - - - -


7 changed files:

- cobra/__init__.py
- cobra/io/sbml.py
- debian/changelog
- debian/control
- + release-notes/0.18.1.md
- setup.cfg
- setup.py


Changes:

=====================================
cobra/__init__.py
=====================================
@@ -41,4 +41,4 @@ from cobra import io
 from cobra import sampling
 from cobra.util import show_versions
 
-__version__ = "0.18.0"
+__version__ = "0.18.1"


=====================================
cobra/io/sbml.py
=====================================
@@ -1003,9 +1003,9 @@ def _model_to_sbml(cobra_model, f_replace=None, units=True):
     _create_parameter(model, pid=ZERO_BOUND_ID,
                       value=0, sbo=SBO_DEFAULT_FLUX_BOUND)
     _create_parameter(model, pid=BOUND_MINUS_INF,
-                      value=-float("Inf"), sbo=SBO_FLUX_BOUND)
+                      value=-float("Inf"), sbo=SBO_DEFAULT_FLUX_BOUND)
     _create_parameter(model, pid=BOUND_PLUS_INF,
-                      value=float("Inf"), sbo=SBO_FLUX_BOUND)
+                      value=float("Inf"), sbo=SBO_DEFAULT_FLUX_BOUND)
 
     # Compartments
     # FIXME: use first class compartment model (and write notes & annotations)


=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+python-cobra (0.18.1-1) unstable; urgency=medium
+
+  * Team upload.
+  * New upstream version
+  * debhelper-compat 13 (routine-update)
+
+ -- Andreas Tille <tille at debian.org>  Sat, 08 Aug 2020 12:04:31 +0200
+
 python-cobra (0.18.0-3) unstable; urgency=medium
 
   * Team upload


=====================================
debian/control
=====================================
@@ -4,7 +4,7 @@ Uploaders: Afif Elghraoui <afif at debian.org>
 Section: python
 Testsuite: autopkgtest-pkg-python
 Priority: optional
-Build-Depends: debhelper-compat (= 12),
+Build-Depends: debhelper-compat (= 13),
                dh-python,
                libglpk-dev,
                python3-all,


=====================================
release-notes/0.18.1.md
=====================================
@@ -0,0 +1,10 @@
+# Release notes for cobrapy 0.18.1
+
+## Fixes
+
+* Use the correct SBO term for unbounded (infinite bounds) reactions.
+
+## Other
+
+* Pin dependency on python-libsbml-experimental 5.18.1.
+


=====================================
setup.cfg
=====================================
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 0.18.0
+current_version = 0.18.1
 commit = True
 tag = True
 parse = (?P<major>\d+)


=====================================
setup.py
=====================================
@@ -38,7 +38,7 @@ except IOError:
 if __name__ == "__main__":
     setup(
         name="cobra",
-        version="0.18.0",
+        version="0.18.1",
         packages=find_packages(),
         setup_requires=setup_requirements,
         install_requires=[
@@ -50,7 +50,7 @@ if __name__ == "__main__":
             "pandas>=0.17.0",
             "optlang>=1.4.2",
             "depinfo",
-            "python-libsbml-experimental==5.18.0",
+            "python-libsbml-experimental==5.18.1",
         ],
         tests_require=[
             "jsonschema > 2.5",



View it on GitLab: https://salsa.debian.org/med-team/python-cobra/-/compare/f1dd79eccff072fb101161db0a4f3d903f896b81...039159bf7e0da9cc97fa7e146b1911db2f3f1097

-- 
View it on GitLab: https://salsa.debian.org/med-team/python-cobra/-/compare/f1dd79eccff072fb101161db0a4f3d903f896b81...039159bf7e0da9cc97fa7e146b1911db2f3f1097
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20200808/50b8effe/attachment-0001.html>


More information about the debian-med-commit mailing list