File python3-django-appconf.changes of Package python3-django-appconf
-------------------------------------------------------------------
Tue Feb 17 19:58:27 UTC 2015 - arun@gmx.de
- specfile:
* update copyright year
- update to version 1.0.1:
* Dropped support of Python 2.5.
* Added support for Django 1.7 and 1.8.
* Modernized test setup.
-------------------------------------------------------------------
Sun Apr 14 10:14:27 UTC 2013 - toddrme2178@gmail.com
- Remove pre_checkin.sh since the two versions are not the same
- Remove unneeded macros
- Added python buildrequires and requires since the package does not
work properly without them on openSUSE <= 12.2
-------------------------------------------------------------------
Fri Apr 12 15:58:14 UTC 2013 - p.drouand@gmail.com
- Initial python3 support
-------------------------------------------------------------------
Tue Feb 26 12:52:46 UTC 2013 - vuntz@opensuse.org
- Add python-six Requires: since version 0.6, the six module is
used.
-------------------------------------------------------------------
Fri Feb 1 13:21:23 UTC 2013 - oliver.bengs@opensuse.org
- update to 0.6
* Added required attribute to Meta to specify which settings are required to set.
* Moved to Travis for the tests: http://travis-ci.org/jezdez/django-appconf
* Stopped support for Django 1.2.X.
* Introduced support for Python >= 3.2.
-------------------------------------------------------------------
Tue Oct 9 08:20:47 UTC 2012 - oliver.bengs@opensuse.org
- update to 0.5
* Install as a package instead of a module.
* Refactored tests to use django-jenkins for enn.io‘s CI server.
-------------------------------------------------------------------
Fri Jan 20 08:42:11 UTC 2012 - saschpe@suse.de
- Minor cleanup:
* Remove CFLAGS
* BuildRequire python-distribute instead of setuptools
* Reduced macro usage
-------------------------------------------------------------------
Fri Jan 20 01:54:12 UTC 2012 - jfunk@funktronics.ca
- Initial release