File python-Ming.changes of Package python-Ming
-------------------------------------------------------------------
Fri Aug 15 18:00:47 UTC 2014 - sfalken@opensuse.org
- Added 0001-disable_test_gridfs.patch
+ Disables build tests that were causing build to fail (sf#merciless/bugs/#27)
-------------------------------------------------------------------
Thu Oct 24 11:08:46 UTC 2013 - speilicke@suse.com
- Require python-setuptools instead of distribute (upstreams merged)
-------------------------------------------------------------------
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