[med-svn] [pymia] 01/06: Imported Upstream version 0.1.6

Gert Wollny gert-guest at moszumanska.debian.org
Wed Sep 10 15:08:46 UTC 2014


This is an automated email from the git hooks/post-receive script.

gert-guest pushed a commit to branch master
in repository pymia.

commit 203cc445a15cb5cd48887a9a8b9bcf48eb602ff2
Author: Gert Wollny <gw.fossdev at gmail.com>
Date:   Wed Sep 10 16:08:08 2014 +0200

    Imported Upstream version 0.1.6
---
 ChangeLog              | 6 ++++++
 PKG-INFO               | 2 +-
 setup.py               | 4 ++--
 src/mia_conversions.hh | 2 +-
 4 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 427b2e1..83203fe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+
+Version 0.1.6
+=============
+
+  * Update dependency to mia-2.2
+
 Version 0.1.5
 =============
 
diff --git a/PKG-INFO b/PKG-INFO
index d3972e8..76ba745 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pymia
-Version: 0.1.5
+Version: 0.1.6
 Summary: Functions for mediacal image analysis 
 Home-page: http://mia.sourceforge.net/
 Author: Gert Wollny
diff --git a/setup.py b/setup.py
index 2d1eaeb..29f443c 100644
--- a/setup.py
+++ b/setup.py
@@ -42,7 +42,7 @@ def pkgconfig(*packages, **kw):
     return kw
 
 
-depvars = pkgconfig('mia3d-2.0')
+depvars = pkgconfig('mia3d-2.2')
 print(depvars)
 depvars['include_dirs'].append(numpy.get_include())
 
@@ -56,7 +56,7 @@ extension = Extension('mia',
 
             
 setup(name='pymia',
-      version='0.1.5',
+      version='0.1.6',
       description='Functions for mediacal image analysis ',
       long_description='This package provides a module for gray scale image processing and a tool for basic image segmentation' , 
       author='Gert Wollny',
diff --git a/src/mia_conversions.hh b/src/mia_conversions.hh
index c7dcd17..97c1261 100644
--- a/src/mia_conversions.hh
+++ b/src/mia_conversions.hh
@@ -1,7 +1,7 @@
 /* -*- mia-c++  -*-
  *
  * This file is part of pymia - python bindings for MIA
- * Copyright (c) Leipzig, Madrid 1999-2013 Gert Wollny
+ * Copyright (c) Leipzig, Madrid 1999-2014 Gert Wollny
  *
  * pymia is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/pymia.git



More information about the debian-med-commit mailing list