Changelog for
python-rapidsms-0.16.0-2.4.noarch.rpm :
* Sun Nov 24 2013 p.drouandAATTgmail.com- Update to version 0.16.0 + Updated tox version to fix Travis CI builds + Tox runs tests against Django 1.4, 1.5, and 1.6 + Allow 160 chars in messages in contrib.messages. + (Fixed #422) The vumi backend no longer raises errors on empty incoming messages. + (Fixed #412) The DatabaseRouter now commits all transactions before adding background tasks to the queue + (Fixed #409) The DatabaseRouter will now properly group batched transmissions across multiple backends. + (Fixed #411) base.html now uses the Django 1.4+ static template tag. + Fixed a few typos in Part 1 of the Tutorial. + Updated django-celery in tests/requirements/dev.txt to latest version (3.0.23) so pytz installs correctly during testing and building the documentation.- Set Group to correct one- Use download Url as source- Fix non-executable-script rpmlint warning
* Thu Oct 24 2013 speilickeAATTsuse.com- Require python-setuptools instead of distribute (upstreams merged)
* Thu Apr 11 2013 alexandreAATTexatati.com.br- Update to 0.13.0: - Please read all changes from https://rapidsms.readthedocs.org/en/develop/releases/0.13.0.html
* Tue Feb 19 2013 alexandreAATTexatati.com.br- Update to 0.11.1: - Fixed reference to settings.CONTEXT_PROCESSORS in the 0.10.0 migration guide. - Added send stub to rapidsms.backends.base.BaseBackend. - Fixed doc reference to Kannel backend path in INSTALLED_BACKENDS. - Added documentation and tests for rapidsms.contrib.default, rapidsms.contrib.echo, and rapidsms.contrib.handlers.
* Wed Jan 02 2013 toddrme2178AATTgmail.com- Fix building on SLES
* Wed Jan 02 2013 alexandreAATTexatati.com.br- Update to 0.11.0: - Use load url from future in templates to support Django 1.3-1.5. - Moved the RapidSMS project template instructions to the main install page. See Installing the RapidSMS project template. - Cleand up a lot of core to be PEP8. Added instructions for using the pep8 tool on the RapidSMS codebase. - TravisCI builds now run coverage and pep8. Here’s an example from a recent build. - Simplified testing with introduction of RapidTest class. - Moved official RapidSMS version to rapidsms.__version__. Reference it directly from docs and setup.py. - Added coverage reports to core test suite. - Moved rapidsms module to root level of repository. - Added docs environment to tox setup. - Documented django-celery 3.0+ dependency. - Removed rapidsms.skeleton package and startproject command override See Installing the RapidSMS project template to use the new project template. - Removed runrouter management command. - Fixed a few typos in the Messaging API docs.
* Sun Nov 25 2012 alexandreAATTexatati.com.br- Update to 0.10.0: - A new router - Removal of threaded router - Added RAPIDSMS_ROUTER setting - Added get_router() utility - Backends are Django apps - Added MockBackendRouter class - Updated TestScript - Supporting Django 1.3+ - Static media handled by django.contrib.staticfiles - Removal of backends - Removal of rapidsms.contrib.ajax app - Removal of send_message - Scheduler refactor
* Wed Nov 03 2010 alexandreAATTexatati.com.br- Initial package for openSUSE (0.9.6a).