[hdf-compass] 57/295: version update/disable pydap
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Sun May 8 10:35:26 UTC 2016
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch debian/master
in repository hdf-compass.
commit 729d8cc0b196b575c9be89243d03132c635da94f
Author: jreadey <jreadey at hdfgroup.org>
Date: Thu Apr 16 19:12:25 2015 -0700
version update/disable pydap
---
compass_viewer/__init__.py | 3 ++-
compass_viewer/platform.py | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/compass_viewer/__init__.py b/compass_viewer/__init__.py
index 375ce8b..6049e0f 100644
--- a/compass_viewer/__init__.py
+++ b/compass_viewer/__init__.py
@@ -157,7 +157,8 @@ def run():
import array_model
import hdf5_model
import asc_model
- import opendap_model
+ # Disable opendap for now (build issues on windows)
+ #import opendap_model
import sys
import os.path as op
diff --git a/compass_viewer/platform.py b/compass_viewer/platform.py
index 069db5e..e815bbc 100644
--- a/compass_viewer/platform.py
+++ b/compass_viewer/platform.py
@@ -22,4 +22,4 @@ LINUX = sys.platform == 'linux2'
if not any((MAC, WINDOWS, LINUX)):
raise ValueError('Unknown platform "%s"' % sys.platform)
-VERSION = "0.4a"
\ No newline at end of file
+VERSION = "0.5"
\ No newline at end of file
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/hdf-compass.git
More information about the debian-science-commits
mailing list