[med-svn] [Git][med-team/galaxy-lib][upstream] New upstream version 19.5.2
Andreas Tille
gitlab at salsa.debian.org
Mon Feb 24 20:14:54 GMT 2020
Andreas Tille pushed to branch upstream at Debian Med / galaxy-lib
Commits:
4828bdea by Andreas Tille at 2019-11-19T13:37:38+01:00
New upstream version 19.5.2
- - - - -
5 changed files:
- HISTORY.rst
- docs/galaxy.web.rst
- − docs/galaxy.web.stack.rst
- galaxy/__init__.py
- galaxy/tools/deps/conda_util.py
Changes:
=====================================
HISTORY.rst
=====================================
@@ -5,6 +5,12 @@ History
.. to_doc
+---------------------
+19.5.2.dev0
+---------------------
+
+
+
---------------------
19.5.1 (2019-03-03)
---------------------
=====================================
docs/galaxy.web.rst
=====================================
@@ -1,13 +1,6 @@
galaxy\.web package
===================
-Subpackages
------------
-
-.. toctree::
-
- galaxy.web.stack
-
Module contents
---------------
=====================================
docs/galaxy.web.stack.rst deleted
=====================================
@@ -1,10 +0,0 @@
-galaxy\.web\.stack package
-==========================
-
-Module contents
----------------
-
-.. automodule:: galaxy.web.stack
- :members:
- :undoc-members:
- :show-inheritance:
=====================================
galaxy/__init__.py
=====================================
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
-__version__ = '19.5.1'
+__version__ = '19.5.2.dev0'
PROJECT_NAME = "galaxy-lib"
PROJECT_OWNER = PROJECT_USERAME = "galaxyproject"
=====================================
galaxy/tools/deps/conda_util.py
=====================================
@@ -42,12 +42,9 @@ USE_LOCAL_DEFAULT = False
def conda_link():
if IS_OS_X:
- url = "https://repo.continuum.io/miniconda/Miniconda3-4.3.31-MacOSX-x86_64.sh"
+ url = "https://repo.continuum.io/miniconda/Miniconda3-4.6.14-MacOSX-x86_64.sh"
else:
- if sys.maxsize > 2**32:
- url = "https://repo.continuum.io/miniconda/Miniconda3-4.3.31-Linux-x86_64.sh"
- else:
- url = "https://repo.continuum.io/miniconda/Miniconda3-4.3.31-Linux-x86.sh"
+ url = "https://repo.continuum.io/miniconda/Miniconda3-4.6.14-Linux-x86_64.sh"
return url
View it on GitLab: https://salsa.debian.org/med-team/galaxy-lib/-/commit/4828bdea6375bcbcf12a0a7fe55b6cb919e90b3a
--
View it on GitLab: https://salsa.debian.org/med-team/galaxy-lib/-/commit/4828bdea6375bcbcf12a0a7fe55b6cb919e90b3a
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/20200224/60a1c66d/attachment-0001.html>
More information about the debian-med-commit
mailing list