AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- Update to 1.0.3: * use six directly * metadata updates
- Switch to github archives to get tests - Run the tests - Fix dependencies
- singlespec auto-conversion
- update to 1.0.2: * Update supported Django and Python versions, in line with Django's own supported versions.
- update to version 1.0.1: * no changelog - additional changes from version 1.0: * Dropped support of Python 2.5. * Added support for Django 1.7 and 1.8. * Modernized test setup.
- Require python-setuptools instead of distribute (upstreams merged)
- Drop obsolete versiontools build requirement
- Remove pre_checkin.sh since the two versions are not the same
- Initial python3 support
- Add python-six Requires: since version 0.6, the six module is used.
- 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.
- update to 0.5 * Install as a package instead of a module. * Refactored tests to use django-jenkins for enn.io‘s CI server.
- Minor cleanup: * Remove CFLAGS * BuildRequire python-distribute instead of setuptools * Reduced macro usage
- Initial release