[med-svn] [Git][med-team/galaxy-lib][master] 8 commits: New upstream version

Andreas Tille gitlab at salsa.debian.org
Mon Feb 24 20:14:53 GMT 2020



Andreas Tille pushed to branch master at Debian Med / galaxy-lib


Commits:
d09b1f76 by Andreas Tille at 2019-11-19T13:37:37+01:00
New upstream version

- - - - -
4828bdea by Andreas Tille at 2019-11-19T13:37:38+01:00
New upstream version 19.5.2
- - - - -
eb162da9 by Andreas Tille at 2019-11-19T13:37:40+01:00
Update upstream source from tag 'upstream/19.5.2'

Update to upstream version '19.5.2'
with Debian dir 4e0360f78b69b0af56cd923ae62da172ecb15a58
- - - - -
8717191b by Andreas Tille at 2019-11-19T13:37:40+01:00
debhelper-compat 12

- - - - -
59430ba4 by Andreas Tille at 2019-11-19T13:37:42+01:00
Standards-Version: 4.4.1

- - - - -
f723d5ff by Andreas Tille at 2019-11-19T13:37:45+01:00
Set upstream metadata fields: Repository.

Fixes lintian: upstream-metadata-file-is-missing
See https://lintian.debian.org/tags/upstream-metadata-file-is-missing.html for more details.

- - - - -
2e607b34 by Andreas Tille at 2019-11-19T13:37:46+01:00
Remove unnecessary Built-Using on python3-galaxy-lib

Fixes lintian: missing-built-using-field-for-golang-package
See https://lintian.debian.org/tags/missing-built-using-field-for-golang-package.html for more details.

- - - - -
2c5e2289 by Andreas Tille at 2019-11-19T13:50:23+01:00
Cleanup changelog

- - - - -


9 changed files:

- HISTORY.rst
- debian/changelog
- − debian/compat
- debian/control
- + debian/upstream/metadata
- 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)
 ---------------------


=====================================
debian/changelog
=====================================
@@ -1,5 +1,5 @@
-galaxy-lib (19.5.1-1) UNRELEASED; urgency=medium
+galaxy-lib (19.5.2-1) UNRELEASED; urgency=medium
 
   * Initial Debianization (Closes: #890061).
 
- -- Michael R. Crusoe <michael.crusoe at gmail.com>  Sun, 10 Mar 2019 07:37:49 +0100
+ -- Andreas Tille <tille at debian.org>  Tue, 19 Nov 2019 13:37:46 +0100


=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-12


=====================================
debian/control
=====================================
@@ -5,7 +5,7 @@ Uploaders: Michael R. Crusoe <michael.crusoe at gmail.com>,
 Section: python
 Testsuite: autopkgtest-pkg-python
 Priority: optional
-Build-Depends: debhelper (>= 12~),
+Build-Depends: debhelper-compat (= 12),
                dh-python,
                python3-all,
                python3-docutils,
@@ -20,7 +20,7 @@ Build-Depends: debhelper (>= 12~),
                python3-sphinx,
                python3-recommonmark,
                python3-sphinx-rtd-theme
-Standards-Version: 4.3.0
+Standards-Version: 4.4.1
 Vcs-Browser: https://salsa.debian.org/med-team/galaxy-lib
 Vcs-Git: https://salsa.debian.org/med-team/galaxy-lib.git
 Homepage: https://github.com/galaxyproject/galaxy-lib
@@ -30,7 +30,6 @@ Architecture: all
 Depends: ${misc:Depends},
          ${python3:Depends},
          ${sphinxdoc:Depends}
-Built-Using: ${sphinxdoc:Built-Using}
 Recommends: ${python3:Recommends}
 Suggests: ${python3:Suggests}
 Description: Subset of Galaxy core code base designed to be used


=====================================
debian/upstream/metadata
=====================================
@@ -0,0 +1 @@
+Repository: https://github.com/galaxyproject/galaxy-lib


=====================================
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/-/compare/74e350c7d49dcfc9e46fac880265ccfd4387d40f...2c5e22894387659846c10cd42cf0ef849082e771

-- 
View it on GitLab: https://salsa.debian.org/med-team/galaxy-lib/-/compare/74e350c7d49dcfc9e46fac880265ccfd4387d40f...2c5e22894387659846c10cd42cf0ef849082e771
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/c0fef96e/attachment-0001.html>


More information about the debian-med-commit mailing list