AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- update to 1.0.6: * Updated declared support and testing for Django 5.0 and 4.2, and Python 3.12.
- Use sle15_python_module_pythons
- update to 1.0.5: * Adds testing against latest non-EOL Python and Django versions and updates package metadata accordingly.
- Remove python-six dependency. - Remove python_module macro definition - More specific python_sitelib in %files
- Skip Tumbleweed Python 3.6 incompatible with Django 4
- use %pytest macro in %check
- Minor cleanup: * Remove CFLAGS * BuildRequire python-distribute instead of setuptools * Reduced macro usage
- Update to 1.0.4: * Updates test matrix and PyPI metadata for latest versions of Django.
- Update to 1.0.3: * use six directly * metadata updates
- Switch to github archives to get tests - Run the tests - Fix dependencies
- Update to 1.0.4: * Updates test matrix and PyPI metadata for latest versions of Django.
- 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