File python-djangorecipe.changes of Package python-djangorecipe
-------------------------------------------------------------------
Thu Oct 24 11:03:43 UTC 2013 - speilicke@suse.com
- Require python-setuptools instead of distribute (upstreams merged)
-------------------------------------------------------------------
Fri Jan 25 17:03:44 UTC 2013 - alexandre@exatati.com.br
- Update to 1.5:
- Removed support for a different python version than the one
you use to run buildout with. Previously, you could run your
buildout with 2.6 but get Django to use 2.7 instead.
zc.buildout 2.0 doesn't allow it anymore, so we removed it too.
-------------------------------------------------------------------
Tue Jan 15 19:17:00 UTC 2013 - alexandre@exatati.com.br
- Update to 1.4:
- Added initialization code support. Thanks to anshumanb,
jjmurre. (Closes #58).
-------------------------------------------------------------------
Mon Sep 10 02:43:28 UTC 2012 - alexandre@exatati.com.br
- Update to 1.3:
- Removed deprecation warning in Django 1.4. Fixes #49, thanks
Shagi.
- Added documentation for use with mr.developer. Thanks shagi
(closes issue #45)
- Added Travis support.
-------------------------------------------------------------------
Mon May 14 22:17:03 UTC 2012 - alexandre@exatati.com.br
- Update to 1.2:
- Removed location path from recipe. Thanks bleskes (fixes issue
#50).
-------------------------------------------------------------------
Thu Dec 29 11:40:17 UTC 2011 - alexandre@exatati.com.br
- Update to 1.1.2:
- Added correct url to the deprecation warning
-------------------------------------------------------------------
Tue Dec 27 00:50:27 UTC 2011 - alexandre@exatati.com.br
- Update to 1.1.1:
- Support python3.
- Changed buildout and the tests to run the tests under nose.
- Removed some old pre 0.99 unittests that dealt with download support.
- Moved code to github: https://github.com/rvanlaar/djangorecipe
-------------------------------------------------------------------
Wed Dec 7 01:42:21 UTC 2011 - alexandre@exatati.com.br
- Update to 1.0:
- Stable release with a real 1.0 version.
- Made djangorecipe more pep08 compliant.
-------------------------------------------------------------------
Tue Jun 7 23:00:45 UTC 2011 - alexandre@exatati.com.br
- Update to 0.99:
- Djangorecipe now depends on Django. The use of the version = statement
is deprecated. Specify the django version in the
[versions] section. Install django via mr.developer if you need to use
an svn/git/hg repository.
- Removed subversion and download support.
- Aditional changes from 0.23.1:
- Added a missing 'import os'
-------------------------------------------------------------------
Mon Jun 6 17:41:25 UTC 2011 - alexandre@exatati.com.br
- Update to 0.23:
- Support for settings/urls boilerplate for django 1.2 and django
1.3. It defaults to 1.3 when the version isn't 1.2.
-------------------------------------------------------------------
Tue Apr 12 11:28:57 UTC 2011 - alexandre@exatati.com.br
- Update to 0.22:
- Added support for svn urls with spaces. Thanks to Brad103
(fixes #537718).
- Updated code and buildout to use newest zc.recipe.egg,
zc.recipe.testrunner and python-dateutil.
-------------------------------------------------------------------
Mon Apr 4 01:49:18 UTC 2011 - alexandre@exatati.com.br
- Update to 0.21:
- The admin url is now configured for django 1.1 or higher.
Thanks to Sam Charrington (fixes #672220).
- Bootstrap.py updated (fixes #501954).
- Regenerate spec file with py2pack;
- Bzip2 source file;
- Add CHANGES.txt and README.txt as documentation.
-------------------------------------------------------------------
Fri Dec 4 00:59:31 UTC 2009 - alexandre@exatati.com.br
- Update to 0.20.
-------------------------------------------------------------------
Fri Oct 16 00:06:24 UTC 2009 - alexandre@exatati.com.br
- Update to 0.19.2;
- Building as noarch for openSUSE >= 11.2;
- Fixed Requires tag in spec file (added python-zc.buildout
and python-zc.recipe.egg).
-------------------------------------------------------------------
Wed Aug 26 19:09:04 UTC 2009 - alexandre@exatati.com.br
- Initial package (0.19.1) for openSUSE.