[MOBY-guts] biomoby commit
Yan Wong
yanwong at pub.open-bio.org
Thu Jun 9 08:19:46 UTC 2005
yanwong
Thu Jun 9 04:19:46 EDT 2005
Update of /home/repository/moby/moby-live/Python
In directory pub.open-bio.org:/tmp/cvs-serv26869
Modified Files:
PKG-INFO changelog setup.py
Log Message:
Version 0.9p2:
Changed the namespace URI from http://biomoby.org/moby to http://biomoby.org/moby-s
Corrected: Unicode strings can now be unmarshalled
Corrected: <Object namespace="" id="" /> the prefix of this object was Object instead of moby
moby-live/Python PKG-INFO,1.6,1.7 changelog,1.8,1.9 setup.py,1.5,1.6
===================================================================
RCS file: /home/repository/moby/moby-live/Python/PKG-INFO,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- /home/repository/moby/moby-live/Python/PKG-INFO 2005/02/18 15:58:21 1.6
+++ /home/repository/moby/moby-live/Python/PKG-INFO 2005/06/09 08:19:46 1.7
@@ -1,6 +1,6 @@
Metadata-Version: 1.0
Name: bioMoby
-Version: 0.9
+Version: 0.9p2
Summary: Python interface for bioMoby
Home-page: http://bioserv.rpbs.jussieu.fr
Author: Yan Wong
===================================================================
RCS file: /home/repository/moby/moby-live/Python/changelog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- /home/repository/moby/moby-live/Python/changelog 2005/04/22 10:13:48 1.8
+++ /home/repository/moby/moby-live/Python/changelog 2005/06/09 08:19:46 1.9
@@ -69,5 +69,5 @@
0.9: PIB implemented as a set of string in the __PIB__ field
0.9p1: added a SQL invocator and SQL dispatcher in order to help the building of DB webservices.
-
+0.9p2: changed the deserialization code for TCBioMoby and MobyObject. Added a new constant MOBYNAMESPACEURI
===================================================================
RCS file: /home/repository/moby/moby-live/Python/setup.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- /home/repository/moby/moby-live/Python/setup.py 2005/01/27 08:44:04 1.5
+++ /home/repository/moby/moby-live/Python/setup.py 2005/06/09 08:19:46 1.6
@@ -3,7 +3,7 @@
from distutils.core import setup
setup(name="bioMoby",
- version=0.8,
+ version="0.9p2",
description="An implementation of bioMoby in Python",
author="Yan Wong",
author_email="yanwong at ebgm.jussieu.fr",
More information about the MOBY-guts
mailing list