File python-django-nose.changes of Package python-django-nose
-------------------------------------------------------------------
Tue Aug 13 10:04:12 UTC 2013 - dmueller@suse.com
- update to 1.2:
* Initial Python 3.x support
-------------------------------------------------------------------
Fri Jun 15 10:57:01 UTC 2012 - saschpe@suse.de
- Disable testsuite
- Require python-nose
-------------------------------------------------------------------
Mon May 21 01:55:09 UTC 2012 - alexandre@exatati.com.br
- Update to 1.1:
* Django TransactionTestCases don't clean up after themselves;
they leave junk in the DB and clean it up only on _pre_setup.
Thus, Django makes sure these tests run last. Now django-nose
does, too. This means one fewer source of failures on existing
projects. (Erik Rose)
* Add support for hygienic TransactionTestCases. (Erik Rose)
* Support models that are used only for tests. Just put them in
any file imported in the course of loading tests. No more crazy
hacks necessary. (Erik Rose)
* Make the fixture bundler more conservative, fixing some conceivable
situations in which fixtures would not appear as intended if a
TransactionTestCase found its way into the middle of a bundle.
(Erik Rose)
* Fix an error that would surface when using SQLAlchemy with
connection pooling. (Roger Hu)
* Gracefully ignore the new --liveserver option introduced in
Django 1.4; don't let it through to nose. (Adam DePue)
-------------------------------------------------------------------
Fri Mar 23 12:07:39 UTC 2012 - saschpe@suse.de
- Use upstream tarball
- Simplified macro usage
- Run testsuite
-------------------------------------------------------------------
Wed Mar 14 02:36:51 UTC 2012 - alexandre@exatati.com.br
- Update to 1.0.0:
* New fixture-bundling plugin for avoiding needless fixture setup (Erik Rose)
* Moved FastFixtureTestCase in from test-utils, so now all the
fixture-bundling stuff is in one library. (Erik Rose)
* Added the REUSE_DB setting for faster startup and shutdown. (Erik Rose)
* Fixed a crash when printing options with certain verbosities. (Daniel Abel)
* Broke hard dependency on MySQL. Support PostgreSQL. (Roger Hu)
* Support SQLite, both memory- and disk-based. (Roger Hu and Erik Rose)
* Nail down versions of the package requirements. (Daniel Mizyrycki)
-------------------------------------------------------------------
Wed Dec 28 21:33:21 UTC 2011 - alexandre@exatati.com.br
- Remove CFLAGS from spec file.
-------------------------------------------------------------------
Fri Nov 25 09:58:35 UTC 2011 - cfarrell@suse.com
- license update: BSD-3-Clause
SDPX format
-------------------------------------------------------------------
Thu Nov 24 20:57:36 UTC 2011 - alexandre@exatati.com.br
- Regenerate spec file with py2pack.
-------------------------------------------------------------------
Wed Nov 3 23:06:22 UTC 2010 - alexandre@exatati.com.br
- Initial package (0.1.3) for openSUSE.