File python-Ming.changes of Package python-Ming
-------------------------------------------------------------------
Mon Sep 2 14:19:57 UTC 2013 - dmueller@suse.com
- update to 0.4.1:
* removed ‘flyway’ package from ming. It is now available from
https://github.com/amol-/ming-flyway This removes the dependency
on PasteScript and will make Python 3 migration easier.
* WebOb dependency is optional.
* removed cursor.__len__ You must change len(query) to
query.count() now. This prevents inadvertent extra count queries
from running.
* MIM: Support slicing cursors
* MIM: Fixed exact dot-notation queries
* MIM: Fixed dot-notation queries against null fields
* MIM: Translate time-zone aware timestamps to UTC timestamps.
pytz added as dependency
* MIM: Allow the remove argument to find_and_modify
-------------------------------------------------------------------
Thu May 30 20:52:08 UTC 2013 - dmueller@suse.com
- update to 0.3.6:
* Renamed ming.orm to ming.odm
* Lots of bug fixes
* Add gridfs support to Ming
* Add contextual ODM sessio
-------------------------------------------------------------------
Mon Apr 29 16:33:05 UTC 2013 - dmueller@suse.com
- update to 0.3.3dev-20130322
* various bugfixes, makes python-ceilometer testsuite almost pass
-------------------------------------------------------------------
Wed Jan 16 11:58:46 UTC 2013 - saschpe@suse.de
- Disable testsuite on SLE, the unittest module is missing features
on python-2.6
-------------------------------------------------------------------
Wed Jan 16 11:03:42 UTC 2013 - saschpe@suse.de
- Add (optional) dependency on python-python-spidermonkey
-------------------------------------------------------------------
Wed Jan 16 09:20:58 UTC 2013 - saschpe@suse.de
- Initial version