[ckan-changes] commit/ckanclient: 5 new changesets

Bitbucket commits-noreply at bitbucket.org
Wed Jul 20 14:27:44 UTC 2011


5 new changesets in ckanclient:

http://bitbucket.org/okfn/ckanclient/changeset/d11eeacfd4ab/
changeset:   d11eeacfd4ab
user:        dread
date:        2011-07-20 16:20:27
summary:     [release]: Added date of release in changelog.
affected #:  1 file (0 bytes)

--- a/ckanclient/__init__.py	Wed Jul 20 15:11:14 2011 +0100
+++ b/ckanclient/__init__.py	Wed Jul 20 15:20:27 2011 +0100
@@ -72,7 +72,7 @@
 Changelog
 =========
 
-v0.8 2011-XX-XX
+v0.8 2011-07-20
 ---------------
 
   * More detailed exceptions added


http://bitbucket.org/okfn/ckanclient/changeset/be143ea6d3fa/
changeset:   be143ea6d3fa
user:        dread
date:        2011-07-20 16:20:29
summary:     Added tag ckanclient-v0.8 for changeset d11eeacfd4ab
affected #:  1 file (57 bytes)

--- a/.hgtags	Wed Jul 20 15:20:27 2011 +0100
+++ b/.hgtags	Wed Jul 20 15:20:29 2011 +0100
@@ -9,3 +9,4 @@
 d40fb101aba9f6c36caa19bb1a945ac7a6c97ee7 ckanclient=v0.5
 0000000000000000000000000000000000000000 ckanclient=v0.5
 6756586299ccb7d4f94ab74fdb5dc9118702702e ckanclient-v0.6
+d11eeacfd4ab70ac69ca4d7009c6c134bba6c4e6 ckanclient-v0.8


http://bitbucket.org/okfn/ckanclient/changeset/b39e18d230b5/
changeset:   b39e18d230b5
user:        dread
date:        2011-07-20 16:23:24
summary:     Removed tag ckanclient-v0.8
affected #:  1 file (114 bytes)

--- a/.hgtags	Wed Jul 20 15:20:29 2011 +0100
+++ b/.hgtags	Wed Jul 20 15:23:24 2011 +0100
@@ -10,3 +10,5 @@
 0000000000000000000000000000000000000000 ckanclient=v0.5
 6756586299ccb7d4f94ab74fdb5dc9118702702e ckanclient-v0.6
 d11eeacfd4ab70ac69ca4d7009c6c134bba6c4e6 ckanclient-v0.8
+d11eeacfd4ab70ac69ca4d7009c6c134bba6c4e6 ckanclient-v0.8
+0000000000000000000000000000000000000000 ckanclient-v0.8


http://bitbucket.org/okfn/ckanclient/changeset/1cd25d441292/
changeset:   1cd25d441292
user:        dread
date:        2011-07-20 16:24:04
summary:     [client]: Removed unnecessary json imports.
affected #:  1 file (244 bytes)

--- a/ckanclient/__init__.py	Wed Jul 20 15:23:24 2011 +0100
+++ b/ckanclient/__init__.py	Wed Jul 20 15:24:04 2011 +0100
@@ -258,17 +258,9 @@
         return base + path
 
     def _dumpstr(self, data):
-        try: # since python 2.6
-            import json
-        except ImportError:
-            import simplejson as json
         return json.dumps(data)
     
     def _loadstr(self, string):
-        try: # since python 2.6
-            import json
-        except ImportError:
-            import simplejson as json
         try:
             if string == '':
                 data = None


http://bitbucket.org/okfn/ckanclient/changeset/62973fc446d8/
changeset:   62973fc446d8
user:        dread
date:        2011-07-20 16:24:11
summary:     Added tag ckanclient-v0.8 for changeset 1cd25d441292
affected #:  1 file (114 bytes)

--- a/.hgtags	Wed Jul 20 15:24:04 2011 +0100
+++ b/.hgtags	Wed Jul 20 15:24:11 2011 +0100
@@ -12,3 +12,5 @@
 d11eeacfd4ab70ac69ca4d7009c6c134bba6c4e6 ckanclient-v0.8
 d11eeacfd4ab70ac69ca4d7009c6c134bba6c4e6 ckanclient-v0.8
 0000000000000000000000000000000000000000 ckanclient-v0.8
+0000000000000000000000000000000000000000 ckanclient-v0.8
+1cd25d44129287503bfdc8ab9b783dd0ced03c71 ckanclient-v0.8

Repository URL: https://bitbucket.org/okfn/ckanclient/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.




More information about the ckan-changes mailing list